html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none; }

* {
  margin: 0;
  padding: 0; }

.btn {
  width: 100%;
  max-width: 205px;
  height: 60px;
  padding: 0 24px;
  line-height: 60px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(184, 194, 214, 0.7);
  text-transform: uppercase;
  color: #15223d;
  text-align: left;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4.33px; }
  .btn img.horizontal {
    float: right;
    position: relative;
    top: 23px;
    left: 8px; }
  .btn img.orange {
    margin: 0 auto;
    transform: rotate(90deg); }
  .btn.small {
    width: 50px;
    height: 50px;
    padding: 6px 12px;
    border: 1px solid rgba(136, 181, 170, 0.7); }
  .btn.middle {
    display: block;
    margin: 0 auto; }
  .btn.white {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white; }
  .btn.big {
    background-color: #ebebeb;
    width: 100%;
    height: 92px;
    border: none;
    line-height: 92px;
    text-align: center;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4.67px;
    position: absolute;
    bottom: 0; }
    .btn.big .text-wrapper {
      width: 150px;
      height: 100%;
      margin: 0 auto; }
      .btn.big .text-wrapper span {
        float: left; }
      .btn.big .text-wrapper img {
        float: right;
        position: relative;
        top: 39px; }
  .btn.btn-posted {
    padding: 0;
    line-height: 60px;
    text-align: center;
    padding-left: 2.5px; }
  .btn.large {
    width: 100%;
    max-width: 1110px;
    margin-top: 90px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.48px;
    border: 1px solid #35446A; }
    .btn.large img {
      float: right;
      position: relative;
      top: 9px;
      left: -262px; }
  .btn.article {
    max-width: 274px;
    color: #fff;
    float: right;
    border: 1px solid #2b3a5d; }
  .btn.eric-section {
    height: 81px;
    line-height: 78px; }
    .btn.eric-section .text-wrapper img {
      top: 32px; }
  .btn:focus {
    outline: 5px auto -webkit-focus-ring-color; }

.navbar.center .navbar-inner {
  text-align: right; }

.navbar.center .navbar-inner .nav {
  display: inline-block;
  float: none; }

.header {
  margin-top: 60px; }
  .header .navbar {
    padding-bottom: 20px;
    margin-bottom: 0; }
    .header .navbar .navbar-brand {
      position: relative;
      bottom: 11px;
      right: 1px; }
      .header .navbar .navbar-brand .black {
        width: 136px; }
    .header .navbar .glyphicon {
      transform: rotate(90deg); }
    .header .navbar .navbar-header .icon-bar {
      background-color: #ffffff; }
    .header .navbar .navbar-collapse {
      padding: 0; }
    .header .navbar .navbar-nav {
      margin-right: 3px;
      padding-top: 9px;
      position: relative;
      top: 5px;
      left: -15px; }
      .header .navbar .navbar-nav li {
        color: #a5b6d1;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 1.08px; }
        .header .navbar .navbar-nav li a {
          color: #d4dce8;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 14px;
          font-weight: 700;
          line-height: 12px;
          letter-spacing: 1.08px;
          text-align: left;
          margin-right: 6px;
          -webkit-transition: color .3s;
          transition: color .3s; }
          .header .navbar .navbar-nav li a .about-arrow {
            background-image: url("{{ site.url }}/../../images/arrow_down.svg");
            background-repeat: no-repeat;
            width: 11px;
            height: 6px;
            float: right;
            margin: 4px 0 3px 5px; }
          .header .navbar .navbar-nav li a:hover, .header .navbar .navbar-nav li a:focus, .header .navbar .navbar-nav li a:active, .header .navbar .navbar-nav li a:visited {
            outline: none; }
          .header .navbar .navbar-nav li a:hover {
            color: #ffffff;
            -webkit-transition: color .3s;
            transition: color .3s; }
          .header .navbar .navbar-nav li a.contact {
            padding-right: 0;
            margin-right: 0; }
      .header .navbar .navbar-nav .dropdown .dropdown-menu {
        width: 190px;
        height: 165px;
        position: absolute;
        left: -7px;
        box-shadow: 0 22px 34px 0px rgba(8, 20, 46, 0.04);
        border-radius: 4px;
        background-color: #ffffff;
        padding: 5px 0;
        border: none; }
        .header .navbar .navbar-nav .dropdown .dropdown-menu .divider {
          background-color: rgba(136, 181, 170, 0.7); }
        .header .navbar .navbar-nav .dropdown .dropdown-menu li {
          width: 100%;
          height: 20%;
          margin-bottom: 5px; }
          .header .navbar .navbar-nav .dropdown .dropdown-menu li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #666972;
            font-family: "Gotham A", "Gotham B", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 40px;
            padding-left: 22px;
            letter-spacing: 1.08px; }
            .header .navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
              color: #192540;
              background-color: transparent; }
      .header .navbar .navbar-nav .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px; }
      .header .navbar .navbar-nav .dropdown-menu li:hover .sub-menu {
        visibility: visible; }
      .header .navbar .navbar-nav .dropdown-toggle-wide:hover .dropdown-menu {
        display: block; }
      .header .navbar .navbar-nav .nav-tabs .dropdown-menu,
      .header .navbar .navbar-nav .nav-pills .dropdown-menu,
      .header .navbar .navbar-nav .navbar .dropdown-menu {
        margin-top: 0; }
      .header .navbar .navbar-nav .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px; }
      .header .navbar .navbar-nav .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px; }
  .header .nav-social {
    padding-top: 12px;
    margin-left: 46px;
    margin-right: 12px;
    list-style: none; }
    .header .nav-social .nav-item {
      background-image: url("{{ site.url }}/../../images/social_sprite.svg");
      width: 18px;
      height: 18px;
      margin-right: 20px;
      float: right;
      transition: all .3s; }
      .header .nav-social .nav-item.linkedin {
        background-position: -116px 0; }
      .header .nav-social .nav-item.facebook {
        background-position: -78px 0; }
      .header .nav-social .nav-item.medium {
        background-position: -40px 0; }
      .header .nav-social .nav-item.twitter {
        width: 20px;
        height: 17px;
        background-position: 0 0; }
      .header .nav-social .nav-item a {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer; }
      .header .nav-social .nav-item:first-child {
        margin-right: 0; }
      .header .nav-social .nav-item:hover {
        background-image: url("{{ site.url }}/../../images/social_sprite_hover.svg");
        transition: all .3s; }

.dropdown-toggle-mobile {
  display: none !important; }

.nav-tabs-wrapper {
  position: absolute;
  width: 100%;
  top: 540px; }
  .nav-tabs-wrapper .navbar-nav.navigation-tabs {
    border-bottom: none;
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    max-width: 475px;
    height: 111px;
    float: none; }
    .nav-tabs-wrapper .navbar-nav.navigation-tabs li {
      float: left;
      margin-bottom: -1px;
      position: relative;
      display: block;
      width: 112px;
      height: 100%; }
      .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
        position: relative;
        padding: 10px 15px;
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        opacity: 0.5;
        text-align: center;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 92px;
        letter-spacing: 1.38px;
        border: none; }
        .nav-tabs-wrapper .navbar-nav.navigation-tabs li a.team-tab {
          max-width: 85px;
          margin: 0 auto; }
        .nav-tabs-wrapper .navbar-nav.navigation-tabs li a.careers-tab {
          max-width: 107px;
          margin: 0 7px; }
        .nav-tabs-wrapper .navbar-nav.navigation-tabs li a.about-tab {
          max-width: 93px;
          margin: 0 auto; }
        .nav-tabs-wrapper .navbar-nav.navigation-tabs li a.exchange-tab, .nav-tabs-wrapper .navbar-nav.navigation-tabs li a.ltic-tab {
          max-width: none;
          margin: 0 auto; }
      .nav-tabs-wrapper .navbar-nav.navigation-tabs li.active a, .nav-tabs-wrapper .navbar-nav.navigation-tabs li.active a:focus, .nav-tabs-wrapper .navbar-nav.navigation-tabs li.active a:hover, .nav-tabs-wrapper .navbar-nav.navigation-tabs li.focus a, .nav-tabs-wrapper .navbar-nav.navigation-tabs li.focus a:focus, .nav-tabs-wrapper .navbar-nav.navigation-tabs li.focus a:hover {
        opacity: 1;
        background-color: transparent;
        color: #fff;
        border: none;
        border-bottom: 3px solid #fff; }
      .nav-tabs-wrapper .navbar-nav.navigation-tabs li .careers-tab {
        margin: 0 7px; }
  .nav-tabs-wrapper .navbar-nav.navigation-tabs-wide {
    max-width: 700px; }
    .nav-tabs-wrapper .navbar-nav.navigation-tabs-wide li {
      width: 350px; }
  @media (max-width: 767px) {
    .nav-tabs-wrapper {
      top: 343px; }
      .nav-tabs-wrapper .navbar-nav.navigation-tabs {
        height: 50px;
        left: -20px;
        position: relative; }
        .nav-tabs-wrapper .navbar-nav.navigation-tabs li {
          width: 25%; }
          .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
            font-size: 16px;
            font-weight: 700;
            line-height: 12px;
            letter-spacing: 1.23px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs-wrapper {
      top: 343px; }
      .nav-tabs-wrapper .navbar-nav.navigation-tabs {
        height: 50px;
        left: -20px;
        position: relative; }
        .nav-tabs-wrapper .navbar-nav.navigation-tabs li {
          width: 25%; }
          .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
            font-size: 16px;
            font-weight: 700;
            line-height: 12px;
            letter-spacing: 1.23px; } }

.title-section {
  height: 466px;
  background-color: white;
  margin-bottom: 140px; }
  .title-section h1 {
    width: 100%;
    max-width: 890px;
    min-height: 204px;
    margin: 0 auto;
    text-align: center;
    padding-top: 141px;
    color: #192540;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    vertical-align: middle;
    letter-spacing: -1.24px; }

