.content {
  overflow: auto;
}
.content--mobile {
  padding: 30px;
}
h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  font-smoothing: antialiased;
}
body {
  color: #4c566f;
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.285;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'montserrat-light';
}
h1 {
  font-family: 'montserrat-semibold';
}
h2,
h3,
h4,
h5 {
  font-family: 'montserrat';
  font-weight: 200;
}
.bullet-divider {
  color: #4c566f;
  margin: 0;
  margin-top: 40px;
  background-color: #4c566f;
  width: 50px;
  height: 4px;
  border: none;
}
.bullet-divider--orange {
  background-color: #f8bb41;
}
.btn--outline {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.btn--outline:focus {
  outline: none;
}
.btn--outline:hover {
  background-color: #fff;
  color: #4c566f;
}
.btn--outline:disabled,
.btn--outline:disabled:hover,
.btn--outline .btn.disabled {
  background-color: #cccfd7 !important;
  border-color: #cccfd7 !important;
  color: #fff;
}
.btn--inverse {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  background: none;
  color: #4c566f;
  border: 2px solid #4c566f;
}
.btn--inverse:focus {
  outline: none;
}
.btn--inverse:hover {
  background: #4c566f;
  color: #fff;
}
.btn--inverse.btn--apple {
  background-image: url("/assets/frontend/img/ic_apple_black.svg");
}
.btn--inverse.btn--apple:hover {
  background-image: url("/assets/frontend/img/ic_apple_white.svg");
}
.btn--inverse.btn--play {
  background-image: url("/assets/frontend/img/ic_play_store_black.svg");
}
.btn--inverse.btn--play:hover {
  background-image: url("/assets/frontend/img/ic_play_store_white.svg");
}
.btn.compact {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn--green {
  border: 2px solid #59d2a0;
  background: #59d2a0;
}
.btn--green:hover {
  background: #23ce86;
  border-color: #23ce86;
  color: #fff;
}
.btn--green.btn--apple:hover {
  background-image: url("/assets/frontend/img/ic_apple_white.svg") !important;
}
.btn--green.btn--play:hover {
  background-image: url("/assets/frontend/img/ic_play_store_white.svg") !important;
}
.btn--apple {
  background-image: url("/assets/frontend/img/ic_apple_white.svg");
  background-repeat: no-repeat !important;
  background-position: 25px 4px !important;
  padding-left: 60px !important;
}
.btn--apple:hover {
  background-image: url("/assets/frontend/img/ic_apple_black.svg");
}
.btn--play {
  background-image: url("/assets/frontend/img/ic_play_store_white.svg");
  background-repeat: no-repeat !important;
  background-position: 25px 9px !important;
  padding-left: 60px !important;
}
.btn--play:hover {
  background-image: url("/assets/frontend/img/ic_play_store_black.svg");
}
.btn.disabled {
  background-color: #cccfd7 !important;
  border-color: #cccfd7 !important;
  color: #fff;
}
.header-menu--inverse .btn--apple {
  background-image: url("/assets/frontend/img/ic_apple_white.svg") !important;
}
.header-menu--inverse .btn--apple:hover {
  background-image: url("/assets/frontend/img/ic_apple_white.svg") !important;
}
.header-menu--inverse .btn--play {
  background-image: url("/assets/frontend/img/ic_play_store_white.svg") !important;
}
.header-menu--inverse .btn--play:hover {
  background-image: url("/assets/frontend/img/ic_play_store_white.svg") !important;
}
.change-password-form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  text-align: center !important;
  background-color: #fff;
}
.change-password-form:before,
.change-password-form:after {
  content: '';
  display: table;
}
.change-password-form:after {
  clear: both;
}
.change-password-form:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .change-password-form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    border: 1px solid #cccfd7;
    border-radius: 8px;
    padding: 47px;
  }
  .change-password-form:before,
  .change-password-form:after {
    content: '';
    display: table;
  }
  .change-password-form:after {
    clear: both;
  }
  .change-password-form:last-child {
    margin-right: 0%;
  }
}
.change-password-form__icon {
  display: inline-block;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/frontend/img/ic_password.svg");
  margin-bottom: 20px;
}
.change-password-form h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 72px;
}
.change-password-form__form-container {
  position: relative;
}
.change-password-form__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.change-password-form__overlay span {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.change-password-form__overlay.loading {
  opacity: 1;
  visibility: inherit;
}
.change-password-form__overlay.loading .loading {
  opacity: 1;
}
.change-password-form__overlay.success {
  opacity: 1;
  visibility: inherit;
}
.change-password-form__overlay.success .success {
  color: #009c91;
  opacity: 1;
}
.change-password-form .control {
  width: 80%;
  position: relative;
  margin: auto auto;
  margin-bottom: 36px;
}
.change-password-form .control input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccfd7;
  border-radius: 3px;
  padding: 16px;
  outline: none;
}
.change-password-form .control input:focus {
  border-color: #009c91;
}
.change-password-form .control input:invalid {
  border-color: #e96464;
}
.change-password-form .control input + label {
  position: absolute;
  top: -18px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #009c91;
  left: 0;
  -webkit-transition: top 0.7s ease, opacity 0.7s ease;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
}
.change-password-form .control input:focus + label {
  opacity: 1;
  top: -24px;
}
.change-password-form .control input:invalid + label {
  color: #e96464;
}
.change-password-form .btn {
  border: 2px solid #59d2a0;
  background: #59d2a0;
}
.change-password-form .btn:hover {
  background: #23ce86;
  border-color: #23ce86;
  color: #fff;
}
.component {
  background-color: #f00;
  background-image: url("../img/bg-1.png");
}
.event-list {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
  margin-top: 80px;
}
.event-list:before,
.event-list:after {
  content: '';
  display: table;
}
.event-list:after {
  clear: both;
}
.event-list:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .event-list {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 12.875%;
    margin-right: 3%;
  }
  .event-list:before,
  .event-list:after {
    content: '';
    display: table;
  }
  .event-list:after {
    clear: both;
  }
  .event-list:last-child {
    margin-right: 0%;
  }
}
.event-list table {
  width: 100%;
  margin-bottom: 118px;
}
.event-list table tr {
  border-bottom: 1px solid #cccfd7;
}
.event-list table tr:first-child {
  border-top: 1px solid #cccfd7;
}
.event-list table td {
  padding: 44px 0px;
}
.event-list table td:nth-child(1) {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .event-list table td:nth-child(1) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.event-list table td:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 48em) {
  .event-list table td:nth-child(2) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.event-list table td:nth-child(3) {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .event-list table td:nth-child(3) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.event-list table td img {
  margin-right: 14px;
}
.faq {
  margin-top: 32px;
}
.faq hr {
  background-color: #009c91;
}
.faq__item {
  margin-top: 0;
  margin-bottom: 48px;
}
.faq__item p {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.faq__item h5 {
  margin: 0;
  font-family: montserrat;
  font-size: 18px;
  font-size: 1.8rem;
}
.footer {
  height: 168px;
  border-top: 1px solid #cccfd7;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
}
.footer__copyright {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin: 30px 0;
}
.footer__copyright:before,
.footer__copyright:after {
  content: '';
  display: table;
}
.footer__copyright:after {
  clear: both;
}
.footer__copyright:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .footer__copyright {
    margin: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.3125%;
    margin-left: 6.4375%;
    margin-right: 3%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__copyright:before,
  .footer__copyright:after {
    content: '';
    display: table;
  }
  .footer__copyright:after {
    clear: both;
  }
  .footer__copyright:last-child {
    margin-right: 0%;
  }
}
.footer__social {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 47.9375em) {
  .footer__social {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .footer__social:before,
  .footer__social:after {
    content: '';
    display: table;
  }
  .footer__social:after {
    clear: both;
  }
  .footer__social:last-child {
    margin-right: 0%;
  }
}
@media screen and (min-width: 48em) {
  .footer__social {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer__social li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .footer__social li {
    margin-bottom: 0px;
  }
}
.footer__menu {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 0;
  margin: 0;
  overflow: auto;
  margin-bottom: 30px;
  list-style: none;
}
.footer__menu:before,
.footer__menu:after {
  content: '';
  display: table;
}
.footer__menu:after {
  clear: both;
}
.footer__menu:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .footer__menu {
    margin: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 26.428571428571427%;
    margin-left: 70.8125%;
    margin-right: 3%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__menu:before,
  .footer__menu:after {
    content: '';
    display: table;
  }
  .footer__menu:after {
    clear: both;
  }
  .footer__menu:last-child {
    margin-right: 0%;
  }
}
.footer__menu li {
  display: inline;
  list-style-type: none;
  white-space: pre;
}
@media screen and (min-width: 48em) {
  .footer__menu li {
    float: left;
  }
}
.footer__menu li a {
  color: #4c566f;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer__menu li a:hover {
  color: #000;
}
.footer__menu li:before {
  content: " • ";
}
.footer__menu li:first-child:before {
  content: none;
}
.header-hero {
  height: 817px;
  color: #fff;
  text-align: center;
  background: no-repeat center center;
  background-size: cover;
}
.header-hero h2 {
  font-family: 'montserrat-semibold';
  text-transform: uppercase;
  margin: 0 18px;
  margin-bottom: 24px;
  font-size: 50px;
  font-size: 5rem;
  font-weight: normal;
}
@media screen and (min-width: 48em) {
  .header-hero h2 {
    margin: 0;
  }
}
.header-hero h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 18px;
  margin-bottom: 62px;
}
.header-hero--home {
  background-image: url("/assets/frontend/img/header_hero_1.jpg");
}
.header-hero--events {
  background-image: url("/assets/frontend/img/header_hero_2.jpg");
}
.header-hero--support {
  background-image: url("/assets/frontend/img/header_hero_3.jpg");
}
.header-menu-button {
  box-sizing: border-box;
  padding: 2px;
}
.header-menu-button__line {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  opacity: 0.8;
  margin-bottom: 5px;
}
.header-menu--inverse .header-menu-button__line {
  background: #4c566f;
}
.header-menu {
  width: 100%;
  color: #cccfd7;
  position: fixed;
  z-index: 9999;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 48em) {
  .header-menu {
    height: 130px;
  }
}
.header-menu__logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  height: 38px;
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/frontend/img/logo.svg");
}
.header-menu__logo:before,
.header-menu__logo:after {
  content: '';
  display: table;
}
.header-menu__logo:after {
  clear: both;
}
.header-menu__logo:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .header-menu__logo {
    margin: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 6.4375%;
    margin-right: 3%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-menu__logo:before,
  .header-menu__logo:after {
    content: '';
    display: table;
  }
  .header-menu__logo:after {
    clear: both;
  }
  .header-menu__logo:last-child {
    margin-right: 0%;
  }
}
.header-menu__menu {
  overflow: auto;
  padding: 0;
  margin: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 30px;
  list-style: none;
}
@media screen and (max-width: 47.9375em) {
  .header-menu__menu {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .header-menu__menu:before,
  .header-menu__menu:after {
    content: '';
    display: table;
  }
  .header-menu__menu:after {
    clear: both;
  }
  .header-menu__menu:last-child {
    margin-right: 0%;
  }
}
@media screen and (min-width: 48em) {
  .header-menu__menu {
    margin: 0;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.header-menu__menu li {
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .header-menu__menu li {
    margin: 0;
    float: left;
  }
}
.header-menu__menu a {
  margin: 0px 22px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #cccfd7;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.header-menu__menu a:hover,
.header-menu__menu a.active {
  color: #fff;
}
.header-menu__get-the-app-apple {
  margin-bottom: 15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 48em) {
  .header-menu__get-the-app-apple {
    margin: -20px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.285714285714285%;
    margin-left: 68.75%;
    margin-right: 0%;
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-menu__get-the-app-apple:before,
  .header-menu__get-the-app-apple:after {
    content: '';
    display: table;
  }
  .header-menu__get-the-app-apple:after {
    clear: both;
  }
}
.header-menu__get-the-app-play {
  margin-bottom: 15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 48em) {
  .header-menu__get-the-app-play {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.285714285714285%;
    margin-left: 68.75%;
    margin-right: 0%;
    margin-top: 0px;
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-menu__get-the-app-play:before,
  .header-menu__get-the-app-play:after {
    content: '';
    display: table;
  }
  .header-menu__get-the-app-play:after {
    clear: both;
  }
}
.header-menu__get-the-app-apple {
  margin-bottom: 15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 75.0625em) {
  .header-menu__get-the-app-apple {
    margin: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.285714285714285%;
    margin-left: 68.75%;
    margin-right: 0%;
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-menu__get-the-app-apple:before,
  .header-menu__get-the-app-apple:after {
    content: '';
    display: table;
  }
  .header-menu__get-the-app-apple:after {
    clear: both;
  }
}
.header-menu__get-the-app-play {
  margin-bottom: 15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 75.0625em) {
  .header-menu__get-the-app-play {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 68.75%;
    margin-right: 0%;
    margin-left: 5px;
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-menu__get-the-app-play:before,
  .header-menu__get-the-app-play:after {
    content: '';
    display: table;
  }
  .header-menu__get-the-app-play:after {
    clear: both;
  }
}
.header-menu .header-menu-button {
  position: absolute;
  top: 38px;
  left: 30px;
}
@media screen and (min-width: 48em) {
  .header-menu .header-menu-button {
    display: none;
  }
}
.header-menu--inverse {
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #cccfd7;
  font-color: #4c566f;
}
@media screen and (min-width: 48em) {
  .header-menu--inverse {
    margin-bottom: 72px;
  }
}
.header-menu--inverse .header-menu__logo {
  background-image: url("/assets/frontend/img/logo_inverse.svg") !important;
}
.header-menu--inverse .header-menu__menu a {
  color: #4c566f;
}
.header-menu--inverse .header-menu__menu a:hover,
.header-menu--inverse .header-menu__menu a.active {
  color: #000;
}
.header-menu--inverse .header-menu__get-the-app-play {
  border: 2px solid #59d2a0;
  background: #59d2a0;
}
.header-menu--inverse .header-menu__get-the-app-play:hover {
  background: #23ce86;
  border-color: #23ce86;
  color: #fff;
}
.header-menu--inverse .header-menu__get-the-app-apple {
  border: 2px solid #59d2a0;
  background: #59d2a0;
}
.header-menu--inverse .header-menu__get-the-app-apple:hover {
  background: #23ce86;
  border-color: #23ce86;
  color: #fff;
}
.header-menu.expanded + .content .header-hero {
  padding-top: 140px;
}
@media screen and (max-width: 47.9375em) {
  .header-menu:not(.expanded) .header-menu__menu,
  .header-menu:not(.expanded) .header-menu__get-the-app-play,
  .header-menu:not(.expanded) .header-menu__get-the-app-apple {
    display: none;
  }
}
.header-menu--inverse--fixed {
  position: fixed !important;
}
.header-offset {
  padding-top: 132px;
}
@media screen and (min-width: 48em) {
  .header-offset {
    padding-top: 192px;
  }
}
.home-app-links {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
  padding-bottom: 72px;
}
.home-app-links:before,
.home-app-links:after {
  content: '';
  display: table;
}
.home-app-links:after {
  clear: both;
}
.home-app-links:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home-app-links {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 61.375%;
    margin-left: 19.3125%;
    margin-right: 3%;
  }
  .home-app-links:before,
  .home-app-links:after {
    content: '';
    display: table;
  }
  .home-app-links:after {
    clear: both;
  }
  .home-app-links:last-child {
    margin-right: 0%;
  }
}
.home-app-links__content {
  background: #fff;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
  text-align: center !important;
  border: 1px solid #cccfd7;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px 32px;
}
.home-app-links__content:before,
.home-app-links__content:after {
  content: '';
  display: table;
}
.home-app-links__content:after {
  clear: both;
}
.home-app-links__content:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home-app-links__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 10.3%;
    margin-right: 3%;
  }
  .home-app-links__content:before,
  .home-app-links__content:after {
    content: '';
    display: table;
  }
  .home-app-links__content:after {
    clear: both;
  }
  .home-app-links__content:last-child {
    margin-right: 0%;
  }
}
@media screen and (min-width: 48em) {
  .home-app-links__content {
    padding: 37px 90px;
  }
}
.home-app-links__content h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.home-app-links__content p {
  font-size: 16px;
  font-size: 1.6rem;
}
.home-app-links__content a,
.home-app-links__content button {
  margin-bottom: 18px;
  display: block;
}
@media screen and (min-width: 75.0625em) {
  .home-app-links__content a,
  .home-app-links__content button {
    margin-top: 30px;
    margin-bottom: 0;
    vertical-align: bottom;
    display: block;
    float: left;
  }
  .home-app-links__content a:last-child,
  .home-app-links__content button:last-child {
    margin-right: 0;
    float: right;
  }
  .home-app-links__content a.center,
  .home-app-links__content button.center {
    float: none;
    display: inline-block;
  }
}
.home-app-links__background {
  z-index: -100;
  background: #edeef2;
  position: absolute;
  top: 48px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.home-app-links--orange .home-app-links__background {
  background: #f8bb41;
}
.home-demo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
  text-align: center !important;
  overflow: auto;
  margin-top: 178px;
}
.home-demo:before,
.home-demo:after {
  content: '';
  display: table;
}
.home-demo:after {
  clear: both;
}
.home-demo:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home-demo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 87.5%;
    margin-left: 12.5%;
    margin-right: 0%;
    padding-bottom: 300px;
  }
  .home-demo:before,
  .home-demo:after {
    content: '';
    display: table;
  }
  .home-demo:after {
    clear: both;
  }
}
@media screen and (min-width: 1600px) {
  .home-demo {
    padding-bottom: 450px;
  }
}
@media only screen and (device-width: 768px) {
  .home-demo {
    padding-bottom: 60px;
  }
}
.home-demo .sticky-wrapper {
  position: absolute;
}
.home-demo__header {
  display: block;
  font-size: 34px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.home-demo__header:before,
.home-demo__header:after {
  content: '';
  display: table;
}
.home-demo__header:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .home-demo__header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 85.71428571428571%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 137px;
  }
  .home-demo__header:before,
  .home-demo__header:after {
    content: '';
    display: table;
  }
  .home-demo__header:after {
    clear: both;
  }
}
.home-demo__section {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.home-demo__section:before,
.home-demo__section:after {
  content: '';
  display: table;
}
.home-demo__section:after {
  clear: both;
}
.home-demo__section:last-child {
  margin-right: 0%;
}
.home-demo__fixed {
  position: absolute;
  display: none;
  width: 90%;
}
@media screen and (min-width: 48em) {
  .home-demo__fixed {
    display: block;
  }
}
@media only screen and (device-width: 768px) {
  .home-demo__fixed {
    display: none;
  }
}
.home-demo__page-indicator {
  position: absolute;
  top: 140px;
  left: 600px;
}
@media screen and (min-width: 900px) {
  .home-demo__page-indicator {
    left: 700px;
  }
}
@media screen and (min-width: 1000px) {
  .home-demo__page-indicator {
    left: 800px;
  }
}
@media screen and (min-width: 1100px) {
  .home-demo__page-indicator {
    left: 900px;
  }
}
@media screen and (min-width: 1400px) {
  .home-demo__page-indicator {
    left: 1000px;
  }
}
@media screen and (min-width: 1500px) {
  .home-demo__page-indicator {
    left: 1100px;
  }
}
@media screen and (min-width: 1600px) {
  .home-demo__page-indicator {
    left: 1200px;
  }
}
.home-demo__page-indicator div {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 25px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 2px solid #4c566f;
}
.home-demo__page-indicator div.selected {
  background-color: #4c566f;
}
.home-demo__phone {
  position: absolute;
  height: 470px;
  width: 229px;
}
@media screen and (min-width: 1600px) {
  .home-demo__phone {
    height: 705px;
    width: 345px;
  }
}
.home-demo__phone__page-indicator {
  position: absolute;
  right: 0;
}
.home-demo__phone__device {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-demo__phone__screen {
  position: absolute;
  top: 59px;
  left: 15px;
  width: 200px;
  overflow: hidden;
  height: 354px;
}
@media screen and (min-width: 1600px) {
  .home-demo__phone__screen {
    top: 89px;
    left: 23px;
    width: 300px;
    height: 532px;
  }
}
.home-demo__phone__screen img {
  width: 100%;
}
.home-demo__content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: left;
}
.home-demo__content:before,
.home-demo__content:after {
  content: '';
  display: table;
}
.home-demo__content:after {
  clear: both;
}
.home-demo__content:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home-demo__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 42.0625%;
    margin-left: 38.625%;
    margin-right: 3%;
  }
  .home-demo__content:before,
  .home-demo__content:after {
    content: '';
    display: table;
  }
  .home-demo__content:after {
    clear: both;
  }
  .home-demo__content:last-child {
    margin-right: 0%;
  }
}
@media screen and (min-width: 75.0625em) {
  .home-demo__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 42.0625%;
    margin-left: 25.75%;
    margin-right: 3%;
  }
  .home-demo__content:before,
  .home-demo__content:after {
    content: '';
    display: table;
  }
  .home-demo__content:after {
    clear: both;
  }
  .home-demo__content:last-child {
    margin-right: 0%;
  }
}
@media only screen and (device-width: 768px) {
  .home-demo__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 93.5625%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home-demo__content:before,
  .home-demo__content:after {
    content: '';
    display: table;
  }
  .home-demo__content:after {
    clear: both;
  }
  .home-demo__content:last-child {
    margin-right: 0%;
  }
}
.home-demo__content__item {
  padding-bottom: 100px;
  text-align: left !important;
}
@media screen and (min-width: 48em) {
  .home-demo__content__item {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (device-width: 768px) {
  .home-demo__content__item {
    padding-top: 0px;
  }
}
.home-demo__content__item h4 {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  padding-left: 45px;
  text-transform: uppercase;
}
.home-demo__content__item h4 img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.home-demo__content__item p {
  font-size: 16px;
  font-size: 1.6rem;
}
.home-demo__content__item a {
  margin-top: 38px;
}
.home-demo--mobile {
  height: 470px;
  width: 230px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 48em) {
  .home-demo--mobile {
    display: none;
  }
}
@media only screen and (device-width: 768px) {
  .home-demo--mobile {
    display: block;
    margin: 0;
  }
}
.home-demo--mobile__device {
  position: absolute;
  left: 0;
  width: 100%;
}
.home-demo--mobile__screen {
  position: absolute;
  top: 58px;
  left: 14px;
  width: 202px;
  height: 355px;
}
.home-demo--mobile__screen img {
  width: 100%;
  height: 100%;
}
.home-feature {
  position: relative;
}
.home-feature__content {
  padding-top: 30px;
}
.home-feature__content p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .home-feature__content p {
    width: 70%;
  }
}
.home-feature__image img {
  width: 100%;
}
.home-feature__background {
  z-index: -100;
  background: #edeef2;
}
.home-feature--orange .home-feature__background {
  background-color: #f8bb41;
}
.home-feature--orange .bullet-divider {
  background-color: #f8bb41;
}
.landing {
  background: url("/assets/frontend/img/background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.landing__intro {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.landing__intro img {
  margin-top: 20px;
}
.landing__intro h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
}
.landing__intro p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
html {
  width: 100%;
  min-height: 100%;
}
.social-button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cccfd7;
}
.social-button:hover {
  background-color: #727b92;
}
.social-button--facebook {
  background-image: url("/assets/frontend/img/ic_facebook.svg");
}
.social-button--instagram {
  background-image: url("/assets/frontend/img/ic_instagram.svg");
}
.social-button--twitter {
  background-image: url("/assets/frontend/img/ic_twitter.png");
}
.authors {
  overflow: auto;
  padding-bottom: 80px;
}
.authors .home-feature--2-1 {
  margin-top: 40px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
}
.authors .home-feature--2-1:before,
.authors .home-feature--2-1:after {
  content: '';
  display: table;
}
.authors .home-feature--2-1:after {
  clear: both;
}
.authors .home-feature--2-1:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .authors .home-feature--2-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 80.6875%;
    margin-left: 12.875%;
    margin-right: 3%;
  }
  .authors .home-feature--2-1:before,
  .authors .home-feature--2-1:after {
    content: '';
    display: table;
  }
  .authors .home-feature--2-1:after {
    clear: both;
  }
  .authors .home-feature--2-1:last-child {
    margin-right: 0%;
  }
}
.authors .home-feature--2-1 .home-feature__content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.authors .home-feature--2-1 .home-feature__content:before,
.authors .home-feature--2-1 .home-feature__content:after {
  content: '';
  display: table;
}
.authors .home-feature--2-1 .home-feature__content:after {
  clear: both;
}
.authors .home-feature--2-1 .home-feature__content:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .authors .home-feature--2-1 .home-feature__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.53846153846154%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .authors .home-feature--2-1 .home-feature__content:before,
  .authors .home-feature--2-1 .home-feature__content:after {
    content: '';
    display: table;
  }
  .authors .home-feature--2-1 .home-feature__content:after {
    clear: both;
  }
  .authors .home-feature--2-1 .home-feature__content:last-child {
    margin-right: 0%;
  }
}
.authors .home-feature--2-1 .home-feature__image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.authors .home-feature--2-1 .home-feature__image:before,
.authors .home-feature--2-1 .home-feature__image:after {
  content: '';
  display: table;
}
.authors .home-feature--2-1 .home-feature__image:after {
  clear: both;
}
.authors .home-feature--2-1 .home-feature__image:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .authors .home-feature--2-1 .home-feature__image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.53846153846154%;
    margin-left: 7.923076923076923%;
    margin-right: 3%;
    top: -100px;
  }
  .authors .home-feature--2-1 .home-feature__image:before,
  .authors .home-feature--2-1 .home-feature__image:after {
    content: '';
    display: table;
  }
  .authors .home-feature--2-1 .home-feature__image:after {
    clear: both;
  }
  .authors .home-feature--2-1 .home-feature__image:last-child {
    margin-right: 0%;
  }
}
.authors .home-feature--2-1 .home-feature__image img {
  max-width: 348px !important;
}
.authors .home-feature--2-1 .home-feature__background {
  position: absolute;
  top: 200px;
  width: 80%;
  left: 54px;
  bottom: -40px;
}
@media screen and (min-width: 48em) {
  .authors .home-feature--2-1 .home-feature__background {
    width: 90%;
  }
}
@media screen and (min-width: 75.0625em) {
  .authors .home-feature--2-1 .home-feature__background {
    right: 360px;
  }
}
.authors .home-feature--images-only {
  margin-top: 60px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.authors .home-feature--images-only:before,
.authors .home-feature--images-only:after {
  content: '';
  display: table;
}
.authors .home-feature--images-only:after {
  clear: both;
}
.authors .home-feature--images-only:last-child {
  margin-right: 0%;
}
.authors .home-feature--images-only img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.authors .home-feature--images-only img:before,
.authors .home-feature--images-only img:after {
  content: '';
  display: table;
}
.authors .home-feature--images-only img:after {
  clear: both;
}
.authors .home-feature--images-only img:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .authors .home-feature--images-only img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .authors .home-feature--images-only img:before,
  .authors .home-feature--images-only img:after {
    content: '';
    display: table;
  }
  .authors .home-feature--images-only img:after {
    clear: both;
  }
  .authors .home-feature--images-only img:last-child {
    margin-right: 0%;
  }
}
.authors .home-feature--images-only img:nth-child(2) {
  margin-top: 16px;
}
@media screen and (min-width: 48em) {
  .authors .home-feature--images-only img:nth-child(2) {
    margin-top: 196px;
  }
}
.authors .col-md-4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.authors .col-md-4:before,
.authors .col-md-4:after {
  content: '';
  display: table;
}
.authors .col-md-4:after {
  clear: both;
}
.authors .col-md-4:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .authors .col-md-4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .authors .col-md-4:before,
  .authors .col-md-4:after {
    content: '';
    display: table;
  }
  .authors .col-md-4:after {
    clear: both;
  }
  .authors .col-md-4:last-child {
    margin-right: 0%;
  }
}
.authors .card {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.authors .profile-view {
  text-align: center;
}
.authors .profile-view .pv-header {
  color: #fff;
  background: url("/assets/frontend/img/bg-authors@3x.jpg");
  background-size: 1000px 100%;
  position: relative;
  height: 300px;
  width: 100%;
}
.authors .profile-view .pv-header .pv-main {
  border-radius: 50%;
  width: 200px;
  position: absolute;
  height: 200px;
  top: 10px;
  left: 50%;
  margin-left: -100px;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.authors .profile-view .pv-header .author-info {
  position: relative;
  top: 215px;
}
.authors .profile-view .pv-header .author-name {
  margin-bottom: 5px;
}
.authors .profile-view .pv-body {
  padding: 20px 25px;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 0.98em;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
}
.events {
  overflow: auto;
  padding-bottom: 80px;
}
.events .home-feature--2-1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
}
.events .home-feature--2-1:before,
.events .home-feature--2-1:after {
  content: '';
  display: table;
}
.events .home-feature--2-1:after {
  clear: both;
}
.events .home-feature--2-1:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .events .home-feature--2-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 80.6875%;
    margin-left: 12.875%;
    margin-right: 3%;
  }
  .events .home-feature--2-1:before,
  .events .home-feature--2-1:after {
    content: '';
    display: table;
  }
  .events .home-feature--2-1:after {
    clear: both;
  }
  .events .home-feature--2-1:last-child {
    margin-right: 0%;
  }
}
.events .home-feature--2-1 .home-feature__content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.events .home-feature--2-1 .home-feature__content:before,
.events .home-feature--2-1 .home-feature__content:after {
  content: '';
  display: table;
}
.events .home-feature--2-1 .home-feature__content:after {
  clear: both;
}
.events .home-feature--2-1 .home-feature__content:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .events .home-feature--2-1 .home-feature__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.53846153846154%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .events .home-feature--2-1 .home-feature__content:before,
  .events .home-feature--2-1 .home-feature__content:after {
    content: '';
    display: table;
  }
  .events .home-feature--2-1 .home-feature__content:after {
    clear: both;
  }
  .events .home-feature--2-1 .home-feature__content:last-child {
    margin-right: 0%;
  }
}
.events .home-feature--2-1 .home-feature__image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.events .home-feature--2-1 .home-feature__image:before,
.events .home-feature--2-1 .home-feature__image:after {
  content: '';
  display: table;
}
.events .home-feature--2-1 .home-feature__image:after {
  clear: both;
}
.events .home-feature--2-1 .home-feature__image:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .events .home-feature--2-1 .home-feature__image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.53846153846154%;
    margin-left: 7.923076923076923%;
    margin-right: 3%;
    top: -100px;
  }
  .events .home-feature--2-1 .home-feature__image:before,
  .events .home-feature--2-1 .home-feature__image:after {
    content: '';
    display: table;
  }
  .events .home-feature--2-1 .home-feature__image:after {
    clear: both;
  }
  .events .home-feature--2-1 .home-feature__image:last-child {
    margin-right: 0%;
  }
}
.events .home-feature--2-1 .home-feature__image img {
  max-width: 348px !important;
}
.events .home-feature--2-1 .home-feature__background {
  position: absolute;
  top: 200px;
  width: 80%;
  left: 54px;
  bottom: -40px;
}
@media screen and (min-width: 48em) {
  .events .home-feature--2-1 .home-feature__background {
    width: 90%;
  }
}
@media screen and (min-width: 75.0625em) {
  .events .home-feature--2-1 .home-feature__background {
    right: 360px;
  }
}
.events .home-feature--images-only {
  margin-top: 60px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.events .home-feature--images-only:before,
.events .home-feature--images-only:after {
  content: '';
  display: table;
}
.events .home-feature--images-only:after {
  clear: both;
}
.events .home-feature--images-only:last-child {
  margin-right: 0%;
}
.events .home-feature--images-only img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.events .home-feature--images-only img:before,
.events .home-feature--images-only img:after {
  content: '';
  display: table;
}
.events .home-feature--images-only img:after {
  clear: both;
}
.events .home-feature--images-only img:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .events .home-feature--images-only img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .events .home-feature--images-only img:before,
  .events .home-feature--images-only img:after {
    content: '';
    display: table;
  }
  .events .home-feature--images-only img:after {
    clear: both;
  }
  .events .home-feature--images-only img:last-child {
    margin-right: 0%;
  }
}
.events .home-feature--images-only img:nth-child(2) {
  margin-top: 16px;
}
@media screen and (min-width: 48em) {
  .events .home-feature--images-only img:nth-child(2) {
    margin-top: 196px;
  }
}
.home {
  overflow: auto;
  padding-bottom: 80px;
}
.home .home-feature--1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
}
@media screen and (min-width: 48em) {
  .home .home-feature--1 {
    margin-top: 70px;
  }
}
.home .home-feature--1:before,
.home .home-feature--1:after {
  content: '';
  display: table;
}
.home .home-feature--1:after {
  clear: both;
}
.home .home-feature--1:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home .home-feature--1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 80.6875%;
    margin-left: 12.875%;
    margin-right: 3%;
  }
  .home .home-feature--1:before,
  .home .home-feature--1:after {
    content: '';
    display: table;
  }
  .home .home-feature--1:after {
    clear: both;
  }
  .home .home-feature--1:last-child {
    margin-right: 0%;
  }
}
.home .home-feature--1 .home-feature__content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.home .home-feature--1 .home-feature__content:before,
.home .home-feature--1 .home-feature__content:after {
  content: '';
  display: table;
}
.home .home-feature--1 .home-feature__content:after {
  clear: both;
}
.home .home-feature--1 .home-feature__content:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home .home-feature--1 .home-feature__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.53846153846154%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home .home-feature--1 .home-feature__content:before,
  .home .home-feature--1 .home-feature__content:after {
    content: '';
    display: table;
  }
  .home .home-feature--1 .home-feature__content:after {
    clear: both;
  }
  .home .home-feature--1 .home-feature__content:last-child {
    margin-right: 0%;
  }
}
.home .home-feature--1 .home-feature__image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.home .home-feature--1 .home-feature__image:before,
.home .home-feature--1 .home-feature__image:after {
  content: '';
  display: table;
}
.home .home-feature--1 .home-feature__image:after {
  clear: both;
}
.home .home-feature--1 .home-feature__image:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home .home-feature--1 .home-feature__image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.53846153846154%;
    margin-left: 7.923076923076923%;
    margin-right: 3%;
  }
  .home .home-feature--1 .home-feature__image:before,
  .home .home-feature--1 .home-feature__image:after {
    content: '';
    display: table;
  }
  .home .home-feature--1 .home-feature__image:after {
    clear: both;
  }
  .home .home-feature--1 .home-feature__image:last-child {
    margin-right: 0%;
  }
}
.home .home-feature--1 .home-feature__background {
  top: 0;
  width: 66%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -48px;
}
.home .home-feature--2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 80px;
}
.home .home-feature--2:before,
.home .home-feature--2:after {
  content: '';
  display: table;
}
.home .home-feature--2:after {
  clear: both;
}
.home .home-feature--2:last-child {
  margin-right: 0%;
}
.home .home-feature--2 .home-feature__image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.home .home-feature--2 .home-feature__image:before,
.home .home-feature--2 .home-feature__image:after {
  content: '';
  display: table;
}
.home .home-feature--2 .home-feature__image:after {
  clear: both;
}
.home .home-feature--2 .home-feature__image:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home .home-feature--2 .home-feature__image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 54.9375%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home .home-feature--2 .home-feature__image:before,
  .home .home-feature--2 .home-feature__image:after {
    content: '';
    display: table;
  }
  .home .home-feature--2 .home-feature__image:after {
    clear: both;
  }
  .home .home-feature--2 .home-feature__image:last-child {
    margin-right: 0%;
  }
}
.home .home-feature--2 .home-feature__content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
}
.home .home-feature--2 .home-feature__content:before,
.home .home-feature--2 .home-feature__content:after {
  content: '';
  display: table;
}
.home .home-feature--2 .home-feature__content:after {
  clear: both;
}
.home .home-feature--2 .home-feature__content:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .home .home-feature--2 .home-feature__content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 29.1875%;
    margin-left: 6.4375%;
    margin-right: 3%;
    padding-top: 100px;
  }
  .home .home-feature--2 .home-feature__content:before,
  .home .home-feature--2 .home-feature__content:after {
    content: '';
    display: table;
  }
  .home .home-feature--2 .home-feature__content:after {
    clear: both;
  }
  .home .home-feature--2 .home-feature__content:last-child {
    margin-right: 0%;
  }
}
.home .home-feature--2 .home-feature__background {
  position: absolute;
  top: 48px;
  right: 0;
  left: 190px;
  bottom: -48px;
}
.password {
  overflow: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 48em) {
  .password {
    background-color: #edeef2;
  }
}
.support {
  overflow: auto;
  padding-bottom: 80px;
}
.support .faq {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
}
.support .faq:before,
.support .faq:after {
  content: '';
  display: table;
}
.support .faq:after {
  clear: both;
}
.support .faq:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .support .faq {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 35.625%;
    margin-left: 12.875%;
    margin-right: 3%;
  }
  .support .faq:before,
  .support .faq:after {
    content: '';
    display: table;
  }
  .support .faq:after {
    clear: both;
  }
  .support .faq:last-child {
    margin-right: 0%;
  }
}
.support .home-app-links .home-app-links__background {
  background: #559c30;
}
@media screen and (min-width: 48em) {
  .support .home-app-links {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 35.625%;
    margin-left: 6.4375%;
    margin-right: 3%;
    padding-bottom: 48px;
    margin-top: 72px;
  }
  .support .home-app-links:before,
  .support .home-app-links:after {
    content: '';
    display: table;
  }
  .support .home-app-links:after {
    clear: both;
  }
  .support .home-app-links:last-child {
    margin-right: 0%;
  }
  .support .home-app-links .home-app-links__content {
    padding: 48px 32px;
  }
  .support .home-app-links .home-app-links__background {
    left: 90px;
    top: 48px;
    bottom: -48px;
    right: -48px;
  }
}
@media screen and (min-width: 48em) and (min-width: 1600px) {
  .support .home-app-links .home-app-links__background {
    left: 140px;
  }
}
.terms {
  overflow: auto;
  padding-bottom: 80px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 87.125%;
  margin-left: 6.4375%;
  margin-right: 3%;
}
.terms:before,
.terms:after {
  content: '';
  display: table;
}
.terms:after {
  clear: both;
}
.terms:last-child {
  margin-right: 0%;
}
@media screen and (min-width: 48em) {
  .terms {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .terms:before,
  .terms:after {
    content: '';
    display: table;
  }
  .terms:after {
    clear: both;
  }
  .terms:last-child {
    margin-right: 0%;
  }
}
.terms h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.terms__sidebar {
  display: none;
  margin: 0;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 6.4375%;
  margin-right: 3%;
  list-style: none;
  border-right: 1px solid #cccfd7;
  min-height: 280px;
}
@media screen and (min-width: 48em) {
  .terms__sidebar {
    display: block;
  }
}
.terms__sidebar:before,
.terms__sidebar:after {
  content: '';
  display: table;
}
.terms__sidebar:after {
  clear: both;
}
.terms__sidebar:last-child {
  margin-right: 0%;
}
.terms__sidebar li {
  margin-bottom: 20px;
  padding-right: 25px;
  min-height: 24px;
  position: relative;
  text-align: right;
}
.terms__sidebar li a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4c566f;
}
.terms__sidebar li.active:after {
  content: '';
  position: absolute;
  right: -2px;
  width: 3px;
  height: 100%;
  background: #59d2a0;
}
.terms__sidebar li.active a {
  color: #59d2a0;
}
