@font-face {
  font-family: "Domaine";
  src: url("/fonts/DomaineDisplayWeb-Regular.eot") format("eot"), url("/fonts/DomaineDisplayWeb-Regular.woff2") format("woff2"), url("/fonts/DomaineDisplayWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: "Graphik";
  src: url("/fonts/Graphik-Light.eot") format("eot"), url("/fonts/Graphik-Light.woff") format("woff2"), url("/fonts/Graphik-Light.woff2") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GT Super Display Bold";
  src: url("/fonts/GT Super/GT-Super-Display-Bold.woff") format("woff2"), url("/fonts/GT Super/GT-Super-Display-Bold.woff2") format("woff"); }

@font-face {
  font-family: "GT Super Display Medium";
  src: url("/fonts/GT Super/GT-Super-Display-Medium.woff") format("woff2"), url("/fonts/GT Super/GT-Super-Display-Medium.woff2") format("woff"); }

@font-face {
  font-family: "GT Super Text Book";
  src: url("/fonts/GT Super/GT-Super-Text-Book.woff") format("woff2"), url("/fonts/GT Super/GT-Super-Text-Book.woff2") format("woff"); }

@font-face {
  font-family: "Tiempos Headline Black";
  src: url("/fonts/Tiempos Headline/TiemposHeadline-Black.otf") format("opentype"); }

@font-face {
  font-family: "Tiempos Text Regular";
  src: url("/fonts/Tiempos Text/TiemposText-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Graphik Regular";
  src: url("/fonts/Graphik/Graphik-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Graphik Semibold";
  src: url("/fonts/Graphik/Graphik-Semibold.otf") format("opentype"); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  color: #888581;
  font-family: "Tiempos Text Regular";
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tiempos Text Regular";
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0 0 0.75rem; }

h1, .h1 {
  font-family: "Tiempos Headline Black";
  font-size: 5rem;
  line-height: 102px;
  font-weight: 300;
  color: white;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 1080px) {
    h1, .h1 {
      font-size: 84px;
      line-height: 6rem; } }
  @media (max-width: 820px) {
    h1, .h1 {
      font-size: 66px;
      line-height: 4.5rem; } }
  @media (max-width: 600px) {
    h1, .h1 {
      font-size: 48px;
      line-height: 3.75rem; } }
  @media (max-width: 400px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 3rem; } }
  @media (max-height: 830px) and (max-width: 1500px) and (min-width: 820px) {
    h1, .h1 {
      line-height: 84px;
      font-size: 72px; } }
  @media (max-height: 770px) and (max-width: 1500px) and (min-width: 820px) {
    h1, .h1 {
      line-height: 66px;
      font-size: 60px; } }

h2, .h2 {
  font-family: "Tiempos Headline Black";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: white;
  margin-bottom: 1.5rem; }
  @media (max-width: 740px) {
    h2, .h2 {
      font-size: 26px; } }

h3, .h3 {
  font-family: "Tiempos Headline Black";
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #F6F6F6; }
  @media (max-width: 740px) {
    h3, .h3 {
      font-size: 18px; } }

p {
  margin: 0 0 0.75rem; }
  @media (max-width: 740px) {
    p {
      font-size: 18px; } }

p.lead {
  font-size: 30px;
  line-height: 2.375rem;
  margin-bottom: 1.125rem;
  color: white;
  font-family: "Tiempos Text Regular"; }
  @media (max-width: 740px) {
    p.lead {
      font-size: 24px;
      line-height: 2.25rem; } }

a {
  color: #888581;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  a:hover {
    color: white; }

hr {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5rem 0; }

ul {
  padding-left: 0; }

li {
  font-size: 1.5rem;
  list-style: none;
  line-height: 30px;
  color: white;
  margin-bottom: 8px; }
  @media (max-width: 740px) {
    li {
      font-size: 18px; } }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

body {
  background: #05132D; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #05132D;
  z-index: 2; }
  header .header-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 4.5rem 4.5rem;
    overflow: hidden;
    background: #05132D; }
    @media (max-width: 740px) {
      header .header-inner {
        padding: 1.5rem 1.5rem; } }

.content-section {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.section-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem;
  max-width: 1200px; }
  .section-wrapper .section-inner {
    padding-bottom: 250px; }

.section-0 {
  background: #F2F2F2; }
  .section-0 h1 {
    text-align: left; }
    .section-0 h1 a {
      cursor: pointer; }

.content-section:not(.hero-section) {
  padding: 80px 0;
  padding: 4.5rem;
  padding-top: 0; }
  @media (max-width: 960px) {
    .content-section:not(.hero-section) {
      top: 12px;
      padding-left: 4.5rem; } }
  @media (max-width: 740px) {
    .content-section:not(.hero-section) {
      padding: 1.5rem; } }
  .content-section:not(.hero-section) .section-wrapper {
    max-width: none;
    padding: 0;
    padding-left: 34%;
    padding-top: 0; }
    @media (max-width: 960px) {
      .content-section:not(.hero-section) .section-wrapper {
        padding-left: 0;
        padding-top: 24px; } }

footer {
  width: 100%; }
  footer .footer-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 4.5rem 4.5rem;
    overflow: hidden; }
    @media (max-width: 1080px) {
      footer .footer-wrapper {
        padding: 3rem 3rem; } }
    @media (max-width: 600px) {
      footer .footer-wrapper {
        padding: 3rem 1.5rem; } }

header {
  z-index: 3; }
  @media (max-width: 960px) {
    header {
      text-align: center; } }
  header .logo {
    display: inline-block;
    float: left; }
    header .logo a {
      cursor: pointer; }
      header .logo a img {
        width: 130px;
        height: auto; }

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.grid-3 {
  overflow: hidden;
  margin-top: 6rem; }
  @media (max-width: 480px) {
    .grid-3 {
      margin-top: 3rem; } }
  @media (max-height: 900px) {
    .grid-3 {
      margin-top: 3rem; } }
  @media (max-height: 700px) {
    .grid-3 {
      margin-top: 2.25rem; } }
  .grid-3 .grid-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    text-align: left;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 3rem; }
    .grid-3 .grid-item:nth-of-type(3n) {
      margin-right: 0; }
    @media (max-width: 740px) {
      .grid-3 .grid-item {
        width: 100%;
        margin: 0;
        margin-bottom: 1.5rem; }
        .grid-3 .grid-item:nth-of-type(3n) {
          margin-right: 0; } }
    .grid-3 .grid-item img {
      width: 100%;
      border-radius: 50%;
      margin-bottom: 1.5rem; }

.grid-4 {
  overflow: hidden; }
  .grid-4 .grid-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    text-align: left;
    width: 25%;
    width: -o-calc(25% - 36px);
    width: calc(25% - 36px);
    margin-right: 36px;
    margin-bottom: 0.75rem;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .grid-4 .grid-item:nth-of-type(4n) {
      margin-right: 0; }
    @media (max-width: 740px) {
      .grid-4 .grid-item {
        width: 50%;
        width: -o-calc(50% - 24px);
        width: calc(50% - 24px); }
        .grid-4 .grid-item:nth-of-type(2n) {
          margin-right: 0; } }
    .grid-4 .grid-item img {
      width: 100%;
      max-width: 160px;
      -ms-flex-item-align: center;
          align-self: center; }

.grid-container {
  grid-gap: 1.5rem; }

.caption {
  border-top: 5px solid white;
  padding-top: 0.75rem; }

.caption-title, .caption-subtitle {
  font-size: 18px;
  font-family: "Graphik Regular";
  margin-bottom: 0;
  font-weight: 300;
  color: white;
  line-height: 22px; }
  .caption-title strong, .caption-subtitle strong {
    font-weight: 500;
    font-family: "Graphik Semibold"; }

.scroll-nav a {
  position: relative; }

.nav-wrapper:before {
  content: "";
  background: url("/images/close.svg") no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: fixed;
  top: 4.5rem;
  right: 4.5rem;
  z-index: 50;
  background-size: 100% auto;
  margin-top: 5px; }
  @media (max-width: 600px) {
    .nav-wrapper:before {
      top: 1.5rem;
      right: 1.5rem; } }

.nav-wrapper .nav-wrapper-inner {
  padding: 3rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.5rem; }

.main-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  float: right;
  overflow: hidden;
  background: #898682;
  text-align: right;
  opacity: 1;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  z-index: -1;
  -webkit-transform: translateX(100vh);
          transform: translateX(100vh); }
  .main-menu a, .main-menu span {
    cursor: pointer;
    font-family: "Graphik Regular";
    font-size: 50px;
    line-height: 4.5rem;
    clear: both;
    display: block;
    color: white;
    width: 100%;
    text-align: left; }
    .main-menu a:after, .main-menu span:after {
      display: none; }
  .main-menu.show {
    height: 100vh;
    opacity: 1;
    z-index: 100;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.home-page header {
  background: transparent; }

.inner-page .section-0 .section-wrapper {
  top: 55%; }

.inner-page h1 {
  margin-bottom: 6rem; }
  @media (max-width: 740px) {
    .inner-page h1 {
      margin-bottom: 3rem; } }

footer {
  background: #05132D;
  overflow: hidden; }
  footer .footer-logo {
    float: left; }
    footer .footer-logo img {
      width: 130px;
      height: auto; }
  footer .footer-nav {
    float: right; }
    @media (max-width: 740px) {
      footer .footer-nav {
        float: left;
        margin-top: 2.25rem;
        clear: both;
        width: 100%; } }
    footer .footer-nav ul {
      float: right;
      list-style: none;
      margin-left: 3rem;
      margin-top: 0; }
      @media (max-width: 740px) {
        footer .footer-nav ul {
          margin-left: 0;
          padding-left: 0;
          width: 50%; } }
      footer .footer-nav ul li {
        margin-bottom: 0.375rem; }
        @media (max-width: 740px) {
          footer .footer-nav ul li {
            margin-left: 0;
            margin-right: 3rem; } }
        footer .footer-nav ul li a {
          color: white; }

@-webkit-keyframes slidein {
  0% {
    margin-top: 500px; }
  100% {
    margin-top: 0; } }

@keyframes slidein {
  0% {
    margin-top: 500px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes heroIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@keyframes heroIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
            transform: translateY(75px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
            transform: translateY(75px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }

.section-2 .grid-3 {
  margin-top: 0; }

.hero-section .section-wrapper {
  left: 0;
  max-width: none;
  padding: 4.5rem;
  padding-top: 0; }
  @media (max-width: 740px) {
    .hero-section .section-wrapper {
      padding: 1.5rem; } }

.hero-section .t-wrap {
  display: inline-block;
  height: 60px;
  position: relative;
  overflow: hidden;
  vertical-align: top; }

.hero-section .t-wrap a:hover {
  color: #888581; }

.content-section {
  min-height: 100vh;
  z-index: 2;
  background: #05132D;
  padding-top: 188px !important; }
  @media (max-width: 740px) {
    .content-section {
      padding-top: 88px !important; } }

html, body {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  margin: 0; }

.content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: auto;
  scroll-snap-align: start; }

.section-headline {
  font-size: 22px;
  line-height: 24px;
  font-family: "Graphik Regular";
  color: white;
  margin-bottom: 36px;
  display: block; }

span.section-headline {
  margin-top: 54px; }
