@font-face {
  font-family: 'Graphie Bold';
  src: url('fonts/Graphie-Bold.otf') format('opentype');
}
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-first {
  height: 690px;
  background: linear-gradient(to top,#fdca27,#fee934);
  position: relative;
}
.about-first .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  position: relative;
}
.about-first .vive-homo {
  position: absolute;
  left: -166px;
  bottom: 0;
  height: 525px;
  width: 560px;
  background: url("/img/vive-homosexualists.png") center no-repeat;
  background-size: contain;
}
.about-first .inside {
  margin: auto 0 auto auto;
  max-width: 585px;
}
.about-first .inside .heading h3 {
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
.about-first .inside .caption {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
}
.about-first .edges {
  height: 148px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.about-first .edges .edge {
  min-width: 50vw;
  max-width: 50vw;
  height: 100%;
}
.about-first .edges .edge svg {
  height: 100%;
  width: 100%;
}
.about-first .edges .edge svg polygon {
  fill: white;
}
.about-first .edges .edge:first-child {
  margin-left: 0;
}
.about-first .edges .edge:last-child {
  margin-right: 0;
}
@media (max-width: 1040px) {
  .about-first .content {
    overflow: hidden;
  }
  .about-first .vive-homo {
    left: 0;
    bottom: -86px;
    height: 406px;
  }
  .about-first .inside {
    margin-top: 136px;
  }
}
@media (max-width: 800px) {
  .about-first {
    height: 530px;
  }
  .about-first .vive-homo {
    width: 200px;
    height: 164px;
    left: 50%;
    bottom: -22px;
    margin-left: -98px;
  }
  .about-first .inside {
    margin: 60px 0 auto 0;
    max-width: 100%;
    min-width: 100%;
  }
  .about-first .inside .heading h3 {
    text-align: center;
  }
  .about-first .inside .caption {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }
  .about-first .edges {
    height: 25px;
  }
}
.about-overview {
  padding-top: 100px;
}
.about-overview .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  padding-top: 32px;
}
.about-overview .cols .col {
  flex: 1;
}
.about-overview .cols .col .icon {
  width: 240px;
  height: 220px;
  background: center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.about-overview .cols .col .icon-idiots {
  background-image: url("/img/card-idiots.png");
}
.about-overview .cols .col .icon-vr {
  background-image: url("/img/card-vr.png");
}
.about-overview .cols .col .icon-code {
  background-image: url("/img/card-code.png");
}
.about-overview .cols .col .text {
  margin: 0 auto;
  padding: 0 30px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
}
@media (max-width: 800px) {
  .about-overview .cols {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 15px;
  }
  .about-overview .cols .col {
    margin-bottom: 57px;
  }
  .about-overview .cols .col .icon {
    width: 180px;
    height: 153px;
  }
  .about-overview .cols .col .text {
    font-size: 16px;
    line-height: 32px;
  }
}
.about-overview .timeline {
  background-image: url("/img/line.png");
  background-position: 52% -8px;
  background-repeat: no-repeat;
  background-size: 1902px;
  padding-top: 437px;
  margin-top: -285px;
  margin-bottom: 188px;
}
.about-overview .timeline .strange-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  height: 585px;
}
.about-overview .timeline .strange-cols .item {
  margin-right: 30px;
}
.about-overview .timeline .strange-cols .item .icon {
  width: 90px;
  height: 90px;
  background: white left top no-repeat;
}
.about-overview .timeline .strange-cols .item .icon-rocket {
  background-image: url("/img/icon-rocket2.png");
}
.about-overview .timeline .strange-cols .item .icon-hands {
  background-image: url("/img/icon-hands.png");
}
.about-overview .timeline .strange-cols .item .icon-laptop {
  background-image: url("/img/icon-laptop.png");
}
.about-overview .timeline .strange-cols .item .icon-grow {
  background-image: url("/img/icon-grow.png");
}
.about-overview .timeline .strange-cols .item .icon-zoom {
  background-image: url("/img/icon-zoom.png");
}
.about-overview .timeline .strange-cols .item .heading {
  font-family: 'Roboto';
  font-size: 28px;
  font-weight: 700;
  color: #900c0c;
  text-transform: capitalize;
  display: inline-block;
  background: white;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: -5px;
}
.about-overview .timeline .strange-cols .item .caption {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 29px;
}
.about-overview .timeline .strange-cols .item .text {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  padding-top: 28px;
  line-height: 25px;
}
.about-overview .timeline .strange-cols .item:first-child {
  margin: auto auto 0 0;
  max-width: 180px;
}
.about-overview .timeline .strange-cols .item:first-child .icon {
  height: 130px;
}
.about-overview .timeline .strange-cols .item:first-child .text {
  display: none;
}
.about-overview .timeline .strange-cols .item:nth-child(2) {
  margin: auto auto 0 auto;
  max-width: 189px;
}
.about-overview .timeline .strange-cols .item:nth-child(3) {
  margin: auto auto 68px auto;
  max-width: 186px;
}
.about-overview .timeline .strange-cols .item:nth-child(3) .text {
  display: none;
}
.about-overview .timeline .strange-cols .item:nth-child(4) {
  margin: auto auto 0 auto;
  max-width: 199px;
}
.about-overview .timeline .strange-cols .item:last-child {
  margin: 0 0 auto auto;
  max-width: 186px;
}
.about-overview .timeline .strange-cols .item:last-child .icon {
  height: 107px;
}
.about-overview .timeline .strange-cols .item:last-child .caption {
  display: none;
}
@media (max-width: 1100px) {
  .about-overview .timeline {
    background: none;
    margin-top: -37px;
    padding-top: 0;
    margin-bottom: 79px;
  }
  .about-overview .timeline .strange-cols {
    height: auto;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .about-overview .timeline .strange-cols .item {
    margin: 0 auto !important;
    max-width: 290px !important;
    text-align: center;
    padding-top: 43px;
  }
  .about-overview .timeline .strange-cols .item .icon {
    width: 85px !important;
    margin: 0 auto;
    background-position: center;
  }
  .about-overview .timeline .strange-cols .item .heading {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
  }
  .about-overview .timeline .strange-cols .item .caption {
    margin: 0 auto;
  }
  .about-overview .timeline .strange-cols .item .text {
    margin: 0 auto;
  }
}
