#contact {
  z-index: 4;
  overflow: hidden; }
  #contact .line-1 {
    bottom: -180px;
    left: -290px;
    transform: rotate(265deg); }
  #contact .dot-bg.dot-1 {
    bottom: 16px;
    right: 64px; }
  #contact .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    width: 100%; }
    #contact .contact-item .icon {
      width: 60px;
      text-align: center;
      margin-right: 8px; }
    #contact .contact-item a {
      font-size: 24px;
      color: white;
      text-decoration: none; }
  #contact .row-osbr {
    margin-top: 76px; }
  #contact .col-osbr {
    width: 50%;
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
    #contact .col-osbr .contact {
      display: flex;
      justify-content: flex-end; }
  #contact input.btn-osbr {
    float: right; }

.logo-osbr {
  width: 35vw;
  margin-top: -14vh;
  text-align: center; }
  @media (max-width: 767px) {
    .logo-osbr {
      width: 75vw;
      margin-top: 0; } }
  .logo-osbr img {
    display: block;
    width: 100%; }
  .logo-osbr .logo-text {
    display: flex;
    margin: 32px auto;
    font-size: 30px;
    color: #fff;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .logo-osbr .logo-text {
        margin: 24px auto;
        font-size: 16px; } }
    .logo-osbr .logo-text:before, .logo-osbr .logo-text:after {
      width: 60px;
      height: 1px;
      margin: 0 16px;
      content: "";
      border-bottom: 1px solid #fff; }
      @media (max-width: 767px) {
        .logo-osbr .logo-text:before, .logo-osbr .logo-text:after {
          width: 24px;
          margin: 0 8px; } }

.cover-menu {
  position: absolute;
  bottom: 48px;
  width: 100vw;
  text-align: center; }
  @media (max-width: 767px) {
    .cover-menu {
      display: none; } }
  .cover-menu ul {
    display: flex;
    justify-content: center; }
    .cover-menu ul li a {
      display: inline-block;
      margin: 20px;
      font-weight: 700;
      text-decoration: none;
      color: #fff; }
      .cover-menu ul li a:hover {
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        color: #2cd5c4; }

body {
  overflow-x: hidden;
  max-width: 100vw; }

.content {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  justify-content: center; }

/* Canvas positions */
.content__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  grid-area: 1 / 1 / 1 / 1;
  justify-content: center; }

.scene {
  position: absolute; }

.scene--full {
  width: 100%;
  height: 100vh; }

.full-screen {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible; }
  @media (max-width: 767px) {
    .full-screen {
      overflow: hidden;
      height: auto;
      min-height: 100vh; } }

.container-osbr {
  max-width: 1300px;
  margin: auto; }

.dark-screen {
  background: #000;
  color: #fff; }

.inner-content {
  z-index: 1; }
  @media (max-width: 767px) {
    .inner-content {
      padding: 48px 0; } }

.dot-bg,
.line-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover; }

.dot-bg {
  background-image: url(../img/dot-bg.svg);
  width: 252px;
  height: 72px; }
  @media (max-width: 767px) {
    .dot-bg {
      width: 153px;
      height: 44px; } }

.line-bg {
  background-image: url(../img/line-bg.svg);
  width: 665px;
  height: 657px; }
  @media (max-width: 767px) {
    .line-bg {
      width: 265px;
      height: 267px; } }

.title-osbr {
  font-size: 48px;
  font-weight: 700;
  margin: auto;
  text-align: center;
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .title-osbr {
      font-size: 32px;
      margin-bottom: 32px; } }
  .title-osbr span {
    color: #2cd5c4; }

.row-osbr {
  display: flex; }

.btn-osbr {
  border: 0;
  background: #2cd5c4;
  min-height: 40px;
  border-radius: 40px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  min-width: 150px; }
  .btn-osbr a {
    color: #000;
    text-decoration: none; }
  .btn-osbr a:hover, .btn-osbr:hover {
    background-color: #1AEAC7; }

.input-osbr {
  width: 100%;
  margin-bottom: 16px;
  height: 40px;
  background-color: #434242;
  border-radius: 8px;
  border: 0;
  padding: 8px 16px;
  color: #fff; }

textarea.input-osbr {
  min-height: 120px;
  margin-bottom: 24px;
  resize: none; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

#how-we-do {
  z-index: 7; }
  #how-we-do .dot-1 {
    bottom: 64px;
    right: -50px; }
    @media (max-width: 767px) {
      #how-we-do .dot-1 {
        top: 60px;
        left: -52px; } }
  #how-we-do .line-1 {
    bottom: -110px;
    left: -290px;
    transform: rotate(265deg); }
    @media (max-width: 767px) {
      #how-we-do .line-1 {
        top: -165px;
        left: -190px; } }
  #how-we-do .how-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 48px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #how-we-do .how-item {
        padding: 0; } }
    #how-we-do .how-item .how-img {
      margin-bottom: 16px; }
    #how-we-do .how-item .how-title {
      width: 100%;
      text-align: center;
      font-size: 22px;
      margin-bottom: 32px;
      font-weight: 700; }
    #how-we-do .how-item .how-description {
      font-size: 18px;
      line-height: 27px;
      text-align: center; }

