/* _colors.scss */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap&subset=latin-ext");
.bg-primary {
  background-color: #070b35 !important; }

.btn-primary {
  border-color: #070b35 !important;
  background-color: #070b35 !important; }

.text-primary {
  color: #070b35 !important; }

/* _functions.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #070b35; }

.font-serif {
  font-family: 'Georgia', serif; }

.lead {
  font-size: 13px;
  font-weight: 700; }

h1 {
  font-size: 60px;
  line-height: .7; }
  h1 small {
    font-size: 30px;
    font-weight: 300; }

h2 {
  font-size: 38px;
  line-height: 1; }
  h2 .font-serif {
    font-size: 47px; }
  h2 small {
    font-size: 30px;
    font-weight: 300; }

h3 {
  font-size: 38px;
  line-height: 1; }
  h3 .font-serif {
    font-size: 47px; }
  h3 small {
    font-size: 18px;
    font-weight: 800; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 16px;
  font-weight: 700;
  min-height: 57px; }

@media (max-width: 899.98px) {
  h1 {
    font-size: 6vw; }
    h1 small {
      font-size: 3.5vw; }
  h2 {
    font-size: 3.5vw; }
    h2 .font-serif {
      font-size: 5vw; }
    h2 small {
      font-size: 3vw; }
  h3 {
    font-size: 3vw; }
    h3 .font-serif {
      font-size: 5vw; }
    h3 small {
      font-size: 2vw; }
  h4 {
    font-size: 2.5vw; }
  h5 {
    min-height: 1px;
    font-size: 14px; } }

@media (max-width: 767.98px) {
  h1 {
    font-size: 7vw; }
    h1 small {
      font-size: 4vw; }
  h2 {
    font-size: 4vw; }
    h2 .font-serif {
      font-size: 6vw; }
    h2 small {
      font-size: 3.5vw; }
  h3 {
    font-size: 3.5vw; }
    h3 .font-serif {
      font-size: 6vw; }
    h3 small {
      font-size: 3vw; }
  h4 {
    font-size: 3vw; } }

@media (max-width: 575.98px) {
  h1 {
    font-size: 12vw; }
    h1 small {
      font-size: 6vw; }
  h2 {
    font-size: 6vw; }
    h2 .font-serif {
      font-size: 8vw; }
    h2 small {
      font-size: 5vw; }
  h3 {
    font-size: 6vw; }
    h3 .font-serif {
      font-size: 8vw; }
    h3 small {
      font-size: 5vw; }
  h4 {
    font-size: 6vw; } }

.btn {
  font-size: 12px;
  font-weight: 700;
  border-radius: 0;
  height: 38px;
  min-width: 155px; }
  .btn:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 19px;
    background-image: url(../../img/arrow-right.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .25s ease-out; }
  .btn:hover:after {
    transform: translateX(5px); }

.btn-tile {
  font-size: 29px;
  color: white;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: all .15s linear; }
  .btn-tile:hover {
    text-decoration: none;
    color: white; }
  .btn-tile .link {
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    transition: all .25s ease-out; }
    .btn-tile .link:after {
      content: "";
      display: inline-block;
      width: 11px;
      height: 19px;
      background-image: url(../../img/arrow-right.svg);
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-left: 10px;
      transition: all .25s ease-out; }
  .btn-tile:hover {
    background-color: #070b35; }
    .btn-tile:hover .link:after {
      transform: translateX(5px); }

@media (max-width: 899.98px) {
  .btn-tile {
    font-size: 3vw; } }

@media (max-width: 767.98px) {
  .btn-tile {
    background-color: rgba(7, 11, 53, 0.85); } }

@media (max-width: 575.98px) {
  .btn-tile {
    font-size: 5vw; } }

.close {
  opacity: 1;
  font-size: 3.5rem;
  font-weight: 300; }

.brand {
  position: fixed;
  top: 53px;
  right: 0px;
  z-index: 100;
  display: inline-block;
  transition: all .3s ease-out; }
  .brand.affix {
    right: 0px;
    top: 0px;
    background-color: white; }

.work-widget {
  font-size: 14px; }
  
.work-widget span {
  font-weight: 600; }
  
.work-widget a {
  margin-left: 10px; }

@media (max-width: 575.98px) {
  .brand {
    top: 0px;
    right: 0px;
    width: 100%;
    background-color: white;
    text-align: center; }
    .brand img {
      margin: 0 auto; }
  .work-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100; } }

.footer {
  background-color: #070b35; }
  .footer .footer-headline {
    font-size: 20px;
    font-weight: 300;
}
  .footer .footer-brand img {
    max-width: 100% !important; }
@media (max-width: 575.98px) {
  .footer {
    padding-bottom: 53px; } }

.sections {
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .sections .bg-video {
    width: 100%; }
    .sections .bg-video .poster {
      width: 100%;
      height: auto; }
    .sections .bg-video video {
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0;
      opacity: 0; }
  .sections.play-video .bg-video .poster {
    opacity: 0; }
  .sections.play-video .bg-video video {
    opacity: 1; }
  .sections.play-video .hero-copy {
    transform: translateX(100%); }
  .sections .hero-copy {
    transition: all .7s linear;
    background-color: rgba(255, 255, 255, 0.85); }
  .sections.about {
    position: relative; }
    .sections.about .container-fluid {
      position: relative;
      z-index: 2; }
    .sections.about:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-image: url(../../img/bg-about.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
    .sections.about:after {
      content: "";
      display: inline-block;
      width: 50%;
      background-color: #070b35;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 0; }
  .sections .numeric {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2; }
    .sections .numeric span {
      display: block;
      font-size: 15px;
      font-weight: 400; }
  .sections .counter {
    font-size: 98px;
    line-height: .5; }
    .sections .counter small {
      font-size: 25px; }
  .sections.carousel {
    min-height: 0px;
    overflow: hidden; }
    .sections.carousel .slick-dots {
      display: inline-flex;
      width: 100%;
      justify-content: center;
      margin: 25px 0 0;
      padding: 0;
      flex-wrap: wrap; }
      .sections.carousel .slick-dots li {
        padding: 4px;
        display: inline-flex; }
        .sections.carousel .slick-dots li button {
          overflow: hidden;
          width: 12px;
          opacity: .5;
          height: 12px;
          padding: 0;
          display: inline-flex;
          text-indent: -9999px;
          border: none;
          border-radius: 12px;
          background-color: white;
          box-shadow: none;
          outline: none;
          transition: all .3s linear; }
        .sections.carousel .slick-dots li.slick-active button {
          opacity: 1; }


.modal {
    padding-right: 0px !important;
}

.modal-title {
  line-height: 1.2; }

.modal-lg, .modal-xl {
  max-width: 100%;
  margin: 0; }

.modal-body {
  font-size: 16px;
  line-height: 1.8; }

@media (max-width: 899.98px) {
  #hero {
    min-height: 0px; }
  .sections {
    min-height: 380px; }
    .sections .numeric {
      font-size: 28px; }
    .sections .counter {
      font-size: 12vw; } }

@media (max-width: 767.98px) {
  .sections .numeric {
    font-size: 24px; }
    .sections .numeric span {
      font-size: 13px; }
  .sections p br {
    display: none; }
  .sections .counter {
    font-size: 11vw; }
  .sections.about:after {
    display: none; } }

@media (max-width: 575.98px) {
  #hero {
    margin-top: 60px; }
  .sections .counter {
    font-size: 16vw; } }

.cookies-section {
	display: none;
	position: fixed;
    bottom: 0;
    background-color: #070b35;
    width: 100%;
    text-align: center;
    z-index: 1000;
    padding: 10px;
}

.cookies-text {
	width: calc(100% - 128px);
    display: inline-block;
    font-weight: 700;
    color: white;
}

.cookies-button-area {
	width: 72.5px;
    display: inline-block;
}

.cookies-button {
	font-size: 10.5px;
    min-width: 100px;
    height: 33px;
    background-color: white !important;
    color: #070b35;
	border-color: #070b35 !important;
}

.cookies-button:hover {
	color: #070b35bf;
}

.cookies-button-icon {
	font-size: 2rem;
	bottom: 10px;
	right: 18px;
}