@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 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; }

/* custom */
/* custom */
/* custom */
.text-black {
  color: black; }

.text-light-grey {
  color: #EBEBEB; }

.text-medium-grey {
  color: #4B4B4B; }

.text-dark-grey {
  color: #2E2E2E; }

.text-blue {
  color: #355C7D; }

.text-yellow {
  color: #FBC926; }

.text-white {
  color: white; }

.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media screen and (max-width: 450px) {
  .mobile-text-left {
    text-align: left; } }

.text-tiny, .blog--card-summary {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0; }
  @media screen and (max-width: 450px) {
    .text-tiny, .blog--card-summary {
      font-size: -webkit-calc(4px + 1.3vh);
      font-size: calc(4px + 1.3vh); } }

.text-small, .form__input-text, .form__input-select, .footer--form .form__input-text, .contact-label, .blog--card-heading, .header__footer-link, .footer--list li, .team__position, .program__top-left-content p, .program__top-right p, .program__top-right-content1 p, .program__top-right-content2 p, .program__bottom-left ul, .program__bottom-right ul, .grow-program__left-bottom p, .grow-program__left-bottom ul, .grow-program__right-bottom p, .work-program__left-bottom p, .work-program__left-bottom ul, .meetup__left-bottom p, .meetup__left-bottom ul, .meetup__left-link a, .connect-playbook__right-bottom p, .connect-playbook__right-bottom ul, .connect-playbook__right-link a, .crowdfunding__left-bottom p, .crowdfunding__left-bottom ul, .crowdfunding__left-link a:link, .crowdfunding__top-link a, .about-block__left-bottom p, .about-block__left-bottom ul, .about-block__left-link a, .about-block__top-link a {
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 450px) {
    .text-small, .form__input-text, .form__input-select, .footer--form .form__input-text, .contact-label, .blog--card-heading, .header__footer-link, .footer--list li, .team__position, .program__top-left-content p, .program__top-right p, .program__top-right-content1 p, .program__top-right-content2 p, .program__bottom-left ul, .program__bottom-right ul, .grow-program__left-bottom p, .grow-program__left-bottom ul, .grow-program__right-bottom p, .work-program__left-bottom p, .work-program__left-bottom ul, .meetup__left-bottom p, .meetup__left-bottom ul, .meetup__left-link a, .connect-playbook__right-bottom p, .connect-playbook__right-bottom ul, .connect-playbook__right-link a, .crowdfunding__left-bottom p, .crowdfunding__left-bottom ul, .crowdfunding__left-link a:link, .crowdfunding__top-link a, .about-block__left-bottom p, .about-block__left-bottom ul, .about-block__left-link a, .about-block__top-link a {
      font-size: -webkit-calc(4px + 1.4vh);
      font-size: calc(4px + 1.4vh); } }

.text-space {
  margin-top: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem; }
  @media screen and (max-width: 450px) {
    .text-space {
      margin-bottom: 1rem;
      line-height: 1.5; } }

.text-medium, .blog--article-content p, .team__name {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  line-height: 1.5;
  white-space: pre-wrap; }
  @media screen and (max-width: 450px) {
    .text-medium, .blog--article-content p, .team__name {
      font-size: 1.5rem; } }

.text-large {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5; }
  @media screen and (max-width: 450px) {
    .text-large {
      font-size: -webkit-calc(4px + 2vh);
      font-size: calc(4px + 2vh); } }

.text-medium, .blog--article-content p, .team__name, .text-large, .text-larger {
  white-space: pre-wrap; }
  @media screen and (max-width: 768px) {
    .text-medium, .blog--article-content p, .team__name, .text-large, .text-larger {
      white-space: normal; } }

.text-larger {
  font-size: 27px;
  line-height: 1.5; }
  @media screen and (max-width: 450px) {
    .text-larger {
      font-size: -webkit-calc(4px + 2vh);
      font-size: calc(4px + 2vh); } }

.text-huge {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2; }
  @media screen and (max-width: 450px) {
    .text-huge {
      font-size: -webkit-calc(4px + 2vh);
      font-size: calc(4px + 2vh); } }

.section-heading {
  font-size: 35px;
  line-height: 1.5;
  font-family: 'piersans';
  font-weight: bold; }
  @media screen and (max-width: 450px) {
    .section-heading {
      font-size: -webkit-calc(12px + 2vh);
      font-size: calc(12px + 2vh); } }

.text-massive {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0; }
  @media screen and (max-width: 450px) {
    .text-massive {
      font-size: -webkit-calc(4px + 2.6vh);
      font-size: calc(4px + 2.6vh); } }

.drop-cap:first-letter, .drop-cap *:first-child:first-letter {
  float: left;
  font-size: 5.5em;
  line-height: 0.6;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-left: 0em;
  font-weight: 100; }

.text-thin {
  font-weight: 100; }

.text-thick, .blog--card-summary {
  font-weight: 500; }

.text-thicker, .blog--card-heading, .footer__bottom p, .team__name {
  font-family: 'niveau-bold';
  font-weight: 700; }

.text-piersans {
  font-family: 'piersans'; }

.text-niveau {
  font-family: 'niveau'; }

.text-niveau-bold, .button, .blog--card-link {
  font-family: 'niveau-bold'; }

.text-width {
  width: 80%; }

.text-lineSpace, .program__bottom-left ul, .program__bottom-right ul, .grow-program__left-bottom p, .grow-program__right-bottom p, .work-program__left-bottom p, .meetup__left-bottom p, .connect-playbook__right-bottom p, .crowdfunding__left-bottom p, .about-block__left-bottom p {
  line-height: 1.5rem; }

.para-margin p {
  margin-bottom: 1em; }

.para-margin p {
  margin-bottom: 1em; }

@font-face {
  font-family: 'fontello';
  src: url("../assets/fonts/fontello.eot?48530246");
  src: url("../assets/fonts/fontello.eot?48530246#iefix") format("embedded-opentype"), url("../assets/fonts/fontello.woff2?48530246") format("woff2"), url("../assets/fonts/fontello.woff?48530246") format("woff"), url("../assets/fonts/fontello.ttf?48530246") format("truetype"), url("../assets/fonts/fontello.svg?48530246#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?48530246#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-link {
  width: 40px;
  height: 40px;
  background-color: white;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.icon-link.fill.facebook:hover {
  background-color: yellow; }

.icon-link .fa {
  color: #594813;
  line-height: 40px;
  font-size: 22px; }

.icon-link.round {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.icon-link.round-corner {
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
@font-face {
  font-family: 'piersans';
  src: url("../assets/fonts/PierSans-Bold.eot");
  src: url("../assets/fonts/PierSans-Bold.eot") format("embedded-opentype"), url("../assets/fonts/PierSans-Bold.woff") format("woff"), url("../assets/fonts/PierSans-Bold.ttf") format("truetype"), url("../assets/fonts/PierSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'piersans';
  src: url("../assets/fonts/PierSans-BoldItalic.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'piersans';
  src: url("../assets/fonts/PierSans-Italic.otf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'piersans';
  src: url("../assets/fonts/PierSans-Regular.otf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'niveau-bold';
  src: url("../assets/fonts/NiveauGrotesk-bold.eot");
  src: url("../assets/fonts/NiveauGrotesk-bold.woff2") format("woff2"), url("../assets/fonts/NiveauGrotesk-bold.woff") format("woff"), url("../assets/fonts/NiveauGrotesk-bold.ttf") format("truetype"), url("../assets/fonts/NiveauGrotesk-bold.svg") format("svg");
  font-weight: bold;
  font-style: bold; }

@font-face {
  font-family: 'niveau';
  src: url("../assets/fonts/NiveauGrotesk-regular.eot");
  src: url("../assets/fonts/NiveauGrotesk-regular.woff2") format("woff2"), url("../assets/fonts/NiveauGrotesk-regular.woff") format("woff"), url("../assets/fonts/NiveauGrotesk-regular.ttf") format("truetype"), url("../assets/fonts/NiveauGrotesk-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.row:after {
  content: '';
  display: block;
  clear: both; }

.col-half {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left; }

.col-third {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  height: 100%; }

.col-two-thirds {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  float: left;
  height: 100%; }

.col-fifth {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left; }
  .col-fifth--double {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    float: left; }

.col-faq-categories {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left; }

.col-testimonial {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left; }

.col-steps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  float: left;
  height: 100%;
  margin-right: 5%; }
  .col-steps:nth-child(4) {
    margin-right: 0; }

@media screen and (max-width: 768px) {
  .col-third,
  .col-two-thirds {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left; } }

@media screen and (max-width: 450px) {
  .col-half,
  .col-half--right,
  .col-half--mid,
  .col-faq-categories,
  .col-faq-items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0; } }

/*---- Small classes that can be added to the HTML markup to give simple, consistent styles across the site ---*/
.bg-light-grey {
  background-color: #EBEBEB; }

.bg-dark-grey {
  background-color: #2E2E2E; }

.bg-blue {
  background-color: #355C7D; }

.bg-black {
  background-color: #4B4B4B; }

.bg-yellow {
  background-color: #FBC926; }

.bg-white {
  background-color: white; }

.bg-newgrey1 {
  background-color: #ebebeb; }

.bg-newgrey2 {
  background-color: #d7dbdc; }

.bg-lightest-grey {
  background-color: #ebebeb; }

.hidden {
  opacity: 0; }

.element-center {
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .force-full {
    max-width: 100vw !important;
    width: 100vw !important; } }

.content-margin {
  height: 100vh;
  width: 100%;
  content: ''; }

.content-margin-medium {
  height: 60vh;
  width: 100%;
  content: ''; }

.space {
  margin: 1rem 0; }
  .space--double {
    margin: 2rem auto !important; }

.main-spacer {
  padding: 5rem 0 !important; }

.space-top {
  margin-top: 1rem; }
  .space-top--double {
    margin-top: 2rem; }
  .space-top--quad {
    margin-top: 4rem; }
  @media screen and (max-width: 450px) {
    .space-top--mobile-quad {
      margin-top: 4rem; } }

.space-bottom {
  margin-bottom: 1rem; }
  .space-bottom--double {
    margin-bottom: 2rem; }
  .space-bottom--quad {
    margin-bottom: 4rem; }
  .space-bottom--large {
    margin-bottom: 5rem !important; }

.spacer {
  margin: 0 auto !important;
  padding: 7rem 0 !important; }

.pad {
  padding: 1rem; }
  .pad-top {
    padding-top: 1rem; }
  .pad-bottom {
    padding-bottom: 1rem; }
  .pad--double {
    padding: 2rem; }
  .pad-top-half {
    padding-top: 0.5rem; }
  .pad-bottom-half {
    padding-bottom: 0.5rem; }

@media screen and (max-width: 450px) {
  .kill-pad {
    padding: 0 !important; } }

.social-icons {
  height: 60px;
  width: 60px;
  background-color: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin: 18px; }

@media screen and (max-width: 450px) {
  .mobile--wrap {
    width: 90%;
    margin: 0 auto; } }

.yellow-bottom {
  border-bottom: 2px solid #FBC926; }

.border {
  border: 4px solid #2E2E2E; }

.height-100 {
  height: 100%; }

@media screen and (min-width: 450px) {
  .no-left-border {
    border-left: none !important; } }

@media screen and (max-width: 768px) {
  .no-left-border {
    border-left: 1px solid white !important; } }

.send-back {
  z-index: -1 !important; }

.send-front {
  z-index: 5 !important; }

.circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 15vw; }
  @media screen and (max-width: 768px) {
    .circle {
      height: 55vw;
      width: 55vw; } }

.hq-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .hq-cta a {
    position: relative;
    padding-left: 2rem; }
    .hq-cta a:before {
      content: '';
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      left: 0;
      top: -0.25rem;
      background-size: contain;
      background-repeat: no-repeat; }
    @media screen and (max-width: 450px) {
      .hq-cta a {
        width: 100%;
        margin-bottom: 2rem; } }
  .hq-cta .cta-community {
    font-size: 1.2rem; }
  .hq-cta .cta-programs:before {
    background-image: url("../assets/images/hatch-quarter-programs-link.svg"); }
  .hq-cta .cta-mentors:before {
    background-image: url("../assets/images/hatch-quarter-mentors-link.svg"); }
  @media screen and (max-width: 450px) {
    .hq-cta .cta-mentors {
      margin-bottom: 0; } }
  @media screen and (max-width: 450px) {
    .hq-cta {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 1rem 0; } }

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

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  scroll-behavior: smooth;
  overflow-x: hidden; }
  @media screen and (max-width: 980px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 450px) {
    html {
      font-size: 18px; } }

body {
  padding: 0;
  margin: 0;
  font-weight: 300;
  overflow: hidden;
  font-family: "niveau";
  color: #4B4B4B; }

p {
  margin: 0;
  font-size: 16px; }

b, strong {
  font-weight: 900; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit; }

li, ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

#main {
  z-index: 1; }

@media screen and (max-width: 450px) {
  .hiddenMobile {
    display: none !important; } }

.visibleMobile {
  display: none; }
  @media screen and (max-width: 450px) {
    .visibleMobile {
      display: block; } }

#eventContainer {
  overflow-y: hidden;
  background: #edc5b6; }

.section {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  height: auto;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 2rem 0; } }
  .section:after {
    content: '';
    display: block;
    clear: both; }
  .section__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 85vw;
    float: left;
    float: none;
    position: relative;
    max-width: 85vw;
    margin: 0 auto; }
    .section__inner:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (max-width: 450px) {
      .section__inner {
        max-width: 85vw;
        padding: 0; } }
    .section__inner-small {
      float: none;
      position: relative;
      max-width: 65%;
      margin: 0 auto; }
      @media screen and (max-width: 1080px) {
        .section__inner-small {
          max-width: 85%; } }
    .section__inner-footer {
      max-width: 55vw; }
  .section--full {
    height: auto;
    width: 100%;
    padding: 5rem 0; }
    .section--full-less {
      height: auto;
      min-height: 75vh; }
      @media screen and (max-width: 768px) {
        .section--full-less {
          height: auto;
          min-height: 60vh;
          padding-bottom: 18px; } }
  .section--half {
    min-height: 50vh;
    height: auto;
    width: 100%;
    outline: 1px solid black; }
  .section--contact {
    min-height: 70vh; }
  .section--strip {
    height: auto; }
  .section--header {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh; }
  .section--index-height {
    height: 100vh;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden; }
  .section--noPad {
    padding: 0; }
  .section--pad-half {
    padding: 2.5rem 0; }
  .section--bgpattern {
    background-image: url("../assets/images/events-bg-pattern.svg");
    background-repeat: repeat;
    background-size: 150px 150px; }
  .section--bgpattern-light {
    background-image: url("../assets/images/get-to-know-us-bg-pattern.svg");
    background-repeat: repeat;
    background-size: 150px 150px; }

.hoverblock {
  position: relative;
  height: 420px;
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5rem; }
  @media screen and (max-width: 768px) {
    .hoverblock {
      margin: 5rem auto;
      height: 380px; } }
  @media screen and (max-width: 450px) {
    .hoverblock {
      width: 90%;
      height: auto;
      padding: 18px; } }
  .hoverblock__inner {
    z-index: 1;
    display: inline-block;
    width: 90%;
    height: 75%;
    margin: 0 auto;
    padding: 18px; }
    @media screen and (max-width: 768px) {
      .hoverblock__inner {
        padding: 0; } }
  .hoverblock--left {
    display: block;
    width: 40%;
    float: left;
    margin-right: 5%; }
    .hoverblock--left-heading {
      font-size: 1.9994rem;
      padding-bottom: 18px;
      border-bottom: 1px solid white;
      margin-bottom: 18px; }
      @media screen and (max-width: 450px) {
        .hoverblock--left-heading {
          width: 100%;
          float: left;
          border: none;
          margin-bottom: 0; } }
    .hoverblock--left-note {
      font-size: 1.33293rem; }
      @media screen and (max-width: 450px) {
        .hoverblock--left-note {
          width: 100%;
          float: left;
          font-size: 1rem; } }
      .hoverblock--left-note-item {
        margin-bottom: 18px; }
        @media screen and (max-width: 768px) {
          .hoverblock--left-note-item {
            list-style: circle;
            margin-left: 18px; } }
    @media screen and (max-width: 450px) {
      .hoverblock--left {
        width: 100%;
        padding-top: 0; } }
  .hoverblock--right {
    float: left;
    width: 55%;
    height: 120%; }
    @media screen and (max-width: 450px) {
      .hoverblock--right {
        width: 100%; } }
    .hoverblock--right-inner {
      position: relative;
      height: 120%;
      padding: 54px;
      opacity: 1;
      -webkit-filter: none;
              filter: none;
      line-height: 1.5; }
      .hoverblock--right-inner .border {
        border: 0;
        background-color: #FBC926;
        height: 0;
        position: absolute;
        width: 0; }
      .hoverblock--right-inner .topbar {
        left: 0;
        top: 0;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out; }
        @media screen and (max-width: 768px) {
          .hoverblock--right-inner .topbar {
            height: 4px;
            width: 100%; } }
        @media screen and (max-width: 450px) {
          .hoverblock--right-inner .topbar {
            height: 0;
            width: 0; } }
      .hoverblock--right-inner .rightbar {
        right: 0;
        top: 0;
        -webkit-transition: height 0.2s ease-in-out 0.4s;
        transition: height 0.2s ease-in-out 0.4s; }
        @media screen and (max-width: 768px) {
          .hoverblock--right-inner .rightbar {
            height: 100%;
            width: 4px; } }
        @media screen and (max-width: 450px) {
          .hoverblock--right-inner .rightbar {
            height: 0;
            width: 0; } }
      .hoverblock--right-inner .bottombar {
        bottom: 0px;
        right: 0px;
        -webkit-transition: width 0.2s ease-in-out 0.6s;
        transition: width 0.2s ease-in-out 0.6s; }
        @media screen and (max-width: 768px) {
          .hoverblock--right-inner .bottombar {
            height: 4px;
            width: 100%; } }
        @media screen and (max-width: 450px) {
          .hoverblock--right-inner .bottombar {
            height: 0;
            width: 0; } }
      .hoverblock--right-inner .leftbar {
        bottom: 0px;
        left: 0px;
        -webkit-transition: height 0.2s ease-in-out 0.8s;
        transition: height 0.2s ease-in-out 0.8s; }
        @media screen and (max-width: 768px) {
          .hoverblock--right-inner .leftbar {
            height: 100%;
            width: 4px; } }
        @media screen and (max-width: 450px) {
          .hoverblock--right-inner .leftbar {
            height: 0;
            width: 0; } }
      @media screen and (max-width: 768px) {
        .hoverblock--right-inner {
          opacity: 1;
          height: 110%;
          padding: 36px; } }
      @media screen and (max-width: 450px) {
        .hoverblock--right-inner {
          opacity: 1;
          width: 100%;
          height: auto;
          border: none;
          padding: 0; } }
    @media screen and (max-width: 450px) {
      .hoverblock--right {
        padding: 0; } }
  .hoverblock--content {
    height: 60%;
    opacity: 0;
    line-height: 1.5;
    -webkit-transition: opacity 0.3s ease-in-out 0.5s;
    transition: opacity 0.3s ease-in-out 0.5s; }
    @media screen and (max-width: 450px) {
      .hoverblock--content {
        opacity: 1;
        padding: 18px; } }
  .hoverblock--button {
    width: 100%;
    height: 40%;
    margin: 18px auto;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0.5s;
    transition: opacity 0.3s ease-in-out 0.5s; }
    @media screen and (max-width: 768px) {
      .hoverblock--button {
        opacity: 1; } }

.hoverblock::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.hoverblock .hoverblock--right-inner .hoverblock--content {
  opacity: 1; }

.hoverblock .hoverblock--right-inner .topbar {
  height: 4px;
  width: 100%; }

.hoverblock .hoverblock--right-inner .rightbar {
  height: 100%;
  width: 4px; }

.hoverblock .hoverblock--right-inner .bottombar {
  height: 4px;
  width: 100%; }

.hoverblock .hoverblock--right-inner .leftbar {
  height: 100%;
  width: 4px; }

.hoverblock .hoverblock--right-inner .hoverblock--button {
  opacity: 1; }

div.hoverblock:nth-child(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent)), url(/perch/resources/business-profile/consultancy-strategic-planning.jpg) !important;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), transparent 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent), url(/perch/resources/business-profile/consultancy-strategic-planning.jpg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent 100%), linear-gradient(360deg, rgba(0, 0, 0, 0.4), transparent), url(/perch/resources/business-profile/consultancy-strategic-planning.jpg) !important; }

div.hoverblock:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent)), url(/perch/resources/business-profile/consultancy-growth-hack.jpg) !important;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), transparent 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent), url(/perch/resources/business-profile/consultancy-growth-hack.jpg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent 100%), linear-gradient(360deg, rgba(0, 0, 0, 0.4), transparent), url(/perch/resources/business-profile/consultancy-growth-hack.jpg) !important; }

div.hoverblock:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent)), url(/perch/resources/business-profile/consultancy-acceleration.jpg) !important;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), transparent 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent), url(/perch/resources/business-profile/consultancy-acceleration.jpg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent 100%), linear-gradient(360deg, rgba(0, 0, 0, 0.4), transparent), url(/perch/resources/business-profile/consultancy-acceleration.jpg) !important; }

.scrolling-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #FBC926;
  padding: 18px 0;
  font-size: 60px;
  font-weight: 800;
  position: relative; }
  @media screen and (max-width: 450px) {
    .scrolling-banner {
      padding: 0;
      min-height: 5rem; } }
  .scrolling-banner-content {
    margin: 0;
    padding: 0;
    height: auto;
    color: #4B4B4B;
    font-weight: 900;
    width: auto;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: scroll-left 20s linear infinite;
            animation: scroll-left 20s linear infinite;
    min-width: 100%;
    -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .scrolling-banner-content:after {
      content: '→';
      position: relative;
      display: inline-block;
      margin-left: 40px;
      -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .scrolling-banner:hover .scrolling-banner-content:after {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1); }

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.button {
  padding: 18px 50px;
  outline: none;
  border: none;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: white;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .button--yellow {
    background-color: #FBC926;
    color: #4B4B4B;
    border: 2px solid #4b4b4b;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .button--yellow:hover {
      background-color: #4B4B4B;
      color: #FBC926;
      border: 2px solid #fbc926; }
  .button--white {
    border-top: 1px solid #4B4B4B;
    border-right: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    background-color: white;
    color: #4B4B4B; }
    @media screen and (max-width: 450px) {
      .button--white {
        border-left: 1px solid #4B4B4B; } }
  .button--blue {
    background-color: #355C7D; }
  .button--outline {
    outline: 1px solid white; }
  .button--outline-yellow {
    background-color: transparent;
    color: #2E2E2E;
    outline: 1px solid #FBC926; }
  .button-large {
    height: 60px;
    width: 180px; }
  .button-margintop {
    margin-top: 1rem; }

.heading {
  position: relative;
  width: 100%;
  height: 10vh;
  border: white;
  border-top: 2px solid;
  border-left: 2px solid;
  padding: 18px; }
  @media screen and (max-width: 450px) {
    .heading {
      width: 90%;
      margin: 0 auto; } }
  .heading:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -10%;
    width: 10%;
    height: 100%;
    border-top: 2px solid; }
  .heading:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -10%;
    width: 10%;
    height: 100%;
    border-top: 2px solid; }
  .heading--dark-grey {
    border: #2E2E2E; }

.select-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 1rem; }
  .select-wrapper:after {
    content: '\25BC';
    position: absolute;
    color: grey;
    display: block;
    height: 30px;
    width: 30px;
    right: 5%;
    top: 25px;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 0; }

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */ }

.form__input {
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
  .form__input-text {
    -webkit-apperance: none !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 9px;
    color: grey;
    background-color: white;
    border: none;
    outline: none;
    border-bottom: 1px solid #4B4B4B;
    border-bottom: 1px solid #EBEBEB; }
    @media screen and (max-width: 450px) {
      .form__input-text {
        border-right: 1px solid #4B4B4B; } }
    .form__input-text::-webkit-input-placeholder {
      color: black;
      opacity: 0.8; }
    .form__input-text::-moz-placeholder {
      color: black;
      opacity: 0.8; }
    .form__input-text:-ms-input-placeholder {
      color: black;
      opacity: 0.8; }
    .form__input-text::placeholder {
      color: black;
      opacity: 0.8; }
    .form__input-text:focus::-webkit-input-placeholder {
      opacity: 0.4; }
    .form__input-text:focus::-moz-placeholder {
      opacity: 0.4; }
    .form__input-text:focus:-ms-input-placeholder {
      opacity: 0.4; }
    .form__input-text:focus::placeholder {
      opacity: 0.4; }
  .form__input-select {
    -webkit-apperance: none !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    position: relative;
    width: 100%;
    height: 45px;
    padding: 9px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    color: grey;
    outline: none;
    border-radius: 0;
    border: 1px solid #EBEBEB;
    cursor: pointer;
    z-index: 1; }
    .form__input-select-main {
      border: 1px solid #EBEBEB;
      -webkit-transition: -webkit-box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: -webkit-box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1); }
      .form__input-select-main .select-wrapper:after {
        content: '\25BC';
        color: #FBC926;
        right: 5%;
        top: 17px;
        display: block;
        -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
    .form__input-select::-webkit-input-placeholder {
      opacity: 0.8; }
    .form__input-select::-moz-placeholder {
      opacity: 0.8; }
    .form__input-select:-ms-input-placeholder {
      opacity: 0.8; }
    .form__input-select::placeholder {
      opacity: 0.8; }
    .form__input-select:focus::-webkit-input-placeholder {
      opacity: 0.4; }
    .form__input-select:focus::-moz-placeholder {
      opacity: 0.4; }
    .form__input-select:focus:-ms-input-placeholder {
      opacity: 0.4; }
    .form__input-select:focus::placeholder {
      opacity: 0.4; }
    .form__input-select[disabled], .form__input-select:disabled {
      opacity: 0.8;
      cursor: not-allowed; }
  .form__input-textarea {
    font-size: 14px;
    -webkit-apperance: none !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    width: 100%;
    height: 135px;
    background-color: transparent;
    outline: none;
    border: none;
    color: grey;
    padding: 9px;
    border: 1px solid #4B4B4B; }
    .form__input-textarea::-webkit-input-placeholder {
      color: grey;
      opacity: 0.8; }
    .form__input-textarea::-moz-placeholder {
      color: grey;
      opacity: 0.8; }
    .form__input-textarea:-ms-input-placeholder {
      color: grey;
      opacity: 0.8; }
    .form__input-textarea::placeholder {
      color: grey;
      opacity: 0.8; }
    .form__input-textarea:focus::-webkit-input-placeholder {
      opacity: 0.4; }
    .form__input-textarea:focus::-moz-placeholder {
      opacity: 0.4; }
    .form__input-textarea:focus:-ms-input-placeholder {
      opacity: 0.4; }
    .form__input-textarea:focus::placeholder {
      opacity: 0.4; }
  .form__input-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    .form__input-upload-label {
      position: relative;
      height: 80px;
      width: 100%;
      color: #4B4B4B;
      border: none;
      outline: none;
      opacity: 0.8;
      border-top: 1px solid white;
      border-left: 1px solid white;
      padding: 9px;
      background-color: transparent;
      display: inline-block;
      cursor: pointer;
      margin-bottom: 1rem; }
      .form__input-upload-label:after {
        content: '\21E7';
        height: 100%;
        width: 10%;
        position: absolute;
        right: 0;
        top: 80%;
        font-weight: bold;
        color: black; }
  .form__input-checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    display: inline-block;
    outline: none;
    border: none; }
    .form__input-checkbox:after {
      content: '';
      border: 1px solid #FBC926;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0px;
      left: 0px; }
    .form__input-checkbox:checked {
      outline: none;
      position: absolute;
      background-color: #FBC926;
      border: none;
      height: 21px;
      width: 21px; }
    .form__input-checkbox-label {
      margin: 0;
      padding: 0;
      margin-left: 50px;
      height: 100%; }
  .form__input-date {
    position: relative;
    height: 45px;
    width: 100%;
    color: grey;
    border: none;
    outline: none;
    opacity: 0.8;
    border-top: 1px solid white;
    border-left: 1px solid white;
    padding: 9px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer; }
  .form__input-submit {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .form__input-submit {
        width: 100%; } }

.apply-form {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 0;
  left: 0; }
  .apply-form__wrap {
    position: relative;
    width: 100%; }

.form--hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1); }

.start--pos {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0; }

.application--form {
  -webkit-transform: translateY(-8rem);
      -ms-transform: translateY(-8rem);
          transform: translateY(-8rem);
  z-index: 1;
  position: relative;
  padding: 4rem 2rem;
  overflow: hidden;
  font-weight: 600; }

.application--tagline {
  height: 280px;
  padding: 2.5rem 6rem;
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px); }

.footer--form {
  left: 50%;
  top: 50%;
  margin-left: -25% !important;
  position: relative;
  top: 50%;
  margin-left: -25% !important;
  position: relative; }
  @media screen and (max-width: 450px) {
    .footer--form {
      width: 100% !important;
      left: 0;
      margin-left: 0 !important; } }
  .footer--form .form__input-text {
    height: 45px;
    line-height: 45px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0; }

.contact-label {
  color: grey;
  margin-bottom: 1rem; }

.footer--form-submit {
  font-family: 'piersans';
  height: 46px;
  background: white;
  color: #4B4B4B;
  border-left: 2px solid #4B4B4B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  font-size: 14px;
  font-weight: bold; }
  @media screen and (max-width: 450px) {
    .footer--form-submit {
      padding: 0 25px; } }
  .footer--form-submit:hover {
    background: #FBC926;
    color: #2E2E2E; }

.noBorderTop {
  border-top: 0px solid !important; }

.form-divider {
  min-height: 2px;
  margin-bottom: 2rem; }

@media screen and (max-width: 1080px) {
  .form-divider {
    margin-bottom: 12rem; } }

.apply-page .header__footer-links {
  display: none; }

#ouibounce-modal div.modal div.modal-footer button {
  color: black; }

.steps {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 200ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 200ms cubic-bezier(0.77, 0, 0.175, 1); }
  .steps__container {
    position: relative;
    height: 300px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .steps__container {
        height: 260px; } }
    @media screen and (max-width: 450px) {
      .steps__container {
        height: 570px; } }
  .steps:last-child {
    margin-right: 0 !important; }
  .steps:hover {
    -webkit-transform: scale(1.005);
        -ms-transform: scale(1.005);
            transform: scale(1.005); }
  @media screen and (max-width: 450px) {
    .steps {
      width: 80%;
      height: 170px;
      margin: 0 auto;
      margin-bottom: 18px;
      padding: 0;
      -webkit-transform: translateX(12.5%);
          -ms-transform: translateX(12.5%);
              transform: translateX(12.5%); } }
  .steps__inner {
    width: 90%;
    margin: 0 auto; }
  .steps--header {
    display: block;
    height: 20%;
    margin: 0 auto;
    border-bottom: 2px solid white;
    margin-bottom: 18px;
    padding: 18px 0;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .steps--header {
        height: 10%;
        padding: 0; } }
    @media screen and (max-width: 450px) {
      .steps--header {
        margin-bottom: 0; } }
  .steps--content {
    display: block;
    height: 60%;
    margin: 0 auto;
    margin-bottom: 18px;
    padding: 18px 0; }
    @media screen and (max-width: 768px) {
      .steps--content {
        height: 50%; } }
    @media screen and (max-width: 450px) {
      .steps--content {
        padding: 0; } }
  .steps--button {
    position: absolute;
    display: block;
    height: 20%;
    width: 90%;
    bottom: 0%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-box-shadow 600ms cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (max-width: 768px) {
      .steps--button {
        height: 30%; } }
    @media screen and (max-width: 450px) {
      .steps--button {
        height: 40%; } }

.faq a:hover {
  color: #FBC926; }

.faq__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
  padding: 18px 5%;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 18px; }
  .faq__item:after {
    content: '\25BC';
    color: #FBC926;
    position: absolute;
    right: 5%;
    top: 20px;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
  @media screen and (max-width: 450px) {
    .faq__item {
      width: 90%;
      margin: 18px auto; } }
  .faq__item:first-child {
    margin-top: 0; }
  .faq__item-question {
    border-bottom: 1px solid #355C7D; }
    .faq__item-question p {
      margin: 0; }
    @media screen and (max-width: 450px) {
      .faq__item-question {
        width: 95%; }
        .faq__item-question p {
          margin: 5px 0; } }
  .faq__item-answer {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 1000ms ease;
    transition: max-height 1000ms ease; }

.faq--blurb {
  margin: 2.5rem auto; }

.active-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  max-height: 1600px;
  opacity: 1; }
  .active-faq .faq__item:after {
    opacity: 0; }
  @media screen and (max-width: 450px) {
    .active-faq {
      height: auto; } }

.factive {
  background-color: white;
  color: #355C7D;
  border: 1px solid white; }
  .factive:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

#map {
  height: 100%;
  width: 100%; }

.cmsmap img {
  max-width: auto; }

.blog--header-post {
  height: 75vh !important; }
  .blog--header-post .header--rectangle {
    width: 100%;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6); }

@media screen and (max-width: 450px) {
  .blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.blog--card {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 5px;
  font-weight: 200;
  margin-bottom: 50px;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
  @media screen and (max-width: 768px) {
    .blog--card {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left; } }
  @media screen and (max-width: 450px) {
    .blog--card {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      display: block;
      height: auto; } }
  @media screen and (max-width: 768px) {
    .blog--card:nth-child(2n) {
      margin-right: 0%; } }
  .blog--card-image {
    padding-top: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block; }
  .blog--card-content {
    z-index: 1;
    width: 100%;
    display: block;
    padding-right: 1rem; }
  .blog--card-heading {
    min-height: 84px;
    height: auto;
    position: relative;
    display: block;
    color: #4B4B4B;
    padding: 1rem 0; }
    @media screen and (max-width: 768px) {
      .blog--card-heading {
        min-height: 100px; } }
  .blog--card-author, .blog--card-date {
    padding: 5px 0;
    width: 50%;
    height: 5%;
    font-size: 0.70721rem;
    font-weight: 100;
    float: left;
    margin-bottom: 18px; }
  .blog--card-date {
    text-align: right; }
  .blog--card-summary {
    height: 40%;
    width: 100%;
    overflow: hidden;
    min-height: 150px;
    color: #2E2E2E; }
    .blog--card-summary p {
      line-height: 1.5; }
  .blog--card-button {
    width: 87.5%;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .blog--card-link {
    text-decoration: underline; }

.blog--post-container {
  height: -webkit-calc(auto - 30vh);
  height: calc(auto - 30vh); }

.blog--article {
  height: auto;
  width: 100%; }
  @media screen and (max-width: 450px) {
    .blog--article {
      width: 100%;
      margin: 0 auto; } }
  .blog--article-header {
    min-height: 400px;
    height: auto;
    padding: 2.5rem 5rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .blog--article-header .row {
      width: 100%; }
      .blog--article-header .row:nth-child(1) {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
      .blog--article-header .row:nth-child(2) {
        margin: auto; }
      .blog--article-header .row:nth-child(3) {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
    @media screen and (max-width: 450px) {
      .blog--article-header {
        padding: 2rem;
        height: 300px; } }
    .blog--article-header h1 {
      font-size: 4rem; }
      @media screen and (max-width: 768px) {
        .blog--article-header h1 {
          font-size: 2rem; } }
    .blog--article-header__inner {
      width: 65%;
      margin: 0 auto; }
      @media screen and (max-width: 450px) {
        .blog--article-header__inner {
          width: 100%; } }
  .blog--article-content {
    width: 80%;
    margin: 0 auto;
    padding: 1rem; }
    @media screen and (max-width: 768px) {
      .blog--article-content {
        width: 100%; } }
    .blog--article-content a {
      text-decoration: underline; }
    .blog--article-content p {
      margin-bottom: 18px;
      line-height: 1.5;
      font-weight: 400; }
    @media screen and (max-width: 450px) {
      .blog--article-content {
        width: 100%;
        padding: 0; }
        .blog--article-content img {
          width: 100% !important; } }
  .blog--article-share {
    width: 30%;
    height: 45px;
    margin: 0 auto;
    margin-top: 2rem; }
    @media screen and (max-width: 450px) {
      .blog--article-share {
        width: 60%; } }
    .blog--article-share-item {
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      display: inline-block;
      height: 100%;
      font-size: 3rem;
      color: #FBC926; }
    @media screen and (max-width: 450px) {
      .blog--article-share__wrap {
        width: 90%;
        margin: 0 auto; } }

.blog--category-outer {
  width: 100%; }

.blog--categories {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .blog--categories-item {
    display: inline-block;
    margin-right: 18px; }

.blog--header-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.blog--index-button {
  width: 15%;
  height: 45px;
  border-bottom: 2px solid #FBC926;
  float: left;
  padding-right: 18px; }
  @media screen and (max-width: 450px) {
    .blog--index-button {
      margin-top: 3rem;
      width: 40%; } }

.blog--next-post {
  width: 15%;
  height: 45px;
  border-bottom: 2px solid #FBC926;
  float: right;
  padding-right: 18px;
  text-align: right; }
  @media screen and (max-width: 450px) {
    .blog--next-post {
      margin-top: 3rem;
      width: 40%; } }

.blog .header__footer-links-inner > div {
  width: 100%; }

@media screen and (max-width: 768px) {
  .blog-paging {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0; } }

@media screen and (max-width: 450px) {
  .blog-paging {
    left: 10%; } }

@media screen and (max-width: 450px) {
  .blog__subheading {
    border-top: 1px solid #EBEBEB; }
    .blog__subheading p {
      padding: 0 1rem; } }

.blog-home .paging.blog-paging {
  display: none; }

.blog-home-link {
  position: absolute;
  bottom: -1rem;
  left: 0;
  padding-left: 2rem; }
  .blog-home-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 2px;
    background-color: #4b4b4b; }

.blog-header-links {
  position: relative;
  top: 100px; }
  .blog-header-links .blog--categories-item a {
    color: white; }
  .blog-header-links .blog--categories-item a:hover {
    color: #D3D3D3; }

.blog-section {
  height: 50vh !important; }

.blog--header-post .header--heading h1 {
  font-size: 2.2rem; }

.blog--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    .blog--list {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 450px) {
    .blog--list {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.blog-paging {
  text-align: center; }
  .blog-paging .prev-link {
    float: left; }
  .blog-paging .next-link {
    float: right; }

.blog--article-content {
  font-family: 'piersans'; }
  .blog--article-content h3 {
    font-size: 26px; }

.blog--article-content ul {
  list-style-position: inside;
  font-size: 20px;
  line-height: 1.5; }
  @media screen and (max-width: 450px) {
    .blog--article-content ul {
      font-size: -webkit-calc(4px + 1.5vh);
      font-size: calc(4px + 1.5vh); } }

.blog--article-content ul li {
  list-style: unset; }

#disqus_thread {
  max-width: 85%;
  margin: 4rem auto; }

.nav-light .navigation__list-item {
  color: white; }

.nav-light .navigation--logo {
  background-image: url("/assets/logos/HatchQuarter_Logo_horizontal.png"); }

.nav-light.sticky .navigation__list-item {
  color: black; }

.nav-light.sticky .navigation--logo {
  background-image: url("/assets/logos/HatchQuarter_Logo_horizontal2.png"); }

.blog-author, .blog-date {
  font-family: 'piersans';
  color: white; }

.blog-author {
  font-weight: 600;
  margin-bottom: 20px; }

.blog-info p {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'piersans';
  padding: 0; }
  @media screen and (max-width: 450px) {
    .blog-info p {
      font-size: 1.1rem; } }

.blog--post-container {
  padding-bottom: 20px; }

.blog--index-button, .blog--next-post {
  font-weight: 400;
  font-family: 'piersans';
  color: #4B4B4B; }

.meta .blog--article-content .tags {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  -ms-grid-columns: 50px 1fr;
      grid-template-columns: 50px 1fr; }
  .meta .blog--article-content .tags h3 {
    font-size: 1rem;
    margin: auto 0; }
  @media screen and (max-width: 450px) {
    .meta .blog--article-content .tags {
      display: inline;
      text-align: center; }
      .meta .blog--article-content .tags h3 {
        font-size: 1rem; } }
  .meta .blog--article-content .tags ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 450px) {
      .meta .blog--article-content .tags ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .meta .blog--article-content .tags ul li {
      margin: 10px;
      text-decoration: none;
      padding: 5px 10px;
      border: 2px solid #FEF4D7;
      font-size: 1rem; }
      .meta .blog--article-content .tags ul li a {
        text-decoration: none;
        text-transform: capitalize; }
      @media screen and (max-width: 450px) {
        .meta .blog--article-content .tags ul li {
          margin: 5px 0;
          font-size: 1rem; } }

.meta .blog--article-content .post-share {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .meta .blog--article-content .post-share h3 {
    font-size: 1rem;
    margin: auto 0; }
  @media screen and (max-width: 450px) {
    .meta .blog--article-content .post-share {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .meta .blog--article-content .post-share h3 {
        font-size: 1rem; } }
  .meta .blog--article-content .post-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px; }
    .meta .blog--article-content .post-share ul .blog-article-share-item {
      color: #FBC926;
      padding-right: 20px;
      font-size: 25px; }

big {
  font-size: 110%; }

small {
  font-size: 90%; }

@media screen and (max-width: 450px) {
  .fb-customerchat {
    z-index: -1; }
  .fb_new_ui_mobile_overlay_active .fb-customerchat {
    z-index: 1; } }

.mentors--card {
  height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  float: left;
  margin-right: 5%;
  font-weight: 200;
  margin-bottom: 5%; }
  .mentors--card:nth-child(3n) {
    margin-right: 0%; }
    @media screen and (max-width: 768px) {
      .mentors--card:nth-child(3n) {
        margin-right: 10%; } }
  @media screen and (max-width: 768px) {
    .mentors--card {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 45%;
      float: left;
      margin-right: 10%; }
      .mentors--card:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .mentors--card {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 80%;
      float: left;
      margin: auto;
      margin-right: 10%;
      margin-left: 10%;
      margin-bottom: 5%; } }
  .mentors--card-image {
    height: 50%;
    width: 90%;
    margin: auto;
    margin-top: 18px;
    background-color: #EBEBEB;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block; }
  .mentors--card-content {
    height: 50%;
    width: 80%;
    margin: auto;
    display: block; }
  .mentors--card-heading {
    height: 25%;
    padding: 0.5rem 0;
    border-bottom: 1px solid white;
    font-size: 1.15rem;
    text-transform: uppercase; }
  .mentors--card-summary {
    height: 40%;
    width: 100%;
    overflow: hidden; }

/*--- All UI components to be styled in here. Aim to make them as reusable as possible. ----*/
.client {
  position: relative; }
  @media screen and (max-width: 450px) {
    .client {
      width: 90%;
      margin: 0 auto; } }
  .client--item {
    width: 20%;
    height: 5rem;
    float: left;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 18px; }
    .client--item:nth-child(1) {
      background-image: url(/assets/logos/Mo-works-creative-agency.png); }
    .client--item:nth-child(2) {
      background-image: url(/assets/logos/blitzm-systems.png); }
    .client--item:nth-child(3) {
      background-image: url(/assets/logos/docklands-chamber-of-commerce.png); }
    .client--item:nth-child(4) {
      background-image: url(/assets/logos/a-capital-hatch-quarter-dubai.png); }
    .client--item:nth-child(5) {
      background-image: url(/assets/logos/AWS-production.png); }
    @media screen and (max-width: 768px) {
      .client--item {
        width: 33%; } }
    @media screen and (max-width: 768px) {
      .client--item {
        width: 50%; } }

.testimonial {
  height: auto;
  min-height: 35vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .testimonial--text {
    width: 100%;
    text-align: center;
    color: #2E2E2E; }
    @media screen and (max-width: 768px) {
      .testimonial--text {
        width: 100%;
        margin: 18px auto; } }
  @media screen and (max-width: 768px) {
    .testimonial {
      min-height: 45vh; } }

.community {
  height: 40vh; }
  .community--image {
    width: 90%;
    height: 60%; }

.image-strip {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/assets/images/workspace.jpg); }
  @media screen and (max-width: 450px) {
    .image-strip {
      background-attachment: scroll; } }

.navigation {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 101;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 450px) {
    .navigation {
      -webkit-filter: invert(0%);
              filter: invert(0%);
      background: #ebebeb;
      height: 60px; } }
  .navigation .social-link {
    background: white;
    padding: 3px 5px;
    color: #4B4B4B;
    margin: 0 2.5px; }
    .navigation .social-link::after {
      display: none; }
  .navigation .social-link:hover {
    color: #FBC926; }
  .navigation__burger {
    display: none; }
    .navigation__burger--lines {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 10%;
      width: 100%;
      background-color: #4B4B4B;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-bottom: 30%;
      -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
      @media all and (orientation: landscape) {
        .navigation__burger--lines {
          height: 5%;
          width: 50%;
          margin-bottom: 15%; } }
      .navigation__burger--lines.open:nth-child(1) {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translate(0px, 12px) rotate(45deg);
            -ms-transform: translate(0px, 12px) rotate(45deg);
                transform: translate(0px, 12px) rotate(45deg); }
        @media all and (orientation: landscape) {
          .navigation__burger--lines.open:nth-child(1) {
            -webkit-transform: translate(10px, 9px) rotate(45deg);
                -ms-transform: translate(10px, 9px) rotate(45deg);
                    transform: translate(10px, 9px) rotate(45deg); } }
      .navigation__burger--lines.open:nth-child(2) {
        opacity: 0; }
      .navigation__burger--lines.open:nth-child(3) {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translate(0px, -13px) rotate(-45deg);
            -ms-transform: translate(0px, -13px) rotate(-45deg);
                transform: translate(0px, -13px) rotate(-45deg); }
        @media all and (orientation: landscape) {
          .navigation__burger--lines.open:nth-child(3) {
            -webkit-transform: translate(10px, -12px) rotate(-45deg);
                -ms-transform: translate(10px, -12px) rotate(-45deg);
                    transform: translate(10px, -12px) rotate(-45deg); } }
    @media screen and (max-width: 1080px) {
      .navigation__burger {
        display: block;
        height: 50px;
        width: 50px;
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        z-index: 3;
        margin: 30px 18px 0 0; } }
    @media screen and (max-width: 910px) {
      .navigation__burger {
        height: 30px;
        width: 30px;
        margin: 30px 18px 0 0; } }
    @media screen and (max-width: 450px) {
      .navigation__burger {
        height: 30px;
        width: 30px;
        margin: 15px 30px 0 0; } }
  .navigation__container {
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
  .navigation--logo {
    z-index: 3;
    height: 60px;
    width: 270px;
    margin-left: 2.5rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/assets/logos/HatchQuarter_Logo_horizontal2.png);
    margin-top: 15px; }
    @media screen and (max-width: 1080px) {
      .navigation--logo {
        position: fixed;
        z-index: 1000;
        top: 0%;
        left: 0%;
        height: 60px;
        width: 33%;
        margin-left: 24px; } }
    @media screen and (max-width: 450px) {
      .navigation--logo {
        margin-top: 0;
        height: 60px;
        width: 40%;
        margin-top: 0; } }
    @media all and (orientation: landscape) {
      .navigation--logo {
        top: 0%;
        left: 0%; } }
  .navigation__list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: 2.5rem; }
    @media screen and (max-width: 1080px) {
      .navigation__list {
        z-index: 2;
        height: 100vh;
        width: 100vw;
        outline: 1px solid white;
        width: 100vw;
        border-bottom: none;
        position: fixed;
        top: 0%;
        left: 0%;
        margin: 0;
        -webkit-transform: translateX(100vw);
            -ms-transform: translateX(100vw);
                transform: translateX(100vw);
        -webkit-transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
        background-color: #ebebeb;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 1280px) {
      .navigation__list {
        margin-right: 2rem; } }
    .navigation__list-item {
      color: #4B4B4B;
      padding: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      font-size: 14px;
      font-family: 'piersans';
      margin: 18px;
      -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1); }
      .navigation__list-item:hover {
        color: #FBC926; }
      @media screen and (max-width: 1080px) {
        .navigation__list-item {
          -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
          display: block !important;
          margin: 0 0 1rem 0;
          opacity: 0;
          -webkit-transform: translateY(50px);
              -ms-transform: translateY(50px);
                  transform: translateY(50px); } }
      @media screen and (max-width: 450px) {
        .navigation__list-item {
          margin-top: 5px !important; } }
      @media all and (orientation: landscape) {
        .navigation__list-item {
          margin-bottom: 1.75rem; } }

.current--page {
  color: #FBC926;
  border-bottom: 1px solid #FBC926; }
  @media screen and (max-width: 768px) {
    .current--page {
      color: #FBC926;
      border-bottom: 1px solid #FBC926;
      -webkit-filter: none;
              filter: none; } }

.active-nav {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }

.navigation__list-item {
  margin-top: 24px; }
  .navigation__list-item a::after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .33s ease, background-color .33s ease;
    transition: width .33s ease, background-color .33s ease; }
  .navigation__list-item a[href="/apply-to-hq"]::after {
    height: 0px !important; }

.navigation__list-item a:hover::after {
  width: 100%;
  background: #FBC926; }

.sticky {
  background: #ebebeb; }

/* .navigation__list-item:last-child {

} */
@media screen and (max-width: 1080px) {
  .hidden1080 {
    display: none; } }

.modal {
  -webkit-box-shadow: 0 0 15px 5px rgba(75, 75, 75, 0.5);
          box-shadow: 0 0 15px 5px rgba(75, 75, 75, 0.5); }

.modal-body__para {
  text-align: center;
  line-height: 1.5;
  margin: 0.8rem 1rem 1rem; }

.modal-title {
  position: relative; }

a.modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  color: white;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  a.modal-close-btn:hover {
    color: #FBC926; }

#ouibounce-modal {
  z-index: 999; }
  #ouibounce-modal .modal {
    height: 300px !important; }
  #ouibounce-modal .footer--form {
    left: 45%; }
  #ouibounce-modal #form1_footerSubmit {
    background-color: #FBC926;
    color: #4B4B4B;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    margin-left: 10px;
    padding: 12px 20px; }
  @media screen and (max-width: 450px) {
    #ouibounce-modal .modal {
      width: auto !important;
      height: 350px !important; }
    #ouibounce-modal .footer--form {
      left: 0%; }
    #ouibounce-modal #form1_footerSubmit {
      border-left: 1px solid #4B4B4B; } }

.header {
  position: relative;
  content: '';
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white; }
  .header__inner {
    z-index: 1;
    height: auto;
    width: 85%; }
    @media screen and (max-width: 768px) {
      .header__inner {
        width: 100%;
        height: auto; } }
  .header--shape {
    background-image: url(/assets/images/header-bg.jpg); }
  .header--heading {
    width: 60%;
    padding: 36px; }
    @media screen and (max-width: 768px) {
      .header--heading {
        width: 50%;
        height: auto; } }
    @media screen and (max-width: 450px) {
      .header--heading {
        width: 100%; } }
    .header--heading h1 {
      font-size: 120px;
      text-align: left;
      font-weight: 700;
      margin-bottom: 2rem;
      font-family: 'piersans'; }
      @media screen and (max-width: 768px) {
        .header--heading h1 {
          font-size: 70px; } }
    .header--heading p {
      font-size: 18px;
      line-height: 1.2; }
  .header--rectangle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 450px) {
      .header--rectangle {
        width: 100%; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .header--rectangle video {
        height: 100vh; } }
  .header__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .header__footer p {
      height: auto;
      width: 85%;
      margin: auto;
      margin-bottom: 0.5em;
      padding: 36px;
      padding-bottom: 0.5rem; }
      @media screen and (max-width: 768px) {
        .header__footer p {
          width: 100%; } }
  .header__footer-links {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%; }
    @media screen and (max-width: 450px) {
      .header__footer-links {
        display: none;
        background-color: transparent; } }
  .header__footer-link {
    color: black;
    font-size: 17px;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
    .header__footer-link:hover {
      cursor: pointer;
      color: white; }
    @media screen and (max-width: 450px) {
      .header__footer-link {
        color: white;
        margin-bottom: 1rem; } }
  .header__footer-links-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    width: 85%;
    margin: auto;
    padding-left: 36px;
    padding-right: 36px; }
    @media screen and (max-width: 768px) {
      .header__footer-links-inner {
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .header__footer-links-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                flex-flow: column; } }

.medium-header {
  position: relative;
  content: '';
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2E2E2E;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), color-stop(150%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#4B4b4b), to(transparent)), url(/perch/resources/business-profile/consultancy-strategic-planning.jpg) !important;
  background-image: -webkit-linear-gradient(#4b4b4b, transparent 150%), -webkit-linear-gradient(bottom, #4B4b4b, transparent), url(/perch/resources/business-profile/consultancy-strategic-planning.jpg) !important;
  background-image: linear-gradient(#4b4b4b, transparent 150%), linear-gradient(0deg, #4B4b4b, transparent), url(/perch/resources/business-profile/consultancy-strategic-planning.jpg) !important; }
  @media screen and (max-width: 450px) {
    .medium-header {
      height: 90vh; } }
  .medium-header--heading {
    width: 100%;
    padding: 36px;
    text-align: left;
    text-transform: uppercase;
    float: right;
    margin-bottom: 36px; }
    @media screen and (max-width: 450px) {
      .medium-header--heading {
        width: 90%;
        margin: 0 auto;
        height: 10%;
        padding: 18px;
        margin-bottom: 18px; } }
    .medium-header--heading h1 {
      font-size: 3rem; }
      @media screen and (max-width: 768px) {
        .medium-header--heading h1 {
          text-align: center; } }
      @media screen and (max-width: 450px) {
        .medium-header--heading h1 {
          margin-left: -36px; } }
  .medium-header--summary {
    width: 100%;
    font-size: 1.414rem;
    padding: 36px 0;
    line-height: 1.7; }
    @media screen and (max-width: 450px) {
      .medium-header--summary {
        width: 80%;
        height: 60%;
        margin: 0 auto;
        margin-top: 18px; }
        .medium-header--summary p {
          font-size: 0.88402rem; } }

.small-header {
  position: relative;
  content: '';
  height: 40vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2E2E2E; }

@media screen and (max-width: 450px) {
  .blog--header .header--heading h1 {
    font-size: 30px; } }

.rightSlogan {
  width: 40%;
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 28px;
  font-family: 'piersans'; }
  @media screen and (max-width: 450px) {
    .rightSlogan {
      display: none; } }

.bottomSlogan {
  display: none; }
  @media screen and (max-width: 450px) {
    .bottomSlogan {
      display: block; } }

.knowHeader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 450px) {
    .knowHeader {
      width: 100%; }
      .knowHeader video {
        display: none; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .knowHeader video {
      height: 100vh; } }

.knowInner {
  width: 50%;
  padding: 50px 35px;
  float: right; }
  @media screen and (max-width: 450px) {
    .knowInner {
      width: 100%; } }

.blog--header-post .header--heading h1 {
  color: white; }

.footer {
  position: relative;
  width: 100vw;
  height: auto;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .footer {
      /*min-height: 45vh; */ } }
  @media screen and (max-width: 360px) {
    .footer {
      /*min-height: 85vh; */ } }
  .footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 450px) {
      .footer__menu {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        margin-top: 2.5rem; } }
  .footer__col:first-child {
    -ms-grid-column: span 2;
        grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .footer__container {
    width: 85vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__bottom {
    color: #4B4B4B;
    background: #FBC926;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 50px;
    position: relative;
    bottom: 0%;
    left: 50%;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 450px) {
      .footer__bottom {
        font-size: 0.75em;
        text-align: center; } }
    .footer__bottom p {
      margin: 0;
      font-size: 14px; }
    .footer__bottom a:hover {
      color: white; }
    @media screen and (max-width: 450px) {
      .footer__bottom {
        display: block;
        margin: 0;
        height: 16%; }
        .footer__bottom p {
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 5px;
          margin-top: 12px; }
        .footer__bottom * {
          text-align: left; } }
  .footer--list {
    margin: 0 auto;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (max-width: 450px) {
      .footer--list {
        margin-bottom: 18px; } }
    .footer--list li {
      border-left: 1px solid white;
      padding-left: 10px; }
    .footer--list li:hover {
      color: #FBC926;
      border-left: 1px solid #FBC926; }
  .footer--label {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 450px) {
      .footer--label {
        width: 90%;
        margin: 0 auto; } }
  .footer--form {
    width: 90%;
    margin: 40px auto; }
    @media screen and (max-width: 768px) {
      .footer--form {
        width: 75%;
        text-align: center; } }
    @media screen and (max-width: 450px) {
      .footer--form {
        width: 90%; } }
    .footer--form .name-field-container input {
      border-left: none; }
      @media screen and (max-width: 450px) {
        .footer--form .name-field-container input {
          border-left: 1px solid white; } }
    @media screen and (max-width: 450px) {
      .footer--form .name-field-container {
        margin-bottom: 1rem;
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .footer--form .email-field-container {
        margin-bottom: 1rem;
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .footer--form .submit-button-container {
        width: 50%; } }
  .footer--logo {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: url(/assets/logos/footer-logo.png); }
  .footer .email-field-container {
    border-top: 1px solid White; }
    .footer .email-field-container input {
      border-top: none; }
  .footer .social-link {
    background: white;
    padding: 3px 2px 2px;
    color: #4B4B4B; }
  .footer .social-link:hover {
    color: #FBC926; }

.partnerSlider img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }
  .partnerSlider img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.contact__header {
  position: relative;
  border-bottom: 2px solid #EBEBEB; }

.contact__header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }

.contact__heading {
  font-size: 48px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: 'piersans'; }

.contact__header-content {
  padding-bottom: 2px solid #EBEBEB; }

.contact--form {
  -webkit-transform: translateY(-8rem);
      -ms-transform: translateY(-8rem);
          transform: translateY(-8rem);
  background-color: white;
  padding: 4rem 6rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .contact--form {
      padding: 2rem 2rem; } }
  @media screen and (max-width: 450px) {
    .contact--form {
      padding: 2rem 1rem; } }
  .contact--form h2 {
    margin-bottom: 2rem; }

#map-canvas {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%; }
  @media screen and (max-width: 450px) {
    #map-canvas {
      -webkit-filter: brightness(75%);
              filter: brightness(75%); } }

.hb {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  color: #4B4B4B;
  background-color: #ebebeb; }
  @media screen and (max-width: 768px) {
    .hb {
      padding: 5rem 0 5rem;
      height: auto; } }
  .hb__title {
    margin-bottom: 0 !important; }
  .hb__inner {
    z-index: 2;
    height: 100%;
    width: 85%;
    margin: auto; }
  .hb__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42.5%;
    height: -webkit-calc(100vh - 5rem - 100px);
    height: calc(100vh - 5rem - 100px);
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .hb__heading {
        height: auto;
        padding-top: 0;
        padding-bottom: 8rem;
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .hb__heading {
        height: auto; } }
    .hb__heading a {
      position: absolute;
      bottom: 0; }
  .hb__subtitle {
    position: relative;
    padding-top: 2rem;
    padding-right: 4rem;
    border-top: 0.1rem solid white; }
  .hb__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: -webkit-calc(100% - 6rem);
    height: calc(100% - 6rem);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
  .hb h1 {
    font-size: 6vw;
    text-align: left;
    font-weight: 600;
    margin-bottom: 2rem;
    width: 100%;
    font-family: 'piersans'; }
    @media screen and (max-width: 768px) {
      .hb h1 {
        padding-top: 4rem;
        font-size: 9vw; } }
    @media screen and (max-width: 450px) {
      .hb h1 {
        z-index: 1;
        padding-top: 2rem;
        font-size: 12vw; } }

@-webkit-keyframes rect-stroke {
  0% {
    stroke-dashoffset: 300; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes rect-stroke {
  0% {
    stroke-dashoffset: 300; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes circ-stroke {
  0% {
    stroke-dashoffset: 314.1; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes circ-stroke {
  0% {
    stroke-dashoffset: 314.1; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes tri-stroke {
  0% {
    stroke-dashoffset: 341; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes tri-stroke {
  0% {
    stroke-dashoffset: 341; }
  100% {
    stroke-dashoffset: 0; } }

h1 .flip {
  width: 35rem;
  height: 40px;
  position: relative;
  -webkit-perspective: 500;
  perspective: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

h1 .flip span {
  font-weight: 600;
  display: block;
  width: 35rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  position: absolute;
  left: 0; }

h1 .flip span.set {
  top: 0;
  opacity: 1;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

h1 .flip span.down {
  opacity: 0;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.home-partner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (150px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 150px);
  grid-gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  margin: auto;
  margin-top: 50px; }

.partner-item {
  display: -ms-grid;
  display: grid; }

.partner-link {
  margin: auto; }
  .partner-link img {
    width: 100%; }

.program h2 {
  font-family: 'piersans';
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px; }
  @media screen and (max-width: 450px) {
    .program h2 {
      font-size: 36px; } }

.program--details {
  width: 100%;
  height: auto;
  z-index: 2; }
  .program--details__inner {
    width: 80%;
    margin: 0;
    padding: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .program--details__inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 200%;
      background: #EBEBEB;
      z-index: -1;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 0.3; }
    @media screen and (max-width: 768px) {
      .program--details__inner {
        width: 100%;
        margin: 2rem 0; }
        .program--details__inner:before {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); } }
    @media screen and (max-width: 360px) {
      .program--details__inner {
        font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .program--details {
      width: 80%;
      margin: 0 auto; } }
  .program--details-list {
    list-style: disc;
    padding: 18px;
    padding-left: 36px;
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      .program--details-list {
        width: 45%;
        float: left; } }
    @media screen and (max-width: 450px) {
      .program--details-list {
        width: 100%;
        float: none; } }
    .program--details-list-item {
      list-style: disc;
      font-size: 1.25em;
      line-height: 1.75; }
  .program--details-button {
    cursor: pointer;
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      .program--details-button {
        width: 50%;
        float: right;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); } }
    @media screen and (max-width: 450px) {
      .program--details-button {
        width: 100%;
        float: none;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); } }
    .program--details-button button {
      width: 100%; }

.program--summary {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .program--summary {
      width: 90%;
      margin: 0 auto; } }

.program--list {
  list-style: circle;
  width: 100%;
  color: #355C7D; }
  @media screen and (max-width: 768px) {
    .program--list {
      width: 90%;
      margin: 0 auto; } }
  .program--list-item {
    margin: 0;
    height: auto;
    position: relative;
    padding-left: 38px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #EBEBEB; }
    .program--list-item:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      display: inline-block;
      border-top: 20px solid #FBC926;
      border-left: 20px solid transparent;
      height: 0;
      width: 0;
      -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media screen and (max-width: 768px) {
        .program--list-item:before {
          left: -2.57%; } }
    @media screen and (max-width: 450px) {
      .program--list-item {
        padding-left: 36px; } }
    .program--list-item--heading {
      line-height: 1;
      font-size: 1.5em;
      font-weight: 300;
      text-transform: capitalize; }
      @media screen and (max-width: 450px) {
        .program--list-item--heading {
          font-size: 1em; } }
    .program--list-item--content {
      margin-top: 9px; }
    .program--list-item.accordian--open:before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.program--results {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding: 18px;
  border-top: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: none;
  border-left: none; }
  .program--results:last-child {
    border-right: none; }
  @media screen and (max-width: 450px) {
    .program--results {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 80%;
      float: left;
      -webkit-transform: translateX(10%);
          -ms-transform: translateX(10%);
              transform: translateX(10%);
      border-right: none; }
      .program--results:last-child {
        margin-bottom: 36px; } }

.consultancy__outer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  float: left;
  margin: 2.5%; }

.consultancy__inner {
  -webkit-transform: translate(30px, 50px);
      -ms-transform: translate(30px, 50px);
          transform: translate(30px, 50px); }

.consultancy__list-item {
  width: 100%;
  height: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }
  .consultancy__list-item:first-child {
    border-top: 2px solid white; }
  .consultancy__list-item-number {
    text-align: center;
    color: #FBC926;
    width: 12%;
    height: 90%;
    line-height: 120px;
    font-size: 2em;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.25); }
  .consultancy__list-item-content {
    width: 88%;
    padding: 0 4rem;
    float: right;
    margin-top: 1.5em;
    white-space: normal; }
    @media screen and (max-width: 450px) {
      .consultancy__list-item-content {
        width: 88%;
        padding: 0 1.5em; } }

.contact__header {
  height: 80vh; }

#contact-form input {
  background-color: #355C7D;
  border: none;
  color: white;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%; }
  #contact-form input:focus {
    outline: none; }

#contact-form input::-webkit-input-placeholder {
  color: white !important; }

#contact-form input::-moz-placeholder {
  color: white !important; }

#contact-form input:-ms-input-placeholder {
  color: white !important; }

#contact-form input::placeholder {
  color: white !important; }

#contact-form .contact-submit-button {
  background-color: #FBC926;
  border-style: none;
  color: white;
  padding: 10px 40px; }

#contact-form .form__group-name {
  border-top: 1px solid white; }
  #contact-form .form__group-name .form__group-col {
    display: inline-block;
    width: 49%; }
    @media screen and (max-width: 450px) {
      #contact-form .form__group-name .form__group-col {
        width: 100%; } }
    #contact-form .form__group-name .form__group-col:first-child {
      border-right: 1px solid white; }

#contact-form .form__group-contactInfo {
  border-top: 1px solid white; }
  #contact-form .form__group-contactInfo .form__group-col {
    display: inline-block;
    width: 59%; }
    @media screen and (max-width: 450px) {
      #contact-form .form__group-contactInfo .form__group-col {
        width: 100%; } }
    #contact-form .form__group-contactInfo .form__group-col:first-child {
      border-right: 1px solid white;
      width: 40%; }
      @media screen and (max-width: 450px) {
        #contact-form .form__group-contactInfo .form__group-col:first-child {
          width: 100%; } }

#contact-form .contact-submit-container {
  text-align: center; }

.whoWeAre__inner {
  margin: 18px auto;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto; }
  @media screen and (max-width: 768px) {
    .whoWeAre__inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.whoWeAre--card {
  height: 240px;
  background-color: #EBEBEB;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left; }
  .whoWeAre--card:first-child {
    margin-left: 2.5%; }
    @media screen and (max-width: 768px) {
      .whoWeAre--card:first-child {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .whoWeAre--card {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 45%;
      float: left;
      margin-right: 10%;
      margin-bottom: 2rem; }
      .whoWeAre--card:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .whoWeAre--card {
      height: 250px; } }
  .whoWeAre--card-heading {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid grey; }
  .whoWeAre--card-headingWhite {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid white; }

.whoWeAre--card3 {
  height: 240px;
  background-color: #EBEBEB;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22%;
  float: left; }
  .whoWeAre--card3:first-child {
    margin-left: 8%; }
    @media screen and (max-width: 768px) {
      .whoWeAre--card3:first-child {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .whoWeAre--card3 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 30%;
      float: left;
      margin-right: 5%;
      margin-bottom: 2rem; }
      .whoWeAre--card3:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .whoWeAre--card3 {
      height: 200px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 70%;
      float: left;
      margin: auto;
      margin-bottom: 2rem; }
      .whoWeAre--card3:first-child {
        margin-left: auto; }
      .whoWeAre--card3:nth-child(3n) {
        margin-right: auto; } }
  .whoWeAre--card3-heading {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid grey; }
  .whoWeAre--card3-heading-white {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid white; }

/* .blurb {
  p {
    width: 100%;
  }
} */
.blurb {
  position: relative;
  -webkit-transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
  max-width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 980px) {
    .blurb {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  .blurb-text {
    margin: 0;
    margin-right: 60px; }
    @media screen and (max-width: 980px) {
      .blurb-text {
        margin: 0 !important; } }
  .blurb-image {
    display: block;
    min-width: -webkit-calc(50% - 30px);
    min-width: calc(50% - 30px);
    min-height: 110%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 980px) {
      .blurb-image {
        width: 100%;
        height: 20vh;
        margin-top: 2rem; } }
  .blurb--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .blurb--left .blurb-text {
      margin-right: 0;
      margin-left: 60px; }

.blockquote {
  text-align: center;
  padding: 1rem 5rem;
  font-size: 48px; }
  @media screen and (max-width: 980px) {
    .blockquote {
      font-size: 36px;
      padding: 0 1rem; } }
  @media screen and (max-width: 450px) {
    .blockquote {
      font-size: 24px; } }

.imageGrid {
  background: white;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .imageGrid__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: auto;
    min-width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 20rem; }

.cta {
  position: fixed;
  z-index: 999;
  display: inline-block;
  bottom: 2rem;
  right: 2rem;
  -webkit-transition: all 0.6s cubic-bezier(0.585, 0.2, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.585, 0.2, 0.07, 1); }
  @media screen and (max-width: 450px) {
    .cta {
      display: none; } }
  .cta:before, .cta:after {
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 2400ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 2400ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 2400ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 2400ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2400ms cubic-bezier(0.77, 0, 0.175, 1); }
  .cta:before {
    width: 80px;
    height: 80px;
    position: relative;
    background: #FBC926;
    opacity: 0.8; }
    @media screen and (max-width: 450px) {
      .cta:before {
        width: 50px;
        height: 125px;
        left: -100%; } }
  .cta:after {
    content: "Apply";
    font-size: 1.25rem;
    width: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    color: #4B4B4B;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (max-width: 450px) {
      .cta:after {
        font-size: 1.25rem;
        left: 65vw;
        top: 90vh; } }
  .cta:hover:before {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta:hover:after {
    -webkit-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
    -webkit-transition: -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 6400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cta--hide {
    opacity: 0;
    pointer-events: none; }
  .cta--offscreen:after {
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%); }
  .cta--offscreen:before {
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%); }

.application--formOuter {
  border-top: 1px solid #EBEBEB;
  padding: 0;
  overflow-x: visible; }

.application--form .select-wrapper:after {
  top: 9px; }

.application--form .select-label {
  opacity: 1 !important; }

.radio-wrapper {
  display: none;
  margin-top: 1rem; }

.radio-wrapper.active {
  display: block; }

.apply-page .header__inner .button {
  display: none; }

.accordian {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.accordian--init:not(.accordian--open) .accordian__content {
  height: 0 !important; }

.accordian--init .accordian__content {
  -webkit-transition: height 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden; }

.starting-position {
  -webkit-animation: start 2s;
          animation: start 2s; }

@-webkit-keyframes start {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes start {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.delay-250 {
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.delay-500 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.delay-750 {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.videowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .videowrapper__video {
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 450px) {
      .videowrapper__video {
        width: 100%; } }
    .videowrapper__video div {
      background-repeat: no-repeat;
      background-size: contain;
      height: 150px;
      width: 150px;
      background-position: center;
      margin: auto 50px auto auto; }
      @media screen and (max-width: 450px) {
        .videowrapper__video div {
          height: 200px;
          width: 200px;
          margin: auto; } }
  .videowrapper__content {
    width: 65%; }
    @media screen and (max-width: 450px) {
      .videowrapper__content {
        width: 100%; } }

#ecoVideo {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  margin: auto;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  z-index: 0; }

.partnerSlider .owl-dots {
  display: none !important; }

.partnerSlider .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.partnerSlider .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.ecosystem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 0.3rem;
  margin-bottom: 3.5rem;
  padding-top: 3rem; }
  .ecosystem__image {
    width: 50%; }
    .ecosystem__image div {
      background-repeat: no-repeat;
      background-size: contain;
      height: 100vh;
      width: 100%;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .ecosystem__image div {
          height: 70vh; } }
      @media screen and (max-width: 450px) {
        .ecosystem__image div {
          background-size: cover;
          height: 100%;
          background-position: 90% 100%; } }
  .ecosystem__content {
    width: 50%; }
    @media screen and (max-width: 450px) {
      .ecosystem__content {
        width: 85%; } }
  .ecosystem__box {
    padding: 1rem;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    z-index: 1;
    position: relative; }
  .ecosystem__content-inner {
    width: 70%;
    position: relative;
    z-index: 1; }
    .ecosystem__content-inner:after {
      content: '';
      width: 80%;
      height: -webkit-calc(100% + 2rem + 16px);
      height: calc(100% + 2rem + 16px);
      position: absolute;
      left: 40%;
      top: 0;
      border: 1px solid #4B4B4B;
      z-index: 0; }
    @media screen and (max-width: 768px) {
      .ecosystem__content-inner {
        width: 90%; } }
  .ecosystem__link {
    float: right;
    text-decoration: none;
    position: relative;
    z-index: 100;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .ecosystem__link:hover {
      color: white; }

.image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%; }
  @media screen and (max-width: 450px) {
    .image-text {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .image-text__image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .image-text__image {
        width: 45%; } }
    @media screen and (max-width: 450px) {
      .image-text__image {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .image-text__content {
    width: 50%;
    padding: 150px 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .image-text__content {
        width: 55%;
        padding-right: 2rem;
        padding-left: 1rem; } }
    @media screen and (max-width: 450px) {
      .image-text__content {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }

.team {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem; }
  .team__member {
    width: 25%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 768px) {
      .team__member {
        width: 50%; } }
    @media screen and (max-width: 450px) {
      .team__member {
        width: 90%; } }
  .team__photo {
    height: 9rem;
    width: 9rem;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../assets/images/team-bg.svg);
    margin-bottom: 1.5rem;
    position: relative; }
    @media screen and (max-width: 450px) {
      .team__photo {
        height: 15rem;
        width: 100%; } }
  .team__image {
    height: 6.9rem;
    width: 6.9rem;
    -webkit-border-radius: 6.9rem;
            border-radius: 6.9rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 1rem;
    left: 1rem;
    z-index: -1; }
    @media screen and (max-width: 450px) {
      .team__image {
        height: 13rem;
        width: 100%;
        -webkit-border-radius: 13rem;
                border-radius: 13rem;
        left: 0rem; } }
  .team__position {
    color: #4B4B4B; }
    @media screen and (max-width: 450px) {
      .team__position {
        margin-bottom: 2rem; } }
  .team__linkedin {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #4b4b4b;
    border: 1px solid white;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.1rem;
    -webkit-border-radius: 2rem;
            border-radius: 2rem;
    -webkit-transition: background 330ms linear;
    transition: background 330ms linear;
    margin-top: 2rem;
    position: absolute;
    left: -webkit-calc(50% - 0.75rem);
    left: calc(50% - 0.75rem);
    top: 57%; }
    @media screen and (max-width: 450px) {
      .team__linkedin {
        width: 3rem;
        height: 3rem;
        padding: 0.5rem;
        -webkit-border-radius: 4rem;
                border-radius: 4rem;
        margin-bottom: 2rem;
        margin-top: 0;
        left: -webkit-calc(50% - 1.5rem);
        left: calc(50% - 1.5rem);
        top: 75%; } }
    .team__linkedin:hover {
      background: #4b4b4b; }
    .team__linkedin .icon-linkedin {
      font-size: 16px; }

.text-image {
  width: 50%; }
  @media screen and (max-width: 450px) {
    .text-image {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      padding-bottom: 40vh; } }
  .text-image__content {
    padding-right: 1rem; }
    @media screen and (max-width: 450px) {
      .text-image__content {
        padding-right: 0; } }

.text-image__image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .text-image__image {
      width: 40%; } }
  @media screen and (max-width: 450px) {
    .text-image__image {
      width: 100%;
      height: 40vh;
      bottom: 0;
      top: auto; } }

.events-outer {
  background-color: rgba(251, 201, 38, 0.8); }

.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 1rem; }
  @media screen and (max-width: 450px) {
    .events {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      min-height: 350px; } }
  .events__item {
    width: 50%;
    margin-bottom: 2rem;
    padding: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 450px) {
      .events__item {
        width: 100%; } }
  .events__date {
    width: 25%;
    background-image: url("../assets/images/events-date-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px; }
    .events__date p {
      padding-top: 17px;
      padding-left: 5px; }
      @media screen and (max-width: 450px) {
        .events__date p {
          padding-left: 10px; } }
  .events__description {
    width: 50%;
    border-right: 1px solid #4B4B4B; }
  .events__name {
    padding-bottom: 0.5rem; }
  .events__link {
    width: 25%; }
    .events__link p {
      padding-left: 0.5rem; }

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news__item {
    width: 31%;
    position: relative;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .news__item {
        width: 48%; } }
    @media screen and (max-width: 450px) {
      .news__item {
        width: 100%; } }
    .news__item:after {
      content: '';
      width: 45%;
      height: 100%;
      top: 0;
      right: 0;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.4); }
  .news__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 40vh; }
  .news__description {
    padding-top: 1rem; }
    .news__description p {
      padding-right: 1rem; }
  .news__link {
    text-decoration: underline; }

.border-top {
  border-top: 2px solid #2E2E2E; }

.margin-top-large {
  margin-top: 10vh; }

@media screen and (max-width: 450px) {
  .program {
    max-width: 85vw;
    margin: auto; } }

.program__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .program__top:before {
    content: '';
    height: 35vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/images/start/private.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 450px) {
      .program__top:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: left; } }

.program__top2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .program__top2:before {
    content: '';
    height: 35vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/images/start/Thumbnails-1.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 450px) {
      .program__top2:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: left; } }

.program__top3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .program__top3:before {
    content: '';
    height: 35vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/images/start/Meetingroom.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 450px) {
      .program__top3:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: left; } }

.program__top3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .program__top3:before {
    content: '';
    height: 35vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/images/start/Thumbnails3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 450px) {
      .program__top3:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: left; } }

.program__top-left {
  width: 50%; }
  @media screen and (max-width: 450px) {
    .program__top-left {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .program__top-left .program__top-image {
        display: none; } }

.program__top-left-content {
  position: relative;
  top: 3rem; }
  .program__top-left-content p {
    width: 70%; }
    @media screen and (max-width: 450px) {
      .program__top-left-content p {
        width: 100%; } }

.program__top-image {
  height: 35vh;
  width: 100%;
  margin-top: 2.5vh;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.program__top-right {
  width: 50%;
  position: relative; }
  .program__top-right .program__top-image {
    display: none; }
  @media screen and (max-width: 450px) {
    .program__top-right {
      width: 100%;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
      .program__top-right .program__top-image {
        display: none; } }
  .program__top-right:after {
    content: '';
    width: -webkit-calc(90% - 2px);
    width: calc(90% - 2px);
    height: 80%;
    top: 80px;
    right: 80px;
    border: 2px solid #FBC926;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .program__top-right:after {
        top: 30px;
        right: 30px;
        height: 100%; } }
    @media screen and (max-width: 450px) {
      .program__top-right:after {
        display: none; } }

.program__top-right-content1 {
  width: -webkit-calc(75%-4px);
  width: calc(75%-4px);
  height: 40vh;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .program__top-right-content1 p {
      width: 70%; } }
  @media screen and (max-width: 450px) {
    .program__top-right-content1 {
      position: relative;
      top: 4vh;
      margin-bottom: 8vh;
      background: rgba(255, 255, 255, 0.5);
      width: 100%;
      padding: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      height: auto;
      min-height: -webkit-calc(35vh - 8vh);
      min-height: calc(35vh - 8vh); }
      .program__top-right-content1 p {
        width: 100%; } }

.program__top-right-content2 {
  padding-left: 2rem; }
  .program__top-right-content2 p {
    width: 70%; }
  @media screen and (max-width: 450px) {
    .program__top-right-content2 {
      padding-left: 0; }
      .program__top-right-content2 p {
        width: 100%; } }

.program__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0;
  margin-top: 5rem; }

.program__bottom-left {
  width: 50%; }
  @media screen and (max-width: 450px) {
    .program__bottom-left {
      width: 100%; } }
  .program__bottom-left ul {
    color: white;
    width: 70%;
    list-style-type: disc; }
    @media screen and (max-width: 450px) {
      .program__bottom-left ul {
        width: 100%; } }
  .program__bottom-left li {
    list-style-type: disc; }

.program__bottom-right {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .program__bottom-right {
      width: 100%; } }
  .program__bottom-right:after {
    content: '';
    width: -webkit-calc(80% - 2px);
    width: calc(80% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    top: 0;
    left: 0;
    border: 2px solid #FBC926;
    position: absolute; }
    @media screen and (max-width: 450px) {
      .program__bottom-right:after {
        display: none; } }
  .program__bottom-right ul {
    color: white;
    font-size: 16px;
    padding: 2rem 3rem 0rem 3rem; }
    @media screen and (max-width: 450px) {
      .program__bottom-right ul {
        padding-left: 0; } }
  .program__bottom-right li {
    list-style-type: disc;
    margin-bottom: 0.5rem; }

.program__link {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  padding: 1rem 0.5rem 1rem 4rem;
  width: 80%;
  bottom: 0; }
  @media screen and (max-width: 450px) {
    .program__link {
      padding-left: 4rem;
      width: 100%; } }

.program__link-image {
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-image: url(../assets/images/hatchquarter-start-program-link.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 1.3rem;
  top: 1rem;
  margin-right: 0.5rem; }

.program__footer-links {
  margin-top: 2rem; }

.program__footer-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: auto;
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .program__footer-links-inner {
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .program__footer-links-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column; } }

.program__footer-link {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  .program__footer-link:hover {
    color: #FBC926; }
  @media screen and (max-width: 450px) {
    .program__footer-link {
      margin-bottom: 1rem; } }

@media screen and (max-width: 450px) {
  .program-outer {
    padding-top: 0; } }

.list-indent {
  margin-left: 1rem; }

.program-container {
  border: 2px #FBC926 solid;
  padding: 2rem 4rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 450px) {
    .program-container {
      margin-top: 2rem;
      padding: 2rem 1rem; } }
  .program-container li {
    list-style: disc;
    list-style-position: inside; }
  .program-container p {
    color: black; }

.pagekicker {
  padding: 0 50px;
  text-align: center; }
  @media screen and (max-width: 450px) {
    .pagekicker {
      padding: 0; } }
  .pagekicker p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5; }

.program-item {
  border: 1px #FBC926 solid;
  padding: 0; }
  .program-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.program-title {
  color: black;
  border: none;
  width: 100%;
  background: #efefef;
  padding: 20px 5%; }

.program-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 10px;
  color: black; }
  .program-detail li {
    list-style: disc;
    list-style-position: inside; }
  .program-detail p {
    margin-bottom: 15px; }

.factive .program-detail {
  padding: 20px 5%; }

.grow-program h2 {
  font-family: 'piersans';
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px; }
  @media screen and (max-width: 450px) {
    .grow-program h2 {
      font-size: 36px; } }

@media screen and (max-width: 450px) {
  .grow-program {
    max-width: 85vw;
    margin: auto; } }

.grow-program__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .grow-program__inner:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/grow/Thumbnails.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .grow-program__inner:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.grow-program__inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .grow-program__inner2:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/grow/Thumbnails-02.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .grow-program__inner2:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.grow-program__inner3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .grow-program__inner3:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/grow/Thumbnails.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .grow-program__inner3:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.grow-program__left {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .grow-program__left {
      width: 100%; } }
  .grow-program__left:after {
    content: '';
    width: 80%;
    height: 90%;
    top: 80px;
    left: 80px;
    border: 2px solid #FBC926;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .grow-program__left:after {
        top: 30px;
        left: 30px; } }
    @media screen and (max-width: 450px) {
      .grow-program__left:after {
        display: none; } }

.grow-program__left-top {
  height: 40vh;
  width: 100%;
  padding-left: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grow-program__left-top .grow-program__top-image {
    display: none; }
  @media screen and (max-width: 768px) {
    .grow-program__left-top {
      padding: 0 60px; } }
  @media screen and (max-width: 450px) {
    .grow-program__left-top {
      position: relative;
      height: auto;
      margin-bottom: 13vh;
      background: rgba(255, 255, 255, 0.5);
      width: 100%;
      top: 4vh;
      padding: 15px;
      min-height: -webkit-calc(35vh - 4vh);
      min-height: calc(35vh - 4vh);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      text-align: center; }
      .grow-program__left-top .text-width {
        width: auto; }
      .grow-program__left-top .grow-program__top-image {
        display: none; } }

.grow-program__left-bottom {
  padding-left: 130px; }
  @media screen and (max-width: 768px) {
    .grow-program__left-bottom {
      padding-left: 60px; } }
  @media screen and (max-width: 450px) {
    .grow-program__left-bottom {
      padding-left: 0; } }
  .grow-program__left-bottom p {
    width: 70%; }
    @media screen and (max-width: 450px) {
      .grow-program__left-bottom p {
        width: 100%; } }
  .grow-program__left-bottom ul {
    color: white;
    width: 70%;
    font-size: 16px;
    list-style-type: disc;
    padding-left: 2rem;
    margin-top: 2rem; }
    @media screen and (max-width: 450px) {
      .grow-program__left-bottom ul {
        width: 100%; } }
  .grow-program__left-bottom li {
    list-style-type: disc;
    margin-bottom: 0.5rem; }

.grow-program__right-top {
  height: 40vh;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .grow-program__right-top {
      height: auto; }
      .grow-program__right-top .grow-program__top-image {
        display: none; } }

.grow-program__right {
  width: 50%; }
  @media screen and (max-width: 450px) {
    .grow-program__right {
      width: 100%; } }

.grow-program__right-bottom p {
  width: 80%; }
  @media screen and (max-width: 450px) {
    .grow-program__right-bottom p {
      width: 100%; } }

.grow-program__top-image {
  height: 35vh;
  width: 100%;
  margin-top: 2.5vh;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; }

.grow-program__link {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 1rem 0.5rem 1rem 4rem;
  width: 80%; }
  @media screen and (max-width: 450px) {
    .grow-program__link {
      padding-left: 4rem;
      width: 100%; } }

.grow-program__link-image {
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-image: url(../assets/images/hatchquarter-start-program-link.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 1.3rem;
  top: 1rem;
  margin-right: 0.5rem; }

.grow-program__footer-links {
  margin-top: 2rem; }

.grow-program__footer-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: auto;
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .grow-program__footer-links-inner {
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .grow-program__footer-links-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column; } }

.grow-program__footer-link {
  color: white;
  text-decoration: underline; }
  @media screen and (max-width: 450px) {
    .grow-program__footer-link {
      margin-bottom: 1rem; } }

@media screen and (max-width: 450px) {
  .grow-program-outer {
    padding-top: 0; } }

.Work-btn {
  margin-top: 150px;
  display: block; }

.work-program h2 {
  font-family: 'piersans';
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px; }

@media screen and (max-width: 450px) {
  .work-program {
    max-width: 85vw;
    margin: auto; } }

.work-program__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .work-program__inner:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/Work/private.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .work-program__inner:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.work-program__inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .work-program__inner2:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/Work/pixar.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .work-program__inner2:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.work-program__inner3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .work-program__inner3:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/Work/Meetingroom.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .work-program__inner3:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.work-program__inner4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .work-program__inner4:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/Work/box.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .work-program__inner4:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.work-program__inner5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .work-program__inner5:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/Work/Thumbnails-work.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .work-program__inner5:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.work-program__inner6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .work-program__inner6:before {
    content: '';
    height: 40vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../assets/images/Work/Reception.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .work-program__inner6:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: right; } }

.work-program__left {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .work-program__left {
      width: 100%; } }
  .work-program__left:after {
    content: '';
    width: 80%;
    height: 97%;
    top: 80px;
    left: 80px;
    border: 2px solid #FBC926;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .work-program__left:after {
        top: 30px;
        left: 30px; } }
    @media screen and (max-width: 450px) {
      .work-program__left:after {
        display: none; } }

.work-program__left-top {
  height: 40vh;
  width: 100%;
  padding-left: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .work-program__left-top .work-program__top-image {
    display: none; }
  @media screen and (max-width: 768px) {
    .work-program__left-top {
      padding: 0 50px; } }
  @media screen and (max-width: 450px) {
    .work-program__left-top {
      position: relative;
      background: rgba(255, 255, 255, 0.5);
      width: 100%;
      height: auto;
      margin-bottom: 13vh;
      top: 4vh;
      padding: 15px;
      min-height: -webkit-calc(35vh - 4vh);
      min-height: calc(35vh - 4vh);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .work-program__left-top .work-program__top-image {
        display: none; } }

.work-program__left-bottom {
  padding-left: 130px; }
  @media screen and (max-width: 768px) {
    .work-program__left-bottom {
      padding: 0 50px; } }
  @media screen and (max-width: 450px) {
    .work-program__left-bottom {
      padding-left: 0; } }
  .work-program__left-bottom p {
    width: 70%; }
    @media screen and (max-width: 768px) {
      .work-program__left-bottom p {
        width: 100%; } }
  .work-program__left-bottom ul {
    color: black;
    width: 70%;
    font-size: 16px;
    list-style-type: disc;
    padding-left: 2rem;
    margin-top: 2rem; }
    @media screen and (max-width: 450px) {
      .work-program__left-bottom ul {
        width: 100%; } }
  .work-program__left-bottom li {
    list-style-type: disc;
    margin-bottom: 0.5rem; }

.work-program__right-top {
  height: 40vh;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .work-program__right-top {
      height: auto; }
      .work-program__right-top .work-program__top-image {
        display: none; } }

.work-program__right {
  width: 50%; }
  @media screen and (max-width: 450px) {
    .work-program__right {
      width: 100%; } }

.work-program__top-image {
  height: 35vh;
  width: 100%;
  margin-top: 2.5vh;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; }

.work-program__link {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 1rem 0.5rem 1rem 4rem;
  width: 80%; }
  @media screen and (max-width: 450px) {
    .work-program__link {
      padding-left: 4rem;
      width: 100%; } }

.work-program__link-image {
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-image: url(../assets/images/hatchquarter-start-program-link.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 1.3rem;
  top: 1rem;
  margin-right: 0.5rem; }

.work-program__footer-links {
  border-top: 2px solid #FBC926;
  margin-top: 2rem; }

.work-program__footer-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: auto;
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .work-program__footer-links-inner {
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .work-program__footer-links-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .work-program__footer-links-inner .button {
    height: 40px; }

.work-program__right-bottom .work-program__button {
  float: right; }

.work-program__textbox {
  background: rgba(75, 75, 75, 0.1);
  text-align: center; }
  .work-program__textbox p {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.work-program__slider {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .work-program__slider div {
    height: 100px; }
  .work-program__slider a {
    height: 100px;
    width: 100px;
    padding: 0.5rem;
    max-width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center; }
  .work-program__slider .slick-prev:before {
    content: url("../assets/images/hatchquarter-start-program-link.svg");
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    display: inline-block; }
  .work-program__slider .slick-prev {
    left: 0;
    top: -webkit-calc(100% + 1.5rem);
    top: calc(100% + 1.5rem); }
  .work-program__slider .slick-next:before {
    content: url("../assets/images/hatchquarter-start-program-link.svg");
    height: 20px;
    width: 20px; }
  .work-program__slider .slick-next {
    left: 35px;
    top: -webkit-calc(100% + 1.5rem);
    top: calc(100% + 1.5rem); }

@media screen and (max-width: 450px) {
  .work-program-outer {
    padding-top: 0; } }

@media screen and (max-width: 450px) {
  .meetup {
    max-width: 85vw;
    margin: auto; } }

.meetup__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  z-index: 0; }
  .meetup__inner:before {
    content: '';
    height: 30vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/images/Connect/001.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 450px) {
      .meetup__inner:before {
        width: 100vw;
        left: -7.5vw;
        background-size: cover;
        background-position: center; } }

.meetup__left {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .meetup__left {
      width: 100%; } }
  .meetup__left:after {
    content: '';
    width: 80%;
    height: 90%;
    top: 50px;
    left: 50px;
    border: 2px solid #FBC926;
    position: absolute; }
    @media screen and (max-width: 450px) {
      .meetup__left:after {
        display: none; } }

.meetup__left-top {
  height: 30vh;
  width: 100%;
  padding-left: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .meetup__left-top {
      padding-left: 60px; } }
  @media screen and (max-width: 450px) {
    .meetup__left-top {
      padding-left: 0; } }

.meetup__left-bottom {
  padding-left: 130px; }
  @media screen and (max-width: 768px) {
    .meetup__left-bottom {
      padding-left: 60px; } }
  @media screen and (max-width: 450px) {
    .meetup__left-bottom {
      padding-left: 0; } }
  .meetup__left-bottom p {
    width: 70%; }
    @media screen and (max-width: 450px) {
      .meetup__left-bottom p {
        width: 100%; } }
  .meetup__left-bottom ul {
    color: white;
    width: 70%;
    list-style-type: disc;
    padding-left: 130px;
    margin-top: 2rem; }
    @media screen and (max-width: 450px) {
      .meetup__left-bottom ul {
        width: 100%; } }
  .meetup__left-bottom li {
    list-style-type: disc;
    margin-bottom: 0.5rem; }

.meetup__right-top {
  height: 30vh;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 450px) {
    .meetup__right-top {
      height: auto; } }

.meetup__right {
  width: 50%; }
  @media screen and (max-width: 450px) {
    .meetup__right {
      width: 100%; } }

.meetup__right-bottom-inner {
  border: 2px solid #FBC926;
  width: 80%;
  margin-top: 1rem; }
  @media screen and (max-width: 450px) {
    .meetup__right-bottom-inner {
      width: 100%; } }

.meetup__link {
  background-color: #ebebeb;
  position: relative;
  padding: 1rem 0.5rem 1rem 4rem; }
  @media screen and (max-width: 450px) {
    .meetup__link {
      padding-left: 4rem; } }

.meetup__link-image {
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-image: url(../assets/images/hatchquarter-start-program-link.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 1.3rem;
  top: 1rem;
  margin-right: 0.5rem; }

.meetup__footer-links {
  border-top: 2px solid #FBC926;
  margin-top: 2rem; }

.meetup__footer-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: auto;
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .meetup__footer-links-inner {
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .meetup__footer-links-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .meetup__footer-links-inner .button {
    height: 40px; }

.meetup__footer-link {
  color: white;
  text-decoration: underline; }
  @media screen and (max-width: 450px) {
    .meetup__footer-link {
      margin-bottom: 1rem; } }

.meetup__left-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem; }
  .meetup__left-link a {
    width: 50%;
    margin-bottom: 1rem;
    color: #FBC926;
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    position: relative;
    z-index: 100; }
    .meetup__left-link a:hover {
      color: white; }
    @media screen and (max-width: 450px) {
      .meetup__left-link a {
        width: 100%; } }

.connect-playbook {
  margin-top: 2rem; }
  @media screen and (max-width: 450px) {
    .connect-playbook {
      max-width: 85vw;
      margin: auto;
      margin-top: 2rem; } }
  .connect-playbook__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 0; }
    .connect-playbook__inner:before {
      content: '';
      height: 30vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../assets/images/Connect/002.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 450px) {
        .connect-playbook__inner:before {
          width: 100vw;
          left: -7.5vw;
          background-size: cover;
          background-position: center; } }
  .connect-playbook__left {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 450px) {
      .connect-playbook__left {
        width: 100%; } }
  .connect-playbook__right {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 450px) {
      .connect-playbook__right {
        width: 100%; } }
    .connect-playbook__right:after {
      content: '';
      width: 80%;
      height: 90%;
      top: 50px;
      right: 50px;
      border: 2px solid #FBC926;
      position: absolute; }
      @media screen and (max-width: 450px) {
        .connect-playbook__right:after {
          display: none; } }
  .connect-playbook__right-top {
    height: 30vh;
    width: 100%;
    padding-left: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .connect-playbook__right-top {
        padding-left: 60px; } }
    @media screen and (max-width: 450px) {
      .connect-playbook__right-top {
        padding-left: 0; } }
  .connect-playbook__right-bottom {
    padding-left: 130px; }
    @media screen and (max-width: 768px) {
      .connect-playbook__right-bottom {
        padding-left: 60px; } }
    @media screen and (max-width: 450px) {
      .connect-playbook__right-bottom {
        padding-left: 0; } }
    .connect-playbook__right-bottom p {
      width: 70%; }
      @media screen and (max-width: 450px) {
        .connect-playbook__right-bottom p {
          width: 100%; } }
    .connect-playbook__right-bottom ul {
      color: white;
      width: 70%;
      list-style-type: disc;
      padding-left: 130px;
      margin-top: 2rem; }
      @media screen and (max-width: 450px) {
        .connect-playbook__right-bottom ul {
          width: 100%; } }
    .connect-playbook__right-bottom li {
      list-style-type: disc;
      margin-bottom: 0.5rem; }
  .connect-playbook__right-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem; }
    .connect-playbook__right-link a {
      width: 50%;
      margin-bottom: 1rem;
      color: #FBC926;
      text-decoration: none;
      position: relative;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease;
      z-index: 100; }
      .connect-playbook__right-link a:hover {
        color: white; }
      @media screen and (max-width: 450px) {
        .connect-playbook__right-link a {
          width: 100%; } }

.crowdfunding {
  margin-top: 2rem; }
  @media screen and (max-width: 450px) {
    .crowdfunding {
      max-width: 85vw;
      margin: auto;
      margin-top: 2rem; } }
  .crowdfunding__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 0; }
    .crowdfunding__inner:before {
      content: '';
      height: 30vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../assets/images/Connect/003.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 450px) {
        .crowdfunding__inner:before {
          width: 100vw;
          left: -7.5vw;
          background-size: cover;
          background-position: center; } }
  .crowdfunding__left {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 450px) {
      .crowdfunding__left {
        width: 100%; } }
    .crowdfunding__left:after {
      content: '';
      width: 80%;
      height: 95%;
      top: 50px;
      left: 50px;
      border: 2px solid #FBC926;
      position: absolute; }
      @media screen and (max-width: 450px) {
        .crowdfunding__left:after {
          display: none; } }
  .crowdfunding__left-top {
    height: 30vh;
    width: 100%;
    padding-left: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .crowdfunding__left-top {
        padding-left: 60px; } }
    @media screen and (max-width: 450px) {
      .crowdfunding__left-top {
        padding-left: 0; } }
  .crowdfunding__left-bottom {
    padding-left: 130px; }
    @media screen and (max-width: 768px) {
      .crowdfunding__left-bottom {
        padding-left: 60px; } }
    @media screen and (max-width: 450px) {
      .crowdfunding__left-bottom {
        padding-left: 0; } }
    .crowdfunding__left-bottom p {
      width: 70%; }
      @media screen and (max-width: 450px) {
        .crowdfunding__left-bottom p {
          width: 100%; } }
    .crowdfunding__left-bottom ul {
      color: white;
      width: 70%;
      list-style-type: disc;
      padding-left: 130px;
      margin-top: 2rem; }
      @media screen and (max-width: 450px) {
        .crowdfunding__left-bottom ul {
          width: 100%; } }
    .crowdfunding__left-bottom li {
      list-style-type: disc;
      margin-bottom: 0.5rem; }
  .crowdfunding__right {
    width: 50%; }
    @media screen and (max-width: 450px) {
      .crowdfunding__right {
        width: 100%; } }
  .crowdfunding__left-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem;
    color: #FBC926;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
    .crowdfunding__left-link:hover {
      color: white; }
    .crowdfunding__left-link a:link {
      width: 50%;
      margin-bottom: 1rem;
      color: #FBC926;
      text-decoration: none;
      position: relative;
      z-index: 100; }
      .crowdfunding__left-link a:link:hover {
        color: white; }
      @media screen and (max-width: 450px) {
        .crowdfunding__left-link a:link {
          width: 100%; } }
  .crowdfunding__top-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 2rem; }
    .crowdfunding__top-link a {
      width: 40%;
      margin-bottom: 1rem;
      color: white; }
      @media screen and (max-width: 450px) {
        .crowdfunding__top-link a {
          width: 100%; } }

.social {
  margin-top: 2rem; }
  @media screen and (max-width: 450px) {
    .social {
      max-width: 85vw;
      margin: auto;
      margin-top: 2rem; } }
  .social__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 0; }
    .social__inner:before {
      content: '';
      height: 40vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../assets/images/Connect/004.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 450px) {
        .social__inner:before {
          width: 100vw;
          left: -7.5vw;
          background-size: cover;
          background-position: center; } }
  .social__left {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 450px) {
      .social__left {
        width: 100%; } }
    .social__left:after {
      content: '';
      width: 80%;
      height: 90%;
      top: 60px;
      right: 60px;
      border: 2px solid #FBC926;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .social__left:after {
          width: 100%;
          height: 70%;
          top: 60px;
          left: 0px; } }
      @media screen and (max-width: 450px) {
        .social__left:after {
          display: none; } }
  .social__right {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 450px) {
      .social__right {
        width: 100%; } }
  .social__right-top {
    height: 40vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    position: relative; }
    @media screen and (max-width: 768px) {
      .social__right-top {
        text-align: center; } }
    @media screen and (max-width: 450px) {
      .social__right-top {
        padding-left: 0; } }

@media screen and (max-width: 450px) {
  .meetup-outer {
    padding-top: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../assets/fonts/slick.eot");
  src: url("../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.about-block {
  margin-top: 2rem; }
  @media screen and (max-width: 450px) {
    .about-block {
      max-width: 85vw;
      margin: auto; } }
  .about-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 0; }
    .about-block__inner:before {
      content: '';
      height: 40vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-image: url(../assets/images/about/Thumbnails-about01.jpg);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 450px) {
        .about-block__inner:before {
          width: 100vw;
          left: -7.5vw;
          background-size: cover;
          background-position: right; } }
  .about-block__inner2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 0; }
    .about-block__inner2:before {
      content: '';
      height: 40vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-image: url(../assets/images/about/Thumbnails.jpg);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 450px) {
        .about-block__inner2:before {
          width: 100vw;
          left: -7.5vw;
          background-size: cover;
          background-position: right; } }
  .about-block__left {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .about-block__left {
        width: 70%; } }
    @media screen and (max-width: 450px) {
      .about-block__left {
        width: 100%; } }
    .about-block__left:after {
      content: '';
      width: 80%;
      height: 92%;
      top: 60px;
      left: 60px;
      border: 2px solid #FBC926;
      position: absolute; }
      @media screen and (max-width: 450px) {
        .about-block__left:after {
          display: none; } }
  .about-block__left-top {
    height: 40vh;
    width: 100%;
    padding-left: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .about-block__left-top {
        padding: 0 50px 0 100px; } }
    @media screen and (max-width: 450px) {
      .about-block__left-top {
        position: relative;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        height: auto;
        margin-bottom: 13vh;
        top: 4vh;
        padding: 15px;
        min-height: -webkit-calc(35vh - 4vh);
        min-height: calc(35vh - 4vh);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
  .about-block__left-bottom {
    padding-left: 130px; }
    @media screen and (max-width: 768px) {
      .about-block__left-bottom {
        padding: 0 50px 0 100px; } }
    @media screen and (max-width: 450px) {
      .about-block__left-bottom {
        padding-left: 0; } }
    .about-block__left-bottom p {
      width: 70%; }
      @media screen and (max-width: 768px) {
        .about-block__left-bottom p {
          width: 100%; } }
    .about-block__left-bottom ul {
      color: white;
      width: 70%;
      list-style-type: disc;
      padding-left: 2rem;
      margin-top: 2rem; }
      @media screen and (max-width: 450px) {
        .about-block__left-bottom ul {
          width: 100%; } }
    .about-block__left-bottom li {
      list-style-type: disc;
      margin-bottom: 0.5rem; }
  .about-block__right {
    width: 50%; }
    @media screen and (max-width: 450px) {
      .about-block__right {
        width: 100%; } }
  .about-block__top-image {
    height: 35vh;
    width: 100%;
    margin-top: 2.5vh; }
  .about-block__left-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem; }
    .about-block__left-link a {
      width: 50%;
      margin-bottom: 1rem;
      color: white;
      text-decoration: underline; }
      @media screen and (max-width: 450px) {
        .about-block__left-link a {
          width: 100%; } }
  .about-block__top-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 2rem; }
    .about-block__top-link a {
      width: 40%;
      margin-bottom: 1rem;
      color: white; }
      @media screen and (max-width: 450px) {
        .about-block__top-link a {
          width: 100%; } }

@media screen and (max-width: 450px) {
  .about-block-outer {
    padding-top: 0; } }

.view-playbook-wrapper {
  text-align: center;
  padding: 0;
  overflow: visible; }
  .view-playbook-wrapper div {
    width: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.about-startup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .about-startup__col {
    width: 24%;
    margin-bottom: 1rem; }
    @media screen and (max-width: 768px) {
      .about-startup__col {
        width: 48%; } }
    @media screen and (max-width: 450px) {
      .about-startup__col {
        width: 100%; } }
  .about-startup__image {
    height: 9rem;
    width: 9rem;
    margin: auto;
    margin-bottom: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; }
    @media screen and (max-width: 450px) {
      .about-startup__image {
        height: 15rem;
        width: 15rem; } }
  .about-startup__content {
    padding: 0 0.5rem 0.5rem; }
  .about-startup p {
    font-family: 'piersans';
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem;
    min-height: 120px; }
  .about-startup h3 {
    font-family: 'piersans';
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: 0.5px; }

.sidebar-toggle {
  position: relative;
  z-index: 1;
  border: 4px solid #fff;
  outline: none;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 13.2em;
  margin-top: 1em;
  background-color: #edc5b6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s; }
  .sidebar-toggle.is-closed {
    -webkit-transform: translateX(-7.8em) rotate(0deg);
        -ms-transform: translateX(-7.8em) rotate(0deg);
            transform: translateX(-7.8em) rotate(0deg); }
  .sidebar-toggle .icon {
    font-size: 1.5rem;
    color: #fff; }

.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 195px;
  -webkit-transition: .7s;
  transition: .7s; }
  .sidebar.is-closed {
    -webkit-transform: translateX(16em);
        -ms-transform: translateX(16em);
            transform: translateX(16em); }

.Introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .Introduction-head {
    width: 65%;
    text-align: left;
    padding-left: 0; }
    @media screen and (max-width: 450px) {
      .Introduction-head {
        width: 100%;
        padding: 0; } }
  .Introduction-title {
    font-family: 'piersans';
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px; }
  .Introduction-text {
    font-family: 'piersans';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px; }

.Newsletter-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px; }

.NewsletterForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0 !important;
  position: static;
  margin: 35px 0 !important;
  width: 100%; }
  .NewsletterForm .email-field-container {
    width: 50%; }

.slider-single {
  text-align: center;
  margin-bottom: 0 !important; }
  .slider-single .single-item {
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .slider-single .single-item img {
      width: 100%;
      height: 65vh;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-border-radius: 10px;
              border-radius: 10px; }
  .slider-single .slick-prev, .slider-single .slick-next {
    top: 85%;
    z-index: 9; }
    @media screen and (max-width: 1080px) {
      .slider-single .slick-prev, .slider-single .slick-next {
        top: 100%; } }
  .slider-single .control-c.slick-next {
    right: 0; }
  .slider-single .control-c.slick-prev {
    left: 0; }
  .slider-single .control-c {
    width: 30px;
    height: 30px; }

.full-width-carousel {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 450px) {
    .full-width-carousel {
      height: 200px;
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px); } }
  .full-width-carousel .slider-nav {
    background-color: none;
    z-index: 9;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .full-width-carousel .slider-nav .slick-list {
      z-index: 9; }
    .full-width-carousel .slider-nav .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 300px; }
    .full-width-carousel .slider-nav .nav-item {
      position: relative;
      margin: 0 6px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      overflow: hidden;
      height: 250px;
      width: 530px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-filter: brightness(0.4);
              filter: brightness(0.4); }
      .full-width-carousel .slider-nav .nav-item img {
        height: auto;
        width: 100%;
        -webkit-border-radius: 5px;
                border-radius: 5px; }

.is-active .nav-item {
  -webkit-filter: brightness(1) !important;
          filter: brightness(1) !important; }

.member-card {
  text-align: center;
  max-width: 450px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
  padding: 30px 35px;
  height: 100% !important;
  position: relative;
  padding-top: 120px;
  font-family: "niveau"; }
  .member-card .member-photo {
    width: 200px;
    height: 200px;
    border: 10px #707070 solid;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .member-card .member-name {
    font-size: 30px;
    font-weight: bold;
    color: #505050; }
  .member-card .member-position {
    color: #707070;
    font-weight: bold;
    margin-bottom: 1.5rem; }

.home-team-carousel {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  /* the slides */
  /* the parent */ }
  .home-team-carousel .slick-list {
    overflow: visible; }
  .home-team-carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .home-team-carousel .slick-track .slick-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .home-team-carousel .slick-track .slick-slide > div {
        height: 100%; }
  .home-team-carousel .slick-slide {
    margin: 0 20px; }
  .home-team-carousel .slick-list {
    margin: 0 -10px; }

.carousel-memeber-section {
  min-height: 60vh;
  padding-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .carousel-memeber-section {
      min-height: 80vh; } }
  @media screen and (max-width: 450px) {
    .carousel-memeber-section {
      min-height: 100vh; } }

.service-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem; }
  .service-section .service-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    background: #ebebeb; }
    @media screen and (max-width: 768px) {
      .service-section .service-container {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
    .service-section .service-container .service-img {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .service-section .service-container .service-img {
          min-height: 200px;
          -ms-grid-row: 1;
              grid-row: 1; } }
      .service-section .service-container .service-img .overlay {
        background: rgba(251, 201, 38, 0.6);
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        @media screen and (max-width: 768px) {
          .service-section .service-container .service-img .overlay {
            opacity: 0;
            visibility: hidden; } }
    .service-section .service-container .service-info {
      padding: 35px 25px;
      max-width: 80%; }
      @media screen and (max-width: 768px) {
        .service-section .service-container .service-info {
          max-width: 100%; } }
      .service-section .service-container .service-info h4 {
        font-size: 40px;
        font-family: 'piersans';
        font-weight: 700;
        padding-bottom: 0;
        line-height: 44px;
        letter-spacing: .8px;
        margin-bottom: 15px; }
      .service-section .service-container .service-info p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 50px;
        letter-spacing: 0.5px; }
    .service-section .service-container:hover {
      -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
              box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16); }
      .service-section .service-container:hover .overlay {
        opacity: 0;
        visibility: hidden; }

.icon-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/bridge/Pattern-UP.svg");
  opacity: 0.05; }

.icon-pattern::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/bridge/Pattern-DOWN.svg");
  opacity: 0.05; }

.bridge-page .page-content p {
  font-size: 18px;
  line-height: 1.5;
  color: black;
  margin-bottom: 15px; }

.bridge-page .margin-bottom-2 {
  margin-bottom: 2rem; }

.bridge-page .hb__subtitle {
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  border-top: none;
  padding-top: 1rem; }

.bridge-page .NewsletterForm {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset; }

footer .NewsletterForm {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset; }
  @media screen and (max-width: 768px) {
    footer .NewsletterForm {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.row-half {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 2rem; }
  @media screen and (max-width: 768px) {
    .row-half {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.row-3rd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem; }
  @media screen and (max-width: 1080px) {
    .row-3rd {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 768px) {
    .row-3rd {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.row-quarter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem; }
  @media screen and (max-width: 1080px) {
    .row-quarter {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 768px) {
    .row-quarter {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      grid-gap: 1.25rem; } }

.bridge-nav {
  background: white; }
  .bridge-nav .navigation--logo {
    height: 60px;
    width: 300px;
    background-image: url("/assets/bridge/bridge-logo.svg"); }
    @media screen and (max-width: 768px) {
      .bridge-nav .navigation--logo {
        max-height: 40px;
        max-width: 80%;
        top: 10px; } }
    @media screen and (max-width: 450px) {
      .bridge-nav .navigation--logo {
        max-width: 60%; } }

.bridge-hero {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    .bridge-hero {
      height: auto;
      padding: 5rem 0 0rem;
      background-attachment: unset; } }
  .bridge-hero h2 {
    margin-bottom: 20px; }
  .bridge-hero p {
    line-height: 1.5;
    color: black; }

.bridge-about {
  padding-top: 0; }

.heading-right {
  float: right;
  width: 60%;
  right: -12.5%;
  height: auto;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .heading-right {
      width: 95%; } }
  @media screen and (max-width: 450px) {
    .heading-right {
      width: 100%;
      right: unset; } }
  .heading-right .heading-container {
    padding: 75px 12.5% 75px 75px;
    position: relative; }
    @media screen and (max-width: 450px) {
      .heading-right .heading-container {
        padding: 40px 20px; } }
    .heading-right .heading-container:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.5); }
    .heading-right .heading-container .text-container {
      max-width: 550px; }

.heading-left {
  float: left;
  width: 80%;
  left: -12.5%;
  height: auto;
  margin-top: 50px; }
  .heading-left h1 {
    color: black; }
  .heading-left a {
    position: relative;
    margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .heading-left {
      width: 95%; } }
  @media screen and (max-width: 450px) {
    .heading-left {
      width: 100%;
      right: unset;
      left: unset; } }
  .heading-left .heading-container {
    padding: 75px 75px 75px 12.5%;
    position: relative; }
    @media screen and (max-width: 450px) {
      .heading-left .heading-container {
        padding: 40px 20px; } }
    .heading-left .heading-container:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.5); }
    .heading-left .heading-container .text-container {
      max-width: 800px; }

.bridge-intro h1 {
  font-size: 6vw;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0rem;
  width: 100%;
  font-family: 'piersans';
  color: black; }
  @media screen and (max-width: 768px) {
    .bridge-intro h1 {
      font-size: 10vw; } }

.intro-events {
  display: -ms-grid;
  display: grid; }
  .intro-events .align-center {
    margin: auto; }
    @media screen and (max-width: 768px) {
      .intro-events .align-center {
        margin: unset; } }

.bridge-events {
  background: #2E2E2E; }
  .bridge-events .huge-title {
    font-size: 6vw;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0rem;
    width: 100%;
    font-family: 'piersans';
    color: #FBC93A; }
    @media screen and (max-width: 768px) {
      .bridge-events .huge-title {
        font-size: 10vw; } }
  .bridge-events .hb__subtitle {
    color: white;
    border-top: none; }

@media screen and (max-width: 768px) {
  .footer__menu .footer__col:nth-child(2) {
    display: none; } }

.bg-yellow {
  background: #FBC93A; }

.max-limit-text {
  max-width: 800px;
  margin: auto; }

.max-limit-title {
  max-width: 800px; }

.bridge-receive {
  background: #2E2E2E;
  padding-bottom: 200px; }
  .bridge-receive .section-heading, .bridge-receive .hb__subtitle, .bridge-receive p {
    color: white !important; }
  .bridge-receive p {
    margin-bottom: 5px !important; }
  .bridge-receive .row-3rd {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 1080px) {
      .bridge-receive .row-3rd {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 768px) {
      .bridge-receive .row-3rd {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
    .bridge-receive .row-3rd .col {
      -ms-grid-column: span 2;
          grid-column: span 2; }
      .bridge-receive .row-3rd .col:nth-child(4) {
        grid-column: 2/4; }
        @media screen and (max-width: 1080px) {
          .bridge-receive .row-3rd .col:nth-child(4) {
            -ms-grid-column: span 1;
                grid-column: span 1; } }
      @media screen and (max-width: 1080px) {
        .bridge-receive .row-3rd .col {
          -ms-grid-column: span 1;
              grid-column: span 1; } }

.bridge-grow {
  position: relative;
  overflow: visible;
  padding-bottom: 0; }
  .bridge-grow .grow-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -100px;
    margin-top: -100px;
    padding: 60px 5%; }

.bridge-team {
  padding-top: 0;
  overflow: visible; }
  .bridge-team [dir='rtl'] .slick-slide {
    float: left; }
  .bridge-team .slick-prev:before, .bridge-team .slick-next:before {
    position: relative;
    top: -20px;
    color: black;
    font-size: 30px; }
  .bridge-team .member-card {
    max-width: 100%; }
    .bridge-team .member-card .member-name {
      font-size: 25px;
      font-weight: bold;
      color: #505050;
      font-family: 'niveau-bold'; }
  .bridge-team .home-team-carousel {
    padding-bottom: 100px; }
  .bridge-team .home-team-carousel .slick-slide {
    margin: 0; }
  .bridge-team .home-team-carousel .slick-track .slick-slide > div {
    width: 95%; }
  .bridge-team .team {
    text-align: center; }
    .bridge-team .team .team__member {
      padding: 0 5px; }
    .bridge-team .team .team__photo {
      background: none; }
      .bridge-team .team .team__photo .team__image {
        border: 4px solid #FBC93A;
        -webkit-border-radius: 50%;
                border-radius: 50%; }

.bridge-investor {
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .bridge-investor {
      padding-bottom: 0; } }
  .bridge-investor .home-partner {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 2rem 0;
    padding-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .bridge-investor .home-partner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .bridge-investor .linedown {
    border-bottom: 1px solid black; }

.bridge-program {
  background: #2E2E2E; }
  .bridge-program .text-white {
    color: white !important; }
  .bridge-program .hb__subtitle {
    padding: 0;
    border: none;
    margin-bottom: 2rem; }
  .bridge-program .huge-title {
    font-size: 6vw;
    text-align: left;
    font-weight: 600;
    margin-bottom: 2rem;
    width: 100%;
    font-family: 'piersans';
    color: white; }
    @media screen and (max-width: 768px) {
      .bridge-program .huge-title {
        font-size: 9vw; } }
  .bridge-program p strong {
    font-family: 'niveau-grotesk'; }
  .bridge-program .btn-container {
    display: inline-block;
    text-align: center; }
    .bridge-program .btn-container .button {
      margin: 0 10px; }
  .bridge-program .row {
    margin-top: 2rem;
    grid-gap: 2rem; }
  .bridge-program .col {
    padding: 4rem 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 120px 150px;
        grid-template-rows: 120px 150px; }
    @media screen and (max-width: 1080px) {
      .bridge-program .col {
        -ms-grid-rows: 200px 250px;
            grid-template-rows: 200px 250px; } }
    @media screen and (max-width: 768px) {
      .bridge-program .col {
        -ms-grid-rows: unset;
            grid-template-rows: unset; } }
  .bridge-program .col-yellow {
    background: #FBC93A; }
  .bridge-program .col-grey {
    background: #D0D0D0; }

.button-dark {
  background-color: #4B4B4B;
  color: #FBC926;
  border: 2px solid #FBC926; }
  .button-dark:hover {
    background-color: #FBC926;
    color: #4B4B4B;
    border: 2px solid #4b4b4b; }

.bridge-nav .button {
  padding: 10px 15px;
  min-width: 220px; }

#bridgecta {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #bridgecta.hide {
    opacity: 0;
    height: 0;
    z-index: -1;
    position: relative; }

#bridge-form {
  max-width: 800px;
  margin: auto;
  text-align: left;
  background: white;
  opacity: 0;
  height: 0;
  z-index: -1;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #bridge-form.active {
    opacity: 1;
    height: auto;
    z-index: 1;
    position: relative;
    padding: 50px 5%; }

.bridge-ty {
  background: #2E2E2E;
  min-height: 100vh;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .bridge-ty img {
    max-width: 90%; }
  .bridge-ty .max-limit-title {
    margin: auto;
    z-index: 1;
    position: relative; }
  .bridge-ty h1 {
    font-size: 3.5vw;
    text-align: left;
    font-weight: 600;
    margin: 2rem 0;
    width: 100%;
    font-family: 'piersans';
    color: white;
    text-align: center; }
  .bridge-ty .hb__subtitle {
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    border-top: none;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
    font-family: "niveau-bold"; }
    .bridge-ty .hb__subtitle a {
      color: #FBC926; }

.timeline-container {
  padding-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 2fr;
      grid-template-columns: 2fr 1fr 2fr; }
  @media screen and (max-width: 1080px) {
    .timeline-container {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      grid-gap: 2rem; } }
  .timeline-container .col {
    position: relative;
    text-align: center; }
    .timeline-container .col::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 6px;
      background: #2E2E2E;
      top: -6px;
      left: 0; }
    .timeline-container .col .row {
      display: -ms-grid;
      display: grid; }
      @media screen and (max-width: 450px) {
        .timeline-container .col .row {
          grid-gap: 2rem; } }
      .timeline-container .col .row .col {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 125px 150px 200px 80px;
            grid-template-rows: 125px 150px 200px 80px;
        grid-row-gap: 5px;
        padding: 0 15px; }
        @media screen and (max-width: 1280px) {
          .timeline-container .col .row .col {
            -ms-grid-rows: 150px 150px 200px 80px;
                grid-template-rows: 150px 150px 200px 80px; } }
        @media screen and (max-width: 1080px) {
          .timeline-container .col .row .col {
            -ms-grid-rows: 100px 150px 100px 80px;
                grid-template-rows: 100px 150px 100px 80px; } }
        @media screen and (max-width: 768px) {
          .timeline-container .col .row .col {
            -ms-grid-rows: 100px 100px 100px 80px;
                grid-template-rows: 100px 100px 100px 80px; } }
        @media screen and (max-width: 450px) {
          .timeline-container .col .row .col {
            -ms-grid-rows: unset;
                grid-template-rows: unset;
            grid-gap: 1rem; } }
    .timeline-container .col .row-half {
      grid-gap: 0; }
    .timeline-container .col .hb__subtitle {
      padding: 0;
      margin: auto;
      color: #FBC93A;
      text-align: center;
      font-family: "niveau-bold"; }
    .timeline-container .col .timeline-title {
      font-size: 20px;
      line-height: 1.5;
      font-family: 'piersans';
      font-weight: 500;
      background: #FBC93A;
      color: #2E2E2E;
      text-align: center;
      padding: 15px 0; }
    .timeline-container .col p {
      color: white; }
      .timeline-container .col p b, .timeline-container .col p strong {
        font-weight: 900;
        font-family: 'niveau-bold'; }
    .timeline-container .col.active {
      background: #FBC93A;
      color: #2E2E2E; }
      .timeline-container .col.active::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: #FBC93A;
        top: -6px;
        left: 0; }
      .timeline-container .col.active .hb__subtitle {
        color: #2E2E2E; }
      .timeline-container .col.active .timeline-title {
        background: #2E2E2E;
        color: white; }
      .timeline-container .col.active p {
        color: #2E2E2E; }
      .timeline-container .col.active .dot {
        background: #2E2E2E; }

.timeline-heading {
  display: -ms-grid;
  display: grid; }
  .timeline-heading .heading-number {
    position: absolute;
    color: #8b8b8b;
    opacity: 0.25;
    font-size: 100px;
    font-weight: 900;
    font-family: 'piersans';
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.dot-container .dot {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 3px;
  background: white;
  position: relative;
  margin-bottom: 40px;
  left: -15px; }
  @media screen and (max-width: 768px) {
    .dot-container .dot {
      position: absolute;
      left: -webkit-calc(-50% - 16px);
      left: calc(-50% - 16px);
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); } }
  @media screen and (max-width: 450px) {
    .dot-container .dot {
      top: -webkit-calc(45% - 10vw);
      top: calc(45% - 10vw);
      left: -webkit-calc(-50% - 2px);
      left: calc(-50% - 2px); } }
  .dot-container .dot::after {
    content: "";
    width: 45px;
    height: 45px;
    background: #FBC93A;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 3px solid #2E2E2E;
    margin: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.dot-container .dot-info {
  margin: auto;
  background: white;
  width: 100%;
  padding: 10px 0; }
  @media screen and (max-width: 1280px) {
    .dot-container .dot-info {
      padding: 10px 5px; } }
  .dot-container .dot-info p {
    color: #2E2E2E;
    margin-bottom: 0; }

.dot-container .first-dot {
  width: -webkit-calc(50% + 30px);
  width: calc(50% + 30px);
  margin-left: 50%; }
  @media screen and (max-width: 768px) {
    .dot-container .first-dot {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      margin-left: 0; } }
  .dot-container .first-dot::after {
    left: 0; }

.dot-container .last-dot {
  width: -webkit-calc(50% + 30px);
  width: calc(50% + 30px);
  margin-right: 50%; }
  @media screen and (max-width: 768px) {
    .dot-container .last-dot {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      margin-right: 0;
      margin-left: 0; } }
  .dot-container .last-dot::after {
    right: 0;
    left: unset;
    -webkit-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%); }

.icon-box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 1fr;
      grid-template-columns: 75px 1fr;
  grid-gap: 1rem;
  padding-top: 50px; }
  @media screen and (max-width: 450px) {
    .icon-box-container {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .icon-box-container .icon-box-img {
    margin: auto; }
  .icon-box-container .icon-box-info {
    margin: auto 0; }
  .icon-box-container .hb__subtitle {
    padding: 0;
    border: none; }

.icon-box-container-larger {
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
  grid-gap: 1.5rem; }
  @media screen and (max-width: 450px) {
    .icon-box-container-larger {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }

/* vars */
/* */
.tab-wrapper {
  width: 100%;
  display: inline-block; }
  @media screen and (max-width: 45em) {
    .tab-wrapper {
      display: block; } }

/* panel style */
.tab-panel {
  position: relative; }
  .tab-panel > .tab-panel-label {
    position: absolute;
    z-index: 1;
    padding: 10px;
    height: 50px;
    line-height: 50px; }
    @media screen and (max-width: 45em) {
      .tab-panel > .tab-panel-label {
        width: 100% !important;
        height: 50px; } }
    .tab-panel > .tab-panel-label ~ label {
      position: absolute;
      top: 0; }
      @media screen and (max-width: 45em) {
        .tab-panel > .tab-panel-label ~ label {
          position: absolute;
          left: 0 !important;
          top: unset; } }
    .tab-panel > .tab-panel-label:nth-child(1) {
      left: 0;
      width: 25%; }
    .tab-panel > .tab-panel-label:nth-child(5) {
      left: 25%;
      width: 25%; }
    .tab-panel > .tab-panel-label:nth-child(9) {
      left: 50%;
      width: 50%; }
    .tab-panel > .tab-panel-label:hover {
      cursor: pointer; }
  @media screen and (max-width: 45em) {
    .tab-panel > h2 {
      width: 100% !important;
      height: 65px; } }
  .tab-panel > h2 ~ h2 {
    position: absolute;
    top: 0; }
    @media screen and (max-width: 45em) {
      .tab-panel > h2 ~ h2 {
        width: 100%;
        position: static !important; } }
  .tab-panel > h2:nth-child(3) {
    left: 0;
    width: 25%; }
  .tab-panel > h2:nth-child(7) {
    border-right: 3px solid #2E2E2E;
    border-left: 3px solid #2E2E2E;
    left: 25%;
    width: 25%; }
    @media screen and (max-width: 45em) {
      .tab-panel > h2:nth-child(7) {
        border-right: none;
        border-left: none;
        border-top: 3px solid #2E2E2E;
        border-bottom: 3px solid #2E2E2E; } }
  .tab-panel > h2:nth-child(11) {
    left: 50%;
    width: 50%; }
  .tab-panel > input {
    opacity: 0;
    position: absolute; }
    @media screen and (max-width: 45em) {
      .tab-panel > input {
        width: 100%;
        height: 44px; } }
    .tab-panel > input + h2 + .tab-panel-content {
      position: absolute !important;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0 !important;
      border: 0 !important;
      height: 1px !important;
      width: 1px !important;
      overflow: hidden; }
    .tab-panel > input:checked + h2 {
      color: #FBC93A;
      border-top: none !important;
      border-bottom: none !important; }
      @media screen and (max-width: 45em) {
        .tab-panel > input:checked + h2:nth-child(7), .tab-panel > input:checked + h2:nth-child(11) {
          border-top: none; } }
      .tab-panel > input:checked + h2 + .tab-panel-content {
        position: static !important;
        height: auto !important;
        width: auto !important; }
  .tab-panel .three-tabs {
    width: 33.33333%;
    left: 33.33333%; }
  .tab-panel .tab-title {
    margin: 0;
    text-align: center; }
  .tab-panel .tab-panel-content {
    min-height: 300px; }
    @media screen and (max-width: 45em) {
      .tab-panel .tab-panel-content {
        display: block !important;
        position: static !important;
        padding: 1em !important;
        height: auto !important;
        width: auto !important; } }

.timer-container {
  text-align: center;
  max-width: 12vw;
  position: absolute;
  right: 5%;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .timer-container {
      position: relative;
      top: unset;
      bottom: 0;
      max-width: 100%;
      right: unset;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
      text-align: left;
      margin-bottom: 2rem; } }
  .timer-container .hb__subtitle {
    padding: 0;
    border: none;
    color: white !important; }
    .timer-container .hb__subtitle span {
      color: white; }
  .timer-container .time {
    font-size: 6vw;
    font-weight: 900;
    margin-top: 1rem;
    font-family: 'piersans';
    color: white; }
    @media screen and (max-width: 768px) {
      .timer-container .time {
        font-size: 9vw; } }

.line-bottom {
  position: relative; }
  .line-bottom::before {
    content: "";
    height: 1px;
    width: 30px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.line-down {
  position: relative; }
  .line-down::before {
    content: "";
    height: 150px;
    width: 1px;
    background: white;
    position: absolute;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

@media screen and (max-width: 768px) {
  #countdown {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (100px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 100px);
    grid-gap: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .line-down {
    position: relative; }
    .line-down::before {
      content: "";
      height: 1px !important;
      width: 30px !important;
      background: white;
      position: absolute;
      bottom: 0 !important;
      left: 50% !important;
      -webkit-transform: translateX(-50%) !important;
          -ms-transform: translateX(-50%) !important;
              transform: translateX(-50%) !important; } }

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 10px;
  bottom: 30px;
  max-width: 550px;
  background-color: white;
  padding: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 999999999999;
  display: none; }
  @media screen and (max-width: 768px) {
    #gdpr-cookie-message {
      margin-left: unset;
      left: 10px;
      right: 10px; } }

#gdpr-cookie-message.active {
  display: block; }

#gdpr-cookie-message h4 {
  color: #FBC926;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

#gdpr-cookie-message p {
  color: black;
  font-size: 15px;
  line-height: 1.5em; }

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right; }

#gdpr-cookie-message a {
  color: #FBC926;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message a:hover {
  color: #2E2E2E;
  border-bottom-color: #FBC926;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

button#gdpr-cookie-accept {
  border: none;
  background: #FBC926;
  color: white;
  font-size: 15px;
  padding: 7px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

button#gdpr-cookie-accept:hover {
  background: #2E2E2E;
  color: #FBC926;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.bridge-page #ouibounce-modal .footer--form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bridge-page #ouibounce-modal .modal {
  max-width: 90%; }

.arabic-page * {
  font-family: 'Cairo', sans-serif !important; }

.arabic-page {
  font-family: 'Cairo', sans-serif !important; }
  .arabic-page #form1_bridgeForm {
    text-align: right; }
    .arabic-page #form1_bridgeForm input, .arabic-page #form1_bridgeForm select, .arabic-page #form1_bridgeForm textarea {
      text-align: right; }
    .arabic-page #form1_bridgeForm .select-wrapper:after {
      right: unset;
      left: 0; }
  .arabic-page.bridge-page .page-content p {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    text-align: right; }
  .arabic-page .section {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
    .arabic-page .section .hb__subtitle {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: right;
      padding-right: 0rem;
      padding-left: 4rem; }
    .arabic-page .section .section-heading {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: right; }
    .arabic-page .section.bridge-intro h1 {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: right; }
    .arabic-page .section.bridge-intro .row-half {
      -ms-grid-columns: 1.5fr 1fr;
          grid-template-columns: 1.5fr 1fr; }
      @media screen and (max-width: 768px) {
        .arabic-page .section.bridge-intro .row-half {
          -ms-grid-columns: 1fr;
              grid-template-columns: 1fr; } }
    .arabic-page .section .timeline-title {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .arabic-page .section .huge-title {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: right; }
    .arabic-page .section .timeline-container .col .hb__subtitle {
      text-align: center;
      padding: 0; }
    .arabic-page .section .timeline-container .col p {
      text-align: center; }
    .arabic-page .section.bridge-verticals .hb__subtitle {
      padding: 0; }
    .arabic-page .section.bridge-verticals .icon-box-info p {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
      @media screen and (max-width: 450px) {
        .arabic-page .section.bridge-verticals .icon-box-info p {
          text-align: center; } }
    .arabic-page .section.bridge-receive .hb__subtitle {
      padding: 0; }
      .arabic-page .section.bridge-receive .hb__subtitle p {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
        @media screen and (max-width: 450px) {
          .arabic-page .section.bridge-receive .hb__subtitle p {
            text-align: center; } }
    @media screen and (max-width: 450px) {
      .arabic-page .section.bridge-receive p {
        text-align: center; } }
    .arabic-page .section .member-name, .arabic-page .section .member-position {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .arabic-page .section .timer-container .time {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: center; }
    .arabic-page .section .timer-container .hb__subtitle {
      padding: 0;
      text-align: center; }
    .arabic-page .section .linetitle {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: right; }
    .arabic-page .section .partner-img {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .arabic-page .section .button {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .arabic-page .section #bridge-form {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
      .arabic-page .section #bridge-form .button {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .arabic-page .section .heading-left h1 {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      text-align: right; }
  .arabic-page .navigation__container {
    margin-right: auto;
    margin-left: 0; }
    .arabic-page .navigation__container .navigation__list {
      margin-left: 0;
      margin-right: auto; }
  .arabic-page .text-left {
    text-align: right; }
    .arabic-page .text-left p {
      float: left; }
  .arabic-page .footer__bottom {
    height: auto;
    padding: 20px 15px; }
  .arabic-page .text-center {
    text-align: center !important; }
    .arabic-page .text-center p {
      text-align: center !important; }
  @media screen and (max-width: 1080px) {
    .arabic-page .navigation__list {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (max-width: 768px) {
    .arabic-page #countdown {
      direction: rtl; } }
  @media screen and (max-width: 450px) {
    .arabic-page .footer__bottom * {
      text-align: center; } }

.navigation .social-link img {
  max-width: 25px; }

.flag-link {
  background: none !important; }

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