html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #fff;
  background-color: #000;
  font-family: 'Sora', sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.clear {
  clear: both;
}

/*------------------------------
            Global        
------------------------------*/
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
h1 {
  font-weight: 700;
}
h2 {
  color: #a6c5ff;
  font-weight: 300;
  text-transform: uppercase;
}
h3 {
  color: #d9e0e9;
  font-weight: 400;
}
h4 {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 4rem;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
h6 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
p,
ul {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4;
}
address {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4;
}
.f80 {
  font-size: 5rem;
}
.f64 {
  font-size: 4rem;
}
.f60 {
  font-size: 3.75rem;
}
.f55 {
  font-size: 3.4375rem;
}
.f50 {
  font-size: 3.125rem;
}
.f48 {
  font-size: 3rem;
}
.f45 {
  font-size: 2.8125rem;
}
.f44 {
  font-size: 2.75rem;
}
.f40 {
  font-size: 2.5rem;
}
.f38 {
  font-size: 2.375rem;
}
.f36 {
  font-size: 2.25rem;
}
.f35 {
  font-size: 2.1825rem;
}
.f32 {
  font-size: 2rem;
}
.f30 {
  font-size: 1.875rem;
}
.f28 {
  font-size: 1.75rem;
}
.f26 {
  font-size: 1.625rem;
}
.f25 {
  font-size: 1.5625rem;
}
.f24 {
  font-size: 1.5rem;
}
.f22 {
  font-size: 1.375rem;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.f16 {
  font-size: 1rem;
}
.f14 {
  font-size: 0.875rem;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1520px;
  }
}
@media (max-width: 1399px) {
  h5,
  h6,
  address {
    font-size: 1.125rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  ul {
    font-size: 1.125rem;
  }
  .f80 {
    font-size: 4rem;
  }
  .f60 {
    font-size: 3rem;
  }
  .f55 {
    font-size: 2.875rem;
  }
  .f50 {
    font-size: 2.75rem;
  }
  .f45,
  .f44 {
    font-size: 2.25rem;
  }
  .f40 {
    font-size: 2rem;
  }
  .f38,
  .f36,
  .f35 {
    font-size: 1.625rem;
  }
  .f32,
  .f30 {
    font-size: 1.5rem;
  }
  .f28 {
    font-size: 1.7rem;
  }
  .f26,
  .f25,
  .f24 {
    font-size: 1.25rem;
  }
  .f22 {
    font-size: 1.125rem;
  }
  .f20 {
    font-size: 1.125rem;
  }
  .f18 {
    font-size: 1rem;
  }
  .f16 {
    font-size: 0.875rem;
  }
  .btn.btn-second {
    font-size: 1.125rem;
    margin: 0;
  }
  .btn.btn-second::after {
    right: -1.25rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-mobile {
    padding: 4rem 0 !important;
  }
}
@media (max-width: 991px) {
  .scroll-anchor {
    padding-top: 4rem;
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  ul li {
    font-size: 1rem;
  }
  address {
    font-size: 1rem;
  }
  a.learn-more {
    padding: 0.5rem 1.75rem;
  }
  .f80 {
    font-size: 3rem;
  }
  .f60 {
    font-size: 2.125rem;
  }
  .f55 {
    font-size: 2rem;
  }
  .f50 {
    font-size: 1.75rem;
  }
  .f45,
  .f44 {
    font-size: 1.625rem;
  }
  .f40 {
    font-size: 1.5rem;
  }
  .f38,
  .f36,
  .f35 {
    font-size: 1.375rem;
  }
  .f32,
  .f30 {
    font-size: 1.25rem;
  }
  .f28 {
    font-size: 1.25rem;
  }
  .f26,
  .f25,
  .f24 {
    font-size: 1.125rem;
  }
  .f22 {
    font-size: 1.0625rem;
  }
  .f20 {
    font-size: 1rem;
  }
  .f16 {
    font-size: 0.875rem;
  }
  .btn {
    font-size: 1.25rem;
    padding: 0;
    margin: 0.5rem 0;
  }
}

/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
}
.navbar .navbar-brand {
  width: 15.5rem;
  padding: 0;
  margin: 0 0.9375rem;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .fas {
  color: #fff;
  transform: scale(1.25, 1.25);
  padding: 0.5rem;
}
.navbar .navbar-nav {
  text-align: center;
  padding: 1rem;
}
.navbar .nav-link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 200;
  padding: 0.125rem 0 !important;
  margin: auto 1.125rem;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #9af0f5;
}
.navbar.navbar-min {
  background-color: #333;
  padding: 1rem;
}
@media (max-width: 991px) {
  .navbar {
    padding: 1.25rem 0;
  }
  .navbar .navbar-brand {
    width: 10rem;
  }
}

/*------------------------------
            Home
------------------------------*/
.home {
  position: relative;
  overflow: hidden;
}
.home .content {
  min-height: 100vh;
  padding: 6rem 0;
}
.home h1 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 6rem;
}
.home a {
  margin: 0 auto;
}
.home a img {
  width: 3rem;
}
.home a img {
  width: 3rem;
}
.video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home h1 {
    margin-bottom: 3rem;
  }
  .home a img {
    width: 2rem;
  }
}





/*------------------------------
           Team
------------------------------*/
.team {
  position: relative;
  text-align: center;
  padding: 4rem 0;
}
.team::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url(../images/art/team-background.jpg) center no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
.team .container {
  z-index: 3;
  position: relative;
}
.team h3 {
  margin-bottom: 3rem;
}
.team .person {
  position: relative;
  margin-bottom: 8rem;
}
.team .person:hover > .info {
  opacity: 1;
}
.team .info {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 1rem 2rem;
  transition: all .3s ease-out;
}
.team .name {
  color: #D9E0E9;
  font-weight: 300;
  margin-bottom: .125rem;
}
.team .title {
  color: #A6A6A6;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 1200px) {
  .team .col-6:nth-child(even) .person {
    position: relative;
    top: 5rem;
  }
}
@media (max-width: 1199px) {
  .team .person {
    margin-bottom: 2rem;
  }
  .team .info {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .team .col-6:nth-child(odd) {
    padding-right: .5rem;
  }
  .team .col-6:nth-child(even) {
    padding-left: .5rem;
  }
}




/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
  z-index: 1;
  position: absolute;
  top: -4rem;
  right: -8.5rem;
  background-color: #363636;
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
  padding: 0 .5rem;
}
.modal .nav .nav-item {
  background-color: #363636;
  padding: 1.5rem .75rem;
  border: none;
  margin: 0 .25rem;
}
.modal .nav .nav-item:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.modal .nav .nav-item:hover {
  opacity: .75;
}
.modal .nav .nav-item img {
  width: 1.5rem;
  height: 1.75rem;
}
.modal .modal-dialog {
  margin-top: 10vh;
}
.modal .modal-body {
  background-color: #1E1E1E;
  padding: 4rem;
}
.modal .content {
  padding: 0 2rem;
}
.modal .info ul li a {
  color: #A6A6A6;
}
.modal .name {
  color: #D9E0E9;
  margin-bottom: .25rem;
}
.modal .title {
  color: #A6A6A6;
  margin-bottom: 2rem;
}
.modal p {
  color: #D9E0E9;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: .9;
}
@media (max-width: 991px) {
  .modal .nav {
    top: -5rem;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .modal .nav .nav-item {
    padding: 1rem .75rem;
  }
  .modal .nav .nav-item:nth-child(2) {
    border-top: none;
    border-bottom: none;
  }
  .modal .modal-body {
    padding: 5rem 1rem 2rem;
  }
  .modal .content {
    padding: 1rem 0 0;
  }
}





/*------------------------------
           Strategy
------------------------------*/
.strategy {
  text-align: center;
  padding: 6rem 0;
}
.strategy .row:nth-child(1) {
  margin-bottom: 1rem;
}
.strategy h3 {
  margin: 0 auto 3rem;
}
.strategy .img-container {
  height: 100%;
  min-height: 16rem;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/art/strategy-background.jpg) center no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
.strategy .content {
  text-align: left;
}
.strategy .content p {
  margin-bottom: 1.75rem;
}
.strategy .content p:last-child {
  margin: 0;
}
.strategy .content .desc {
  font-weight: 300;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.strategy .title {
    margin: 3.5rem 0 .5rem;
}
.strategy .list-info li {
    color: #A6A6A6;
  padding: 1.75rem 0;
}
.strategy .list-info li:not(:last-child) {
  border-bottom: 1px dotted #464646;
}
.strategy .list-info li:last-child {
  padding-bottom: 0;
}
.strategy .list-info li span {
    color: #D9E0E9;
  font-size: 133%;
}
@media (max-width: 991px) {
  .strategy .img-container {
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
  }
  .strategy .list-info li {
    padding: 1rem 0;
  }
}





/*------------------------------
        Sector Focus
------------------------------*/
.sector-focus {
  padding: 2rem 0 6rem;
}
.sector-focus h3 {
  margin-bottom: 2.5rem;
}
.sector-focus .content {
  display: flex;
  flex-direction: column;
  height: 22rem;
  background: linear-gradient(to right, rgba(255,255,255,.3), rgba(255,255,255,.05));
  text-align: center;
  padding: 2rem;
  margin-bottom: 1rem;
}
.sector-focus .content h5 {
  font-weight: 300;
  line-height: 1.2;
  min-height: 5rem;
  margin: 15% auto 1rem;
}
.sector-focus .content p {
  font-weight: 300;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .sector-focus {
    padding: 2rem 0 4rem;
  }
  .sector-focus .content {
    height: 14rem;
    padding: 1rem;
  }
  .sector-focus .content h5 {
    min-height: auto;
    margin: 7% auto 1rem;
  }
}
@media (max-width: 767px) {
  .sector-focus .content {
    justify-content: center;
    height: 12rem;
  }
  .sector-focus .content h5 {
    margin: 0 auto 1rem;
  }
}





/*------------------------------
           Terms
------------------------------*/
.privacy table {
  color: #d9e0e9;
}
.privacy h5 {
  padding-top: 2rem;
}
.privacy th {
  font-weight: 400;
}
.privacy b {
  font-weight: 400;
}
.privacy ul {
  color: #d9e0e9;
}
@media (min-width: 1400px) {
  .modal-xl {
      max-width: 1300px;
  }
}





/*------------------------------
           Footer
------------------------------*/
footer {
  font-weight: 300;
  padding: 2rem 0;
  border-top: 1px solid #464646;
}
footer .nav-item {
  margin: 0 1.5rem;
}
@media (max-width: 767px) {
  footer .nav-item {
    margin: 0;
  }
}