@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@font-face {
  font-family: 'NN Forever Grotesk STD';
  src: url("../fonts/NNForeverGroteskSTD-Normal.woff2") format("woff2"), url("../fonts/NNForeverGroteskSTD-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'NN Forever Grotesk STD';
  src: url("../fonts/NNForeverGroteskSTD-Bold.woff2") format("woff2"), url("../fonts/NNForeverGroteskSTD-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
a {
  color: inherit; }
  a:hover {
    color: inherit; }
  a:visited {
    color: inherit; }
  a:active {
    color: inherit; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

* {
  scroll-behavior: smooth;
  cursor: none !important; }
  @media (max-width: 1200px) {
    * {
      cursor: default !important; } }

#cursor {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  z-index: 9999999;
  pointer-events: none;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  margin-top: -10px;
  margin-left: -10px;
  transition: transform .4s, background .4s, border .4s; }
  #cursor.hover {
    transform: scale(0.5);
    background: #000;
    border: 4px solid #fff; }
  @media (max-width: 1200px) {
    #cursor {
      display: none; } }

html {
  overflow-x: hidden; }

body {
  font-family: 'NN Forever Grotesk STD', sans-serif;
  font-size: 21px;
  line-height: 1.3;
  padding-top: 90px;
  overflow-x: hidden;
  width: 100%;
  color: #000; }
  body.menu-active header {
    background: #060604;
    opacity: 1 !important; }
    body.menu-active header .page {
      opacity: 0; }
  body.menu-active nav.main {
    opacity: 1;
    visibility: visible; }
    body.menu-active nav.main .left {
      transition-delay: .3s;
      opacity: 1;
      margin-top: 0; }
    body.menu-active nav.main .right {
      transition-delay: .5s;
      opacity: 1;
      margin-top: 0; }
    body.menu-active nav.main .shape {
      opacity: 1; }
      body.menu-active nav.main .shape.yellow {
        transform: rotate(0);
        top: 55px;
        transition-delay: .9s; }
      body.menu-active nav.main .shape.pink {
        top: 0;
        transition-delay: 1.1s; }
      body.menu-active nav.main .shape.green {
        bottom: 0;
        transition-delay: 1.3s;
        transform: rotate(0); }
  body.menu-active .menu {
    display: none; }
    body.menu-active .menu.cls {
      display: inline-block; }
  body.people-active main {
    position: relative;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      body.people-active main .sections .section .title {
        display: none; } }

.loading {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loading.active {
    opacity: 0;
    visibility: hidden; }
  .loading img {
    display: none; }
    @media only screen and (max-width: 767px) {
      .loading img {
        width: 50%; } }

.cookies {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  padding: 30px;
  width: 500px;
  font-size: 14px;
  z-index: 8;
  transition: .7s;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .cookies h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0; }
  .cookies .cls {
    position: absolute;
    top: 15px;
    right: 15px; }
    .cookies .cls img {
      width: 15px; }
  .cookies a {
    text-decoration: underline; }
  .cookies.active {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .cookies {
      right: 5%;
      width: 90%; } }

.content {
  white-space: pre-line; }

.cls {
  width: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 26px;
  border-radius: 50%;
  transition: .7s; }
  .cls span {
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: 1px;
    left: -1px; }
  .cls:hover {
    background: #ec0883;
    transform: scale(1.1); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 90px;
  height: 90px;
  z-index: 9;
  background: #fff;
  padding: 0 75px 0 35px;
  transition: 1s; }
  header .logo {
    display: inline-block;
    position: relative; }
    header .logo img {
      height: 50px;
      transition: .7s; }
      header .logo img.hover {
        opacity: 0;
        position: absolute;
        top: 17px;
        left: -5px;
        height: 50.4px; }
    header .logo:hover img {
      opacity: 0; }
      header .logo:hover img.hover {
        opacity: 1; }
  header .page {
    display: inline-block;
    color: #3069d1;
    margin-left: 70px;
    font-size: 24px;
    transition: .7s; }
    @media only screen and (max-width: 767px) {
      header .page {
        display: none; } }
  header .menu {
    float: right;
    position: relative;
    height: 90px; }
    header .menu .icon {
      display: inline-block;
      vertical-align: middle;
      height: 19px;
      width: 30px;
      position: relative; }
      header .menu .icon div {
        position: absolute;
        right: 0;
        height: 3px;
        border-radius: 1.5px;
        transition: .7s;
        width: 100%; }
        header .menu .icon div:nth-of-type(1) {
          background: #3069d1;
          top: 0; }
        header .menu .icon div:nth-of-type(2) {
          background: #eb0584;
          top: 9px; }
        header .menu .icon div:nth-of-type(3) {
          background: #ffb000;
          top: 18px; }
    header .menu .menu-txt {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      margin-left: 10px;
      color: #555; }
    header .menu:hover .icon div:nth-of-type(1) {
      width: 50%; }
    header .menu:hover .icon div:nth-of-type(2) {
      width: 30%; }
    header .menu:hover .icon div:nth-of-type(3) {
      width: 50%; }
    header .menu.cls {
      display: none;
      margin-right: 0;
      margin-top: 28px;
      height: 34px;
      padding: 0; }
  header.scrolled {
    opacity: 0; }
    header.scrolled.show {
      opacity: 1; }
    header.scrolled:hover {
      opacity: 1; }
  header.reversed {
    background: #060604;
    border-bottom: 1px solid #363636; }
  @media only screen and (max-width: 767px) {
    header {
      padding: 0 15px; } }

footer {
  line-height: 60px;
  background: #dadada;
  font-size: 12px;
  position: relative;
  padding: 0 75px 0 35px;
  z-index: 1; }
  footer .right {
    text-align: right; }
    footer .right a {
      display: inline-block;
      margin-left: 10px;
      transition: .7s; }
      footer .right a:hover {
        color: #ffb000; }
    @media only screen and (max-width: 767px) {
      footer .right {
        text-align: left;
        padding-top: 20px; }
        footer .right a {
          display: block;
          font-size: 16px;
          line-height: normal;
          margin-left: 0;
          margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 0 15px; } }

nav.main {
  padding: 70px 30px;
  background: #060604;
  border-top: 1px solid #808080;
  position: fixed;
  z-index: 8;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);
  color: #fff;
  font-size: 36px;
  opacity: 0;
  visibility: hidden;
  top: 90px;
  transition: 1s; }
  nav.main .left {
    width: 50%;
    float: left;
    opacity: 0;
    margin-top: -30px;
    transition: 2s; }
    nav.main .left .social {
      position: absolute;
      left: 30px;
      bottom: 77px; }
      nav.main .left .social a {
        display: block;
        font-size: 12px; }
      @media only screen and (max-width: 767px) {
        nav.main .left .social {
          width: 50%;
          left: 50%;
          top: 280px; } }
    nav.main .left .copyright {
      position: absolute;
      left: 30px;
      bottom: 40px;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        nav.main .left .copyright {
          position: fixed;
          left: 15px;
          right: 15px;
          bottom: 0;
          border-top: 1px solid #414141;
          padding: 15px 0;
          padding-right: 30%;
          background: #060604;
          z-index: 1; } }
    nav.main .left .quote {
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        nav.main .left .quote {
          display: none;
          font-size: 28px; } }
  nav.main .right {
    width: 50%;
    float: left;
    padding-left: 170px;
    opacity: 0;
    margin-top: -30px;
    transition: 2s; }
    nav.main .right .links .item {
      display: block;
      position: relative; }
      nav.main .right .links .item .sub {
        opacity: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        margin-left: 30px;
        transition: .7s; }
        @media (max-width: 1200px) {
          nav.main .right .links .item .sub {
            display: none; } }
      nav.main .right .links .item a {
        transition: .7s; }
        nav.main .right .links .item a:hover {
          color: #ffb000; }
      nav.main .right .links .item:hover .sub {
        opacity: 1; }
    nav.main .right .links a.item {
      transition: .7s; }
      nav.main .right .links a.item:hover {
        color: #ffb000; }
    nav.main .right .others {
      font-size: 12px;
      margin-top: 40px; }
      nav.main .right .others a {
        transition: .7s; }
        nav.main .right .others a:hover {
          color: #ffb000; }
        @media only screen and (max-width: 767px) {
          nav.main .right .others a {
            display: block; } }
      @media only screen and (max-width: 767px) {
        nav.main .right .others span {
          display: none; } }
    nav.main .right .address {
      position: absolute;
      left: calc(50% + 170px);
      bottom: 40px;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        nav.main .right .address {
          position: static;
          margin-top: 60px;
          margin-bottom: 30px; } }
    @media (max-width: 1400px) {
      nav.main .right {
        padding-left: 60px; } }
    @media only screen and (max-width: 767px) {
      nav.main .right {
        padding-left: 0;
        width: 100%; } }
  nav.main .shape {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: 2s; }
    nav.main .shape.yellow {
      top: 250px;
      left: 0;
      transform: rotate(15deg); }
      @media only screen and (max-width: 767px) {
        nav.main .shape.yellow {
          width: 95%; } }
    nav.main .shape.pink {
      top: -60px;
      right: 50px; }
      @media only screen and (max-width: 767px) {
        nav.main .shape.pink {
          right: -2px;
          transform: rotate(90deg);
          transform-origin: bottom;
          width: 25%; } }
    nav.main .shape.green {
      bottom: -60px;
      right: 30px;
      transform: rotate(90deg);
      width: 400px; }
      @media only screen and (max-width: 767px) {
        nav.main .shape.green {
          width: 50%; } }
  @media (max-width: 1400px) {
    nav.main {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    nav.main {
      padding: 30px 15px 70px 15px;
      font-size: 28px;
      overflow-x: hidden;
      overflow-y: scroll; } }

@-webkit-keyframes circles {
  50% {
    margin-top: -30px;
    margin-left: -30px; }
  100% {
    margin-top: 30px;
    margin-left: 30px; } }
@keyframes circles {
  50% {
    margin-top: -30px;
    margin-left: -30px; }
  100% {
    margin-top: 30px;
    margin-left: 30px; } }
.home .intro {
  background: #f3f3f3;
  height: calc(100vh - 90px);
  padding: 60px 30px;
  overflow: auto; }
  .home .intro h1 {
    position: relative;
    font-size: 220px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    width: 2000px;
    max-width: 100%;
    pointer-events: none;
    color: #262626;
    z-index: 1; }
    .home .intro h1 span {
      position: relative; }
      .home .intro h1 span.anim {
        top: 0; }
    .home .intro h1.anim {
      transition: 3s; }
    @media (max-width: 2000px) {
      .home .intro h1 {
        font-size: 170px;
        width: 1600px; } }
    @media (max-width: 1700px) {
      .home .intro h1 {
        font-size: 130px;
        width: 1160px; } }
    @media (max-width: 1200px) {
      .home .intro h1 {
        font-size: 80px;
        width: 700px; } }
    @media only screen and (max-width: 767px) {
      .home .intro h1 {
        font-size: 45px; } }
  .home .intro .desc {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    width: 630px;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    margin-right: 100px; }
    @media (max-width: 1200px) {
      .home .intro .desc {
        margin-right: 50px;
        width: calc(100% - 310px); } }
    @media only screen and (max-width: 767px) {
      .home .intro .desc {
        width: 100%;
        margin-right: 0;
        font-size: 17px;
        margin-bottom: 30px; } }
  .home .intro .apply {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle; }
    .home .intro .apply img {
      padding: 17px;
      border-radius: 50%;
      background: #262626;
      display: inline-block;
      vertical-align: middle; }
      .home .intro .apply img.hover {
        opacity: 0;
        position: absolute;
        top: -1px;
        left: -1px;
        width: 73px;
        padding: 0;
        background: none; }
    .home .intro .apply .right {
      margin-left: 20px;
      text-decoration: underline;
      display: inline-block;
      vertical-align: middle; }
    .home .intro .apply:hover img {
      opacity: 0; }
      .home .intro .apply:hover img.hover {
        opacity: 1; }
    @media only screen and (max-width: 767px) {
      .home .intro .apply {
        transform: scale(0.7);
        transform-origin: left;
        margin-right: -20px; } }
  .home .intro #scene {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: all !important; }
  .home .intro .circles {
    position: absolute; }
    .home .intro .circles span {
      position: absolute;
      border-radius: 50%;
      width: 200px;
      height: 200px;
      top: -300px;
      background: #ffb000; }
      .home .intro .circles span:nth-of-type(2) {
        transform: scale(0.6); }
      .home .intro .circles span:nth-of-type(5) {
        transform: scale(1.2); }
      .home .intro .circles span:nth-of-type(10) {
        transform: scale(0.8); }
      .home .intro .circles span:nth-of-type(12) {
        transform: scale(1.5); }
      .home .intro .circles span:nth-of-type(15) {
        transform: scale(1.7); }
      .home .intro .circles span:nth-of-type(20) {
        transform: scale(0.5); }
    .home .intro .circles .blue {
      background: #3069d1;
      transform: scale(1.1) !important; }
    .home .intro .circles .green {
      background: #31a68d;
      transform: scale(1.3) !important; }
    .home .intro .circles .red {
      background: #eb0584;
      transform: scale(1.5) !important; }
    .home .intro .circles .yellow {
      background: #ffb000;
      transform: scale(1) !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home .intro .circles:nth-of-type(1) {
        animation: circles 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate; }
      .home .intro .circles:nth-of-type(2) {
        animation: circles 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate; }
      .home .intro .circles:nth-of-type(3) {
        animation: circles 7s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate; } }
    @media only screen and (max-width: 767px) {
      .home .intro .circles span {
        animation: circles 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home .intro .circle-container {
      transform: scale(0.6);
      transform-origin: top left;
      position: fixed;
      top: 15%;
      left: -10%; } }
  @media only screen and (max-width: 767px) {
    .home .intro .circle-container {
      transform: scale(0.4);
      transform-origin: top left;
      position: fixed;
      top: 15%;
      left: -10%;
      position: absolute;
      top: 120px; } }
  @media only screen and (max-width: 767px) {
    .home .intro {
      height: auto; } }

.mobile-title {
  color: #3069d1;
  margin-bottom: 30px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-title {
      display: block; } }

.button {
  width: 130px;
  line-height: 45px;
  text-align: center;
  border-radius: 22.5px;
  display: inline-block;
  margin-right: 20px;
  border: 2px solid #aaa;
  font-size: 14px;
  opacity: .5;
  transition: .7s; }
  .button.active, .button:hover {
    opacity: 1;
    background: #ffb000;
    border-color: #ffb000;
    color: #fff; }

.people ul {
  margin-top: 40px; }
  .people ul li {
    list-style-type: none;
    font-size: 55px;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    transition: .7s; }
    .people ul li a {
      transition: .7s; }
      .people ul li a img {
        transition: .7s;
        margin-left: 15px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .people ul li a img {
            height: 25px;
            margin-left: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .people ul li a img {
            height: 25px;
            margin-left: 10px; } }
        @media only screen and (max-width: 767px) {
          .people ul li a img {
            height: 25px;
            margin-left: 10px; } }
      .people ul li a:hover img {
        transform: rotate(90deg); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .people ul li {
        display: block;
        font-size: 20px;
        margin-bottom: 15px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .people ul li {
        display: block;
        font-size: 20px;
        margin-bottom: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .people ul li {
        display: block;
        font-size: 20px;
        margin-bottom: 15px !important; } }
.people .detail {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden; }
  .people .detail .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    opacity: 0;
    transition: .7s; }
  .people .detail .box {
    position: absolute;
    top: 0;
    right: -300px;
    width: 720px;
    max-width: 100%;
    height: 100%;
    padding: 70px;
    background: #ffb000;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: .7s; }
    .people .detail .box .circle {
      position: absolute;
      width: 100px;
      height: 100%;
      border-radius: 50%;
      background: #ffb000;
      top: 0;
      left: -50px;
      transition: .7s; }
    .people .detail .box .cls {
      position: fixed;
      top: 28px;
      right: 75px; }
      @media only screen and (max-width: 767px) {
        .people .detail .box .cls {
          z-index: 100;
          right: 15px; } }
    .people .detail .box .shape {
      position: absolute;
      right: 0;
      top: 170px;
      opacity: .1;
      transition: top .7s; }
    .people .detail .box .top {
      margin-bottom: 40px;
      position: relative;
      z-index: 1; }
      .people .detail .box .top .img {
        display: inline-block;
        width: 210px;
        border-radius: 50%;
        margin-right: 30px;
        opacity: 0;
        transition: .7s; }
        @media only screen and (max-width: 767px) {
          .people .detail .box .top .img {
            width: 150px;
            margin-bottom: 15px; } }
      .people .detail .box .top .text {
        width: calc(100% - 245px);
        display: inline-block;
        vertical-align: middle;
        opacity: 0;
        transition: .7s; }
        .people .detail .box .top .text .detail-title {
          font-size: 36px;
          line-height: 1.2; }
        .people .detail .box .top .text .social {
          margin-top: 10px; }
          .people .detail .box .top .text .social a {
            display: inline-block;
            margin-right: 10px; }
            .people .detail .box .top .text .social a img {
              height: 20px; }
        @media only screen and (max-width: 767px) {
          .people .detail .box .top .text {
            width: 100%;
            display: block; } }
    .people .detail .box .content {
      position: relative;
      z-index: 1;
      opacity: 0;
      height: calc(100% - 250px);
      overflow: auto;
      padding-right: 20px;
      transition: .7s; }
      .people .detail .box .content.no-img {
        height: calc(100% - 80px); }
      @media only screen and (max-width: 767px) {
        .people .detail .box .content {
          height: auto; } }
    .people .detail .box .content::-webkit-scrollbar {
      width: 5px; }
    .people .detail .box .content::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 2.5px; }
    @media only screen and (max-width: 767px) {
      .people .detail .box {
        padding: 30px 15px;
        overflow-y: scroll; } }
  .people .detail.active {
    visibility: visible; }
    .people .detail.active .tint {
      opacity: 1; }
    .people .detail.active .circle {
      left: 0; }
    .people .detail.active .box {
      right: 0;
      opacity: 1; }
      .people .detail.active .box .shape {
        top: 110px; }
      .people .detail.active .box .top .img {
        opacity: 1;
        transition-delay: .2s; }
      .people .detail.active .box .top .text {
        opacity: 1;
        transition-delay: .4s; }
      .people .detail.active .box .content {
        opacity: 1;
        transition-delay: .6s; }

@keyframes shape {
  100% {
    transform: rotate(360deg); } }
@keyframes shape2 {
  100% {
    transform: scale(0.8) rotate(-45deg); } }
.shapes img {
  position: absolute;
  opacity: 0;
  transform: scale(0.9) rotate(-15deg);
  transition: opacity .7s, transform .7s;
  animation: shape 50s linear infinite alternate; }
  .shapes img.play {
    opacity: 1;
    transform: scale(1) rotate(0); }

.sections {
  overflow: hidden; }
  .sections .section {
    background: #f3f3f3;
    float: left;
    width: 55px;
    padding-left: 55px;
    position: relative;
    min-height: calc(100vh - 90px);
    transition: .7s; }
    .sections .section .title {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 55px;
      border-left: 1px solid #2e2e2e;
      color: #fff;
      background: #060604;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 1;
      transition: .7s; }
      .sections .section .title .number {
        top: 60px;
        left: 19px;
        position: absolute;
        height: 27px; }
        @media only screen and (max-width: 767px) {
          .sections .section .title .number {
            top: 15px; } }
      .sections .section .title span {
        transform: rotate(-90deg);
        white-space: nowrap;
        line-height: 55px;
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .sections .section .title span {
            transform: rotate(0); } }
      .sections .section .title:hover {
        background: #fff;
        color: #000; }
      @media only screen and (max-width: 767px) {
        .sections .section .title {
          width: 100%;
          height: 55px;
          border-left: 0;
          border-bottom: 1px solid #444;
          z-index: 2; } }
    .sections .section .s-content {
      background: #f3f3f3;
      position: relative;
      height: calc(100vh - 90px);
      overflow-x: hidden;
      overflow-y: auto;
      padding: 90px 150px;
      border-left: 1px solid #ddd;
      opacity: 0;
      transition: opacity .7s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sections .section .s-content {
          padding: 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sections .section .s-content {
          padding: 30px; } }
      @media only screen and (max-width: 767px) {
        .sections .section .s-content {
          width: 100% !important;
          padding: 30px 15px;
          padding-top: 75px;
          min-height: calc(100vh - 201px);
          border-left: 0;
          height: auto;
          overflow: visible; } }
      .sections .section .s-content .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .sections .section .s-content h3 {
        font-size: 36px;
        font-weight: normal;
        margin: 0 0 40px 0;
        line-height: 1.3; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .sections .section .s-content h3 {
            font-size: 24px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .sections .section .s-content h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .sections .section .s-content h3 {
            font-size: 20px; } }
      .sections .section .s-content .txt {
        width: 750px;
        max-width: 100%;
        position: relative;
        z-index: 1; }
      .sections .section .s-content .apply {
        position: relative;
        z-index: 1;
        display: block;
        vertical-align: middle;
        margin-top: 60px; }
        .sections .section .s-content .apply img {
          padding: 17px;
          border-radius: 50%;
          background: #262626;
          display: inline-block;
          vertical-align: middle; }
          .sections .section .s-content .apply img.hover {
            opacity: 0;
            position: absolute;
            top: -1px;
            left: -1px;
            width: 73px;
            padding: 0;
            background: none; }
        .sections .section .s-content .apply .right {
          margin-left: 20px;
          text-decoration: underline;
          display: inline-block;
          vertical-align: middle; }
        .sections .section .s-content .apply:hover img {
          opacity: 0; }
          .sections .section .s-content .apply:hover img.hover {
            opacity: 1; }
        @media only screen and (max-width: 767px) {
          .sections .section .s-content .apply {
            transform: scale(0.7);
            transform-origin: left;
            margin-right: -20px; } }
      .sections .section .s-content.about {
        background: #060604;
        color: #fff;
        font-size: 36px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto 90%; }
        .sections .section .s-content.about .txt {
          width: 900px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .sections .section .s-content.about {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .sections .section .s-content.about {
            font-size: 18px; } }
      .sections .section .s-content.declaration {
        font-size: 16px;
        line-height: 1.3;
        			/*video{
        				position: absolute;
        				top: -190px;
        				left: -10%;
        				width: 1500px;
        				@media(max-width: 1400px){
        					left: -30%;
            				width: 1800px;
        				}
        				@media(max-width: 1200px){
        					display: none;
        				}
        			}*/ }
        .sections .section .s-content.declaration .bg-video {
          position: fixed; }
        .sections .section .s-content.declaration h2 {
          font-size: 100px;
          margin: 0 0 30px 0;
          font-weight: bold;
          width: 860px;
          max-width: 100%;
          position: relative;
          z-index: 1; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .sections .section .s-content.declaration h2 {
              font-size: 45px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .sections .section .s-content.declaration h2 {
              font-size: 45px; } }
          @media only screen and (max-width: 767px) {
            .sections .section .s-content.declaration h2 {
              font-size: 45px; } }
        .sections .section .s-content.declaration .txt {
          padding-left: 90px;
          width: 840px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .sections .section .s-content.declaration .txt {
              padding: 0; }
              .sections .section .s-content.declaration .txt p {
                font-size: 18px !important; } }
          @media only screen and (max-width: 767px) {
            .sections .section .s-content.declaration .txt {
              padding: 0; }
              .sections .section .s-content.declaration .txt p {
                font-size: 18px !important; } }
      @media only screen and (max-width: 767px) {
        .sections .section .s-content.origins p {
          font-size: 18px !important; } }
      .sections .section .s-content.origins .shapes img:nth-of-type(1) {
        top: 10%;
        left: 70%; }
      .sections .section .s-content.origins .shapes img:nth-of-type(2) {
        top: 30%;
        left: 55%;
        width: 25%; }
      .sections .section .s-content.origins .shapes img:nth-of-type(3) {
        top: 90%;
        left: 5%; }
      .sections .section .s-content.origins .shapes img:nth-of-type(4) {
        top: 90%;
        left: 90%; }
      .sections .section .s-content.origins .shapes img:nth-of-type(5) {
        top: 120%;
        left: 50%; }
      .sections .section .s-content.origins .shapes img:nth-of-type(6) {
        top: 150%;
        left: 90%; }
      .sections .section .s-content.people .txt {
        width: 650px; }
      .sections .section .s-content.people ul li {
        display: block;
        margin: 0; }
        .sections .section .s-content.people ul li a img {
          margin-left: 15px; }
      .sections .section .s-content.people .shapes img:nth-of-type(1) {
        top: 20%;
        left: 20%; }
      .sections .section .s-content.people .shapes img:nth-of-type(2) {
        top: 22%;
        left: 70%; }
    @media only screen and (max-width: 767px) {
      .sections .section {
        width: 100%;
        height: 0;
        padding-left: 0;
        min-height: 0;
        height: 0;
        max-height: 0;
        position: static; }
        .sections .section:nth-of-type(1) .title {
          top: 90px; }
        .sections .section:nth-of-type(2) .title {
          top: 145px; }
        .sections .section:nth-of-type(3) .title {
          top: 200px; }
        .sections .section:nth-of-type(4) .title {
          top: 255px; } }
    .sections .section.active {
      width: calc(100% - 110px); }
      .sections .section.active .s-content {
        opacity: 1;
        transition-delay: .3s; }
      .sections .section.active .title {
        background: #fff;
        color: #000; }
      @media only screen and (max-width: 767px) {
        .sections .section.active {
          width: 100% !important;
          min-height: calc(100vh - 201px);
          height: auto;
          max-height: 3000px; } }
  .sections.events .section .title span {
    transform: rotate(90deg); }
    @media only screen and (max-width: 767px) {
      .sections.events .section .title span {
        transform: rotate(0); } }
  .sections.events .section .title .number {
    width: 35px;
    height: auto;
    left: 10px; }
    @media only screen and (max-width: 767px) {
      .sections.events .section .title .number {
        left: 15px;
        width: 25px; } }
  .sections.events .section:nth-of-type(3) .title .number {
    margin-top: -13px; }
    @media only screen and (max-width: 767px) {
      .sections.events .section:nth-of-type(3) .title .number {
        margin-top: -7px; } }
  .sections.events .section:nth-of-type(4) .title .number {
    margin-top: -8px; }
    @media only screen and (max-width: 767px) {
      .sections.events .section:nth-of-type(4) .title .number {
        margin-top: -5px; } }
  .sections.events .section .event-section .txt {
    display: inline-block;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .sections.events .section .event-section .txt {
        width: 100%;
        position: relative;
        z-index: 1; } }
  .sections.events .section .event-section .right {
    width: 30%;
    float: right;
    position: relative; }
    .sections.events .section .event-section .right img {
      max-width: 100%;
      position: absolute;
      right: 0;
      top: -80px; }
    @media only screen and (max-width: 767px) {
      .sections.events .section .event-section .right {
        position: absolute;
        right: 0;
        transform: rotate(45deg);
        transform-origin: top left; }
        .sections.events .section .event-section .right img {
          top: -30px;
          right: -30%; } }
  .sections.events .section .event-section .boxes {
    margin-top: 120px;
    padding-right: 45px;
    position: relative;
    z-index: 1; }
    .sections.events .section .event-section .boxes .box {
      display: block;
      font-size: 14px;
      margin-bottom: 30px; }
      .sections.events .section .event-section .boxes .box .img {
        padding-bottom: 60%;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative; }
        .sections.events .section .event-section .boxes .box .img div {
          position: absolute;
          background-position: center;
          background-size: cover;
          height: 100%;
          width: 100%;
          transition: .7s; }
      .sections.events .section .event-section .boxes .box .date {
        font-size: 18px;
        margin-bottom: 5px; }
      .sections.events .section .event-section .boxes .box .desc {
        width: 80%; }
      .sections.events .section .event-section .boxes .box:hover .img div {
        transform: scale(1.05); }
    .sections.events .section .event-section .boxes .col-sm-4:nth-of-type(3n+1) {
      clear: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sections.events .section .event-section .boxes {
        margin-top: 60px;
        padding: 0;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll; }
        .sections.events .section .event-section .boxes .col-sm-4 {
          float: none;
          display: inline-block;
          vertical-align: top;
          width: 80%; }
          .sections.events .section .event-section .boxes .col-sm-4 .box {
            white-space: normal; } }
    @media only screen and (max-width: 767px) {
      .sections.events .section .event-section .boxes {
        margin-top: 60px;
        padding: 0;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll; }
        .sections.events .section .event-section .boxes .col-sm-4 {
          float: none;
          display: inline-block;
          vertical-align: top;
          width: 80%; }
          .sections.events .section .event-section .boxes .col-sm-4 .box {
            white-space: normal; } }
  .sections.events .section .event-section .detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    background: #f3f3f3;
    padding: 35px 220px 60px 100px;
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    .sections.events .section .event-section .detail .back {
      display: block;
      width: 32px;
      line-height: 32px;
      background: #262626;
      text-align: center;
      border-radius: 50%;
      margin-bottom: 25px;
      transition: .7s; }
      .sections.events .section .event-section .detail .back:hover {
        transform: scale(1.1);
        background: #ec0883; }
    .sections.events .section .event-section .detail .detail-right {
      padding-top: 10px;
      text-align: right;
      font-size: 16px; }
    .sections.events .section .event-section .detail .anim-top {
      opacity: 0;
      transition: .7s; }
    .sections.events .section .event-section .detail .content {
      opacity: 0;
      transition: .7s;
      float: right;
      margin-top: 30px;
      width: 78%;
      font-size: 16px; }
      .sections.events .section .event-section .detail .content a {
        text-decoration: underline; }
      .sections.events .section .event-section .detail .content img {
        width: 100%;
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sections.events .section .event-section .detail .content {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .sections.events .section .event-section .detail .content {
          width: 100%; } }
    .sections.events .section .event-section .detail .share {
      white-space: normal;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      line-height: 90px; }
      .sections.events .section .event-section .detail .share a {
        display: inline-block;
        width: 38px;
        line-height: 38px;
        text-align: center;
        margin-left: 10px;
        background: #000;
        border-radius: 50%;
        vertical-align: middle;
        transition: .7s; }
        .sections.events .section .event-section .detail .share a img {
          height: 20px;
          display: inline-block; }
        .sections.events .section .event-section .detail .share a:hover {
          transform: scale(1.1); }
    .sections.events .section .event-section .detail .boxes h3 {
      padding-left: 15px; }
    .sections.events .section .event-section .detail .shapes img {
      z-index: -1; }
      .sections.events .section .event-section .detail .shapes img:nth-of-type(1) {
        top: 70%;
        left: 80%; }
      .sections.events .section .event-section .detail .shapes img:nth-of-type(2) {
        top: 100%;
        left: -2%; }
      .sections.events .section .event-section .detail .shapes img:nth-of-type(3) {
        top: 170%;
        left: 20%; }
    @media only screen and (max-width: 767px) {
      .sections.events .section .event-section .detail .shapes {
        display: none; }
        .sections.events .section .event-section .detail .shapes img {
          z-index: -1; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sections.events .section .event-section .detail {
        padding: 30px 15px; } }
    @media only screen and (max-width: 767px) {
      .sections.events .section .event-section .detail {
        padding: 30px 15px;
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        z-index: 99; } }
    .sections.events .section .event-section .detail.active {
      opacity: 1;
      visibility: visible; }
      .sections.events .section .event-section .detail.active .anim-top {
        opacity: 1;
        transition-delay: .4s; }
      .sections.events .section .event-section .detail.active .content {
        opacity: 1;
        transition-delay: .6s; }
  @media only screen and (max-width: 767px) {
    .sections.events {
      padding-top: 219px; } }
  @media only screen and (max-width: 767px) {
    .sections {
      border-top: 1px solid #eee;
      padding-top: 164px; } }

section.people {
  background: #060604;
  color: #fff;
  padding: 60px 150px;
  min-height: calc(100vh - 90px); }
  section.people .mobile-title {
    color: #fff; }
  section.people .txt {
    width: 700px;
    max-width: 100%;
    font-size: 26px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      section.people .txt {
        font-size: 21px; } }
  section.people .shapes img:nth-of-type(1) {
    top: 20%;
    left: 15%; }
    @media only screen and (max-width: 767px) {
      section.people .shapes img:nth-of-type(1) {
        top: 40%; } }
  section.people .shapes img:nth-of-type(2) {
    top: 15%;
    left: 75%; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.people {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    section.people {
      padding: 30px 15px; } }

section.programs {
  background: #f3f3f3;
  padding: 100px 120px 100px 155px; }
  section.programs h1 {
    font-size: 100px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    width: calc(100% - 320px);
    z-index: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.programs h1 {
        font-size: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.programs h1 {
        font-size: 45px; } }
    @media only screen and (max-width: 767px) {
      section.programs h1 {
        width: 100%;
        display: block;
        font-size: 45px; } }
  section.programs .download {
    position: fixed;
    z-index: 1;
    right: 100px;
    color: #000 !important; }
    section.programs .download .img {
      width: 70px;
      line-height: 70px;
      margin-right: 15px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      background: #000;
      border-radius: 50%; }
      section.programs .download .img img {
        width: 35px; }
      section.programs .download .img .hover {
        position: absolute;
        top: -3px;
        left: -3px;
        width: 77px;
        opacity: 0;
        transition: .7s; }
      @media only screen and (max-width: 767px) {
        section.programs .download .img {
          width: 50px;
          line-height: 50px; }
          section.programs .download .img img {
            width: 20px; } }
    section.programs .download span {
      display: inline-block;
      vertical-align: middle;
      text-decoration: underline; }
    section.programs .download.anim {
      top: 49vh; }
      section.programs .download.anim.play {
        top: 50vh; }
    section.programs .download:hover .img .hover {
      opacity: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.programs .download {
        position: static; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.programs .download {
        position: static; } }
    @media only screen and (max-width: 767px) {
      section.programs .download {
        position: static;
        margin-bottom: 50px; } }
  section.programs .sub-title {
    font-size: 36px;
    margin: 40px 0 60px 0;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      section.programs .sub-title {
        font-size: 21px; } }
    @media only screen and (max-width: 767px) {
      section.programs .sub-title {
        margin: 30px 0 20px 0; } }
  section.programs .txt {
    width: 700px;
    max-width: 100%;
    position: relative;
    z-index: 1; }
    section.programs .txt a {
      color: #ffb000; }
    section.programs .txt h3 {
      color: #ffb000;
      margin: 80px 0 25px 0;
      font-size: 36px; }
      @media only screen and (max-width: 767px) {
        section.programs .txt h3 {
          font-size: 24px;
          margin: 40px 0 10px 0; } }
    @media only screen and (max-width: 767px) {
      section.programs .txt ul {
        padding-left: 20px;
        margin: 40px 0; } }
  section.programs .shapes img:nth-of-type(1) {
    top: 20%;
    left: 45%; }
    @media only screen and (max-width: 767px) {
      section.programs .shapes img:nth-of-type(1) {
        left: 75%; } }
  section.programs .shapes img:nth-of-type(2) {
    top: 50%;
    left: 5%; }
  section.programs .shapes img:nth-of-type(3) {
    top: 80%;
    left: 80%; }
  section.programs:last-of-type {
    background: #fff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.programs {
      padding: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.programs {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    section.programs {
      padding: 30px 15px; } }

section.program-steps {
  background: #f3f3f3;
  position: relative;
  z-index: 2; }
  section.program-steps video {
    position: absolute;
    left: -130px;
    top: 100px;
    width: 730px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.program-steps video {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.program-steps video {
        display: none; } }
    @media only screen and (max-width: 767px) {
      section.program-steps video {
        display: none; } }
  section.program-steps .step {
    font-size: 36px;
    min-height: 100vh;
    padding: 200px 0 90px 0; }
    section.program-steps .step img {
      display: none; }
      @media (min-width: 992px) and (max-width: 1199px) {
        section.program-steps .step img {
          display: block;
          width: 75px;
          margin-bottom: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.program-steps .step img {
          display: block;
          width: 75px;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        section.program-steps .step img {
          display: block;
          width: 75px;
          margin-bottom: 30px; } }
    section.program-steps .step .txt {
      padding-left: 415px;
      padding-right: 270px;
      position: relative;
      z-index: 1; }
      @media (min-width: 992px) and (max-width: 1199px) {
        section.program-steps .step .txt {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.program-steps .step .txt {
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        section.program-steps .step .txt {
          padding: 0; } }
    section.program-steps .step:nth-of-type(odd) {
      background: #fff; }
    section.program-steps .step.active .number {
      opacity: 1; }
    @media (max-width: 1600px) {
      section.program-steps .step {
        font-size: 30px; } }
    @media (max-width: 1400px) {
      section.program-steps .step {
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.program-steps .step {
        padding: 40px 30px;
        font-size: 21px;
        min-height: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.program-steps .step {
        padding: 40px 30px;
        font-size: 21px;
        min-height: 0; } }
    @media only screen and (max-width: 767px) {
      section.program-steps .step {
        padding: 40px 15px;
        font-size: 21px;
        min-height: 0; } }
  section.program-steps.active video {
    position: fixed; }
  section.program-steps.passed video {
    position: absolute; }
  section.program-steps .shapes img:nth-of-type(1) {
    top: 10%;
    left: 85%; }
    @media only screen and (max-width: 767px) {
      section.program-steps .shapes img:nth-of-type(1) {
        display: none; } }
  section.program-steps .shapes img:nth-of-type(2) {
    top: 30%;
    left: 80%; }
  section.program-steps .shapes img:nth-of-type(3) {
    top: 50%;
    left: 70%; }
  section.program-steps .shapes img:nth-of-type(4) {
    top: 80%;
    left: 85%; }
    @media only screen and (max-width: 767px) {
      section.program-steps .shapes img:nth-of-type(4) {
        left: 75%; } }
  section.program-steps .shapes img:nth-of-type(5) {
    top: 100%;
    left: 25%; }
  section.program-steps .shapes img:nth-of-type(6) {
    top: 120%;
    left: 80%; }

.old-safari section.program-steps video {
  display: none; }
.old-safari section.program-steps .step {
  position: relative; }
  .old-safari section.program-steps .step img {
    display: block;
    position: absolute;
    width: 200px;
    top: 200px;
    left: 60px; }
    @media (max-width: 1199px) {
      .old-safari section.program-steps .step img {
        position: static;
        display: block;
        width: 75px;
        margin-bottom: 30px; } }

section.inspirations {
  background: #f6f5f6;
  padding: 80px 150px;
  min-height: calc(100vh - 90px); }
  section.inspirations video {
    position: absolute;
    right: 8%;
    width: 432px;
    top: 5%; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.inspirations video {
        display: none; } }
    @media only screen and (max-width: 767px) {
      section.inspirations video {
        display: none; } }
  section.inspirations .txt {
    width: 750px;
    max-width: 100%;
    font-size: 36px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      section.inspirations .txt {
        font-size: 21px; } }
  section.inspirations .buttons {
    margin-top: 40px;
    margin-bottom: 90px;
    position: relative;
    z-index: 1; }
    section.inspirations .buttons .button {
      margin-right: 10px; }
      section.inspirations .buttons .button:nth-of-type(1) {
        border-color: #000; }
        section.inspirations .buttons .button:nth-of-type(1).active, section.inspirations .buttons .button:nth-of-type(1):hover {
          background: #000;
          color: #fff; }
      section.inspirations .buttons .button:nth-of-type(2) {
        border-color: #3069d1; }
        section.inspirations .buttons .button:nth-of-type(2).active, section.inspirations .buttons .button:nth-of-type(2):hover {
          background: #3069d1;
          color: #fff; }
      section.inspirations .buttons .button:nth-of-type(3) {
        border-color: #ffb000; }
        section.inspirations .buttons .button:nth-of-type(3).active, section.inspirations .buttons .button:nth-of-type(3):hover {
          background: #ffb000;
          color: #fff; }
      section.inspirations .buttons .button:nth-of-type(4) {
        border-color: #eb0584; }
        section.inspirations .buttons .button:nth-of-type(4).active, section.inspirations .buttons .button:nth-of-type(4):hover {
          background: #eb0584;
          color: #fff; }
      section.inspirations .buttons .button:nth-of-type(5) {
        border-color: #31a68d; }
        section.inspirations .buttons .button:nth-of-type(5).active, section.inspirations .buttons .button:nth-of-type(5):hover {
          background: #31a68d;
          color: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.inspirations .buttons .button {
          margin-right: 5px; } }
      @media only screen and (max-width: 767px) {
        section.inspirations .buttons .button {
          width: calc(50% - 10px);
          float: left;
          margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      section.inspirations .buttons {
        margin-top: 30px; } }
  section.inspirations .boxes {
    margin-right: -10px;
    margin-left: -10px; }
    section.inspirations .boxes .col-sm-4 {
      padding-right: 10px;
      padding-left: 10px;
      display: none; }
      @media (min-width: 1920px) {
        section.inspirations .boxes .col-sm-4 {
          width: 25%; } }
      @media (max-width: 1200px) {
        section.inspirations .boxes .col-sm-4 {
          width: 50%; } }
      @media (max-width: 767px) {
        section.inspirations .boxes .col-sm-4 {
          width: 100%; } }
    section.inspirations .boxes .box {
      display: block;
      padding: 50px 40px 0 30px;
      height: 220px;
      color: #fff;
      background: #ccc;
      font-size: 16px;
      position: relative;
      margin-bottom: 20px;
      transition: .7s; }
      section.inspirations .boxes .box .updated {
        position: absolute;
        left: 30px;
        top: 20px;
        font-size: 12px; }
        section.inspirations .boxes .box .updated img {
          margin-right: 5px; }
      section.inspirations .boxes .box .arrow {
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: 25px;
        right: 40px;
        background-size: 32px;
        background-image: url(../img/box-arrow.png);
        transition: .7s; }
      section.inspirations .boxes .box .cat {
        position: absolute;
        left: 30px;
        bottom: 28px; }
      section.inspirations .boxes .box:hover {
        opacity: .8; }
        section.inspirations .boxes .box:hover .arrow {
          right: 30px; }
    @media only screen and (max-width: 767px) {
      section.inspirations .boxes {
        clear: both;
        padding-top: 30px; } }
  section.inspirations .detail {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden; }
    section.inspirations .detail .tint {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      cursor: pointer;
      opacity: 0;
      transition: .7s; }
    section.inspirations .detail .box {
      position: absolute;
      top: 0;
      right: -60px;
      width: 720px;
      max-width: 100%;
      height: 100%;
      padding: 70px;
      background: #3069d1;
      color: #fff;
      overflow: auto;
      z-index: 1;
      opacity: 0;
      transition: .7s; }
      section.inspirations .detail .box .cls {
        position: absolute;
        top: 28px;
        right: 75px; }
        @media only screen and (max-width: 767px) {
          section.inspirations .detail .box .cls {
            right: 15px; } }
      section.inspirations .detail .box .title {
        font-size: 36px;
        margin-bottom: 30px;
        opacity: 0;
        transition: .7s; }
        @media only screen and (max-width: 767px) {
          section.inspirations .detail .box .title {
            font-size: 21px; } }
      section.inspirations .detail .box .sub-title {
        font-size: 16px;
        margin-bottom: 30px;
        opacity: 0;
        transition: .7s; }
      section.inspirations .detail .box ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 50px;
        opacity: 0;
        transition: .7s; }
        section.inspirations .detail .box ul li {
          list-style-type: none;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
          section.inspirations .detail .box ul li a {
            display: block;
            background-image: url(../img/inspirations/arrow.svg);
            background-repeat: no-repeat;
            background-position: 98%;
            font-size: 18px;
            padding: 16px 0;
            transition: .7s; }
            section.inspirations .detail .box ul li a span {
              color: #ffb000; }
            section.inspirations .detail .box ul li a .img {
              width: 45px;
              line-height: 45px;
              text-align: center;
              margin-right: 12px;
              display: inline-block;
              vertical-align: middle;
              background: rgba(0, 0, 0, 0.15);
              border-radius: 50%; }
              section.inspirations .detail .box ul li a .img img {
                height: 20px; }
            section.inspirations .detail .box ul li a .right {
              display: inline-block;
              vertical-align: middle;
              width: calc(100% - 200px); }
              @media only screen and (max-width: 767px) {
                section.inspirations .detail .box ul li a .right {
                  width: calc(100% - 100px); } }
            section.inspirations .detail .box ul li a:hover {
              background-position: 100%;
              background-image: url(../img/inspirations/arrow-wh.svg); }
      section.inspirations .detail .box .content {
        font-size: 16px;
        opacity: 0;
        transition: .7s; }
        section.inspirations .detail .box .content img {
          width: 100%;
          display: block; }
      @media only screen and (max-width: 767px) {
        section.inspirations .detail .box {
          padding: 70px 15px; } }
    section.inspirations .detail.active {
      visibility: visible; }
      section.inspirations .detail.active .tint {
        opacity: 1; }
      section.inspirations .detail.active .box {
        right: 0;
        opacity: 1; }
        section.inspirations .detail.active .box .title {
          opacity: 1;
          transition-delay: .2s; }
        section.inspirations .detail.active .box .sub-title {
          opacity: 1;
          transition-delay: .4s; }
        section.inspirations .detail.active .box ul {
          opacity: 1;
          transition-delay: .6s; }
        section.inspirations .detail.active .box .content {
          opacity: 1;
          transition-delay: .8s; }
  section.inspirations .shapes img:nth-of-type(1) {
    top: 30%;
    left: 40%; }
    @media only screen and (max-width: 767px) {
      section.inspirations .shapes img:nth-of-type(1) {
        top: 30%;
        left: 10%; } }
  section.inspirations .shapes img:nth-of-type(2) {
    top: 15%;
    left: 90%;
    position: fixed; }
  section.inspirations .shapes img:nth-of-type(3) {
    display: none;
    top: 50%;
    left: 70%; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.inspirations .shapes img:nth-of-type(3) {
        display: block; } }
    @media only screen and (max-width: 767px) {
      section.inspirations .shapes img:nth-of-type(3) {
        display: block;
        top: 40%;
        left: 50%; } }
  section.inspirations .shapes img:nth-of-type(4) {
    display: none;
    top: 270%;
    left: 95%; }
    @media only screen and (max-width: 767px) {
      section.inspirations .shapes img:nth-of-type(4) {
        display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.inspirations {
      padding: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.inspirations {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    section.inspirations {
      padding: 30px 15px; } }

.content-page {
  padding: 80px 155px;
  background: #060604;
  color: #fff;
  font-size: 16px;
  min-height: calc(100vh - 90px); }
  .content-page h1, .content-page h2, .content-page h3 {
    font-size: 21px;
    margin: 0; }
  .content-page .content {
    width: 700px;
    max-width: 100%;
    position: relative;
    z-index: 1; }
  .content-page .mobile-title {
    color: #ffb000; }
  .content-page .shapes img:nth-of-type(1) {
    top: 30%;
    left: 70%; }
  .content-page .shapes img:nth-of-type(2) {
    top: 50%;
    left: 40%; }
  .content-page .shapes img:nth-of-type(3) {
    top: 80%;
    left: 98%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content-page {
      padding: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-page {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .content-page {
      padding: 30px 15px; } }

section.error {
  text-align: center;
  background: #060604;
  min-height: calc(100vh - 90px);
  padding: 80px 15px;
  color: #fff;
  font-size: 16px; }
  section.error .error-img {
    max-width: 60%; }
  section.error .title {
    font-size: 21px;
    color: #eb0584;
    margin-top: 65px;
    margin-bottom: 5px; }
  section.error a {
    display: block;
    font-size: 12px;
    margin-top: 30px; }
    section.error a span {
      display: inline-block;
      margin-right: 10px;
      width: 24px;
      line-height: 24px;
      border-radius: 50%;
      background: #262626;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      section.error a span img {
        width: 12px; }

/*default*/
.anim {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: top 1s, opacity 1s; }
  .anim.anim-del {
    transition-delay: .2s; }
  .anim.anim-del2 {
    transition-delay: .4s; }
  .anim.anim-del3 {
    transition-delay: .6s; }
  .anim.anim-del4 {
    transition-delay: .8s; }
  .anim.play {
    top: 0;
    opacity: 1; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s !important; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s !important; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s !important; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s !important; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s !important; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s !important; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s !important; }
.anim-boxes .anim:nth-of-type(9) {
  transition-delay: 1.6s !important; }
.anim-boxes .anim:nth-of-type(10) {
  transition-delay: 1.8s !important; }
.anim-boxes .anim:nth-of-type(11) {
  transition-delay: 2s !important; }
.anim-boxes .anim:nth-of-type(12) {
  transition-delay: 2.2s !important; }
.anim-boxes .anim:nth-of-type(13) {
  transition-delay: 2.4s !important; }
.anim-boxes .anim:nth-of-type(14) {
  transition-delay: 2.6s !important; }
.anim-boxes .anim:nth-of-type(16) {
  transition-delay: 2.8s !important; }
.anim-boxes .anim:nth-of-type(17) {
  transition-delay: 3s !important; }
.anim-boxes .anim:nth-of-type(18) {
  transition-delay: 3.2s !important; }
.anim-boxes .anim:nth-of-type(19) {
  transition-delay: 3.4s !important; }
.anim-boxes .anim:nth-of-type(20) {
  transition-delay: 3.6s !important; }

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