/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */

html {

  font-family: sans-serif;

  /* 1 */

  -ms-text-size-adjust: 100%;

  /* 2 */

  -webkit-text-size-adjust: 100%;

  /* 2 */ }



/**

 * Remove default margin.

 */

body {
  font-size: 60%;
  margin: 0; }



/* HTML5 display definitions

   ========================================================================== */

/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.

 * Correct `block` display not defined for `details` or `summary` in IE 10/11

 * and Firefox.

 * Correct `block` display not defined for `main` in IE 11.

 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

  display: block; }



/**

 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */

audio,

canvas,

progress,

video {

  display: inline-block;

  /* 1 */

  vertical-align: baseline;

  /* 2 */ }



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */

audio:not([controls]) {

  display: none;

  height: 0; }



/**

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.

 */

[hidden],

template {

  display: none; }



/* Links

   ========================================================================== */

/**

 * Remove the gray background color from active links in IE 10.

 */

a {

  background-color: transparent; }



/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */

a:active,

a:hover {

  outline: 0; }



/* Text-level semantics

   ========================================================================== */

/**

 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

 */

abbr[title] {

  border-bottom: 1px dotted; }



/**

 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

 */

b,

strong {

  font-weight: bold; }



/**

 * Address styling not present in Safari and Chrome.

 */

dfn {

  font-style: italic; }



/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari, and Chrome.

 */

h1 {

  font-size: 2em;

  margin: 0.67em 0; }



/**

 * Address styling not present in IE 8/9.

 */

mark {

  background: #ff0;

  color: #000; }



/**

 * Address inconsistent and variable font size in all browsers.

 */

small {

  font-size: 80%; }



/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */

sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline; }



sup {

  top: -0.5em; }



sub {

  bottom: -0.25em; }



/* Embedded content

   ========================================================================== */

/**

 * Remove border when inside `a` element in IE 8/9/10.

 */

img {

  border: 0; }



/**

 * Correct overflow not hidden in IE 9/10/11.

 */

svg:not(:root) {

  overflow: hidden; }



/* Grouping content

   ========================================================================== */

/**

 * Address margin not present in IE 8/9 and Safari.

 */

figure {

  margin: 1em 40px; }



/**

 * Address differences between Firefox and other browsers.

 */

hr {

  box-sizing: content-box;

  height: 0; }



/**

 * Contain overflow in all browsers.

 */

pre {

  overflow: auto; }



/**

 * Address odd `em`-unit font size rendering in all browsers.

 */

code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em; }



/* Forms

   ========================================================================== */

/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited

 * styling of `select`, unless a `border` property is set.

 */

/**

 * 1. Correct color not being inherited.

 *    Known issue: affects color of disabled elements.

 * 2. Correct font properties not being inherited.

 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */

button,

input,

optgroup,

select,

textarea {

  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */ }



/**

 * Address `overflow` set to `hidden` in IE 8/9/10/11.

 */

button {

  overflow: visible; }



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

 * Correct `select` style inheritance in Firefox.

 */

button,

select {

  text-transform: none; }



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */ }



/**

 * Re-set default cursor for disabled elements.

 */

button[disabled],

html input[disabled] {

  cursor: default; }



/**

 * Remove inner padding and border in Firefox 4+.

 */

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0; }



/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */

input {

  line-height: normal; }



/**

 * It's recommended that you don't attempt to style these elements.

 * Firefox's implementation doesn't respect box-sizing, padding, or width.

 *

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */

input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */ }



/**

 * Fix the cursor style for Chrome's increment/decrement buttons. For certain

 * `font-size` values of the `input`, it causes the cursor style of the

 * decrement button to change from `default` to `text`.

 */

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto; }



/**

 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome

 *    (include `-moz` to future-proof).

 */

input[type="search"] {

  -webkit-appearance: textfield;

  /* 1 */

  /* 2 */

  box-sizing: content-box; }



/**

 * Remove inner padding and search cancel button in Safari and Chrome on OS X.

 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).

 */

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none; }



/**

 * Define consistent border, margin, and padding.

 */

fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em; }



/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */

legend {

  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */ }



/**

 * Remove default vertical scrollbar in IE 8/9/10/11.

 */

textarea {

  overflow: auto; }



/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */

optgroup {

  font-weight: bold; }



/* Tables

   ========================================================================== */

/**

 * Remove most spacing between table cells.

 */

table {

  border-collapse: collapse;

  border-spacing: 0; }



td,

th {

  padding: 0; }



/**

 * Colors

 */

/**

 * Layout / Positioning

 */

/**

* Element Sizes

*/

/**

* Border Styles

*/

html {

  box-sizing: border-box; }



*,

*:before,

*:after {

  box-sizing: inherit; }



* {

  margin-top: 0; }



button,

input,

textarea {

  outline: none;

  -webkit-appearance: none; }



figure {

  margin: 0 0 1rem; }



img {

  max-width: 100%;

  height: auto; }



.blockquote {

  margin: 0 0 1rem;

  font-size: 1.25rem; }



a {

  text-decoration: underline; }



/* Absolute Centering */

/* Flex Centering */

/* Centered Max Width */

/* Clearfix */

/* Consistent horizontal and Vertical Content Spacing */

/* WP Sticky Header - Admin Bar interaction */

/* Rem Calc */

