/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@font-face {
  font-family: "Sequel Sans";
  src: url("/fonts/SequelSans-LightHeadline.woff2") format("woff2"), url("/fonts/SequelSans-LightHeadline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Medium";
  src: url("/fonts/SequelSans-MediumHeadline.woff2") format("woff2"), url("/fonts/SequelSans-MediumHeadline.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-family: "Sequel Sans Medium", sans-serif;
  font-size: 12px;
  background-color: #002429;
}
a {
  text-decoration: none;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-full {
  flex: 0 0 auto;
  width: 100%;
}

.content-large {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.content-narrow {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1300px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
  }
}

.content-small {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

h3,
h4,
h5 {
  color: #FFFFFF;
  line-height: 1.2;
}

.about {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  display: flex;
  background-color: #002429;
  z-index: 100;
  padding: 80px 25px;
  height: auto;
  align-items: center;
}
@media (min-width: 992px) {
  .about {
    min-height: 100vh;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .about {
    padding: 0;
  }
}
.about .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .about .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.about .wrapper .content {
  width: 100%;
}
@media (min-width: 992px) {
  .about .wrapper .content {
    width: 50%;
  }
}
.about .wrapper .graphic {
  width: 100%;
}
@media (min-width: 992px) {
  .about .wrapper .graphic {
    width: 50%;
  }
}
.about .wrapper .graphic svg {
  width: 100%;
  overflow: visible;
}
@media (min-width: 992px) {
  .about .wrapper .graphic svg {
    width: 610px;
  }
}
.about .wrapper .graphic.in-view path {
  opacity: 1;
  transform: translateY(0);
}
.about .wrapper .graphic path {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.about .wrapper .graphic path:nth-child(1) {
  transition-delay: 0s !important;
}
.about .wrapper .graphic path:nth-child(2) {
  transition-delay: 0.5s !important;
}
.about .wrapper .graphic path:nth-child(3) {
  transition-delay: 1s !important;
}
.about .wrapper .graphic path:nth-child(4) {
  transition-delay: 1.5s !important;
}
.about .wrapper .graphic path:nth-child(5) {
  transition-delay: 2s !important;
}
.about .wrapper .graphic path:nth-child(6) {
  transition-delay: 2.5s !important;
}
.about .wrapper .graphic path:nth-child(7) {
  transition-delay: 3s !important;
}
.about .wrapper .graphic path:nth-child(8) {
  transition-delay: 3.5s !important;
}
.about .wrapper .graphic path:nth-child(9) {
  transition-delay: 4s !important;
}
.about .logo.in-view > *,
.about .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.about .logo.in-view > *,
.about .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.about .logo > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.about .logo > :nth-child(1) {
  transition-delay: 0s !important;
}
.about .logo > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.about .logo > :nth-child(3) {
  transition-delay: 1s !important;
}
.about .logo > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.about .logo > :nth-child(5) {
  transition-delay: 2s !important;
}
.about .logo > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.about .logo > :nth-child(7) {
  transition-delay: 3s !important;
}
.about .logo > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.about .logo > :nth-child(9) {
  transition-delay: 4s !important;
}
.about .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.about .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.about .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.about .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.about .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.about .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.about .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.about .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.about .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.about .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.about .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .about .top-text h2 {
    font-size: 55px;
  }
}
.about .top-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
}
.about .top-text p:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .about .top-text p:first-of-type {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .about .top-text p {
    font-size: 20px;
  }
}
.about .top-text p a {
  color: #FFFFFF;
}
.about .content {
  width: 100%;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .about .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.logo {
  margin-bottom: 80px;
}
.logo img {
  width: 243px;
  height: auto;
}
@media (min-width: 992px) {
  .logo {
    margin-bottom: 160px;
  }
  .logo img {
    width: 250px;
    height: auto;
  }
}

.about-active {
  background-color: #002429;
  transition: background-color 2.4s;
}