.top-menu {
  background: transparent;
  background-color: transparent;
  position: fixed;
  width: 100vw;
  padding: 32px 32px 0;
  z-index: 99;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .top-menu {
      padding: 16px 16px 0; } }

.social-and-menu {
  display: flex;
  align-items: center; }
  .social-and-menu a {
    margin-left: 16px; }
  .social-and-menu .menu-icon {
    margin-left: 48px;
    padding: 8px 0; }

body {
  background-color: #1e2023;
  font-family: "PT Sans Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-content {
  max-width: 1100px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .site-content__headline {
    font-weight: 200;
    color: #ffffff;
    font-size: calc(2vw + 10px); }

.menu-icon {
  height: 30px;
  width: 30px;
  cursor: pointer; }
  .menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 4px;
    transition: transform .2s ease, background-color .5s ease; }
  .menu-icon__line-left {
    width: 15px; }
  .menu-icon__line-right {
    width: 15px;
    float: right; }

.nav {
  position: fixed;
  z-index: 98; }
  .nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, 0.2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%); }
  .nav:after {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    transition-delay: 0s; }
  .nav:before {
    transition-delay: .1s; }
  .nav__content {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer; }
    @media (max-width: 767px) {
      .nav__content {
        top: 56%; } }
  .nav__list-item {
    position: relative;
    display: inline-block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity .2s ease, transform .3s ease;
    margin-right: 25px; }
    .nav__list-item:before {
      content: "";
      position: absolute;
      background: #ffffff;
      width: 20px;
      height: 1px;
      top: 115%;
      transform: translate(0%, 0%);
      transition: all .3s ease;
      z-index: -1; }
      @media (max-width: 767px) {
        .nav__list-item:before {
          display: none; } }
    .nav__list-item:hover a {
      color: #2cd5c4; }
    .nav__list-item:hover:before {
      width: 100%;
      background: #2cd5c4; }
    @media (max-width: 767px) {
      .nav__list-item {
        display: block;
        margin-bottom: 35px;
        margin-right: 0;
        text-align: center; } }
    .nav__list-item a {
      font-size: 26px;
      text-decoration: none;
      color: #fff;
      font-weight: 500; }
  .nav .nav__content {
    visibility: hidden; }

body.nav-active .menu-icon__line {
  background-color: #fff;
  transform: translateX(0px) rotate(-45deg); }

body.nav-active .menu-icon__line-left {
  transform: translateX(1px) rotate(45deg); }

body.nav-active .menu-icon__line-right {
  transform: translateX(-2px) rotate(45deg); }

body.nav-active .nav {
  visibility: visible;
  width: 100vw;
  height: 100vh;
  transform: translateX(0%) translateY(0%);
  transition-delay: .1s; }
  body.nav-active .nav:before, body.nav-active .nav:after {
    transform: translateX(0%) translateY(0%); }
  body.nav-active .nav:after {
    transition-delay: .1s; }
  body.nav-active .nav:before {
    transition-delay: 0s; }
  body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity .3s ease, transform .3s ease, color .3s ease; }
    body.nav-active .nav__list-item:nth-child(0) {
      transition-delay: 0.5s; }
    body.nav-active .nav__list-item:nth-child(1) {
      transition-delay: 0.6s; }
    body.nav-active .nav__list-item:nth-child(2) {
      transition-delay: 0.7s; }
    body.nav-active .nav__list-item:nth-child(3) {
      transition-delay: 0.8s; }
    body.nav-active .nav__list-item:nth-child(4) {
      transition-delay: 0.9s; }
    body.nav-active .nav__list-item:nth-child(5) {
      transition-delay: 1s; }
    body.nav-active .nav__list-item:nth-child(6) {
      transition-delay: 1.1s; }
    body.nav-active .nav__list-item:nth-child(7) {
      transition-delay: 1.2s; }

body.nav-active .nav__content {
  visibility: visible; }

#what-we-do {
  z-index: 8; }
  #what-we-do .dot-1 {
    bottom: -38px;
    left: -74px; }
    @media (max-width: 767px) {
      #what-we-do .dot-1 {
        top: 60px;
        left: -52px; } }
  #what-we-do .dot-2 {
    right: -140px;
    top: 140px; }
    @media (max-width: 767px) {
      #what-we-do .dot-2 {
        right: -100px;
        bottom: 90px; } }
  #what-we-do .line-1 {
    bottom: -220px;
    right: -190px; }
    @media (max-width: 767px) {
      #what-we-do .line-1 {
        top: -165px;
        left: auto;
        right: -160px; } }
  #what-we-do .osbr-tabs-wrap {
    display: flex;
    margin-top: 64px;
    width: 90vw;
    max-width: 1300px; }
    @media (max-width: 767px) {
      #what-we-do .osbr-tabs-wrap {
        margin-top: 32px; } }
    #what-we-do .osbr-tabs-wrap .osbr-tabs {
      border-right: 1px solid #2f2f2f;
      padding-right: 48px;
      margin-right: 48px;
      width: 30%; }
      @media (max-width: 767px) {
        #what-we-do .osbr-tabs-wrap .osbr-tabs {
          display: none; } }
      #what-we-do .osbr-tabs-wrap .osbr-tabs li {
        font-size: 20px;
        display: block;
        margin: 0 0 30px;
        cursor: pointer;
        color: #2cd5c4; }
        #what-we-do .osbr-tabs-wrap .osbr-tabs li:last-child {
          margin-bottom: 0; }
        #what-we-do .osbr-tabs-wrap .osbr-tabs li a.inactive {
          color: #fff;
          opacity: 0.7; }
          #what-we-do .osbr-tabs-wrap .osbr-tabs li a.inactive:hover {
            opacity: 1; }
    #what-we-do .osbr-tabs-wrap .tab-body {
      width: 70%; }
      @media (max-width: 767px) {
        #what-we-do .osbr-tabs-wrap .tab-body {
          width: 100%;
          padding: 0 0; } }
      #what-we-do .osbr-tabs-wrap .tab-body .tab-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        @media (max-width: 767px) {
          #what-we-do .osbr-tabs-wrap .tab-body .tab-content {
            flex-wrap: wrap; } }
        #what-we-do .osbr-tabs-wrap .tab-body .tab-content .description-text {
          width: 70%;
          padding-right: 64px;
          text-align: right;
          font-size: 18px;
          line-height: 27px;
          font-size: 16px; }
          @media (max-width: 767px) {
            #what-we-do .osbr-tabs-wrap .tab-body .tab-content .description-text {
              width: 100%;
              padding: 0;
              text-align: center; } }
        #what-we-do .osbr-tabs-wrap .tab-body .tab-content .description-img {
          width: 30%; }
          @media (max-width: 767px) {
            #what-we-do .osbr-tabs-wrap .tab-body .tab-content .description-img {
              width: 100%;
              padding: 32px 20% 0;
              max-width: 400px; } }

