/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'UberMove';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Light.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMove';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Regular.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMove';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Medium.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMove';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Bold.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMove-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMoveText';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Light.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMoveText';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Regular.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMoveText';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Medium.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UberMoveText';
  src: url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Bold.woff2") format("woff2"), url("https://d1a3f4spazzrp4.cloudfront.net/dotcom-assets/fonts/UberMoveText-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-family: "UberMoveText", Arial, sans-serif;
  font-size: 10px;
  touch-action: manipulation; }

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

html,
body {
  min-height: 100%; }

body {
  background-color: #fff;
  color: #000; }

a,
button {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  font-family: "UberMove";
  font-weight: 400;
  margin: 1rem 0; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

p {
  margin: 0 0 3rem; }

._h1 {
  font-family: "UberMove";
  font-size: 3.4rem;
  line-height: 1.2; }
  @media (min-width: 992px) {
    ._h1 {
      font-size: 6rem; } }

._h2, ._h2Alt {
  font-family: "UberMove";
  font-size: 2.4rem;
  line-height: 1.58; }
  @media (min-width: 992px) {
    ._h2, ._h2Alt {
      font-size: 4rem;
      line-height: 1.6; } }

@media (min-width: 992px) {
  ._h2Alt {
    font-size: 2.4rem; } }

@media (min-width: 1440px) {
  ._h2Alt {
    font-size: 4rem;
    line-height: 1.6; } }

._h3 {
  font-family: "UberMoveText";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8; }

._p, ._pAlt {
  font-family: "UberMoveText";
  font-size: 1.6rem;
  line-height: 1.88; }
  @media (min-width: 992px) {
    ._p, ._pAlt {
      font-size: 1.8rem;
      line-height: 2; } }

@media (min-width: 992px) {
  ._pAlt {
    font-size: 1.6rem; } }

@media (min-width: 1440px) {
  ._pAlt {
    font-size: 1.8rem;
    line-height: 2; } }

._callout {
  font-family: "UberMove";
  font-size: 2rem;
  line-height: 1.8; }
  @media (min-width: 992px) {
    ._callout {
      font-size: 4rem;
      line-height: 1.6; } }

._subhead {
  font-family: "UberMoveText";
  font-size: 1.8rem;
  line-height: 1.67;
  color: #999; }
  @media (min-width: 992px) {
    ._subhead {
      font-size: 2.4rem; } }

._buttonText {
  font-family: "UberMoveText";
  font-size: 1.4rem;
  text-align: center; }

._caption {
  font-size: 1rem;
  color: #999; }
  @media (min-width: 992px) {
    ._caption {
      font-size: 1.4rem; } }

.logo___1Dq4U {
  display: inline-block;
  width: 100%; }
  .logo___1Dq4U svg {
    width: 100%; }
  .logo___1Dq4U path {
    transition: fill 0.4s ease; }

.root___3qnr3 {
  position: relative;
  width: auto;
  height: auto;
  text-decoration: none;
  background-color: transparent;
  color: #000;
  font-size: 3.6rem;
  font-family: "UberMove";
  text-align: right;
  line-height: 4rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  user-select: none;
  padding-right: 2.6rem;
  border-right: 0.4rem solid transparent; }
  .root___3qnr3:hover, .root___3qnr3.active___2WJqc {
    color: #587bd7; }
    .root___3qnr3:hover:after, .root___3qnr3.active___2WJqc:after {
      transform: scaleX(1); }
  .root___3qnr3:active, .root___3qnr3.active___2WJqc {
    color: #587bd7;
    border-right-color: #587bd7; }

@media (min-width: 992px) {
  .root___3qnr3 {
    margin-bottom: 0;
    border-right: 0;
    padding-right: 0;
    font-size: 1.6rem;
    font-family: "UberMoveText"; }
    .root___3qnr3:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      display: flex;
      transform: scaleX(0);
      transition: transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
      background-color: #587bd7; }
    .root___3qnr3:not(:first-child) {
      margin-left: 3.2rem; }
    .root___3qnr3, .root___3qnr3:hover:not(.active___2WJqc) {
      color: #000; }
    .root___3qnr3:active, .root___3qnr3.active___2WJqc {
      border-right: 0; }
    .root___3qnr3.light___2slgE {
      color: #fff; }
      .root___3qnr3.light___2slgE:hover {
        color: #fff; }
      .root___3qnr3.light___2slgE:after {
        background-color: #fff; } }

.h1___2lYkJ { }

.h2___1hhed { }

.h2Alt___S0Cdp { }

.h3___xuJpj { }

.subhead___3_Z1M { }

.callout___3efJ- { }

.root___1zWar {
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1), cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.15s; }

.outOfView___35uZa.fadeIn___1NPKX {
  opacity: 0.001; }

.outOfView___35uZa.slideUp___1Sg_U {
  transform: translateY(3rem); }

.root___1pxv2 {
  position: relative;
  background-color: transparent;
  appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 2; }
  .root___1pxv2 span {
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    margin-bottom: 0.4rem;
    background: #fff;
    transform-origin: 0.2rem 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .root___1pxv2 span:first-child {
      transform-origin: 0% 0%; }
    .root___1pxv2 span:nth-last-child(2) {
      transform-origin: 0% 100%; }

.isActive___2vbsV span {
  opacity: 1;
  transform: rotate(45deg) translate(-0.6rem, -1.2rem); }

.isActive___2vbsV span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

.isActive___2vbsV span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-0.2rem, 0.9rem); }

.isDark___7QQKK span {
  background: #000; }

@media (min-width: 992px) {
  .root___1pxv2 {
    display: none; } }

.blockContainer___18dPS {
  background-color: #f8f8f9; }

.block___3AAdB {
  padding: 6rem 3rem;
  background-color: #fff; }

.transparent___2Epca {
  background-color: transparent; }

.title___3Ldub {
  margin-bottom: 3rem; }

.message___1Qv9h { }
  .message___1Qv9h a {
    color: #587bd7;
    transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .message___1Qv9h a:hover {
      opacity: 0.5; }

@media (min-width: 992px) {
  .blockContainerInner___28KMl {
    max-width: 1440px;
    margin: 0 auto;
    padding: 22rem; }
  .block___3AAdB {
    padding: 0; }
  .left___3tGqf {
    margin-right: 7.5rem; }
    .left___3tGqf .blockContainerInner___28KMl {
      padding-left: 29.5rem; }
  .right___3se2y {
    margin-left: 7.5rem; }
    .right___3se2y .blockContainerInner___28KMl {
      padding-right: 29.5rem; }
  .extraMargin___3-wfd.left___3tGqf {
    margin-right: 29.5rem; }
  .extraMargin___3-wfd.right___3se2y {
    margin-left: 29.5rem; }
  .title___3Ldub {
    margin-top: 0;
    margin-bottom: 6rem; } }

.callout___2ao2c { }

.subhead___3bw8U { }

.p___2zYdF { }

.pAlt___2Nu2d { }

.caption___3-ypD { }

.root___2NcfJ,
.navInner___3cg8A {
  height: 100vh; }

.root___2NcfJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(0.33, 0, 0, 1);
  z-index: 2; }

.navInner___3cg8A {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 9rem; }

.isOpen___n1y_m {
  transform: translate3d(0, 0, 0); }

@media (min-width: 992px) {
  .root___2NcfJ,
  .navInner___3cg8A {
    height: auto;
    margin-top: 0; }
  .root___2NcfJ {
    position: static;
    width: auto;
    background-color: transparent;
    background-image: none;
    display: block;
    transform: none; }
  .navInner___3cg8A {
    flex-direction: row;
    margin-right: 0; } }

.blockContainer___3SUap {
  background-color: #f8f8f9; }

.headline___3WVhS {
  margin: 0;
  padding: 8rem 3rem; }

@media (min-width: 992px) {
  .headline___3WVhS,
  .blockContainerInner___3L2ve {
    max-width: 1440px;
    margin: 0 auto; }
  .headline___3WVhS {
    padding: 22rem 18rem; } }

#loader {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%; }
  #loader .bar {
    opacity: 1;
    width: 100%;
    height: 4px;
    background: #000;
    transform: translateX(-100%); }
  #loader.isLoading .bar {
    transition: transform 7s ease-out;
    opacity: 1;
    transform: translateX(-1%); }
  #loader.isLoaded .bar {
    transition: transform 0.5s, opacity 1s;
    transform: translateX(0%);
    opacity: 0; }

.header___3zcts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  transform: translateY(-100%);
  transition-property: transform, background, box-shadow;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1000; }
  .header___3zcts.atTop___3eVBr {
    background-color: transparent; }

.atTop___3eVBr {
  background-color: transparent; }

.light___2HkhA {
  background-color: #1c1b1b; }

.pin___UgS2Z:not(.atTop___3eVBr) {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); }

.pin___UgS2Z,
.atTop___3eVBr {
  transform: translateY(0%); }

.logo___Imwui {
  width: 8.5rem;
  z-index: 10; }

@media (min-width: 992px) {
  .header___3zcts {
    height: 10rem;
    padding: 0 7.5rem; } }

.container___1gnYp {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 8rem 6.5rem; }

.gray___1oFUb {
  background-color: #f8f8f9; }

.message___2aHnD {
  margin: 0 0 3rem; }

@media (min-width: 992px) {
  .container___1gnYp {
    padding: 18rem 32rem;
    margin: 0 auto; } }

.btn___2Sey-, .white___3DgOD, .black___w3RtN {
  display: inline-block;
  position: relative;
  padding: 1.6rem 3.18rem;
  z-index: 1;
  background: transparent;
  border: 0.1rem solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  transition: border-color 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
  .btn___2Sey-:hover, .white___3DgOD:hover, .black___w3RtN:hover {
    border-color: #000; }
    .btn___2Sey-:hover .text___1IgYO, .white___3DgOD:hover .text___1IgYO, .black___w3RtN:hover .text___1IgYO {
      opacity: 0.65;
      text-decoration: underline; }

.text___1IgYO {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border-bottom: 1px solid transparent; }

.disabled___3Nhh2 {
  cursor: initial; }
  .disabled___3Nhh2, .disabled___3Nhh2:hover, .disabled___3Nhh2:active {
    opacity: 0.4; }

.white___3DgOD {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff; }
  .white___3DgOD:hover {
    border-color: #fff; }

.black___w3RtN {
  border-color: rgba(0, 0, 0, 0.15);
  color: #000; }
  .black___w3RtN:hover {
    border-color: #000; }

.caption___ktteE {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  line-height: 1.4;
  text-align: center;
  z-index: 1; }

@media (min-width: 992px) {
  .caption___ktteE {
    left: auto;
    right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: right; } }

.root___hk5Ms {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle; }

.figure___3u9nz {
  position: relative; }

.root___3GNK8 {
  display: inline-block;
  width: 100%;
  height: 100%; }

.blockContainer___2INCg {
  background-color: #f8f8f9; }

.figure___1YVYD {
  position: relative; }

@media (min-width: 992px) {
  .block___2YJcn {
    position: relative; }
  .pullLeft___2lFPD,
  .pullRight___2DANz {
    background-color: #fff; }
  .pullLeft___2lFPD {
    margin-left: 7.5rem;
    padding-right: 7.5rem; }
  .pullRight___2DANz {
    margin-right: 7.5rem;
    padding-left: 7.5rem; }
  .image___1gyEN {
    position: relative;
    z-index: 1; }
  .constrain___36EEC {
    background-color: transparent;
    padding-right: 18.5rem;
    padding-bottom: 18.5rem;
    padding-left: 18.5rem; }
    .constrain___36EEC:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(50% - 9.25rem);
      background-color: #fff; }
    .constrain___36EEC .figure___1YVYD {
      max-width: 1600px;
      margin-right: auto;
      margin-left: auto; }
    .constrain___36EEC.pullRight___2DANz {
      padding-right: 11em; }
    .constrain___36EEC.pullLeft___2lFPD {
      padding-left: 11em; } }

.footer___1UsQR {
  background: #000;
  color: #999;
  padding: 2.4rem 3rem; }

.primary___3q2Sk,
.secondary___2Frhk {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.primary___3q2Sk {
  border-bottom: 1px solid #1c1b1b;
  padding-bottom: 2.2rem; }

.secondary___2Frhk {
  padding-top: 2.2rem; }

.logo___YFbJl {
  width: 6rem; }

.copyright___2gLcr {
  padding-bottom: 0.5rem; }
  .copyright___2gLcr small {
    font-size: 0.8em; }

.navLinks___2aHys {
  display: inline-block; }
  .navLinks___2aHys a {
    color: #fff;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.25s linear; }
    .navLinks___2aHys a:hover {
      opacity: 1; }
  .navLinks___2aHys a:not(:last-child) {
    margin-right: 2rem; }

.navSocial___3I3ur {
  display: inline-block; }
  .navSocial___3I3ur a {
    display: inline-block;
    width: 1.2rem; }
    .navSocial___3I3ur a svg,
    .navSocial___3I3ur a path {
      fill: rgba(255, 255, 255, 0.5);
      transition: fill 0.25s linear; }
    .navSocial___3I3ur a:hover svg,
    .navSocial___3I3ur a:hover path {
      fill: white; }
  .navSocial___3I3ur a:not(:last-child) {
    margin-right: 3.1rem; }

@media (min-width: 992px) {
  .footer___1UsQR {
    align-items: center;
    display: flex;
    padding: 4rem 7.5rem; }
  .primary___3q2Sk,
  .secondary___2Frhk {
    padding: 0; }
  .primary___3q2Sk {
    border: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 33vw; }
  .secondary___2Frhk {
    width: 66vw; }
  .logo___YFbJl {
    width: 8rem; }
  .copyright___2gLcr {
    padding-top: 1.6rem;
    width: 100%; }
    .copyright___2gLcr small {
      font-size: 1em; }
  .navLinks___2aHys {
    display: flex;
    justify-content: center;
    width: 33vw; }
    .navLinks___2aHys a {
      font-size: 1.2em; }
    .navLinks___2aHys a:not(:last-child) {
      margin-right: 5rem; }
  .navSocial___3I3ur a {
    width: 1.8rem; }
  .navSocial___3I3ur a:not(:last-child) {
    margin-right: 2rem; }
  .navSocial___3I3ur svg,
  .navSocial___3I3ur path {
    fill: #999; } }

.headerContainer___1iWTP {
  padding: 13rem 3rem 8rem; }

.headerTitle___1FNQG {
  margin: 0 0 1.4rem; }

.headerBody___3zmNv {
  max-width: 68.4rem;
  margin: 0; }

@media (min-width: 992px) {
  .headerContainer___1iWTP {
    max-width: 1440px;
    padding: 22rem 18rem;
    margin: 0 auto; } }

#__next___2Rz-m {
  min-height: 100%; }

.layout___3oqqF {
  height: 100%; }

