@font-face {
  font-family: 'Equip-Light';
  src: url('/assets/fonts/equip_ot/Equip-Lig-ba47faed6f6e9fabc207c61e7b4bf840.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Equip-XLig';
  src: url('/assets/fonts/equip_ot/Equip-XLig-3f6e7acbc04250707030c38ad37f080b.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Equip-Regular';
  src: url('/assets/fonts/equip_ot/Equip-Reg-c662e908820960e615d904ca9db4be4a.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Equip-Medium';
  src: url('/assets/fonts/equip_ot/Equip-Med-f96191937f7f317460bf645e94ad0909.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Equip-Bold';
  src: url('/assets/fonts/equip_ot/Equip-Bol-e1518b113143047b819bbe03caa8bc23.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT-Bold';
  src: url('/assets/fonts/mark_ot/MarkOT-Bold-516bc9ab49b39b551ca05a8c2f436529.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT-Book';
  src: url('/assets/fonts/mark_ot/MarkOT-Book-f5547df88cb54d9027fa82828def53e1.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT-Light';
  src: url('/assets/fonts/mark_ot/MarkOT-Light-31ee905b0f2c8a97170ed4d4dc8d2ce7.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT-Medium';
  src: url('/assets/fonts/mark_ot/MarkOT-Medium-0662ed694f754740a3333392e4b498d5.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT-Heavy';
  src: url('/assets/fonts/mark_ot/MarkOT-Heavy-52bd72ac5d6f814bfa2ece3db1fdc5da.otf');
  font-weight: bold;
  font-style: normal;
}
.ulReset {
  list-style: none;
  padding: 0;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
body {
  font-family: jack-font-name;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
}
.OzloHeader {
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 19px 40px 12px 42px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .OzloHeader {
    height: 44px;
    padding: 0;
  }
}
body.scrolled .OzloHeader,
body.tos .OzloHeader,
body.privacy .OzloHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.OzloHeader-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
@media only screen and (max-width: 480px) {
  .OzloHeader-logo {
    width: 100%;
  }
  body .OzloHeader-logo {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: 16px 16px;
    background-image: url('/assets/images/hamburger-d9d2f63ec36562f30d2d7edd6476b4d1.svg');
  }
  body .OzloHeader-logo a {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
  body.menuActive .OzloHeader-logo {
    background-image: url('/assets/images/exit-blue-d672253754e94172b671f9b2b6a69660.svg');
  }
}
.OzloHeader-logo .OzloHeader-logotype {
  display: flex;
  height: 36px;
}
@media only screen and (max-width: 480px) {
  .OzloHeader-logo .OzloHeader-logotype {
    height: 21px;
  }
}
.OzloHeader-logo .OzloHeader-title {
  display: flex;
  display: block;
  font-family: Equip-Medium;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  color: #78bcf1;
  background: #FFF;
  padding: 7px 12px;
  line-height: 1em;
  min-width: 148px;
}
@media only screen and (max-width: 480px) {
  .OzloHeader-logo .OzloHeader-title {
    display: none;
  }
}
.OzloHeader-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 15px;
}
.OzloHeader-links li.mobile-only {
  display: none;
}
@media only screen and (max-width: 480px) {
  .OzloHeader-links li.mobile-only {
    display: flex;
    flex-direction: column;
  }
  .OzloHeader-links li.mobile-only ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: MarkOT-Book;
    font-size: 11px;
    color: #6c6c6c;
  }
  .OzloHeader-links li.mobile-only ul li {
    padding: 0;
  }
  .OzloHeader-links li.mobile-only ul.menu-social {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .OzloHeader-links li.mobile-only ul.menu-social li {
    display: flex;
    flex-grow: 0;
    align-items: center;
    margin-right: 21px;
  }
  .OzloHeader-links li.mobile-only ul.menu-social a {
    padding: 0;
    display: flex;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #b2b2b2;
    text-indent: 200px;
    overflow: hidden;
    background-size: 100%;
  }
  .OzloHeader-links li.mobile-only ul.menu-social a.blog {
    background-image: url('/assets/images/social-buttons/Medium-Social-Button-53fe972202950de15cde10fa6c972c44@2x.png');
  }
  .OzloHeader-links li.mobile-only ul.menu-social a.fb {
    background-image: url('/assets/images/social-buttons/Facebook-Social-Button-eabeb37a95705d8b7291e5059f77d03b@2x.png');
  }
  .OzloHeader-links li.mobile-only ul.menu-social a.twitter {
    background-image: url('/assets/images/social-buttons/Twitter-Social-Button-66e2546ab6a7fd2a47960b232389aaf2@2x.png');
  }
  .OzloHeader-links li.mobile-only ul.menu-base {
    height: 500px;
    margin-top: 24px;
  }
  .OzloHeader-links li.mobile-only ul.menu-base li {
    margin: 0 0 6px 0;
  }
  .OzloHeader-links li.mobile-only ul strong {
    font-family: MarkOT-Medium;
    font-weight: normal;
  }
}
.OzloHeader-links li > a {
  font-family: Equip-Light;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7f7f7f;
  text-decoration: none;
  margin-left: 24px;
}
.OzloHeader-links li > a:hover {
  color: #43A8ED;
}
@media only screen and (max-width: 480px) {
  .OzloHeader-links {
    top: 44px;
    max-height: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    right: 0;
    left: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in;
  }
  .menuActive .OzloHeader-links {
    border-top: solid 1px #dddddd;
    min-height: 1200px;
    -webkit-user-select: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .menuActive .OzloHeader-links li {
    transition: none;
    -webkit-user-select: none;
    opacity: 1;
    transition: opacity 0.2s ease-in;
  }
  .menuActive .OzloHeader-links li:nth-child(2) {
    transition-delay: 0.02s;
  }
  .menuActive .OzloHeader-links li:nth-child(3) {
    transition-delay: 0.04s;
  }
  .menuActive .OzloHeader-links li:nth-child(4) {
    transition-delay: 0.06s;
  }
  .menuActive .OzloHeader-links li:nth-child(5) {
    transition-delay: 0.08s;
  }
  .menuActive .OzloHeader-links li:nth-child(6) {
    transition-delay: 0.1s;
  }
  .menuActive .OzloHeader-links li:nth-child(7) {
    transition-delay: 0.12s;
  }
  .menuActive .OzloHeader-links li:nth-child(8) {
    transition-delay: 0.14s;
  }
  .menuActive .OzloHeader-links li:nth-child(9) {
    transition-delay: 0.16s;
  }
  .OzloHeader-links li {
    transition: none;
    background: #FFF;
    opacity: 0;
    padding: 0 15px;
  }
  .OzloHeader-links li:last-child {
    padding-bottom: 15px;
  }
  .OzloHeader-links li > a {
    display: flex;
    margin-left: 0 !important;
    padding: 10px 0;
    font-family: Equip-Regular;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #7f7f7f;
    text-decoration: none;
    border-bottom: solid 0.5px #dddddd;
  }
}
body.menuActive,
body.overlayActive {
  overflow: hidden;
}
footer {
  border-top: 1px solid #d8d8d8;
  padding: 18px 30px 15px 30px;
  font-family: MarkOT-Book;
  font-size: 11px;
  color: #999999;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
footer > .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  footer > .links {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
footer > .links li {
  margin-left: 10px;
  white-space: nowrap;
}
footer > .links li:first-child {
  margin-left: 0;
}
footer > .links > ul:first-child li {
  margin-right: 24px;
  margin-left: 0;
}
footer > .links > ul:first-child li:last-child {
  margin-right: 0;
}
footer > .links > ul:first-child a {
  text-decoration: none;
  font-family: MarkOT-Book;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}
footer > .links > ul:last-child li > a {
  display: block;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #b2b2b2;
  text-indent: 200px;
  overflow: hidden;
  background-size: 100%;
}
footer > .links > ul:last-child li > a.blog {
  background-image: url('/assets/images/social-buttons/Medium-Social-Button-53fe972202950de15cde10fa6c972c44@2x.png');
}
footer > .links > ul:last-child li > a.fb {
  background-image: url('/assets/images/social-buttons/Facebook-Social-Button-eabeb37a95705d8b7291e5059f77d03b@2x.png');
}
footer > .links > ul:last-child li > a.twitter {
  background-image: url('/assets/images/social-buttons/Twitter-Social-Button-66e2546ab6a7fd2a47960b232389aaf2@2x.png');
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  footer ul {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  footer ul.base {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3px;
  }
  footer ul.base li {
    margin-bottom: 12px;
  }
}
footer ul strong {
  font-family: MarkOT-Medium;
  font-weight: 500;
  color: #666666;
}
.overlay {
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(120, 186, 241, 0.8);
}
.overlayActive .overlay {
  z-index: 5000;
  opacity: 1;
}
.overlay.show-apps .modal.apps,
.overlay.show-contact .modal.contact {
  transform: translateY(0);
  opacity: 1;
}
.overlay .modal {
  transform: translateY(2000px);
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 120px;
  left: calc(50% - 187px);
  border-radius: 12px;
  width: 271px;
  padding: 30px 52px 40px 52px;
  background-color: #FFF;
  background-size: 318px 60px;
  background-position: 50% 65px;
  background-repeat: no-repeat;
}
.overlay .modal p {
  margin: 0;
}
.overlay .modal.contact {
  background-image: url('/assets/images/modal/chat_banner-fa2159eb546f0f8b5726e84e6ae737a0@2x.png');
}
.overlay .modal.apps {
  background-image: url('/assets/images/modal/apps_banner-2f41d14842fb6c4547cad044559e516a@2x.png');
}
.overlay .modal .close {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/images/modal/exit-1166bd210ffb3d48c7378142bdd9ef99.svg');
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 50%;
  width: 15px;
  height: 15px;
  padding: 18px;
}
.overlay .modal h2 {
  font-family: Equip-Bold;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #43a8ed;
}
.overlay .modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}
.overlay .modal ul li {
  margin-top: 12px;
}
.overlay .modal ul li a {
  display: flex;
  flex-direction: column;
  padding: 14px 18px 13px 18px;
  border-radius: 12px;
  border: solid 1px #d8d8d8;
  text-decoration: none;
  background-image: url('/assets/images/modal/right-arrow-be190f3b338db51c84a646db62b12841.svg');
  background-position: 95% 50%;
  background-size: 6px 14px;
  background-repeat: no-repeat;
}
.overlay .modal ul li a p {
  display: block;
  text-align: left;
  font-family: Equip-Light;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}
.overlay .modal ul li a p strong {
  font-family: Equip-Medium;
  font-weight: 300;
}
.overlay .modal ul li a p.link {
  font-family: Equip-Bold;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #43a8ed;
}
.overlay .modal ul li.app {
  position: relative;
}
.overlay .modal ul li.app:before {
  content: "";
  left: 10px;
  top: 10px;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-size: 100%;
  background-position: 50%;
}
.overlay .modal ul li.app.ios:before {
  background-color: #000000;
  background-image: url('/assets/images/modal/apps/logo-apple-f0820298ac89d12356005db86b850950@2x.png');
}
.overlay .modal ul li.app.android:before {
  background-color: #000000;
  background-image: url('/assets/images/modal/apps/logo-google-play-62a0bc24e773aae8b773d3a7e385f63e@2x.png');
}
.overlay .modal ul li.app.web:before {
  border: solid 1px #d8d8d8;
  background-image: url('/assets/images/modal/apps/ozlo-avatar-circle-b6cafd5ddd44a473c46e38df49bfb47c@2x.png');
}
.overlay .modal ul li.app a {
  padding-left: 67px;
  height: 41px;
}
.overlay .modal ul li.app p {
  font-size: 12px;
}
.overlay .modal ul li.app p.link {
  font-size: 15px;
  color: #444444;
}
h1 {
  font-family: Equip-XLig;
  font-size: 42px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-family: Equip-Light;
    font-size: 32px;
  }
}
h2 {
  font-family: Equip-XLig;
  font-size: 42px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: Equip-Light;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-family: Equip-Bold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #43a8ed;
}
h5 {
  font-family: Equip-Medium;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}
p {
  font-family: Equip-Light;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7f7f7f;
}
strong {
  font-family: Equip-Medium;
  font-weight: 500;
}
article h1 {
  margin: 0;
  padding: 0 86px 0 86px;
  max-width: 625px;
  text-align: center;
  color: #ffffff;
}
article h2 {
  margin: 0 0 12px;
  text-align: center;
}
article h3 {
  margin: 0 0 12px;
}
article h4 {
  margin: 0;
}
article h5 {
  margin: 0;
}
article p {
  display: flex;
  margin: 0;
  text-align: center;
  color: #7f7f7f;
  max-width: 483px;
}
article .buttonGroup {
  margin: 24px -12px 0 -12px;
  display: flex;
  flex-direction: row;
}
article a.button {
  font-family: Equip-Medium;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #43a8ed;
  padding: 10px 32px;
  box-shadow: 0 2px 0 0 #d8d8d8;
  border-radius: 9px;
  background-color: #ffffff;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}
.buttonGroup article a.button {
  margin: 0 12px 0 12px;
}
article a.button.blue {
  color: #ffffff;
  background-color: #78bcf1;
  box-shadow: 0 2px 0 0 #62a3dd;
}
article .flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 54px -6px 34px -6px;
  padding: 0;
  border-bottom: 0;
  max-width: 808px;
  justify-content: center;
}
article .flex-wrap figure {
  margin: 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
article {
  padding-top: 94px;
}
@media only screen and (max-width: 480px) {
  article {
    padding-top: 6px;
  }
}
section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 80px;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #f5f5f5, rgba(255, 255, 255, 0) 200px);
}
@media only screen and (max-width: 480px) {
  section {
    align-items: left;
    padding-top: 40px;
    margin: 0;
  }
  section.story {
    margin-top: 30px;
  }
  section h1,
  section h2,
  section p {
    padding: 0;
    text-align: left;
  }
}
section:last-child {
  padding-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  section:last-child {
    padding-bottom: 40px;
  }
}
section.story {
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  border: none;
  background: linear-gradient(to bottom, #78bcf1 0, #99d3ff 100%);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  section.story {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.story .button {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  margin: 0 12px 0 12px;
}
section.news {
  padding: 15px 24px 15px 24px;
}
section.news .section-body {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
section.news ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  display: flex;
}
section.news ul li {
  padding: 10px 10px 10px 0;
  -webkit-scroll-snap-coordinate: 0 0;
  display: block;
  width: 240px;
  flex-shrink: 0;
  border-right: solid 1px #cccccc;
  margin-right: 20px;
}
section.news ul li:nth-child(3) {
  padding-right: 0;
  border-right: none;
}
section.news ul li:nth-child(3) ~ li {
  display: none;
}
section.news ul li h3 {
  font-family: Equip-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22em;
}
section.news ul li h3 a {
  color: #43a8ed;
  text-decoration: none;
}
section.news ul li p {
  font-family: Equip-Light;
  font-size: 13px;
  font-weight: 500;
  color: #7f7f7f;
}
section.news ul li p span {
  font-family: Equip-Medium;
  color: #343434;
  margin: 0 4px 0 4px;
}
section.news ul li p span:after {
  color: #7f7f7f;
  content: '·';
  margin-left: 4px;
}
section.news .carousel {
  overflow: scroll;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: mandatory;
}
section.news h2 {
  align-self: flex-start;
  font-family: Equip-Light;
  font-size: 20px;
  color: #444444;
}
section.people {
  padding-left: 0;
  padding-right: 0;
}
section.people h2,
section.people p {
  padding-left: 24px;
  padding-right: 24px;
}
section.people .team {
  width: 190px;
  height: 219px;
  flex-shrink: 0;
  background-size: 190px 219px;
  border-radius: 20px;
  position: relative;
}
section.people .team a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
section.people .team a:after {
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease-in;
  border-radius: 20px;
  background-color: rgba(0, 118, 181, 0.8);
  background-image: url('/assets/images/linkedin-white-c1dae1e7cbde0cb587e53d270eed649a.svg');
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.people .team a:hover:after {
  opacity: 1;
}
section.people .team.cj {
  background-image: url('/assets/images/people/team-photo-cj-970b39060c9526a28337b0bc9503d089@2x.jpg');
}
section.people .team.mh {
  background-image: url('/assets/images/people/team-photo-mh-280280d6ac6e6793c0111926eebc97d4@2x.jpg');
}
section.people .team.jb {
  background-image: url('/assets/images/people/team-photo-jb-7f34ad40ba7c9818b3ea47c2a0dc2ef8@2x.jpg');
}
section.people .team.hy {
  background-image: url('/assets/images/people/team-photo-hy-b1b79fee7a157a0e995dcd99288c3e0f@2x.jpg');
}
section.people .team figcaption {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  position: absolute;
  bottom: -62px;
}
section.people .team figcaption p {
  align-self: center;
  padding: 10px 15px 0 15px;
  font-family: Equip-Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #43a8ed;
}
section.people .team figcaption p.sub {
  padding: 0 15px 12px 15px;
  font-family: Equip-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7f7f7f;
}
section.people .carousel {
  display: flex;
  flex-direction: row;
  margin: 54px 0 14px 0;
  padding: 0 0 20px 0;
  border-bottom: 0;
  overflow: scroll;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: mandatory;
}
@media only screen and (max-width: 820px) {
  section.people .carousel {
    margin: 30px 0 0 0;
  }
}
section.people .carousel figure {
  -webkit-scroll-snap-coordinate: -24px 0;
  margin: 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 60px;
}
@media only screen and (max-width: 820px) {
  section.people .carousel figure:first-child {
    margin-left: 24px;
  }
  section.people .carousel figure:last-child:after {
    content: "x";
    opacity: 0;
    display: flex;
    width: 214px;
  }
}
section.investors {
  padding-top: 0;
  background: none;
}
section.investors h3 {
  align-self: center;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: Equip-Regular;
}
section.investors hr {
  width: 200px;
}
section.investors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  section.investors ul {
    flex-direction: column;
    align-self: center;
    margin-bottom: 40px;
  }
}
section.investors ul li {
  display: flex;
  margin: 0 6px;
}
section.joinus {
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  section.joinus {
    padding-bottom: 0px;
  }
}
section.joinus > h2,
section.chat > h2,
section.joinus > p,
section.chat > p,
section.joinus > .buttonGroup,
section.chat > .buttonGroup {
  align-self: center;
}
@media only screen and (max-width: 480px) {
  section.joinus h2,
  section.chat h2 {
    font-size: 22px;
    font-family: Equip-Light;
  }
}
section.joinus .section-body,
section.chat .section-body {
  margin: 60px 0 0 0;
}
section.joinus .jobs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 70px;
}
@media only screen and (max-width: 480px) {
  section.joinus .jobs {
    overflow: hidden;
    display: block;
  }
}
section.joinus .jobs li {
  border-right: solid 1px #d8d8d8;
  font-family: Equip-Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #43a8ed;
  padding: 8px 24px;
}
section.joinus .jobs li:last-child {
  border: none;
}
@media only screen and (max-width: 480px) {
  section.joinus .jobs li {
    border: none;
    padding: 0;
  }
}
figure {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  figure {
    flex-direction: column;
  }
}
figure a {
  color: none;
  text-decoration: none;
}
figure .video {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
  box-sizing: border-box;
}
figure .video .poster {
  transition: opacity 0.5s;
  max-width: 100%;
  z-index: 100;
  display: flex;
  flex-grow: 0;
  position: relative;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
figure .video .iphone-alt,
figure .video video {
  z-index: 90;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
figure .video video {
  width: 100%;
  border-radius: 18px;
}
@media only screen and (max-width: 768px) {
  figure .video video {
    border-radius: 12px;
  }
}
figure img {
  border-radius: 12px;
}
figure figcaption {
  margin: 18px 0 40px 0;
  flex-shrink: 1;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  figure {
    display: flex;
  }
  figure:first-child {
    margin: 0 0 60px 0;
  }
  figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.products figure figcaption {
    width: 246px;
    margin-left: 29px;
  }
  figure figcaption p {
    text-align: left;
  }
}
figure.reverse {
  flex-direction: row-reverse;
}
figure.reverse figcaption {
  margin-left: 0;
  margin-right: 29px;
}
figure.map h3 {
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  figure.map figcaption {
    margin-top: 6px !important;
  }
  figure.map h3 {
    font-size: 16px;
    margin: 0;
  }
  figure.map p {
    font-size: 11px;
    margin: 0;
  }
}
hr {
  border: none;
  align-self: stretch;
  max-width: 798px;
  width: 100%;
  margin-top: 40px;
}
hr.long {
  margin-top: 40px;
}
@media only screen and (min-width: 480px) {
  hr {
    margin-top: 40px;
  }
  hr.long {
    margin-top: 80px;
  }
}
.section-body {
  margin: 80px 0 0 0;
  padding-bottom: 80px;
  max-width: 798px;
  display: flex;
  flex-direction: column;
}
.section-body.short {
  margin-top: 28px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .section-body {
    margin: 0;
    padding: 20px 0;
    width: 100%;
  }
  .section-body.short {
    margin-top: 18px;
    padding: 0;
  }
}
.section-body.split {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-self: center;
  padding-bottom: 0;
  border: none;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .section-body.split {
    flex-direction: column;
  }
}
.section-body.split figure {
  margin-left: 20px;
  padding: 0;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .section-body.split figure {
    margin: 0;
  }
}
.section-body.split figure .placeholder {
  width: 320px;
  height: 256px;
}
.section-body.split figure:first-child {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .section-body.split figure:first-child {
    margin: 0 0 30px 0;
  }
}
.section-body.split figure figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0 0 0;
}
.index-tour {
  display: flex;
  position: relative;
  flex-direction: row;
  border: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 786px) {
  .index-tour {
    flex-direction: column;
  }
}
.index-tour ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  list-style: none;
  padding: 0;
  margin: -30px 30px 0 0;
}
.index-tour ul li {
  cursor: pointer;
  padding-bottom: 32px;
  border-top: solid 1px #d8d8d8;
}
.index-tour ul li:first-child {
  margin-top: 0;
  border: none;
}
.index-tour ul li:first-child h3 {
  margin-top: 0;
}
.index-tour ul li h3 {
  padding-top: 32px;
  font-family: Equip-Medium;
  transition: all 0.5s;
}
.index-tour ul li.active h3 {
  color: #43a8ed;
}
.index-tour ul li p {
  text-align: left;
  color: #444;
}
@media only screen and (max-width: 786px) {
  .index-tour ul li {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 786px) {
  .index-tour ul {
    margin-bottom: 32px;
    flex-direction: row;
    display: flex;
    margin-right: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: mandatory;
  }
  .index-tour ul li {
    border-top: none;
    -webkit-scroll-snap-coordinate: 0% 0%;
    width: 100%;
    flex-shrink: 0;
  }
}
.index-tour .pageIndicator {
  position: absolute;
  display: none;
  top: -55px;
  left: 50%;
  margin-left: -2.7ex;
  color: #7f7f7f;
  white-space: nowrap;
}
@media only screen and (max-width: 786px) {
  .index-tour .pageIndicator {
    display: block;
  }
}
.index-tour .preview {
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  border-radius: 12px;
  min-width: 360px;
  flex-shrink: 0;
  position: relative;
  font-size: 16px;
  min-height: 537px;
  transition: height 0.5s ease-in;
  height: 670px;
}
.index-tour .preview p {
  color: #444444;
  display: flex;
}
.index-tour .preview::before {
  display: block;
  content: "";
  border: solid 1px #d8d8d8;
  border-top: none;
  border-right: none;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -16px;
  transform: rotate(45deg);
  background-color: #fff;
  top: 30px;
  transition: top 0.2s;
}
@media only screen and (max-width: 786px) {
  .index-tour .preview {
    font-size: 13px;
    display: flex;
    align-self: stretch;
    min-height: auto;
    min-width: 270px;
    margin-top: 30px;
  }
  .index-tour .preview::before {
    display: block;
    content: "";
    border: solid 1px #d8d8d8;
    border-bottom: none;
    border-right: none;
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 16px);
    transform: rotate(45deg);
    background-color: #FFF;
    top: -16px !important;
    transition: none;
  }
}
.index-tour .preview .tour-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 140%;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition-delay: 0;
  transition: opacity 0.5s;
  padding: 34px;
}
@media only screen and (max-width: 786px) {
  .index-tour .preview .tour-page {
    padding: 24px;
  }
}
.index-tour .preview .tour-page.page1:before {
  position: absolute;
  display: none;
  top: -55px;
  left: 50%;
  margin-left: -2.7ex;
  color: #7f7f7f;
  white-space: nowrap;
  content: "● ○ ○";
}
@media only screen and (max-width: 786px) {
  .index-tour .preview .tour-page.page1:before {
    display: block;
  }
}
.index-tour .preview .tour-page.page2:before {
  position: absolute;
  display: none;
  top: -55px;
  left: 50%;
  margin-left: -2.7ex;
  color: #7f7f7f;
  white-space: nowrap;
  content: "○ ● ○";
}
@media only screen and (max-width: 786px) {
  .index-tour .preview .tour-page.page2:before {
    display: block;
  }
}
.index-tour .preview .tour-page.page3:before {
  position: absolute;
  display: none;
  top: -55px;
  left: 50%;
  margin-left: -2.7ex;
  color: #7f7f7f;
  white-space: nowrap;
  content: "○ ○ ●";
}
@media only screen and (max-width: 786px) {
  .index-tour .preview .tour-page.page3:before {
    display: block;
  }
}
.index-tour .preview .tour-page.active {
  opacity: 1;
  transition-delay: 0.4s;
}
.index-tour .preview .tour-page img {
  background: #DDD;
  border-radius: 12px;
  border: none;
  float: left;
  margin-right: 12px;
  margin-bottom: 21px;
}
.index-tour .preview .tour-page p {
  text-align: left;
  margin: 0 0 21px 0;
  font-family: Equip-Medium;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #43a8ed;
}
.index-tour .preview .tour-page ol {
  clear: left;
  color: #444444;
  font-family: Equip-Light;
  padding: 0;
  list-style: none;
}
.index-tour .preview .tour-page ol li {
  position: relative;
  border-top: 1px solid #d8d8d8;
  padding: 14px 0 14px 30px;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .index-tour .preview .tour-page ol li {
    padding: 18px 0 18px 33px;
  }
}
.index-tour .preview .tour-page ol li strong {
  display: inline;
}
.index-tour .preview .tour-page ol li:before {
  color: #78bcf1;
  font-family: Equip-Medium;
  position: absolute;
  left: 0;
  top: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 0 6px;
  margin-top: -2px;
}
@media only screen and (min-width: 480px) {
  .index-tour .preview .tour-page ol li:before {
    top: 19px;
  }
}
.index-tour .preview .tour-page ol li:first-child:before {
  content: '1';
}
.index-tour .preview .tour-page ol li:nth-child(2):before {
  content: '2';
}
.index-tour .preview .tour-page ol li:nth-child(3):before {
  content: '3';
}
.index-tour .preview .tour-page ol li:nth-child(4):before {
  content: '4';
}
.index-tour .preview .tour-page ol li:nth-child(5):before {
  content: '5';
}
.OzloWebsite {
  font-family: MarkOT-Light;
  color: #666;
  padding: 80px 30px 20px 30px;
  max-width: 798px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .OzloWebsite {
    padding-top: 24px;
  }
}
.OzloWebsite h1 {
  display: none;
}
.OzloWebsite h2 {
  margin-top: 50px;
  font-family: Equip-Light;
  font-size: 24px;
  color: #444444;
}
.OzloWebsite h4 {
  color: #444444;
}
.OzloWebsite p {
  color: #444444;
}
.OzloWebsite ol {
  font-family: Equip-Light;
}