* {

  font-style: normal;

  text-rendering: optimizeLegibility;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



body {

  font-family: "Fira Sans", Arial, Helvetica, sans-serif;

  color: #000; }



h1,

h2,

h3,

h4,

h5,

h6 {

  margin-top: 0;

  margin-bottom: 0.5em;

  font-weight: 500;

  line-height: 1.2;

  color: inherit; }



h1 {

  font-size: 2.5rem; }



h2 {

  font-size: 2rem; }



h3 {

  font-size: 1.75rem; }



h4 {

  font-size: 1.5rem; }



h5 {

  font-size: 1.25rem; }



h6 {

  font-size: 1rem; }



p {

  font-size: 1rem;

  margin-bottom: 1em; }



figcaption {

  font-weight: 500;

  margin-top: 1rem; }

  @media (min-width: 1024px) {

    figcaption {

      font-size: 1.5rem; } }



/**

 * Background Color Clases

 */

.b--white {

  background: #fff; }

.b--midgrey {

  background: #666666; }

.b--darkgrey {

  background: #333333; }

.b--lightgrey {

  background: #F8F8F8; }



/**

 * Text Color Clases

 */

.c--darkgrey {

  color: #333333; }

.c--midgrey {

  color: #666666; }

.c--lightgrey {

  color: #F8F8F8; }

.c--white {

  color: #fff; }

.c--red {

  color: #d3231a; }



a.c--red {

  transition: 0.2s all ease-in-out; }

  a.c--red:hover {

    color: #ff1d25; }



.site-header {

  position: relative;

  z-index: 10;

  height: 30px;

  background: #F2F0F0; }

  @media (min-width: 1024px) {

    .site-header {

      height: 110px; } }

  @media (min-width: 1024px) {

    .site-header--bordered {

      border-bottom: 2px solid #fff; } }

  .site-header__container {

    position: relative;

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: start;

            justify-content: flex-start;

    -webkit-box-align: center;

            align-items: center; }

    @media (min-width: 1024px) {

      .site-header__container {

        height: 100%;

        padding-left: 35px;

        padding-right: 35px; } }

  .site-header__logo-container {

    position: relative;

    padding: 5px;

    position: relative;

    z-index: 1; }

    @media (min-width: 1024px) {

      .site-header__logo-container {

        height: 100%;

        padding-right: 1vw;

        margin-right: 2vw; }

        .site-header__logo-container:after {

          content: '';

          position: absolute;

          top: 50%;

          -webkit-transform: translate(0%, -50%);

                  transform: translate(0%, -50%);

          width: 0;

          height: 45px;

          border: 1px solid #666666;

          right: 0; } }

    @media (min-width: 1280px) {

      .site-header__logo-container {

        padding-right: 3vw; } }

    @media (min-width: 1440px) {

      .site-header__logo-container {

        margin-right: 4vw; } }

    .site-header__logo-container a {

      height: 100%;

      display: -webkit-box;

      display: flex;

      -webkit-box-pack: start;

              justify-content: flex-start;

      -webkit-box-align: center;

              align-items: center;

      text-decoration: none; }

  .site-header__logo-image {

    position: relative;

    height: 42px;

    width: 40px; }

    @media (min-width: 1024px) {

      .site-header__logo-image {

        top: 20px;

        height: 150px;

        width: 144px; } }

  .site-header__logo-text {

    -webkit-box-flex: 0;

            flex: 0 0 auto;

    width: 50px;

    margin-left: 0.5em;

    font-weight: 900;

    font-size: 0.625rem;

    line-height: 0.9;

    color: #333333; }

    @media (min-width: 1024px) {

      .site-header__logo-text {

        width: 150px;

        font-size: 1.875rem; } }

  .site-header__social {

    display: none; }

    @media (min-width: 1024px) {

      .site-header__social {

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: start;

                justify-content: flex-start;

        -webkit-box-align: center;

                align-items: center; } }

  .site-header__social-label {

    display: none;

    -webkit-box-flex: 0;

            flex: 0 0 auto; }

    @media (min-width: 1280px) {

      .site-header__social-label {

        display: block;

        margin-right: 0.5em;

        font-size: 4rem;

        font-weight: 900; } }

    @media (min-width: 1440px) {

      .site-header__social-label {

        margin-right: 1em; } }

  .site-header__lng {

    display: none; }

    @media (min-width: 1024px) {

      .site-header__lng {

        display: block;

        position: absolute;

        top: 50%;

        -webkit-transform: translate(0%, -50%);

                transform: translate(0%, -50%);

        right: 420px;

        padding: 5px;

        border: 1px solid #fff; } }

    @media (min-width: 1280px) {

      .site-header__lng {

        right: 475px; } }

  .site-header__lng-link {

    text-decoration: none;

    font-weight: 500;

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

            align-items: center; }

    .site-header__lng-link.is-hidden {

      display: none; }

  .site-header__lng-flag {

    margin-right: 5px; }

    .site-header__lng-flag svg {

      width: 36px;

      height: 24px;

      display: block; }

  .site-header__lng-label {

    font-size: 0.9375rem;

    color: #808080; }

  .site-header__cta--mobile {

    position: absolute;

    top: 50%;

    -webkit-transform: translate(0%, -50%);

            transform: translate(0%, -50%);

    right: 10px; }

    .site-header__cta--mobile a {

      font-size: 0.875rem;

      text-decoration: none;

      color: #000;

      font-weight: 900;

      white-space: nowrap; }

    .site-header__cta--mobile span {

      font-weight: 400; }

    @media (min-width: 1024px) {

      .site-header__cta--mobile {

        display: none; } }

  .site-header__cta--desktop {

    display: none; }

    @media (min-width: 1024px) {

      .site-header__cta--desktop {

        display: block;

        position: absolute;

        top: 15px;

        right: 35px;

        width: 360px; } }

    @media (min-width: 1280px) {

      .site-header__cta--desktop {

        width: 415px; } }

  .site-header__cta-top {

    padding: 15px;

    background: #333333;

    color: #fff; }

    .site-header__cta-top h3 {

      margin: auto;

      font-size: 1.625rem;

      letter-spacing: 1px;

      font-weight: 900; }

      @media (min-width: 1280px) {

        .site-header__cta-top h3 {

          font-size: 2.1875rem; } }

  .site-header__cta-bottom {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: justify;

            justify-content: space-between;

    -webkit-box-align: center;

            align-items: center;

    padding: 15px;

    background: #fff; }

    .site-header__cta-bottom span {

      margin-right: 1em;

      font-size: 0.875rem;

      font-weight: 500;

      color: #000;

      text-transform: uppercase; }

      @media (min-width: 1280px) {

        .site-header__cta-bottom span {

          font-size: 1.0625rem; } }

    .site-header__cta-bottom a {

      text-transform: uppercase; }



.site-footer {

  text-align: center; }

  .site-footer__main {

    padding-left: 20px;

    padding-right: 20px;

    padding-top: 20px;

    padding-bottom: 60px; }

    @media (min-width: 1024px) {

      .site-footer__main {

        padding-left: 60px;

        padding-right: 60px; } }

    @media (min-width: 1440px) {

      .site-footer__main {

        padding-left: 90px;

        padding-right: 90px; } }

    @media (min-width: 1024px) {

      .site-footer__main {

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: justify;

                justify-content: space-between;

        -webkit-box-align: center;

                align-items: center;

        padding-top: 40px;

        padding-bottom: 80px; } }

  .site-footer__textbox {

    max-width: 460px;

    margin: auto; }

  .site-footer__meta {

    margin-bottom: 0.5em;

    font-size: 1.125rem;

    font-weight: 500;

    color: #4d4d4d; }

    @media (min-width: 1024px) {

      .site-footer__meta {

        font-size: 1.625rem; } }

  .site-footer__title {

    margin-bottom: 0.5em;

    font-size: 1.125rem;

    font-weight: 500;

    color: #808080; }

    @media (min-width: 1024px) {

      .site-footer__title {

        font-size: 1.625rem; } }

  .site-footer__textcontent {

    margin-bottom: 0.5em;

    font-size: 1rem;

    font-weight: 500;

    color: #666666; }

    @media (min-width: 1024px) {

      .site-footer__textcontent {

        font-size: 1.25rem; } }



.has-sticky-container {

  position: relative; }

  @media (min-width: 768px) {

    .has-sticky-container {

      padding-left: 22% !important; } }

  @media (min-width: 1920px) {

    .has-sticky-container {

      padding-left: 10% !important; } }



.mobile-hide {

  display: none; }

  @media (min-width: 1024px) {

    .mobile-hide {

      display: block; } }



.centered-content {

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 20px;

  padding-right: 20px; }

  @media (min-width: 1024px) {

    .centered-content {

      padding-top: 60px;

      padding-bottom: 60px; } }

  @media (min-width: 1440px) {

    .centered-content {

      padding-top: 90px;

      padding-bottom: 90px; } }

  @media (min-width: 1024px) {

    .centered-content {

      padding-left: 60px;

      padding-right: 60px; } }

  @media (min-width: 1440px) {

    .centered-content {

      padding-left: 90px;

      padding-right: 90px; } }

  .centered-content__container {

    max-width: 1170px;

    margin: auto; }

  .centered-content__title {

    font-size: 2.8125rem;

    font-weight: 900; }

    @media (min-width: 1024px) {

      .centered-content__title {

        font-size: 6.25rem; } }

  @media (min-width: 1024px) {

    .centered-content--full-page {

      padding-top: 8%; } }



.two-column-content {

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 20px;

  padding-right: 20px; }

  @media (min-width: 1024px) {

    .two-column-content {

      padding-top: 60px;

      padding-bottom: 60px; } }

  @media (min-width: 1440px) {

    .two-column-content {

      padding-top: 90px;

      padding-bottom: 90px; } }

  @media (min-width: 1024px) {

    .two-column-content {

      padding-left: 60px;

      padding-right: 60px; } }

  @media (min-width: 1440px) {

    .two-column-content {

      padding-left: 90px;

      padding-right: 90px; } }

  .two-column-content__container {

    max-width: 1690px;

    margin: 0 auto; }

    @media (min-width: 1024px) {

      .two-column-content__container {

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: justify;

                justify-content: space-between;

        -webkit-box-align: start;

                align-items: flex-start; } }

  @media (min-width: 1024px) {

    .two-column-content__left, .two-column-content__right {

      width: calc(50% - 50px); } }

  .two-column-content__title {

    font-weight: 900; }

    @media (min-width: 1024px) {

      .two-column-content__title {

        font-size: 6.25rem; } }



@media (min-width: 1024px) {

  .two-column-content--reversed .two-column-content__container {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

            flex-direction: row-reverse; } }



.btn {

  display: inline-block;

  position: relative;

  border-radius: 6px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  text-decoration: none;

  text-align: center;

  vertical-align: middle;

  transition: 0.2s ease-in-out;

  box-shadow: 0px 2px 13px 3px rgba(0, 0, 0, 0.1);

  border: 0; }

  .btn:not(:disabled):not(.disabled) {

    cursor: pointer; }

  @media (min-width: 1024px) {

    .btn {

      font-size: 1rem;

      padding: 0.65em 2.2em; } }

  .btn--red {

    color: #fff;

    background: #d3231a; }

    .btn--red:hover {

      background: #ff1d25; }

  .btn--grey {

    color: #d3231a; }

  .btn--mega {

    padding: 0.5em 3.5em;

    font-size: 1.25rem; }

    @media (min-width: 1024px) {

      .btn--mega {

        width: 400px;

        padding: 0.5em 2.5em;

        font-size: 2.4375rem; } }

    @media (min-width: 1280px) {

      .btn--mega {

        font-size: 4.375rem;

        width: 720px; } }

  .btn--lg {

    padding: 0.5em 3.5em;

    font-size: 1.25rem; }

    @media (min-width: 1024px) {

      .btn--lg {

        padding: 0.5em 2.5em;

        font-size: 2.4375rem; } }

  @media (min-width: 1024px) {

    .btn--sm {

      padding: 0.2em 1.8em;

      font-size: 1.625rem; } }



.social-nav {

  padding: 0;

  margin: 0;

  list-style: none; }

  @media (min-width: 1024px) {

    .social-nav {

      -webkit-box-flex: 0;

              flex: 0 0 auto; } }

  .social-nav__item {

    display: inline-block; }

    @media (min-width: 1024px) {

      .social-nav__item {

        margin-right: 2em; } }

  .social-nav__icon svg {

    height: 30px;

    width: 37px; }

    @media (min-width: 1024px) {

      .social-nav__icon svg {

        height: 45px;

        width: 55px; } }

  .social-nav__link {

    display: block;

    text-decoration: none;

    color: #fff;

    font-size: 1.5625rem;

    line-height: 1; }



.social-nav.social-nav--wide .social-nav__item {

  width: 30%;

  text-align: center;

  margin-bottom: 2rem; }

  @media (min-width: 1024px) {

    .social-nav.social-nav--wide .social-nav__item {

      width: auto;

      margin-right: 4em; } }



@media (min-width: 1024px) {

  .contentbox {

    margin-bottom: 2rem; } }

.contentbox__metatags {

  font-weight: 900;

  margin-bottom: 4rem;

  color: #d3231a;

  padding-left: 30%; }

  @media (min-width: 768px) {

    .contentbox__metatags {

      padding-left: 0; } }

  .contentbox__metatags span {

    display: block; }

    @media (min-width: 1024px) {

      .contentbox__metatags span {

        display: inline-block;

        margin-right: 1em;

        font-size: 2.8125rem; } }

@media (min-width: 1024px) {

  .contentbox h1 {

    font-size: 6.25rem; } }

@media (min-width: 1024px) {

  .contentbox h2 {

    font-size: 4.125rem; } }

@media (min-width: 1024px) {

  .contentbox h3 {

    font-size: 2.75rem; } }

@media (min-width: 1024px) {

  .contentbox h4 {

    font-size: 1.875rem; } }

@media (min-width: 1024px) {

  .contentbox p,

  .contentbox a,

  .contentbox li,

  .contentbox blockquote {

    font-size: 1.875rem; } }

.contentbox h1,

.contentbox h2,

.contentbox h3,

.contentbox h4,

.contentbox p,

.contentbox ul,

.contentbox figure,

.contentbox video,

.contentbox blockquote {

  margin-bottom: 1rem; }

  @media (min-width: 1024px) {

    .contentbox h1,

    .contentbox h2,

    .contentbox h3,

    .contentbox h4,

    .contentbox p,

    .contentbox ul,

    .contentbox figure,

    .contentbox video,

    .contentbox blockquote {

      margin-bottom: 4rem; } }

.contentbox h1 strong,

.contentbox h2 strong,

.contentbox h3 strong,

.contentbox h4 strong {

  font-weight: 900; }

.contentbox ul {

  padding: 0;

  list-style: none; }

.contentbox li {

  margin-bottom: 1em;

  text-indent: 1em;

  position: relative; }

  .contentbox li::before {

    content: "";

    position: absolute;

    width: 0.5em;

    height: 0.5em;

    border-radius: 50%;

    background: #d3231a;

    left: 0;

    top: 0.4em; }



@media (min-width: 1024px) {

  .thumbs-grid {

    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

            justify-content: space-between; } }

.thumbs-grid figure img {

  width: 100%;

  height: auto; }

@media (min-width: 1024px) {

  .thumbs-grid figure {

    -webkit-box-flex: 0;

            flex: 0 0 auto;

    width: calc(50% - 20px);

    margin-bottom: 40px; } }

.thumbs-grid__caption {

  font-size: 1rem;

  font-weight: 500; }

  @media (min-width: 1024px) {

    .thumbs-grid__caption {

      -webkit-box-flex: 0;

              flex: 0 0 auto;

      font-size: 1.5rem;

      width: 100%; } }



@media (min-width: 1024px) {

  .circular-thumb {

    -webkit-box-flex: 0;

            flex: 0 0 auto;

    width: 100%;

    min-width: 170px;

    max-width: 280px;

    margin-right: 60px; } }

@media (min-width: 1920px) {

  .circular-thumb {

    width: 280px; } }

.circular-thumb img {

  display: block;

  width: 100%;

  height: auto;

  border-radius: 50%; }

.circular-thumb figcaption {

  margin-top: 30px;

  font-weight: 400; }

  @media (min-width: 1024px) {

    .circular-thumb figcaption {

      font-size: 2.25rem;

      text-align: center;

      color: #999999; } }



.sticky-container {

  position: absolute;

  left: 15px;

  top: 25px;

  width: 23%;

  max-width: 125px; }

  @media (min-width: 768px) {

    .sticky-container {

      width: 16%;

      max-width: initial; } }

  @media (min-width: 1024px) {

    .sticky-container {

      left: 30px;

      top: 40px;

      width: 16%; } }



.copyright-box {

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: end;

          justify-content: flex-end;

  -webkit-box-align: end;

          align-items: flex-end;

  padding: 15px;

  background: linear-gradient(to right, #CCCCCC 1%, #F2F2F2 100%); }

  @media (min-width: 1024px) {

    .copyright-box {

      padding: 40px; } }

  .copyright-box a {

    color: #000; }

    @media (min-width: 1024px) {

      .copyright-box a {

        font-size: 1.875rem; } }

  @media (min-width: 1024px) {

    .copyright-box {

      height: 270px; } }



.progress {

  max-width: 1690px;

  margin: 0 auto; }

  .progress__top {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: end;

            justify-content: flex-end;

    -webkit-box-align: center;

            align-items: center; }

  .progress__bottom {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: justify;

            justify-content: space-between;

    -webkit-box-align: center;

            align-items: center; }

  .progress__bar {

    position: relative;

    width: 100%;

    height: 30px;

    background: #fff;

    border-radius: 30px;

    margin-bottom: 1rem; }

  .progress__bar-stripe {

    position: absolute;

    left: 0;

    height: 100%;

    width: 15%;

    background: #d3231a;

    border-radius: 30px; }

    .progress__bar-stripe::before {

      content: "";

      position: absolute;

      top: 50%;

      -webkit-transform: translate(0%, -50%);

              transform: translate(0%, -50%);

      left: 20px;

      right: 40px;

      height: 2px;

      background-image: linear-gradient(to right, white 58%, rgba(255, 255, 255, 0) 0%);

      background-position: bottom;

      background-size: 21px 2px;

      background-repeat: repeat-x; }

  .progress__bar-circle {

    position: absolute;

    top: 50%;

    -webkit-transform: translate(0%, -50%);

            transform: translate(0%, -50%);

    right: 3px;

    width: 24px;

    height: 24px;

    background: #fff;

    border-radius: 50%;

    border: 1px solid #ff0000; }

  .progress__count {

    position: absolute;

    left: 50%;

    -webkit-transform: translate(-50%, 0%);

            transform: translate(-50%, 0%);

    top: -1.5em;

    font-weight: 500;

    color: #666666; }

    @media (min-width: 1024px) {

      .progress__count {

        font-size: 2.875rem; } }

  .progress__percentage {

    color: #999999; }

    @media (min-width: 1024px) {

      .progress__percentage {

        font-size: 1.875rem; } }

  .progress__goal {

    font-weight: 900;

    color: #808080; }

    @media (min-width: 1024px) {

      .progress__goal {

        font-size: 4.25rem; } }

  .progress__goal-label {

    font-weight: 500;

    color: #d3231a; }

    @media (min-width: 1024px) {

      .progress__goal-label {

        font-size: 2.125rem; } }



.mobile-sharebox {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  background: #F8F8F8;

  -webkit-transform: translate(0, 140px);

          transform: translate(0, 140px);

  transition: 0.2s -webkit-transform ease-in-out;

  transition: 0.2s transform ease-in-out;

  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out; }

  .mobile-sharebox.is-open {

    -webkit-transform: translate(0, 0);

            transform: translate(0, 0); }

  @media (min-width: 1024px) {

    .mobile-sharebox {

      display: none; } }

  .mobile-sharebox__header {

    padding: 5px 10px;

    position: relative;

    background: #0F1011; }

    .mobile-sharebox__header:before, .mobile-sharebox__header:after {

      content: '';

      position: absolute;

      -webkit-transform: translate(0%, -50%);

              transform: translate(0%, -50%);

      width: 45px;

      border: 1px solid #666666;

      right: 60px; }

    .mobile-sharebox__header:before {

      top: 43%; }

    .mobile-sharebox__header:after {

      top: 55%; }

  .mobile-sharebox__container {

    padding: 40px 40px 5px;

    text-align: center; }

  .mobile-sharebox__label {

    font-size: 2rem;

    font-weight: 900;

    color: #fff; }

  .mobile-sharebox__lng-switch {

    padding: 10px; }

  .mobile-sharebox__lng-link {

    text-decoration: none;

    color: #999999;

    font-size: 0.625rem;

    font-weight: 500; }

    .mobile-sharebox__lng-link.is-hidden {

      display: none; }

  .mobile-sharebox .social-nav {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: space-evenly;

            justify-content: space-evenly;

    margin-bottom: 20px; }



.hero__video {

  width: 100% !important;

  height: auto !important; }



.endgfm {

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 20px;

  padding-right: 20px;

  max-width: 1690px;

  margin: 0 auto;

  color: #000;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

          align-items: center;

  -webkit-box-align: start;

          align-items: flex-start;

  flex-wrap: wrap; }

  @media (min-width: 1024px) {

    .endgfm {

      padding-top: 60px;

      padding-bottom: 60px; } }

  @media (min-width: 1440px) {

    .endgfm {

      padding-top: 90px;

      padding-bottom: 90px; } }

  @media (min-width: 1024px) {

    .endgfm {

      padding-left: 60px;

      padding-right: 60px; } }

  @media (min-width: 1440px) {

    .endgfm {

      padding-left: 90px;

      padding-right: 90px; } }

  @media (min-width: 1024px) {

    .endgfm {

      flex-wrap: nowrap; } }

  .endgfm__title {

    margin: auto;

    font-weight: 900;

    line-height: 1;

    margin-bottom: 1rem; }

    .endgfm__title--mobile {

      font-size: 3.75rem;

      width: 100%;

      -webkit-box-flex: 0;

              flex: 0 0 auto; }

      @media (min-width: 1024px) {

        .endgfm__title--mobile {

          display: none; } }

    .endgfm__title--desktop {

      display: none; }

      @media (min-width: 1024px) {

        .endgfm__title--desktop {

          font-size: 8.75rem;

          display: block; } }

  .endgfm__text {

    font-size: 0.875rem; }

    @media (min-width: 768px) {

      .endgfm__text {

        font-size: 1.875rem; } }

    @media (min-width: 1024px) {

      .endgfm__text {

        font-size: 2.5rem; } }

  .endgfm__link {

    font-size: 0.85em;

    text-decoration: none;

    color: #d3231a;

    font-weight: 500; }

  .endgfm figure {

    -webkit-box-flex: 0;

            flex: 0 0 auto;

    max-width: 25%; }

    @media (min-width: 1024px) {

      .endgfm figure {

        max-width: initial;

        width: 280px;

        margin-right: 60px; } }

    .endgfm figure img {

      display: block;

      margin-bottom: 5px;

      width: 100%;

      height: auto;

      border-radius: 50%; }

      @media (min-width: 1024px) {

        .endgfm figure img {

          margin-bottom: 30px; } }

    .endgfm figure figcaption {

      font-size: 0.5rem;

      margin-top: auto;

      text-align: center; }

      @media (min-width: 1024px) {

        .endgfm figure figcaption {

          font-size: 2.25rem;

          text-align: center;

          color: #999999; } }

  .endgfm__contentbox {

    -webkit-box-flex: 0;

            flex: 0 1 auto;

    max-width: 70%; }

    @media (min-width: 1024px) {

      .endgfm__contentbox {

        max-width: initial; } }



.social-engage {

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 20px;

  padding-right: 20px; }

  @media (min-width: 1024px) {

    .social-engage {

      padding-top: 60px;

      padding-bottom: 60px; } }

  @media (min-width: 1440px) {

    .social-engage {

      padding-top: 90px;

      padding-bottom: 90px; } }

  @media (min-width: 1024px) {

    .social-engage {

      padding-left: 60px;

      padding-right: 60px; } }

  @media (min-width: 1440px) {

    .social-engage {

      padding-left: 90px;

      padding-right: 90px; } }

  .social-engage__inner {

    max-width: 1690px;

    margin: 0 auto; }

  @media (min-width: 1024px) {

    .social-engage__header {

      display: -webkit-box;

      display: flex;

      -webkit-box-pack: justify;

              justify-content: space-between;

      -webkit-box-align: center;

              align-items: center;

      margin-bottom: 4rem; } }

  @media (min-width: 1024px) {

    .social-engage__header-left {

      display: -webkit-box;

      display: flex;

      -webkit-box-pack: start;

              justify-content: flex-start;

      -webkit-box-align: center;

              align-items: center; } }

  .social-engage__header-left .social-nav {

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: space-evenly;

            justify-content: space-evenly;

    padding: 2rem 0; }

    @media (min-width: 1024px) {

      .social-engage__header-left .social-nav {

        display: block;

        padding: 0; } }

  .social-engage__title {

    font-size: 2.8125rem;

    margin: auto;

    margin-right: 0.5em;

    font-weight: 900; }

    @media (min-width: 1024px) {

      .social-engage__title {

        font-size: 6.25rem; } }

  .social-engage__cta {

    display: none; }

    @media (min-width: 1024px) {

      .social-engage__cta {

        font-size: 1.625rem;

        font-weight: 500;

        color: #808080;

        text-decoration: none; } }

  @media (min-width: 1024px) {

    .social-engage__insta-wrapper {

      display: -webkit-box;

      display: flex;

      -webkit-box-pack: justify;

              justify-content: space-between; } }

  .social-engage__insta-box {

    background: white;

    margin-bottom: 2rem; }

    @media (min-width: 1024px) {

      .social-engage__insta-box {

        width: calc(33% - 15px);

        -webkit-box-flex: 0;

                flex: 0 0 auto;

        margin-bottom: 0; } }

    .social-engage__insta-box iframe {

      width: 100%;

      max-height: 800px; }

      @media (min-width: 1920px) {

        .social-engage__insta-box iframe {

          max-height: initial; } }



.inputbox {

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 20px;

  padding-right: 20px;

  text-align: center;

  background: linear-gradient(to right, #CCCCCC 1%, #F2F2F2 100%); }

  @media (min-width: 1024px) {

    .inputbox {

      padding-top: 60px;

      padding-bottom: 60px; } }

  @media (min-width: 1440px) {

    .inputbox {

      padding-top: 90px;

      padding-bottom: 90px; } }

  @media (min-width: 1024px) {

    .inputbox {

      padding-left: 60px;

      padding-right: 60px; } }

  @media (min-width: 1440px) {

    .inputbox {

      padding-left: 90px;

      padding-right: 90px; } }

  .inputbox__container {

    max-width: 1690px;

    margin: 0 auto; }

  .inputbox__title {

    font-size: 1.1875rem;

    font-weight: 500; }

    @media (min-width: 768px) {

      .inputbox__title {

        font-size: 1.875rem; } }

    @media (min-width: 1024px) {

      .inputbox__title {

        font-size: 3.625rem; } }

    .inputbox__title span {

      display: block; }

      @media (min-width: 1024px) {

        .inputbox__title span {

          display: inline; } }

  .inputbox__input {

    width: 100%;

    padding: 0.6em 1em;

    font-size: 1.5625rem;

    font-weight: 500;

    border: none;

    border-radius: 10px;

    color: #000;

    margin-bottom: 1rem;

    box-shadow: 0px 2px 13px 3px rgba(0, 0, 0, 0.17);

    outline: none; }

    @media (min-width: 1024px) {

      .inputbox__input {

        width: 70%;

        margin-bottom: 2rem;

        font-size: 3.625rem; } }

    .inputbox__input::-webkit-input-placeholder {

      /* Chrome/Opera/Safari */

      color: #cccccc; }

    .inputbox__input::-moz-placeholder {

      /* Firefox 19+ */

      color: #cccccc; }

    .inputbox__input:-ms-input-placeholder {

      /* IE 10+ */

      color: #cccccc; }

    .inputbox__input:-moz-placeholder {

      /* Firefox 18- */

      color: #cccccc; }

  .inputbox__btn {

    display: block;

    margin: auto;

    font-weight: 500;

    min-width: 145px; }

    @media (min-width: 1024px) {

      .inputbox__btn {

        min-width: 400px;

        border-radius: 8px; } }

  .inputbox__checkbox-container {

    max-width: 800px;

    margin: auto; }

    @media (min-width: 1024px) {

      .inputbox__checkbox-container {

        padding: 30px; } }

  .inputbox__checkbox {

    display: none; }

  .inputbox__checkbox-label {

    display: block;

    margin-bottom: 1em; }

    .inputbox__checkbox-label div {

      width: 25px;

      height: 25px;

      display: inline-block;

      margin-bottom: 1rem;

      border: 2px solid #fff;

      text-align: center;

      line-height: 20px;

      border-radius: 5px;

      cursor: pointer;

      background: #999999; }

      @media (min-width: 1024px) {

        .inputbox__checkbox-label div {

          width: 47px;

          height: 47px;

          margin-right: 1.5em;

          margin-bottom: 0; } }

    .inputbox__checkbox-label span {

      color: #333333;

      display: block;

      margin-bottom: 1.5rem; }

      @media (min-width: 1024px) {

        .inputbox__checkbox-label span {

          display: inline;

          margin-bottom: 0;

          font-size: 1.875rem; } }

    .inputbox__checkbox-label i {

      font-size: 16px;

      opacity: 0;

      transition: 0.2s all ease-in-out; }

      .inputbox__checkbox-label i::before {

        content: "\2714";

        color: #fff;

        font-size: 1rem;

        position: relative;

        top: 2px;

        display: inline-block;

        line-height: 1; }

        @media (min-width: 1024px) {

          .inputbox__checkbox-label i::before {

            top: 5px;

            font-size: 2.5rem; } }

  .inputbox input:checked + label i {

    opacity: 1; }



.inputbox.inputbox--transparent {

  background: transparent; }

  .inputbox.inputbox--transparent .inputbox__title {

    color: #666666; }

    @media (min-width: 1024px) {

      .inputbox.inputbox--transparent .inputbox__title {

        font-size: 2.875rem; } }



.inputbox.inputbox--nopad {

  padding: 0; }



.signatures {

  background: #fff; }

  .signatures__container {

    padding: 30px 20px; }

    @media (min-width: 1024px) {

      .signatures__container {

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: justify;

                justify-content: space-between;

        -webkit-box-align: center;

                align-items: center;

        padding: 35px 50px; } }

  .signatures__title {

    text-transform: uppercase;

    font-weight: 900;

    margin: auto; }

    .signatures__title span {

      display: block; }

      .signatures__title span:first-child {

        color: #989898;

        font-size: 4.6875rem;

        line-height: 0.8; }

        @media (min-width: 1024px) {

          .signatures__title span:first-child {

            font-size: 16.5625rem;

            font-size: 13vw; } }

      .signatures__title span:last-child {

        color: #ccc;

        font-size: 2.375rem; }

        @media (min-width: 1024px) {

          .signatures__title span:last-child {

            line-height: 0.8;

            font-size: 7.8125rem;

            font-size: 6vw; } }

  .signatures__left {

    text-align: center;

    margin-bottom: 2rem; }

    @media (min-width: 1024px) {

      .signatures__left {

        margin-bottom: 0; } }

  .signatures__right {

    text-align: center;

    display: -webkit-box;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

            flex-direction: column-reverse; }

    @media (min-width: 1024px) {

      .signatures__right {

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: justify;

                justify-content: space-between;

        -webkit-box-align: center;

                align-items: center;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

                flex-direction: row;

        text-align: right; } }

  @media (min-width: 1024px) {

    .signatures__counter-box {

      margin-left: 4em; } }

  .signatures__counter-label {

    margin: auto;

    font-weight: 900;

    color: #4D4D4D;

    text-transform: uppercase;

    font-size: 1.5625rem; }

    @media (min-width: 1024px) {

      .signatures__counter-label {

        font-size: 3rem;

        font-size: 2.5vw; } }

  .signatures__counter {

    margin: auto;

    font-weight: 900;

    color: #d3231a;

    font-size: 3.125rem; }

    @media (min-width: 1024px) {

      .signatures__counter {

        line-height: 1;

        font-size: 8rem;

        font-size: 7vw; } }

  .signatures__bottom-stripe {

    height: 15px;

    background: linear-gradient(to left, #CCCCCC 1%, #F2F2F2 100%); }



.jumbotron__background {

  width: 100%;

  padding-bottom: 42%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  position: relative;

  margin-bottom: 1rem; }

.jumbotron__caption {

  display: none; }

  @media (min-width: 1024px) {

    .jumbotron__caption {

      display: block;

      padding-left: 20px;

      padding-right: 20px; } }

  @media (min-width: 1024px) and (min-width: 1024px) {

    .jumbotron__caption {

      padding-left: 60px;

      padding-right: 60px; } }

  @media (min-width: 1024px) and (min-width: 1440px) {

    .jumbotron__caption {

      padding-left: 90px;

      padding-right: 90px; } }



.jumbotron__caption-container {

  max-width: 1690px;

  margin: 0 auto;

  font-weight: 500; }

  @media (min-width: 1024px) {

    .jumbotron__caption-container {

      font-size: 1.5rem; } }

.jumbotron__title-container {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); }

.jumbotron__title {

  max-width: 1690px;

  margin: 0 auto;

  font-weight: 900;

  color: #fff;

  text-align: center;

  font-size: 2.4375rem; }

  @media (min-width: 1024px) {

    .jumbotron__title {

      margin-bottom: 2rem;

      font-size: 10.5rem;

      text-align: left; } }



.email-form {

  position: relative;

  padding: 8%;

  text-align: center;

  background: linear-gradient(to right, #CCCCCC 1%, #F2F2F2 100%); }

  @media (min-width: 1024px) {

    .email-form {

      min-height: calc(100vh - 30px); } }

  .email-form__title {

    max-width: 75%;

    margin: auto; }

    .email-form__title span {

      display: block; }

      .email-form__title span.t-top {

        color: #333333;

        font-size: 1.5rem; }

        @media (min-width: 1024px) {

          .email-form__title span.t-top {

            font-size: 3.625rem; } }

      .email-form__title span.t-bottom {

        font-weight: 900;

        color: #000;

        font-size: 1.75rem; }

        @media (min-width: 1024px) {

          .email-form__title span.t-bottom {

            font-size: 6.875rem; } }

  .email-form__terms {

    background: #fff;

    text-align: center;

    padding: 30px; }

    @media (min-width: 1024px) {

      .email-form__terms {

        padding: 60px; } }

  .email-form__terms-container {

    position: relative;

    margin: auto; }

    @media (min-width: 1024px) {

      .email-form__terms-container {

        width: 80%;

        max-width: 1270px; } }

    .email-form__terms-container::before {

      content: "*";

      position: absolute;

      top: -50px;

      left: -130px;

      width: 50px;

      height: 50px;

      color: #f2f2f2; }

      @media (min-width: 1024px) {

        .email-form__terms-container::before {

          font-size: 200px; } }

    .email-form__terms-container p {

      color: #333333; }

      @media (min-width: 1024px) {

        .email-form__terms-container p {

          font-size: 1.875rem; } }

    .email-form__terms-container a {

      color: #333333; }



.thank-you {

  position: relative; }

  .thank-you__content {

    padding-left: 20px;

    padding-right: 20px;

    padding-top: 8%;

    min-height: calc(100vh - 30px);

    text-align: center; }

    @media (min-width: 1024px) {

      .thank-you__content {

        padding-left: 60px;

        padding-right: 60px; } }

    @media (min-width: 1440px) {

      .thank-you__content {

        padding-left: 90px;

        padding-right: 90px; } }

    @media (min-width: 1024px) {

      .thank-you__content {

        min-height: calc(100vh - 110px  - 50px); } }

  .thank-you__title span {

    display: block; }

    @media (min-width: 768px) {

      .thank-you__title span.t-top {

        font-size: 4.625rem; } }

    @media (min-width: 1280px) {

      .thank-you__title span.t-top {

        font-size: 5.9375rem; } }

    .thank-you__title span.t-bottom {

      font-weight: 900; }

      @media (min-width: 768px) {

        .thank-you__title span.t-bottom {

          font-size: 7.5rem; } }

      @media (min-width: 1280px) {

        .thank-you__title span.t-bottom {

          font-size: 9.5rem; } }

  .thank-you__message {

    font-weight: 500;

    color: #4d4d4d; }

    @media (min-width: 768px) {

      .thank-you__message p {

        font-size: 2rem; } }

    @media (min-width: 1280px) {

      .thank-you__message p {

        font-size: 2.625rem; } }

  .thank-you__bottom-stripe {

    width: 100%;

    background: linear-gradient(to right, #CCCCCC 1%, #F2F2F2 100%); }

    @media (min-width: 1024px) {

      .thank-you__bottom-stripe {

        height: 50px; } }


/*# sourceMappingURL=style.min.css.map */