#who-we-are {
  z-index: 9; }
  #who-we-are .dot-1 {
    top: 90px;
    left: -44px; }
    @media (max-width: 767px) {
      #who-we-are .dot-1 {
        top: 60px;
        left: -52px; } }
  #who-we-are .dot-2 {
    right: 0;
    bottom: 150px; }
    @media (max-width: 767px) {
      #who-we-are .dot-2 {
        right: -100px;
        bottom: 90px; } }
  #who-we-are .dot-3 {
    bottom: -36px;
    left: -10px; }
    @media (max-width: 767px) {
      #who-we-are .dot-3 {
        bottom: -10px; } }
  #who-we-are .line-bg.line-1 {
    top: 0;
    left: 120px; }
    @media (max-width: 767px) {
      #who-we-are .line-bg.line-1 {
        top: -165px;
        left: auto;
        right: -160px; } }
  #who-we-are .line-2 {
    right: -400px;
    top: -370px; }
    @media (max-width: 767px) {
      #who-we-are .line-2 {
        display: none; } }
  #who-we-are .who-text {
    font-size: 22px;
    text-align: center;
    width: 670px;
    line-height: 34px; }
    @media (max-width: 767px) {
      #who-we-are .who-text {
        width: 85%;
        font-size: 16px;
        line-height: 26px;
        margin: auto; } }

#work-with-us {
  z-index: 6; }
  #work-with-us .dot-1 {
    left: 0;
    bottom: -30px; }
  #work-with-us .line-1 {
    top: 150px;
    right: 0; }
  #work-with-us .btn-osbr {
    margin-top: 24px; }
  #work-with-us .hiring-title {
    font-size: 24px;
    font-weight: 700;
    color: #2cd5c4;
    width: 100%;
    margin: 0 8px 16px; }
  #work-with-us .hiring-box {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    border: 1px solid #d8d8d8;
    padding: 32px;
    margin-top: 24px;
    margin: 24px 0;
    position: relative; }
    #work-with-us .hiring-box .hiring-item {
      display: flex;
      flex: 1;
      padding: 8px; }
      @media screen and (max-width: 640px) {
        #work-with-us .hiring-box .hiring-item {
          width: 100%; } }
      #work-with-us .hiring-box .hiring-item a {
        color: #fff;
        text-decoration: none;
        background-color: #434242;
        padding: 8px 16px;
        height: 110px;
        display: flex;
        border-radius: 8px;
        flex-direction: column;
        justify-content: center; }
        #work-with-us .hiring-box .hiring-item a:hover {
          background-color: #515151; }
      #work-with-us .hiring-box .hiring-item .title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 4px; }
      #work-with-us .hiring-box .hiring-item .description {
        font-size: 16px;
        text-align: center;
        line-height: 18px; }
    #work-with-us .hiring-box .border-braker {
      height: 5px;
      width: calc(100% - 62px);
      background: black;
      position: absolute; }
      #work-with-us .hiring-box .border-braker:first-child {
        top: -4px; }
      #work-with-us .hiring-box .border-braker:last-child {
        position: absolute;
        bottom: -2px; }