.email-wrapper {
  width: 100%;
  max-width: 582px;
  margin: 0 auto; }
  .email-wrapper input {
    width: 100%;
    max-width: 320px;
    height: 60px;
    background-color: #ffffff;
    color: #7584a3;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 15px;
    font-weight: 600;
    float: right;
    padding-left: 19px;
    margin-right: 15px; }
    .email-wrapper input.input-tools {
      max-width: 245px;
      border: none;
      float: left; }
  .email-wrapper .btn {
    max-width: 229px;
    height: 60px;
    background-color: #ffb562;
    float: right;
    border: none; }
  .email-wrapper .btn-notify {
    float: left;
    width: 171px;
    background-color: #f9a601; }

@media (max-width: 992px) {
  .navbar.center .navbar-inner .nav {
    display: block; }

  .row.header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 100000;
    margin: 0;
    margin-left: -15px; }

  .header .nav-social {
    margin-left: 16px;
    float: left;
    height: 30px; }
  .header .navbar {
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 999999;
    width: 100%;
    padding-top: 23px;
    transition: .4s ease-in-out;
    min-height: 102px;
    border-radius: 0; }
    .header .navbar .navbar-collapse {
      overflow: hidden;
      box-shadow: none; }
      .header .navbar .navbar-collapse ul li {
        margin-bottom: 28px; }
        .header .navbar .navbar-collapse ul li a {
          color: #80899d;
          font-size: 18px; }
          .header .navbar .navbar-collapse ul li a:hover {
            color: #80899d; }
      .header .navbar .navbar-collapse ul .dropdown-toggle-wide {
        display: none; }
      .header .navbar .navbar-collapse ul .dropdown-toggle-mobile {
        display: block !important; }
    .header .navbar .navbar-nav {
      min-height: auto;
      padding-bottom: 20px;
      margin-top: 105px;
      margin-left: 33px; }
      .header .navbar .navbar-nav .dropdown .dropdown-menu {
        border: none;
        box-shadow: none;
        position: relative;
        margin-left: 4px; }
        .header .navbar .navbar-nav .dropdown .dropdown-menu li {
          margin-bottom: 10px; }
          .header .navbar .navbar-nav .dropdown .dropdown-menu li a {
            font-size: 16px;
            font-weight: 700;
            color: #acb4c4; }
    .header .navbar .navbar-brand img {
      position: relative;
      bottom: 3px;
      left: 10px; }

  .icon-x img {
    height: 20px;
    margin-top: -4px; }

  .logo {
    width: auto;
    height: 52px; }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

  .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
    min-width: 120px; }

  .about-arrow-mobile {
    transform: rotate(90deg);
    height: 13px;
    margin-left: 7px;
    transition: .3s ease-in-out; } }
@media (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.footer {
  min-height: 435px;
  background-color: #092053;
  padding-top: 130px; }
  .footer img {
    margin-bottom: 82px; }
  .footer .copyright {
    width: 240px;
    height: 15px;
    color: #707586;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    top: 80px; }
    .footer .copyright span.copy {
      font-size: 15px;
      color: #707586;
      position: relative;
      top: 1px;
      font-weight: 600; }
  .footer .footer-list {
    list-style: none;
    padding-left: 9px;
    position: relative;
    top: -3px; }
    .footer .footer-list .separator {
      width: 30px;
      height: 1px;
      background-color: #ffc564;
      position: relative;
      top: -43px; }
    .footer .footer-list li {
      width: 100%;
      height: 16px;
      margin-bottom: 14px; }
      .footer .footer-list li:first-child {
        margin-bottom: 89px; }
        .footer .footer-list li:first-child a {
          height: 18px;
          color: #ffffff;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 15px;
          font-weight: 500; }
      .footer .footer-list li:last-child {
        padding-bottom: 0; }
      .footer .footer-list li a {
        color: #C5D2EC;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 15px;
        font-weight: 400;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        transition: color .3s; }
        .footer .footer-list li a:hover {
          text-decoration: none;
          color: #ffffff;
          transition: color .3s; }
  @media (max-width: 991px) {
    .footer.container-fluid.footer {
      height: auto;
      padding-top: 60px;
      padding-bottom: 60px; }
      .footer.container-fluid.footer img, .footer.container-fluid.footer .copyright {
        display: none; }
    .footer .col-xs-12 .footer-list {
      margin-top: 60px; } }

.top-section {
  background: url("{{ site.url }}/../../images/homepage-hero@1x.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  min-height: auto; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .top-section {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/homepage-hero@2x.jpg") no-repeat center center;
      background-size: cover; } }
  .top-section h1 {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    margin-top: 85px;
    text-align: center;
    min-height: 200px;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 87px;
    letter-spacing: -1.87px; }
    .top-section h1 .dot {
      display: inline-block;
      color: #f4b70c;
      width: 14px;
      height: 14px;
      background-color: #f4b70c;
      position: relative;
      left: 3px;
      top: 1px;
      font-size: 47px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      letter-spacing: -2.18px; }
  .top-section h3 {
    max-width: 820px;
    padding: 0px 0 7px;
    margin: 0 auto;
    color: #f0f3f7;
    text-align: center;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: 0.75px;
    width: 820px;
    margin-bottom: 74px; }
    .top-section h3 .bold {
      font-weight: 700; }
      .top-section h3 .bold.no-border {
        border-bottom: none; }
  .top-section h4 {
    height: 26px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.43px;
    margin-bottom: 17px;
    opacity: .6; }
  .top-section img.arrow-down {
    cursor: pointer;
    margin: 0 auto;
    opacity: .6; }
  .top-section .line-bottom {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid rgba(63, 83, 113, 0.4); }
    .top-section .line-bottom .ltse-title {
      height: 14px;
      opacity: 0.7;
      color: #586b8a;
      text-align: left;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 11px;
      font-weight: 300;
      letter-spacing: 0.55px;
      line-height: 35px; }
  @media (max-width: 767px) {
    .top-section {
      background: url("{{ site.url }}/../../images/mobile-homepage-hero.jpg") no-repeat center center;
      background-size: cover;
      min-height: 593px; }
      .top-section h1 {
        max-width: 329px;
        font-size: 54px;
        line-height: 55px;
        letter-spacing: -1.2px; }
      .top-section h3 {
        max-width: 276px;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.53px;
        margin-bottom: 67px; }
      .top-section h4 {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.89px;
        margin-bottom: 13px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .top-section {
      background-size: cover;
      min-height: 593px; }
      .top-section h1 {
        max-width: 429px;
        width: 80%;
        font-size: 54px;
        line-height: 55px;
        letter-spacing: -1.2px; }
      .top-section h3 {
        max-width: 376px;
        width: 80%;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.53px;
        margin-bottom: 140px; }
      .top-section h4 {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.89px;
        margin-bottom: 13px; } }

.notice {
  background-color: #ebb841;
  text-align: center;
  padding: 25px 150px 25px 150px;
  font-family: "Gotham A", "Gotham B";
  font-size: 18px;
  vertical-align: bottom; }
  .notice .sec-text {
    color: #212121;
    line-height: 28px; }
    .notice .sec-text a {
      color: #23527c; }
    .notice .sec-text a:hover {
      text-decoration: underline; }
    .notice .sec-text .sec-heading {
      color: #345a63;
      font-weight: bold;
      line-height: 28px;
      padding-bottom: 10px; }

@media (max-width: 767px) {
  .notice {
    padding-left: 40px;
    padding-right: 40px; } }
.homepage-section-title {
  background-color: white;
  height: 978px !important;
  margin-bottom: 0; }

.stock-exchange {
  background-color: #fff;
  padding-top: 125px; }
  .stock-exchange .container {
    position: relative; }
    .stock-exchange .container .benjamin {
      position: absolute;
      bottom: 0;
      left: -570px; }
  .stock-exchange h1 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #192540;
    font-family: 'Abhaya Libre', serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: -2px;
    margin-bottom: 26px; }
  .stock-exchange h3 {
    margin: 0 auto 63px;
    max-width: 980px;
    height: 185px;
    text-align: center;
    color: #f9a602;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 2.54px;
    line-height: 50px; }
  .stock-exchange .btn {
    margin-bottom: 135px; }
  @media (max-width: 767px) {
    .stock-exchange {
      padding-top: 91px; }
      .stock-exchange h1 {
        max-width: 308px;
        font-size: 56px;
        line-height: 52px;
        letter-spacing: -1.24px; }
      .stock-exchange h3 {
        max-width: 241px;
        font-size: 22px;
        letter-spacing: 1.23px;
        margin-bottom: 340px; }
      .stock-exchange .btn {
        margin-bottom: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stock-exchange {
      padding-top: 91px; }
      .stock-exchange h1 {
        max-width: 408px;
        font-size: 56px;
        line-height: 52px;
        letter-spacing: -1.24px; }
      .stock-exchange h3 {
        max-width: 241px;
        font-size: 22px;
        letter-spacing: 1.23px;
        margin-bottom: 340px; }
      .stock-exchange .btn {
        margin-bottom: 90px; } }

.ltse-building {
  background-color: #154987;
  padding-top: 174px;
  min-height: 891px; }
  .ltse-building .container {
    position: relative; }
    .ltse-building .container .board {
      position: absolute;
      bottom: -8px;
      right: 10px; }
  .ltse-building h1 {
    margin-top: 16px;
    max-width: 700px;
    color: #ffffff;
    font-family: 'Abhaya Libre', serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: -2px; }
  .ltse-building h3 {
    max-width: 510px;
    color: #f9a602;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 1.2;
    margin: 26px 0 54px 0; }
  .ltse-building .btn {
    margin-bottom: 180px; }
  @media (max-width: 767px) {
    .ltse-building {
      min-height: auto;
      height: auto;
      padding-top: 90px; }
      .ltse-building h1 {
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        font-size: 56px;
        line-height: 52px;
        letter-spacing: -1.24px;
        margin-bottom: 22px; }
      .ltse-building h3 {
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.23px;
        margin-bottom: 40px; }
      .ltse-building .btn {
        margin: 0 auto;
        margin-bottom: 90px;
        display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ltse-building {
      min-height: auto;
      height: auto;
      padding-top: 90px; }
      .ltse-building h1 {
        margin: 0 auto;
        text-align: center;
        max-width: 500px;
        font-size: 56px;
        line-height: 52px;
        letter-spacing: -1.24px;
        margin-bottom: 22px; }
      .ltse-building h3 {
        margin: 0 auto;
        text-align: center;
        max-width: 400px;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.23px;
        margin-bottom: 40px; }
      .ltse-building .btn {
        margin: 0 auto;
        margin-bottom: 90px;
        display: block; } }

.experiment-section {
  margin: 120px 0 126px 0; }

.container-section {
  width: 100%;
  margin: 120px 0;
  position: relative;
  background-color: #fff; }
  .container-section .commas {
    margin: 0 auto;
    margin-bottom: 61px; }
  .container-section .eric {
    margin: 0 auto;
    margin-bottom: 32px; }
  .container-section h1 {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 63px; }
  .container-section h3 {
    width: 115px;
    height: 31px;
    margin: 0 auto;
    text-align: center;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px; }
  .container-section .info {
    width: 265px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    color: #4E5865;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; }
    .container-section .info span {
      text-decoration: underline; }
  .container-section .btn.big {
    width: 100%;
    max-width: 100%;
    color: #15223d;
    border-top: 1px solid #d2d5df;
    background-color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4.33px; }
  .container-section.contact {
    margin-top: 100px;
    background-color: #edf6fa;
    margin-bottom: 201px;
    height: 908px;
    padding-top: 133px; }
    .container-section.contact .commas {
      margin-bottom: 68px; }
    .container-section.contact .eric {
      margin-bottom: 34px; }
    .container-section.contact h1 {
      width: 100%;
      max-width: 951px;
      height: 186px;
      color: #192540;
      font-size: 50px;
      font-weight: 700;
      line-height: 62px;
      margin-bottom: 73px; }
    .container-section.contact h3 {
      width: 182px;
      height: 31px;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 3px; }
    .container-section.contact .info {
      width: 264px;
      height: 25px;
      font-size: 18px;
      font-weight: 600;
      line-height: 25px; }
    .container-section.contact .btn {
      width: 100%;
      background-color: #e6f1f6;
      border: none; }
  @media (max-width: 767px) {
    .container-section {
      padding-top: 87px;
      height: auto;
      padding-bottom: 200px; }
      .container-section h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 32px; }
      .container-section .eric {
        margin-bottom: 20px; } }

.ltse-tools {
  background: url("{{ site.url }}/../../images/homepage-tools.jpg") no-repeat center center;
  background-color: #131c30;
  padding-top: 161px;
  height: 1041px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ltse-tools {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/homepage-tools@2x.jpg") no-repeat center center;
      background-size: cover; } }
  .ltse-tools .container {
    position: relative;
    padding-left: 31px; }
    .ltse-tools .container .stars {
      position: absolute;
      bottom: 378px;
      left: -320px; }
  .ltse-tools h1 {
    width: 528px;
    margin-top: 0;
    color: #ffffff;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: -2px;
    margin-bottom: 40px; }
  .ltse-tools h3 {
    width: 432px;
    height: 323px;
    color: #f9a602;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 1.25;
    margin-bottom: 47px; }
  .ltse-tools .btn {
    width: 100%;
    max-width: 254px; }
  @media (max-width: 767px) {
    .ltse-tools {
      background: url("{{ site.url }}/../../images/mobile-homepage-tools.jpg") no-repeat center center;
      background-size: cover;
      padding-top: 90px;
      height: auto;
      padding-bottom: 186px; }
      .ltse-tools .container {
        padding-left: 15px; }
      .ltse-tools h1 {
        text-align: center;
        max-width: 100%;
        width: 100%;
        height: 208px;
        font-size: 56px;
        line-height: 52px;
        letter-spacing: -1.24px;
        margin-bottom: 21px; }
      .ltse-tools h3 {
        margin: 0 auto;
        text-align: center;
        max-width: 260px;
        font-size: 22px;
        letter-spacing: 1.23px; }
      .ltse-tools .btn {
        display: block;
        margin: 0 auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ltse-tools {
      padding-top: 90px;
      height: auto;
      padding-bottom: 70px; }
      .ltse-tools .container {
        padding-left: 15px; }
      .ltse-tools h1 {
        text-align: center;
        max-width: 100%;
        width: 100%;
        height: auto;
        font-size: 56px;
        line-height: 52px;
        letter-spacing: -1.24px;
        margin-bottom: 31px; }
      .ltse-tools h3 {
        margin: 0 auto;
        text-align: center;
        max-width: 260px;
        font-size: 22px;
        letter-spacing: 1.23px; }
      .ltse-tools .btn {
        display: block;
        margin: 0 auto; } }

.contact-us {
  background-color: #fff;
  min-height: 400px; }
  .contact-us .white-wrapper h1.big {
    width: 100%;
    max-width: 951px;
    height: 303px;
    margin: 0 auto;
    margin-top: 245px;
    text-align: center;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 97px;
    letter-spacing: -2px;
    margin-bottom: 17px; }
    .contact-us .white-wrapper h1.big .dot, .contact-us .white-wrapper h1.big .bold {
      color: #f4b70c;
      position: relative;
      left: 0;
      top: 0;
      font-size: 90px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      letter-spacing: -2.18px; }
  .contact-us .white-wrapper .business-subtitle {
    width: 602px;
    height: 96px;
    color: #455372;
    margin: 0 auto;
    text-align: center;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0.8px;
    margin-bottom: 52px; }
  .contact-us .white-wrapper .btn.middle {
    margin-bottom: 150px; }
  .contact-us .business-changing {
    max-width: 1100px;
    width: 100%;
    height: 625px;
    padding-left: 80px;
    background: url("{{ site.url }}/../../images/homepage-businesschanging.jpg") no-repeat right center;
    box-shadow: 0 3px 8px rgba(148, 158, 178, 0.12);
    background-color: #ffffff;
    position: absolute;
    top: -320px; }
    .contact-us .business-changing .title {
      max-width: 587px;
      width: 100%;
      height: 168px;
      color: #192540;
      font-family: "Abhaya Libre", sans-serif;
      font-size: 90px;
      font-weight: 700;
      line-height: 84px;
      letter-spacing: -2px;
      margin-top: 120px;
      margin-bottom: 20px; }
    .contact-us .business-changing .subtitle {
      width: 382px;
      height: 82px;
      color: #f9a602;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 34px;
      font-weight: 500;
      line-height: 43px;
      letter-spacing: 1.9px;
      margin-bottom: 55px; }
    .contact-us .business-changing button {
      color: #15223d;
      border: 1px solid #c5cdde; }
  @media (max-width: 767px) {
    .contact-us {
      min-height: auto; }
      .contact-us .white-wrapper h1.big {
        width: 100%;
        height: 200px;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: -1.07px;
        margin-top: 90px;
        margin-bottom: 22px; }
        .contact-us .white-wrapper h1.big .bold {
          font-size: 40px; }
      .contact-us .white-wrapper .business-subtitle {
        width: 100%;
        height: 84px;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.53px;
        margin-bottom: 50px; }
      .contact-us .white-wrapper .btn.middle {
        margin-bottom: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-us {
      min-height: auto; }
      .contact-us .white-wrapper h1.big {
        width: 100%;
        height: 200px;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: -1.07px;
        margin-top: 90px;
        margin-bottom: 22px; }
        .contact-us .white-wrapper h1.big .bold {
          font-size: 40px; }
      .contact-us .white-wrapper .business-subtitle {
        width: 100%;
        height: 84px;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.53px;
        margin-bottom: 50px; }
      .contact-us .white-wrapper .btn.middle {
        margin-bottom: 90px; } }

.keep-posted {
  background-color: #154987;
  padding-top: 98px;
  padding-bottom: 104px; }
  .keep-posted h3 {
    width: 100%;
    max-width: 600px;
    height: 62px;
    text-align: center;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 62px;
    margin: 0 auto 20px; }
  .keep-posted .text-info {
    width: 100%;
    max-width: 423px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    color: #d0e5ff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.43px;
    margin-bottom: 29px; }
  .keep-posted a {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .keep-posted {
      padding: 60px 0 70px; }
      .keep-posted h3 {
        width: 100%;
        font-size: 30px;
        font-weight: 700; }
      .keep-posted .text-info {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 25px; } }

.footer {
  background-color: #092053;
  padding-top: 130px; }
  .footer img {
    margin-bottom: 82px; }
  .footer .copyright {
    width: 280px;
    height: 15px;
    color: #707586;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 13px;
    font-weight: 300; }
  .footer .footer-list {
    list-style: none;
    padding-left: 9px;
    position: relative;
    top: -3px; }
    .footer .footer-list .separator {
      width: 30px;
      height: 1px;
      background-color: #ffc564;
      position: relative;
      top: -43px; }
    .footer .footer-list li {
      width: 100%;
      height: 16px;
      margin-bottom: 14px; }
      .footer .footer-list li:first-child {
        margin-bottom: 89px; }
        .footer .footer-list li:first-child a {
          height: 18px;
          color: #ffffff;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 15px;
          font-weight: 600; }
      .footer .footer-list li:last-child {
        padding-bottom: 0; }
      .footer .footer-list li a {
        color: #c5d2ec;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 15px;
        font-weight: 500;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none; }
        .footer .footer-list li a:hover {
          text-decoration: none; }

.contact-wrapper {
  height: auto;
  background: none;
  background-color: #f5f5f2;
  padding-bottom: 104px; }
  .contact-wrapper .header .logo.white {
    display: none; }
  .contact-wrapper .header .logo.black {
    display: block !important; }
  .contact-wrapper .navbar .navbar-header {
    color: #192540;
    background-color: transparent; }
  .contact-wrapper .navbar .navbar-collapse .navbar-nav li a {
    color: #192540;
    opacity: 0.6; }
    .contact-wrapper .navbar .navbar-collapse .navbar-nav li a .about-arrow {
      background-image: url("{{ site.url }}/../../images/arrow_down_dark.png"); }
  .contact-wrapper .navbar .navbar-toggle span {
    background-color: #19253f !important; }
  .contact-wrapper .nav-social .nav-item {
    background-image: url("{{ site.url }}/../../images/social_sprite_light.svg"); }
    .contact-wrapper .nav-social .nav-item:hover {
      background-image: url("{{ site.url }}/../../images/social_sprite.svg"); }
  .contact-wrapper .title-wrapper {
    margin-bottom: 70px; }
  .contact-wrapper h1 {
    margin-top: 119px;
    color: #192540; }
  .contact-wrapper .contact-card {
    width: 527px;
    height: 318px;
    box-shadow: 0 4px 7px 0px rgba(228, 228, 222, 0.48);
    background-color: #ffffff;
    padding: 45px 0 45px 45px;
    position: relative;
    bottom: 0px;
    transition: all .3s; }
    .contact-wrapper .contact-card:hover {
      bottom: 5px;
      transition: all .3s;
      box-shadow: 0 17px 30px 0px rgba(194, 194, 181, 0.26); }
    .contact-wrapper .contact-card.left {
      margin: 0 5px 45px 0; }
    .contact-wrapper .contact-card.right {
      margin: 0 0 45px 5px; }
    .contact-wrapper .contact-card .title {
      width: 399px;
      height: 55px;
      color: #192540;
      text-align: left;
      font-family: "Abhaya Libre", sans-serif;
      font-size: 46px;
      font-weight: 700;
      letter-spacing: -1.02px;
      position: absolute;
      top: 118px; }
    .contact-wrapper .contact-card .separator {
      width: 30px;
      height: 2px;
      background-color: #e4e8f2;
      position: absolute;
      top: 206px; }
    .contact-wrapper .contact-card .email {
      width: 156px;
      height: 31px;
      text-align: left;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 31px;
      position: absolute;
      top: 238px; }
    .contact-wrapper .contact-card .bell-icon {
      margin-top: -6px; }
  .contact-wrapper .press-card {
    width: 100%;
    background-color: #ffffff;
    padding: 45px 45px 45px 45px;
    position: relative;
    bottom: 0px; }
    .contact-wrapper .press-card .press-block-title {
      color: #f79500;
      text-align: left;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin: 15px 0 40px 0; }
    .contact-wrapper .press-card .date {
      color: #818181;
      text-align: left;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 18px; }
    .contact-wrapper .press-card .title {
      color: #18263f;
      text-align: left;
      font-family: "Abhaya Libre", sans-serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 45px;
      margin: 15px 0 10px 0; }
    .contact-wrapper .press-card .author {
      color: #18263f;
      text-align: left;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 18px; }
    .contact-wrapper .press-card .outlet {
      color: #818181;
      text-align: left;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 18px;
      margin-bottom: 50px; }
    .contact-wrapper .press-card .press-post-content {
      color: #192540;
      text-align: left;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 16px;
      line-height: 27px;
      margin-bottom: 60px; }
      .contact-wrapper .press-card .press-post-content a {
        text-decoration: underline; }
      .contact-wrapper .press-card .press-post-content ul {
        margin: 15px 0 0 30px; }
    .contact-wrapper .press-card .separator-bottom {
      width: 60px;
      height: 2px;
      background-color: #f9a601;
      margin-bottom: 30px; }
    .contact-wrapper .press-card a.underline {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .contact-wrapper {
      padding-bottom: 70px; }
      .contact-wrapper .title-wrapper {
        margin-bottom: 60px; }
        .contact-wrapper .title-wrapper h1 {
          margin-top: 137px;
          font-size: 40px;
          height: auto; }
      .contact-wrapper .contact-card {
        width: 100%;
        height: 345px; }
        .contact-wrapper .contact-card .title {
          width: 200px;
          font-size: 38px;
          font-weight: 700;
          line-height: 40px;
          letter-spacing: -0.84px; }
        .contact-wrapper .contact-card .separator {
          top: 244px; }
        .contact-wrapper .contact-card .email {
          top: 274px; }
        .contact-wrapper .contact-card.right {
          margin-left: 0; }
      .contact-wrapper .press-card {
        padding: 20px; }
        .contact-wrapper .press-card .title {
          font-size: 25px;
          line-height: 30px; }
        .contact-wrapper .press-card .subtitle {
          font-size: 18px;
          line-height: 35px; }
        .contact-wrapper .press-card .date, .contact-wrapper .press-card .author, .contact-wrapper .press-card .outlet {
          font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-wrapper {
      padding-bottom: 70px; }
      .contact-wrapper .title-wrapper {
        height: 250px;
        margin-bottom: 60px; }
        .contact-wrapper .title-wrapper h1 {
          margin-top: 137px;
          font-size: 40px;
          line-height: 20px;
          height: 100px; }
      .contact-wrapper .contact-card {
        width: 600px;
        height: 345px; }
        .contact-wrapper .contact-card.left, .contact-wrapper .contact-card.right {
          margin: 0 auto;
          margin-left: auto !important;
          margin-bottom: 40px; }
        .contact-wrapper .contact-card .title {
          width: 200px;
          font-size: 38px;
          font-weight: 700;
          line-height: 40px;
          letter-spacing: -0.84px; }
        .contact-wrapper .contact-card .separator {
          top: 244px; }
        .contact-wrapper .contact-card .email {
          top: 274px; }
        .contact-wrapper .contact-card.right {
          margin-left: 0; }
      .contact-wrapper .press-card {
        padding: 20px; }
        .contact-wrapper .press-card .title {
          font-size: 25px;
          line-height: 30px; }
        .contact-wrapper .press-card .subtitle {
          font-size: 18px;
          line-height: 35px; }
        .contact-wrapper .press-card .date, .contact-wrapper .press-card .author, .contact-wrapper .press-card .outlet {
          font-size: 14px; } }

.faq-wrapper {
  padding-bottom: 150px; }

.about-wrapper {
  background: url("{{ site.url }}/../../images/aboutus-aurora.jpg") no-repeat center center;
  min-height: 651px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .about-wrapper {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/aboutus-aurora@2x.jpg") no-repeat center center;
      background-size: cover; } }
  .about-wrapper h1 {
    max-width: 985px;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 81px;
    margin-top: 81px;
    letter-spacing: -1.69px; }
  .about-wrapper + .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
    color: #fff; }
  .about-wrapper + .nav-tabs-wrapper .navbar-nav.navigation-tabs li.active a {
    border-bottom: 3px solid #f9a601; }
  @media (max-width: 767px) {
    .about-wrapper {
      background: url("{{ site.url }}/../../images/mobile-aboutus-hero.jpg") no-repeat center center;
      background-size: cover;
      min-height: 393px; }
      .about-wrapper h1 {
        width: 100%;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -0.89px;
        line-height: 40px;
        margin-top: 110px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-wrapper {
      background: url("{{ site.url }}/../../images/mobile-aboutus-hero.jpg") no-repeat center center;
      min-height: 393px;
      background-size: cover; }
      .about-wrapper h1 {
        width: 600px;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -0.89px;
        line-height: 50px;
        margin-top: 121px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-wrapper {
      background: url("{{ site.url }}/../../images/mobile-aboutus-hero.jpg") no-repeat center center;
      min-height: 393px;
      background-size: cover; }
      .about-wrapper h1 {
        width: 600px;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -0.89px;
        line-height: 50px;
        margin-top: 121px; } }

.about-section-title {
  background-color: white;
  height: 778px;
  margin-bottom: 0; }
  .about-section-title .subtitle {
    max-width: 899px;
    color: #192540;
    margin: 0 auto;
    text-align: center;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.07px;
    line-height: 57px;
    margin-top: 140px; }
  .about-section-title .separator {
    margin: 0 auto;
    width: 60px;
    height: 2px;
    background-color: #f9a601;
    position: relative;
    top: 60px; }
  .about-section-title .comprised {
    width: 914px;
    margin: 0 auto;
    margin-top: 121px;
    text-align: center;
    color: #354568;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0.64px; }
    .about-section-title .comprised a {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .about-section-title {
      height: auto;
      padding-bottom: 70px; }
      .about-section-title .subtitle {
        width: 100%;
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.76px;
        margin-top: 70px; }
      .about-section-title .comprised {
        width: 100%;
        font-size: 20px;
        font-weight: 300;
        line-height: 31px;
        letter-spacing: 0.53px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-section-title {
      height: auto;
      padding-bottom: 70px; }
      .about-section-title .subtitle {
        width: 600px;
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.76px;
        margin-top: 70px; }
      .about-section-title .comprised {
        width: 600px;
        font-size: 20px;
        font-weight: 300;
        line-height: 31px;
        letter-spacing: 0.53px; } }

.about-section-title-short {
  height: 532px; }

.regulation-section-title {
  background-color: #F5F6F1;
  padding-bottom: 118px; }
  .regulation-section-title .separator {
    margin: 0 auto;
    width: 60px;
    height: 2px;
    background-color: #f9a601;
    position: relative;
    top: 60px; }
  .regulation-section-title .comprised {
    width: 914px;
    margin: 0 auto;
    margin-top: 110px;
    text-align: left;
    color: #354568;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 21px;
    font-weight: 200;
    line-height: 38px;
    letter-spacing: 0.64px; }
    .regulation-section-title .comprised a {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .regulation-section-title {
      height: auto;
      padding-bottom: 70px; }
      .regulation-section-title .comprised {
        width: 100%;
        font-size: 20px;
        font-weight: 300;
        line-height: 31px;
        letter-spacing: 0.53px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .regulation-section-title {
      height: auto;
      padding-bottom: 70px; }
      .regulation-section-title .comprised {
        width: 600px;
        font-size: 20px;
        font-weight: 300;
        line-height: 31px;
        letter-spacing: 0.53px; } }

.regulation-section-content {
  background-color: white;
  padding: 90px 0 130px 0; }
  .regulation-section-content .content {
    width: 914px;
    margin: 0 auto; }
    .regulation-section-content .content .separator {
      width: 60px;
      height: 2px;
      background-color: #f9a601;
      margin: 120px 0 60px 0; }
    .regulation-section-content .content .regulation-doc {
      clear: both;
      font-family: "Gotham A", "Gotham B", sans-serif; }
      .regulation-section-content .content .regulation-doc .doc-card {
        margin-bottom: 110px; }
        .regulation-section-content .content .regulation-doc .doc-card .title {
          font-family: "Gotham A", "Gotham B", sans-serif !important;
          height: 30px;
          color: #192540;
          font-size: 26px;
          font-weight: 300;
          letter-spacing: -0.58px;
          margin-bottom: 25px; }
        .regulation-section-content .content .regulation-doc .doc-card .title-reg-section {
          margin-bottom: 20px; }
        .regulation-section-content .content .regulation-doc .doc-card .subtitle {
          color: #84939c;
          text-align: left;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 16px;
          line-height: 27px;
          margin-bottom: 20px; }
      .regulation-section-content .content .regulation-doc .doc-card-reg-section {
        margin-bottom: 60px; }
      .regulation-section-content .content .regulation-doc .download {
        background: url("{{site.url}}/../../images/arrow-grey.svg") no-repeat right;
        color: #a3adb6;
        float: left;
        padding-right: 30px;
        letter-spacing: 4.33px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700; }
      .regulation-section-content .content .regulation-doc:hover {
        color: #192540; }
      .regulation-section-content .content .regulation-doc:hover .download {
        color: #192540;
        background: url("{{site.url}}/../../images/arrow-yellow.svg") no-repeat right; }

.planet-section {
  height: 1325px;
  background: url("{{ site.url }}/../../images/aboutus-planet.jpg") no-repeat center top;
  background-color: #F5F5F2; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .planet-section {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/aboutus-planet@2x.jpg") no-repeat center top;
      background-size: cover; } }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .planet-section {
      background-color: #F5F5F2;
      background-size: contain; } }
  .planet-section .about-card {
    height: 1055px;
    background-color: #fff;
    padding: 110px 140px 110px 95px;
    position: relative;
    top: 140px; }
    .planet-section .about-card .about-title {
      max-width: 727px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 50px;
      font-weight: 700;
      line-height: 62px;
      margin-bottom: 25px; }
    .planet-section .about-card .about-title-faq {
      margin-bottom: 60px; }
    .planet-section .about-card .about-subtitle {
      max-width: 727px;
      color: #354568;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 24px;
      font-weight: 300;
      line-height: 38px;
      letter-spacing: 0.64px;
      margin-bottom: 70px; }
    .planet-section .about-card .separator {
      width: 60px;
      height: 2px;
      background-color: #f9a601;
      margin-bottom: 70px; }
    .planet-section .about-card p {
      width: 381px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.43px;
      margin-bottom: 27px; }
  @media (max-width: 767px) {
    .planet-section {
      height: auto;
      background: url("{{ site.url }}/../../images/bg_about_planet_mobile.png") no-repeat center top;
      background-color: #F5F5F2;
      padding-bottom: 210px; }
      .planet-section .about-card {
        height: auto;
        padding: 40px 30px; }
        .planet-section .about-card .about-title {
          width: 100%;
          font-size: 35px;
          font-weight: 700;
          line-height: 42px; }
        .planet-section .about-card .about-subtitle {
          width: 100%;
          font-size: 20px;
          font-weight: 300;
          line-height: 31px;
          letter-spacing: 0.53px;
          margin-bottom: 50px; }
        .planet-section .about-card .separator {
          margin-bottom: 50px; }
        .planet-section .about-card p {
          width: 100%;
          font-size: 16px;
          font-weight: 300;
          line-height: 27px;
          letter-spacing: 0.43px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .planet-section {
      height: auto;
      padding-bottom: 210px;
      background: url("{{ site.url }}/../../images/bg_about_planet_mobile.png") no-repeat center top;
      background-size: contain;
      background-color: #F5F5F2; }
      .planet-section .about-card {
        height: auto;
        padding: 40px 30px; }
        .planet-section .about-card .about-title {
          width: 600px;
          font-size: 35px;
          font-weight: 700;
          line-height: 42px; }
        .planet-section .about-card .about-subtitle {
          width: 600px;
          font-size: 20px;
          font-weight: 300;
          line-height: 31px;
          letter-spacing: 0.53px;
          margin-bottom: 50px; }
        .planet-section .about-card .separator {
          margin-bottom: 50px; }
        .planet-section .about-card p {
          width: 600px;
          font-size: 16px;
          font-weight: 300;
          line-height: 27px;
          letter-spacing: 0.43px; } }

.faq-section {
  background-size: 0;
  height: 1410px; }
  .faq-section .about-card {
    height: 100%;
    top: 100px;
    padding: 100px 140px 50px 95px; }
    .faq-section .about-card .about-subtitle {
      margin-bottom: 12px;
      max-width: 850px; }
    .faq-section .about-card p {
      width: 100%;
      margin-bottom: 42px; }
    .faq-section .about-card a {
      text-decoration: underline; }
  @media (min-width: 768px) and (max-width: 991px) {
    .faq-section {
      height: 1910px; }
      .faq-section .about-card {
        top: 60px;
        padding: 20px; } }
  @media (max-width: 767px) {
    .faq-section {
      height: 1910px; }
      .faq-section .about-card {
        top: 60px;
        padding: 20px; } }

.team-wrapper {
  background: url("{{ site.url }}/../../images/team-hero.jpg") no-repeat center center;
  min-height: 651px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .team-wrapper {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/team-hero@2x.jpg") no-repeat center center;
      background-size: cover; } }
  .team-wrapper h1 {
    margin-top: 119px; }
  .team-wrapper + .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
    color: #fff; }
  .team-wrapper + .nav-tabs-wrapper .navbar-nav.navigation-tabs li.active a {
    border-bottom: 3px solid #f9a601; }
  @media (max-width: 767px) {
    .team-wrapper {
      background: url("{{ site.url }}/../../images/mobile-team-hero.jpg") no-repeat center center;
      background-size: cover; } }

.title-section.team {
  margin-bottom: 30px; }

.title-section.team h1 {
  width: auto;
  max-width: 1056px;
  font-size: 48px;
  line-height: 57px; }

.person-wrapper {
  height: auto; }
  .person-wrapper .person {
    width: 100%;
    padding-left: 4px;
    margin-bottom: 114px; }
    .person-wrapper .person .card {
      width: 100%;
      height: 93px;
      margin-bottom: 39px; }
      .person-wrapper .person .card img.person-image {
        float: left;
        margin-right: 25px; }
      .person-wrapper .person .card .name {
        float: left;
        width: 240px;
        height: 25px;
        color: #192540;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 0.56px;
        margin: 6px 0 6px; }
      .person-wrapper .person .card .rank {
        width: 240px;
        height: 25px;
        float: left;
        color: #63708d;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
        margin-bottom: 12px; }
      .person-wrapper .person .card .person-icon-li {
        margin-right: 10px;
        height: 20px;
        width: 20px;
        background: url("{{ site.url }}/../../images/linkedin_small.svg") no-repeat center center;
        position: relative;
        top: 1px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .person-wrapper .person .card .person-icon-li:hover {
          background: url("{{ site.url }}/../../images/li-yellow.svg") no-repeat center center;
          -webkit-transition: all .3s;
          transition: all .3s; }
      .person-wrapper .person .card .person-icon-tw {
        margin-right: 10px;
        height: 20px;
        width: 20px;
        background: url("{{ site.url }}/../../images/twitter_small.svg") no-repeat center center;
        position: relative;
        top: 1px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .person-wrapper .person .card .person-icon-tw:hover {
          background: url("{{ site.url }}/../../images/tw-yellow.svg") no-repeat center center;
          -webkit-transition: all .3s;
          transition: all .3s; }
      .person-wrapper .person .card a {
        float: left; }
    .person-wrapper .person p {
      width: 287px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 31px; }

@media (max-width: 767px) {
  .team-wrapper {
    min-height: 393px; }
    .team-wrapper h1 {
      width: 80%;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px; }

  .title-section.team {
    height: auto;
    margin-bottom: 40px; }
    .title-section.team h1 {
      width: 332px;
      font-size: 38px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.84px;
      margin-top: 70px;
      margin-bottom: 70px;
      padding-top: 0; }

  .person-wrapper .person {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px; }
    .person-wrapper .person p {
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0.43px; }
    .person-wrapper .person .card {
      width: 340px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .team-wrapper {
    min-height: 393px; }
    .team-wrapper h1 {
      width: 80%;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px; }

  .title-section.team {
    height: auto;
    margin-bottom: 40px; }
    .title-section.team h1 {
      width: 600px;
      font-size: 38px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.84px;
      margin-top: 70px;
      margin-bottom: 0;
      padding-top: 0; }

  .person-wrapper .person {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 70px; }
    .person-wrapper .person p {
      margin: 0 auto;
      width: 340px;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0.43px; }
    .person-wrapper .person .card {
      margin: 0 auto;
      margin-bottom: 20px;
      width: 340px; } }
.title-section-team {
  height: 400px; }

.tools-wrapper {
  background: url("{{ site.url }}/../../images/tools-hero.jpg") no-repeat center center;
  min-height: 782px;
  background-color: #091b43; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .tools-wrapper {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/tools-hero@2x.jpg") no-repeat center center;
      background-size: cover; } }
  .tools-wrapper .title-wrapper h1 {
    max-width: 1052px;
    margin-top: 120px; }
  @media (max-width: 991px) {
    .tools-wrapper {
      background: url("{{ site.url }}/../../images/mobile-tools-space.jpg") no-repeat center center;
      background-size: cover;
      min-height: auto;
      padding-bottom: 80px; }
      .tools-wrapper .title-wrapper h1 {
        max-width: 298px;
        font-size: 40px;
        letter-spacing: -0.89px; } }

.tools-screens {
  position: absolute;
  top: 599px; }

.div-screens {
  width: 100%;
  height: 349px;
  position: absolute;
  top: 569px;
  z-index: 10;
  overflow-x: hidden; }
  .div-screens img {
    position: absolute;
    height: 288px;
    box-shadow: 0 35px 72px -35px #c5c5bb;
    -moz-box-shadow: 0 35px 72px -35px #c5c5bb;
    -webkit-box-shadow: 0 35px 72px -35px #c5c5bb; }
    .div-screens img.captable1-carousel {
      display: block;
      margin-left: -1658px;
      left: 50%; }
    .div-screens img.captable2-carousel {
      display: block;
      margin-left: -224px;
      left: 50%; }
    .div-screens img.hiringplan-carousel {
      display: block;
      margin-left: 258px;
      left: 50%; }
    .div-screens img.fast409a-carousel {
      display: block;
      margin-left: -702px;
      left: 50%; }
    .div-screens img.runway-carousel {
      display: block;
      margin-left: 736px;
      left: 50%; }
    .div-screens img.round-carousel {
      display: block;
      margin-left: -1180px;
      left: 50%; }
    .div-screens img.options-carousel {
      display: block;
      margin-left: 1214px;
      left: 50%; }

.ltse-content {
  background-color: #f5f5f2;
  padding: 210px 0 0;
  position: relative;
  z-index: 1; }
  .ltse-content:after {
    background: inherit;
    content: '';
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .ltse-content:after {
    bottom: 0;
    transform: skewY(-8deg);
    transform-origin: 100%;
    height: 380px; }
  .ltse-content .container {
    z-index: 1; }
  .ltse-content .mobile-gradient {
    position: absolute;
    z-index: 2;
    top: 455px;
    width: 100%;
    height: 195px;
    background-image: linear-gradient(180deg, rgba(245, 245, 242, 0) 0%, #f5f5f2 100%); }
    .ltse-content .mobile-gradient.hide {
      display: none !important; }
  .ltse-content .ltse-title {
    width: 496px;
    position: relative;
    z-index: 1;
    color: #192540;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.07px;
    margin-bottom: 25px; }
  .ltse-content .ltse-subtitle {
    max-width: 428px;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.43px;
    margin-bottom: -45px; }
  .ltse-content .separator {
    position: absolute;
    top: 336px;
    width: 60px;
    height: 2px;
    background-color: #f9a601; }
  .ltse-content .combined-shape {
    position: absolute;
    z-index: 1;
    left: -23px; }
  .ltse-content .ltse-text {
    width: 432px;
    color: #4c505b;
    position: relative;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.64px;
    z-index: 1;
    margin: 2px 0 0 6px; }
  .ltse-content .eric-card {
    margin: 37px 0 0 7px; }
    .ltse-content .eric-card img {
      float: left;
      margin-right: 22px; }
    .ltse-content .eric-card .title {
      width: 250px;
      height: 29px;
      float: left;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 22px;
      font-weight: 700; }
    .ltse-content .eric-card .rank {
      width: 246px;
      float: left;
      color: #4c4845;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      text-transform: uppercase; }
  .ltse-content .see-more {
    position: absolute;
    cursor: pointer;
    bottom: 175px;
    z-index: 3;
    left: calc(50% - 80px);
    display: block;
    width: 160px;
    height: 53px;
    background-color: #19253f;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 4.33px; }
    .ltse-content .see-more.hide {
      display: none !important; }
  .ltse-content .email-heading {
    width: 403px;
    height: 41px;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 16px;
    letter-spacing: 0.48px; }
  @media (max-width: 767px) {
    .ltse-content {
      padding-top: 60px;
      height: 650px; }
      .ltse-content.expand {
        height: 840px; }
      .ltse-content .ltse-title {
        text-align: center;
        margin: 0 auto;
        max-width: 97%;
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.76px;
        margin-bottom: 20px; }
      .ltse-content .ltse-subtitle {
        text-align: center;
        margin: 0 auto;
        width: 97%;
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 67px; }
      .ltse-content.ltse-content:after {
        display: none; }
      .ltse-content .ltse-text {
        text-align: center;
        margin: 0 auto;
        max-width: 95%;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0.53px; }
      .ltse-content .combined-shape {
        top: -35px;
        left: calc(50% - 59px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ltse-content {
      padding-top: 60px;
      height: 650px; }
      .ltse-content.expand {
        height: 840px; }
      .ltse-content .ltse-title {
        text-align: center;
        margin: 0 auto;
        max-width: 97%;
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.76px;
        margin-bottom: 20px; }
      .ltse-content .ltse-subtitle {
        text-align: center;
        margin: 0 auto;
        width: 97%;
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 67px; }
      .ltse-content.ltse-content:after {
        display: none; }
      .ltse-content .ltse-text {
        text-align: center;
        margin: 0 auto;
        max-width: 95%;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0.53px; }
      .ltse-content .combined-shape {
        top: -35px;
        left: calc(50% - 59px); } }

.tools-apps {
  position: relative;
  background-color: white;
  overflow: hidden; }
  .tools-apps .app-wrapper {
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .tools-apps .app-wrapper {
        padding-bottom: 100px; } }
    .tools-apps .app-wrapper.captable {
      padding-top: 283px; }
    .tools-apps .app-wrapper .row div:first-child {
      padding-top: 125px;
      padding-left: 30px; }
      @media (max-width: 991px) {
        .tools-apps .app-wrapper .row div:first-child {
          padding-top: 20px; } }
    .tools-apps .app-wrapper .row .logo {
      float: left;
      margin-right: 20px;
      width: 43px;
      height: 38px; }
      .tools-apps .app-wrapper .row .logo.hiringplan {
        width: 40px;
        height: 40px; }
    .tools-apps .app-wrapper .row a {
      float: left; }
    .tools-apps .app-wrapper .row h1 {
      max-width: 246px;
      height: 55px;
      float: left;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 35px;
      font-weight: 700;
      letter-spacing: 5.22px;
      margin: 0 0 33px;
      text-transform: uppercase; }
    .tools-apps .app-wrapper .row p {
      width: 580px;
      height: 124px;
      float: left;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 31px;
      margin-bottom: 50px; }
    .tools-apps .app-wrapper .row .app-text {
      float: left;
      max-width: 527px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.43px;
      margin-bottom: 30px; }
    .tools-apps .app-wrapper .row .features {
      list-style: none;
      height: 133px;
      padding: 0;
      float: left; }
      .tools-apps .app-wrapper .row .features li {
        display: block;
        float: left;
        width: 50%;
        height: 35px;
        margin-bottom: 22px; }
        .tools-apps .app-wrapper .row .features li .icon {
          float: left;
          margin-right: 15px; }
        .tools-apps .app-wrapper .row .features li span {
          width: 240px;
          height: 25px;
          display: inline-block;
          color: #192540;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 16px;
          font-weight: 500;
          float: right;
          margin-right: 15px;
          line-height: 10px;
          padding-top: 10px; }
    .tools-apps .app-wrapper .screenshot {
      height: 565px;
      width: auto;
      margin-left: 59px;
      box-shadow: 10px 9px 75px rgba(182, 187, 197, 0.3);
      margin-bottom: 100px; }
    .tools-apps .app-wrapper .screenshot.mobile {
      width: 100%;
      margin-bottom: 40px; }
  @media (max-width: 767px) {
    .tools-apps {
      z-index: 4; }
      .tools-apps .app-wrapper.captable {
        padding-top: 75px; }
        .tools-apps .app-wrapper.captable .row div:first-child {
          padding-top: 0; }
      .tools-apps .app-wrapper .screenshot {
        margin-left: 0;
        height: 100%; }
      .tools-apps .app-wrapper .row h1 {
        font-size: 28px;
        margin-bottom: 20px; }
      .tools-apps .app-wrapper .row .features {
        float: none; }
        .tools-apps .app-wrapper .row .features li {
          width: 100%; }
          .tools-apps .app-wrapper .row .features li span {
            float: right;
            margin-right: 0; }
          .tools-apps .app-wrapper .row .features li:last-child {
            margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tools-apps {
      z-index: 4; }
      .tools-apps .app-wrapper.captable {
        padding-top: 75px; }
        .tools-apps .app-wrapper.captable .row div:first-child {
          padding-top: 0; }
      .tools-apps .app-wrapper .screenshot {
        margin-left: 0;
        height: 100%; }
      .tools-apps .app-wrapper .row h1 {
        font-size: 28px;
        margin-bottom: 20px; }
      .tools-apps .app-wrapper .row .features {
        float: left;
        height: auto; }
        .tools-apps .app-wrapper .row .features li {
          width: 320px; }
          .tools-apps .app-wrapper .row .features li span {
            float: right;
            margin-right: 0; }
          .tools-apps .app-wrapper .row .features li:last-child {
            margin-bottom: 40px; } }

.modeling-tools {
  padding-bottom: 90px; }
  .modeling-tools h1 {
    width: 663px;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    margin-top: 30px;
    margin-bottom: 70px; }
  .modeling-tools .separator {
    width: 60px;
    height: 3px;
    background-color: #f9a601;
    margin: 70px 0 80px; }
  .modeling-tools .tools-card {
    display: block;
    position: relative;
    width: 527px;
    height: 333px;
    box-shadow: 0 3px 8px rgba(148, 158, 178, 0.12);
    background-color: #ffffff;
    padding: 52px 0 63px 50px;
    margin-bottom: 45px;
    border: 1px solid #f0f2f5;
    cursor: pointer;
    top: 0px;
    transition: all .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition: all .2s;
    -webkit-transition-timing-function: ease-in-out; }
    .modeling-tools .tools-card.blue {
      border-top: 2px solid #93b6ca; }
    .modeling-tools .tools-card.orange {
      border-top: 2px solid #f99000; }
    .modeling-tools .tools-card.yellow {
      border-top: 2px solid #ffc301; }
    .modeling-tools .tools-card.purple {
      border-top: 2px solid #8c85c4; }
    .modeling-tools .tools-card:hover {
      box-shadow: 0 27px 30px rgba(194, 194, 181, 0.26); }
    .modeling-tools .tools-card .tools-title {
      max-width: 401px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: -1.33px;
      margin-bottom: 23px; }
    .modeling-tools .tools-card .tools-text {
      max-width: 400px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.43px;
      margin-bottom: 27px; }
    .modeling-tools .tools-card .tools-btn {
      display: block;
      position: absolute;
      bottom: 63px;
      width: 53px;
      height: 48px;
      border: 1px solid #c5cdde;
      background-color: #ffffff;
      background: url("{{site.url}}/../../images/arrow-grey.svg") no-repeat center center; }
    .modeling-tools .tools-card:hover {
      top: -3px;
      transition: all .2s;
      transition-timing-function: ease-in-out;
      -webkit-transition: all .2s;
      -webkit-transition-timing-function: ease-in-out; }
      .modeling-tools .tools-card:hover .tools-btn {
        background: url("{{site.url}}/../../images/arrow-yellow.svg") no-repeat center center; }
  @media (max-width: 767px) {
    .modeling-tools h1 {
      width: 100%;
      font-size: 35px;
      line-height: 42px;
      margin-bottom: 42px; }
    .modeling-tools .tools-card {
      width: 100%;
      height: auto;
      padding: 30px 20px 36px 30px; }
      .modeling-tools .tools-card .tools-title {
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 15px; }
      .modeling-tools .tools-card .tools-text {
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 0.43px; }
      .modeling-tools .tools-card .learn-more {
        position: relative;
        left: -24px;
        padding-bottom: 70px; }
        .modeling-tools .tools-card .learn-more .btn {
          width: 180px;
          height: 15px;
          border: none;
          color: #a3adb6;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 13px;
          font-weight: 700;
          line-height: 18px;
          letter-spacing: 4.33px;
          background: url("{{site.url}}/../../images/arrow-grey.svg") no-repeat right; }
          .modeling-tools .tools-card .learn-more .btn:hover {
            background: url("{{site.url}}/../../images/arrow-yellow.svg") no-repeat right; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .modeling-tools h1 {
      margin: 0 auto;
      text-align: center;
      width: inherit;
      font-size: 35px;
      line-height: 42px;
      margin-bottom: 42px; }
    .modeling-tools .tools-card {
      margin: 0 auto;
      height: auto;
      margin-bottom: 60px;
      padding: 30px 20px 36px 30px; }
      .modeling-tools .tools-card .tools-title {
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 15px; }
      .modeling-tools .tools-card .tools-text {
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 0.43px; } }

.knowledge-center {
  height: 835px;
  padding: 100px 0;
  background: url("{{site.url}}/../../images/bg_knowledge_center.png") no-repeat center center; }
  .knowledge-center h1 {
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    margin-top: 0;
    margin-bottom: 70px; }
  .knowledge-center .article-card {
    display: block;
    width: 100%;
    height: 503px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    top: 0px;
    transition: all .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition: all .2s;
    -webkit-transition-timing-function: ease-in-out; }
    .knowledge-center .article-card .article-title {
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 42px;
      letter-spacing: -1.33px;
      margin: 29px 40px 20px 32px; }
    .knowledge-center .article-card .article-text {
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.43px;
      margin: 0 40px 35px; }
    .knowledge-center .article-card button {
      margin: 0 40px 35px;
      position: relative;
      top: -3px;
      left: -26px;
      width: 180px;
      height: 15px;
      border: none;
      color: #a3adb6;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 7px;
      letter-spacing: 4.33px;
      background: url("{{site.url}}/../../images/arrow-grey.svg") no-repeat right;
      transition: color .2s;
      transition-timing-function: ease-in-out;
      -webkit-transition: color .2s;
      -webkit-transition-timing-function: ease-in-out; }
    .knowledge-center .article-card:hover {
      top: -3px;
      box-shadow: 0 3px 8px black;
      transition: all .2s;
      transition-timing-function: ease-in-out;
      -webkit-transition: all .2s;
      -webkit-transition-timing-function: ease-in-out; }
      .knowledge-center .article-card:hover button {
        background: url("{{site.url}}/../../images/arrow-yellow.svg") no-repeat right;
        color: #192540;
        transition: color .2s;
        transition-timing-function: ease-in-out;
        -webkit-transition: color .2s;
        -webkit-transition-timing-function: ease-in-out; }
    .knowledge-center .article-card:focus {
      outline: none;
      text-decoration: none; }
  @media (max-width: 767px) {
    .knowledge-center {
      background: url("{{site.url}}/../../images/mobile-tools-blog-bg.jpg");
      min-height: 1515px;
      height: auto;
      padding-top: 60px;
      padding-bottom: 70px; }
      .knowledge-center h1 {
        width: 100%;
        text-align: center;
        font-size: 35px;
        margin-bottom: 40px; }
      .knowledge-center .artical-cards {
        margin-left: 0;
        margin-right: 0; }
      .knowledge-center .article-card {
        height: auto;
        margin-bottom: 30px; }
        .knowledge-center .article-card .article-title {
          max-width: 95%;
          text-align: left;
          font-size: 24px;
          line-height: 34px;
          letter-spacing: -2px;
          margin-top: 26px;
          margin-bottom: 5px; }
        .knowledge-center .article-card .article-text {
          font-size: 16px;
          text-align: left;
          font-weight: 300;
          margin-left: 32px;
          line-height: 20px;
          letter-spacing: 0.43px; }
        .knowledge-center .article-card button {
          margin-left: 34px;
          position: relative;
          top: 0;
          left: -27px; }
      .knowledge-center .btn-article {
        width: 100%; }
        .knowledge-center .btn-article button {
          max-width: 100%;
          text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .knowledge-center {
      background: url("{{site.url}}/../../images/mobile-tools-blog-bg.jpg");
      min-height: 1515px;
      height: auto;
      padding-top: 60px;
      padding-bottom: 70px; }
      .knowledge-center h1 {
        width: 100%;
        text-align: center;
        font-size: 35px;
        margin-bottom: 40px; }
      .knowledge-center .article-card {
        width: 600px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 60px;
        padding-bottom: 10px; }
        .knowledge-center .article-card .article-title {
          max-width: 95%;
          font-size: 24px;
          line-height: 34px;
          letter-spacing: -2px;
          margin-top: 26px;
          margin-bottom: 15px; }
        .knowledge-center .article-card .article-text {
          width: 70%;
          font-size: 16px;
          font-weight: 300;
          line-height: 20px;
          letter-spacing: 0.43px; }
        .knowledge-center .article-card button {
          top: -12px; }
      .knowledge-center .btn-article {
        margin: 0 auto;
        width: 500px; }
        .knowledge-center .btn-article button {
          max-width: 100%;
          text-align: center; } }

.stay-connected {
  background-color: #f5f5f2;
  padding: 140px 0;
  height: 580px; }
  .stay-connected h3 {
    width: 100%;
    max-width: 673px;
    text-align: center;
    margin: 0 auto;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 27px; }
  .stay-connected .text-info {
    width: 100%;
    max-width: 423px;
    text-align: center;
    margin: 0 auto;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 41px; }
  @media (max-width: 767px) {
    .stay-connected {
      height: auto;
      padding-top: 70px;
      padding-bottom: 70px; }
      .stay-connected h3 {
        width: 100%;
        font-size: 35px;
        font-weight: 700;
        line-height: 42px; } }

.italic {
  font-style: italic; }

.listings-wrapper {
  background: none;
  background-color: white;
  min-height: 689px; }
  .listings-wrapper .h1-listings {
    margin-top: 116px;
    color: white; }
  .listings-wrapper .h3-listings {
    width: 100%;
    max-width: 920px;
    height: auto;
    min-height: 164px;
    line-height: 48px;
    text-align: center;
    color: white;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.8px;
    padding-top: 42px;
    margin-bottom: 0px; }
  .listings-wrapper .nav-social .nav-item {
    background-image: url("{{ site.url }}/../../images/social_sprite_dark.svg");
    transition: background-image 1s; }
    .listings-wrapper .nav-social .nav-item.linkedin {
      background-position: -116px 0; }
    .listings-wrapper .nav-social .nav-item.facebook {
      background-position: -78px 0; }
    .listings-wrapper .nav-social .nav-item.medium {
      background-position: -40px 0; }
    .listings-wrapper .nav-social .nav-item.twitter {
      width: 20px;
      height: 17px;
      background-position: 0 0; }
    .listings-wrapper .nav-social .nav-item:hover {
      background-image: url("{{ site.url }}/../../images/social_sprite-dark.svg");
      transition: all .3s; }
  .listings-wrapper h1 {
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 76px;
    font-weight: 700;
    min-height: auto;
    letter-spacing: -1.69px; }
  .listings-wrapper h3 {
    width: 999px;
    height: 180px;
    color: #455372;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 1.01px; }

.longtermstockexchange {
  background: url("{{ site.url }}/../../images/listings-space.jpg") no-repeat;
  padding: 0; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .longtermstockexchange {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/listings-space.jpg") no-repeat center center;
      background-size: cover; } }
  @media (max-width: 767px) {
    .longtermstockexchange {
      background: url("{{ site.url }}/../../images/mobile-listings-stars.jpg") no-repeat; } }

.ltic {
  background: url("{{ site.url }}/../../images/ltic-aurora.jpg") no-repeat;
  padding: 0; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ltic {
      /* on retina, use image that's scaled by 2 */
      background: url("{{ site.url }}/../../images/ltic-aurora.jpg") no-repeat center center;
      background-size: cover; } }
  @media (max-width: 767px) {
    .ltic {
      background: url("{{ site.url }}/../../images/mobile-ltic-aurora.jpg") no-repeat; } }

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .longtermstockexchange, .ltic {
    background-size: auto; } }
.longtermstockexchange .separator, .ltic .separator {
  width: 60px;
  height: 2px;
  background-color: #f9a601;
  margin-bottom: 80px; }
.longtermstockexchange p.left, .ltic p.left {
  margin-top: 4px;
  width: 432px;
  height: 216px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.43px; }
.longtermstockexchange p.right, .ltic p.right {
  width: 432px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-left: 7px;
  letter-spacing: 0.43px; }
  .longtermstockexchange p.right a, .ltic p.right a {
    border-bottom: 1px solid white; }
.longtermstockexchange .large, .ltic .large {
  margin-top: 64px !important;
  height: 69px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 69px;
  letter-spacing: 0.43px; }
  .longtermstockexchange .large img, .ltic .large img {
    position: inherit;
    float: none;
    display: inline; }
  .longtermstockexchange .large .email-holder, .ltic .large .email-holder {
    display: inline-block;
    font-weight: 700; }
  @media (max-width: 767px) {
    .longtermstockexchange .large, .ltic .large {
      line-height: 30px; }
      .longtermstockexchange .large img, .ltic .large img {
        top: 9px; } }

.faq {
  background-color: white;
  padding: 132px 0 140px; }
  .faq h1 {
    width: 867px;
    height: 68px;
    color: #192540;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.24px;
    margin-bottom: 30px; }
  .faq .separator {
    width: 60px;
    height: 2px;
    background-color: #f9a601;
    margin-bottom: 44px; }
  .faq .bottom-text {
    opacity: 0.5;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.48px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-decoration: underline; }
  .faq .faq-list {
    width: 100%;
    padding: 0;
    list-style: none; }
    .faq .faq-list li.question {
      border-top: 1px solid #d1d6dd;
      height: 126px;
      cursor: pointer; }
      .faq .faq-list li.question .faq-arrow {
        transition: all 0.5s;
        width: 14px;
        height: 24px;
        position: relative;
        left: 0;
        background-image: url("{{site.url}}/../../images/arw-faq-desktop-collapsed.svg");
        float: left;
        top: calc(50% - 12px); }
        .faq .faq-list li.question .faq-arrow.rotate {
          transition: all 0.5s;
          left: 5px;
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .faq .faq-list li.question .faq-title {
        margin-left: 38px;
        float: left;
        text-align: left;
        height: 34px;
        color: #192540;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 125px; }
      .faq .faq-list li.question:first-child {
        border-top: none; }
    .faq .faq-list li.answer {
      display: none;
      padding: 0 0 47px 0; }
      .faq .faq-list li.answer ul.answer-list {
        list-style-image: url("{{site.url}}/../../images/yellow-dot.png");
        padding: 0;
        margin-left: 14px;
        margin-bottom: 25px; }
        .faq .faq-list li.answer ul.answer-list li {
          padding-left: 39px;
          width: 1047px;
          height: auto;
          color: #192540;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-size: 16px;
          font-weight: 300;
          line-height: 27px;
          letter-spacing: 0.48px;
          margin-bottom: 20px; }
          .faq .faq-list li.answer ul.answer-list li:before {
            display: block;
            width: 7px;
            height: 7px;
            background-color: #f9a601; }
      .faq .faq-list li.answer p {
        color: #192540;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 0.48px;
        margin-bottom: 25px; }
        .faq .faq-list li.answer p:last-child {
          margin-bottom: 0; }
      .faq .faq-list li.answer .title {
        height: 33px;
        color: #192540;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0.43px; }
      .faq .faq-list li.answer .underline {
        text-decoration: underline; }

@media (max-width: 767px) {
  .listings-wrapper {
    min-height: 393px;
    height: auto; }
    .listings-wrapper .title-wrapper h1 {
      max-width: 305px;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px;
      min-height: auto; }
    .listings-wrapper .title-wrapper h3 {
      height: auto;
      font-size: 20px;
      margin-bottom: 30px; }

  .longtermstockexchange {
    background-size: cover;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px; }
    .longtermstockexchange p.left {
      max-width: 432px;
      width: 100%;
      height: auto; }
    .longtermstockexchange p.right {
      max-width: 432px;
      width: 100%;
      height: auto;
      margin-left: 0; }
    .longtermstockexchange .large {
      white-space: normal;
      height: auto;
      text-align: left;
      font-size: 16px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 14px;
      margin-bottom: 62px; }
      .longtermstockexchange .large br {
        display: block !important; }

  .faq {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px; }
    .faq h1 {
      width: 100%;
      max-width: 867px;
      font-size: 32px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      height: auto;
      font-weight: 700;
      margin-bottom: 35px; }
    .faq .faq-list li.question {
      height: auto;
      margin-bottom: 30px; }
      .faq .faq-list li.question .faq-title {
        width: 80%;
        margin-top: 30px;
        display: inline-block;
        height: auto;
        float: none;
        line-height: 31px;
        font-size: 22px;
        max-width: 338px; }
      .faq .faq-list li.question .faq-arrow {
        margin-top: 30px; }
    .faq .faq-list li.answer .title {
      height: auto; }
    .faq .faq-list li.answer ul.answer-list li {
      max-width: 1047px;
      width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto !important; }

  .listings-wrapper {
    min-height: 393px;
    height: auto; }
    .listings-wrapper .title-wrapper h1 {
      max-width: 305px;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px;
      min-height: auto; }
    .listings-wrapper .title-wrapper h3 {
      height: auto;
      font-size: 20px;
      margin-bottom: 30px; }

  .longtermstockexchange {
    background-size: inherit;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px; }
    .longtermstockexchange p.left {
      max-width: 432px;
      width: 100%;
      height: auto; }
    .longtermstockexchange p.right {
      max-width: 432px;
      width: 100%;
      height: auto;
      margin-left: 0; }
    .longtermstockexchange .large {
      width: 90%;
      margin: 0 auto; }

  .faq {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px; }
    .faq h1 {
      width: 100%;
      max-width: 867px;
      font-size: 32px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      height: auto;
      font-weight: 700;
      margin-bottom: 35px; }
    .faq .faq-list li.question {
      height: auto;
      margin-bottom: 30px; }
      .faq .faq-list li.question .faq-title {
        width: 80%;
        margin-top: 30px;
        display: inline-block;
        height: auto;
        float: none;
        line-height: 31px;
        font-size: 22px;
        max-width: 338px; }
      .faq .faq-list li.question .faq-arrow {
        margin-top: 30px; }
    .faq .faq-list li.answer .title {
      height: auto; }
    .faq .faq-list li.answer ul.answer-list li {
      max-width: 1047px;
      width: 100%; } }
.careers-wrapper {
  background: url("{{ site.url }}/../../images/careers-hero.jpg") no-repeat center center;
  background-size: cover;
  min-height: 651px;
  background-color: #091b43; }
  .careers-wrapper + .nav-tabs-wrapper .navbar-nav.navigation-tabs li a {
    color: #fff; }
  .careers-wrapper + .nav-tabs-wrapper .navbar-nav.navigation-tabs li.active a {
    border-bottom: 3px solid #f9a601; }
  .careers-wrapper .title-wrapper h1 {
    width: 100%;
    max-width: 1035px;
    margin-top: 120px;
    height: 162px;
    color: #ffffff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: -1.69px; }
  .careers-wrapper .navbar .navbar-header {
    color: #192540;
    background-color: transparent; }
  .careers-wrapper .navbar .navbar-collapse .navbar-nav li a {
    color: #f2ede8; }
  .careers-wrapper .nav-social .nav-item {
    background-image: url("{{ site.url }}/../../images/social_sprite_begie.svg"); }
  @media (max-width: 991px) {
    .careers-wrapper {
      background: url("{{ site.url }}/../../images/mobile-careers-hero.jpg") no-repeat center center;
      background-size: cover; } }

.title-section.careers {
  height: 483px;
  background-color: #fff;
  margin-bottom: 0; }
  .title-section.careers h1 {
    width: auto;
    max-width: 560px;
    height: 136px;
    color: #192540;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.24px;
    text-align: left; }
  .title-section.careers h3 {
    margin: 0 auto;
    width: 100%;
    max-width: 435px;
    text-align: left;
    height: 93px;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin: 0 auto;
    margin-top: 156px;
    line-height: 31px;
    position: relative;
    bottom: 8px;
    left: 3px; }

.jobs-wrapper {
  background-color: #f5f5f2; }
  .jobs-wrapper h1 {
    width: 100%;
    max-width: 733px;
    margin: 0 auto;
    text-align: center;
    min-height: 62px;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    line-height: 62px;
    margin-top: 130px;
    margin-bottom: 61px;
    font-size: 50px;
    font-weight: 700; }
  .jobs-wrapper .empty-job-card {
    background: white;
    text-align: center;
    width: 100%;
    color: #192540;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: -0.78px;
    padding: 70px 0 70px 0; }
  .jobs-wrapper .job-card {
    width: 100%;
    height: 199px;
    padding: 49px 0 47px 45px;
    box-shadow: 0 4px 7px 0px rgba(228, 228, 222, 0.48);
    background-color: #ffffff;
    margin-bottom: 45px;
    position: relative;
    bottom: 0px;
    transition: all .3s; }
    .jobs-wrapper .job-card:hover {
      bottom: 5px;
      transition: all .3s;
      box-shadow: 0 17px 30px 0px rgba(194, 194, 181, 0.26); }
    .jobs-wrapper .job-card .job-title {
      width: 415px;
      height: 56px;
      color: #192540;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 26px;
      font-weight: 300;
      letter-spacing: -0.58px;
      margin-bottom: 16px; }
  .jobs-wrapper .learn-contact {
    color: #a3adb6;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    cursor: pointer; }
    .jobs-wrapper .learn-contact:hover {
      color: #192540; }
    .jobs-wrapper .learn-contact:hover .text-contact {
      background: url({{site.url}}/../../images/arrow-yellow.svg) no-repeat right; }
    .jobs-wrapper .learn-contact .text-contact {
      background: url({{site.url}}/../../images/arrow-grey.svg) no-repeat right;
      float: left;
      padding-right: 30px;
      letter-spacing: 4.33px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700; }
  .jobs-wrapper button.middle.large {
    color: #192540;
    margin: 77px 0 160px;
    border: 1px solid rgba(196, 196, 196, 0.5);
    font-size: 16px;
    height: 80px; }
    .jobs-wrapper button.middle.large:focus, .jobs-wrapper button.middle.large:active {
      outline: none; }
    .jobs-wrapper button.middle.large img {
      position: inherit;
      float: none;
      display: inline; }
    .jobs-wrapper button.middle.large .email-holder {
      display: inline-block;
      font-weight: 700;
      margin-left: 5px; }
      .jobs-wrapper button.middle.large .email-holder .horizontal {
        margin-left: 5px; }

@media (max-width: 767px) {
  .careers-wrapper {
    min-height: 393px; }
    .careers-wrapper .navbar .navbar-header {
      color: #192540;
      background-color: transparent; }
    .careers-wrapper .navbar .navbar-collapse .navbar-nav li a {
      color: #80899d; }
    .careers-wrapper .title-wrapper h1 {
      max-width: 80%;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px; }

  .title-section.careers {
    height: auto;
    margin-bottom: 40px; }
    .title-section.careers h1 {
      text-align: center;
      max-width: 100%;
      font-size: 38px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.84px;
      margin-top: 70px;
      padding-top: 0; }
    .title-section.careers h3 {
      text-align: center;
      margin-top: 0;
      max-width: 330px;
      height: auto;
      margin-bottom: 30px; }

  .jobs-wrapper h1 {
    max-width: 100%;
    height: auto;
    margin-top: 60px;
    line-height: 45px;
    letter-spacing: -1.2px;
    font-size: 30px;
    font-weight: 300; }
  .jobs-wrapper .job-card {
    padding-right: 47px; }
    .jobs-wrapper .job-card .job-title {
      max-width: 415px;
      width: 100%;
      height: auto;
      font-size: 20px; }
  .jobs-wrapper button.middle.large {
    white-space: normal;
    height: auto;
    text-align: left;
    font-size: 16px;
    margin-top: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 62px;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .careers-wrapper {
    min-height: 393px; }
    .careers-wrapper .navbar .navbar-header {
      color: #192540;
      background-color: transparent; }
    .careers-wrapper .navbar .navbar-collapse .navbar-nav li a {
      color: #80899d; }
    .careers-wrapper .title-wrapper h1 {
      max-width: 660px;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px; }

  .title-section.careers {
    height: auto;
    margin-bottom: 40px; }
    .title-section.careers h1 {
      text-align: center;
      max-width: 660px;
      height: auto;
      font-size: 38px;
      font-weight: 700;
      letter-spacing: -0.84px;
      margin-top: 70px;
      padding-top: 0; }
    .title-section.careers h3 {
      text-align: center;
      margin-top: 0;
      max-width: 600px;
      height: auto;
      margin-bottom: 30px; }

  .jobs-wrapper h1 {
    max-width: 733px;
    height: auto;
    margin-top: 60px; }
  .jobs-wrapper .job-card {
    padding-right: 47px; }
    .jobs-wrapper .job-card .job-title {
      max-width: 415px;
      width: 100%;
      height: auto;
      font-size: 20px; }
    .jobs-wrapper .job-card .learn-contact img {
      top: 104px; }
  .jobs-wrapper button.middle.large {
    white-space: normal;
    height: auto;
    text-align: left;
    font-size: 16px;
    margin-top: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 62px;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .careers-wrapper {
    min-height: 393px; }
    .careers-wrapper .title-wrapper h1 {
      max-width: 660px;
      height: auto;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -0.89px;
      line-height: 50px;
      margin-top: 137px; }

  .title-section.careers {
    height: auto;
    margin-bottom: 40px; }
    .title-section.careers h1 {
      max-width: 660px;
      height: auto;
      font-size: 38px;
      font-weight: 700;
      letter-spacing: -0.84px;
      margin-top: 70px;
      padding-top: 0; }
    .title-section.careers h3 {
      margin-top: 0;
      max-width: 600px;
      height: auto;
      margin-bottom: 30px; }

  .jobs-wrapper h1 {
    max-width: 600px;
    height: auto;
    margin-top: 60px; }
  .jobs-wrapper .job-card {
    padding-right: 47px; }
    .jobs-wrapper .job-card .job-title {
      max-width: 415px;
      width: 100%;
      height: auto;
      font-size: 20px;
      font-weight: 300; }
    .jobs-wrapper .job-card .learn-contact img {
      top: 104px; }
  .jobs-wrapper button.middle.large {
    white-space: normal;
    height: auto;
    text-align: left;
    font-size: 16px;
    margin-top: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 62px;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (max-width: 475px) {
  .jobs-wrapper .job-card {
    height: auto; }
    .jobs-wrapper .job-card .learn-contact {
      height: auto; }
      .jobs-wrapper .job-card .learn-contact .financial-yellow-arrow {
        top: 132px; } }
@media (max-width: 390px) {
  .jobs-wrapper .job-card {
    height: auto; }
    .jobs-wrapper .job-card .learn-contact {
      height: auto; }
      .jobs-wrapper .job-card .learn-contact .engineer-yellow-arrow {
        top: 132px; } }
@media (max-width: 320px) {
  .jobs-wrapper .job-card {
    height: auto; }
    .jobs-wrapper .job-card .learn-contact {
      height: auto; }
      .jobs-wrapper .job-card .learn-contact .mngmnt-yellow-arrow {
        top: 132px; }
      .jobs-wrapper .job-card .learn-contact .exchange-yellow-arrow {
        top: 132px; }
      .jobs-wrapper .job-card .learn-contact .financial-yellow-arrow {
        top: 159px; } }
.email-form form {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .email-form form {
      flex-direction: row; } }
.email-form #mce-EMAIL {
  width: 320px;
  height: 60px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  border: none;
  border-radius: 0; }
  @media (min-width: 768px) {
    .email-form #mce-EMAIL {
      margin-right: 15px; } }
  .email-form #mce-EMAIL::placeholder {
    color: #7584a3; }
  .email-form #mce-EMAIL:focus, .email-form #mce-EMAIL:active {
    outline: none; }
.email-form #mc-embedded-subscribe {
  width: 229px;
  height: 60px;
  background-color: #f5a430;
  text-transform: uppercase;
  color: black;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4.33px;
  border: none;
  border-radius: 0;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .email-form #mc-embedded-subscribe {
      margin-top: 0; } }
.email-form .input-group {
  display: none; }
@media (max-width: 767px) {
  .email-form #mc_embed_signup form {
    display: block;
    padding: 0 10px; }
  .email-form #mce-EMAIL {
    width: 245px;
    float: left;
    font-weight: 500; }
  .email-form #mc-embedded-subscribe.subscribe-arrow {
    background: url("{{ site.url }}/../../images/arrow-blue.svg") no-repeat center center;
    background-color: #f5a430;
    width: 60px;
    float: right;
    margin-top: 0; } }

.regulation-card {
  width: 100%;
  background-color: #ffffff;
  padding: 45px 45px 110px 45px;
  position: relative;
  bottom: 0px; }
  .regulation-card .title {
    color: #18263f;
    text-align: left;
    font-family: "Abhaya Libre", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin: 15px 0 10px 0; }
  .regulation-card .post-content {
    color: #192540;
    text-align: left;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 60px; }
  .regulation-card a {
    text-decoration: underline; }
  .regulation-card .bold {
    font-weight: bold; }
  .regulation-card .doc-card .title2 {
    margin-bottom: 15px; }
  .regulation-card .doc-card-download .download {
    background: url("{{site.url}}/../../images/arrow-grey.svg") no-repeat right;
    color: #a3adb6;
    float: left;
    padding-right: 30px;
    letter-spacing: 4.33px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700; }
  .regulation-card .doc-card-download:hover {
    color: #192540; }
  .regulation-card .doc-card-download:hover .download {
    color: #192540;
    background: url("{{site.url}}/../../images/arrow-yellow.svg") no-repeat right; }
