@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Signika:300,600");
html,
body {
  overflow-x: hidden;
  font-size: 1.5vh; }
  @media screen and (min-width: 576px) {
    html,
    body {
      font-size: 1.1vh; } }
  @media screen and (min-width: 992px) {
    html,
    body {
      font-size: 1.15vw; } }
  @media screen and (min-width: 1400px) {
    html,
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0; }

a {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  a:link, a:hover, a:active, a:focus, a:visited {
    color: inherit;
    text-decoration: none; }
  a:hover {
    color: #cc2b4e; }

img {
  max-width: 100%;
  height: auto; }

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

input,
button,
select {
  border: none; }
  input:focus,
  button:focus,
  select:focus {
    outline: none !important; }

::-moz-selection {
  background-color: #e51b47;
  color: #ffffff; }

::selection {
  background-color: #e51b47;
  color: #ffffff; }

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-25%) translateX(-50%);
    transform: translateY(-25%) translateX(-50%); }
  50% {
    -webkit-transform: translateY(25%) translateX(-50%);
    transform: translateY(25%) translateX(-50%); }
  100% {
    -webkit-transform: translateY(-25%) translateX(-50%);
    transform: translateY(-25%) translateX(-50%); } }

@keyframes updown {
  0% {
    -webkit-transform: translateY(-25%) translateX(-50%);
    transform: translateY(-25%) translateX(-50%); }
  50% {
    -webkit-transform: translateY(25%) translateX(-50%);
    transform: translateY(25%) translateX(-50%); }
  100% {
    -webkit-transform: translateY(-25%) translateX(-50%);
    transform: translateY(-25%) translateX(-50%); } }

.heading-primary, h1 {
  font-family: "Pathway Gothic One", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-size: 5.625rem;
  letter-spacing: -.02em; }
  .heading-primary--md {
    font-size: 4.6875rem;
    line-height: 1; }

.heading-secondary, h2 {
  font-family: "Pathway Gothic One", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-size: 4.375rem;
  letter-spacing: -.02em;
  line-height: 1; }

.heading-tertiary, h3 {
  font-family: "Pathway Gothic One", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: -.02em; }
  .heading-tertiary--big {
    font-size: 2.125rem;
    letter-spacing: 0; }

.heading-quaternary, h4 {
  font-family: "Pathway Gothic One", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-size: 1.6875rem; }

.paragraph, p {
  color: #ffffff;
  font-family: "Pathway Gothic One", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  .paragraph--smallest {
    font-size: .8125rem;
    line-height: .8125rem; }
  .paragraph--smaller {
    font-size: 1.125rem;
    line-height: 1.125rem; }
  .paragraph--small {
    font-size: 1.25rem;
    line-height: 1.25rem; }
  .paragraph--med {
    font-size: 1.375rem;
    line-height: 1.4375rem; }
  .paragraph--lg {
    font-size: 2rem;
    line-height: 1.167; }

.text {
  text-align: justify; }
  .text > * + * {
    margin-top: 1.6667rem; }

.banner {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #000000;
  overflow: hidden; }
  .banner__slider {
    height: 100vh;
    position: relative; }
    .banner__slider .slick-dots {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      z-index: 3;
      position: absolute;
      bottom: 2.667rem;
      left: calc(1.875rem + 15px); }
      @media screen and (min-width: 768px) {
        .banner__slider .slick-dots {
          bottom: 2rem;
          left: calc(4rem + 15px); } }
      .banner__slider .slick-dots li {
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 50%;
        background-color: #ffffff;
        cursor: pointer;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (min-width: 768px) {
          .banner__slider .slick-dots li {
            height: 1.125rem;
            width: 1.125rem; } }
        .banner__slider .slick-dots li.slick-active {
          background-color: #e71a46; }
        .banner__slider .slick-dots li + li {
          margin-left: 7px; }
    .banner__slider-item {
      position: relative;
      height: 100vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (max-width: 768px) {
        .banner__slider-item {
          background-image: none !important; } }
      .banner__slider-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
  .banner__bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 768px) {
      .banner__bg-mobile {
        display: none; } }
  .banner__arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 4rem;
    color: #ffffff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    @media screen and (min-width: 768px) {
      .banner__arrow {
        font-size: 5rem; } }
    .banner__arrow:hover {
      color: #e71a46; }
    .banner__arrow--prev {
      left: calc(1.875rem + 15px); }
      @media screen and (min-width: 768px) {
        .banner__arrow--prev {
          left: calc(4rem + 15px); } }
    .banner__arrow--next {
      right: calc(1.875rem + 15px); }
      @media screen and (min-width: 768px) {
        .banner__arrow--next {
          right: calc(4rem + 15px); } }
  .banner__copy {
    position: relative;
    z-index: 1;
    padding: 10rem 7rem 0 7rem; }
    @media screen and (min-width: 576px) {
      .banner__copy {
        padding-top: 0; } }
    @media screen and (min-width: 768px) {
      .banner__copy {
        padding: 0;
        width: 100%; } }
    .banner__copy h1,
    .banner__copy p {
      opacity: 0;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  .banner__scroll {
    position: absolute;
    z-index: 2;
    bottom: 1.875rem;
    left: 50%;
    cursor: pointer;
    width: 3.75rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: updown infinite 2s ease-in-out;
    animation: updown infinite 2s ease-in-out; }
    .banner__scroll:hover {
      -webkit-filter: none;
      filter: none; }

.intro {
  padding: 3.125rem 1.875rem;
  background-color: #cc2b4e; }

.category__item-wrapper {
  position: relative;
  min-height: 100vh;
  /* background-color: $color-gray-3; */ }
  .category__item-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
    @media screen and (min-width: 768px) {
      .category__item-wrapper:after {
        display: none; } }
  .category__item-wrapper--2 {
    min-height: 200vh; }
    .category__item-wrapper--2 .category__item-slider {
      height: 150%; }
    .category__item-wrapper--2 .category__item-slide {
      height: 150vh !important; }
  .category__item-wrapper--3 {
    min-height: 300vh; }
    .category__item-wrapper--3 .category__item-slider {
      height: 250%; }
    .category__item-wrapper--3 .category__item-slide {
      height: 250vh !important; }

.category__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 133vh; }
  .category__item-slider {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    display: none; }
    @media screen and (min-width: 768px) {
      .category__item-slider {
        display: block; } }
    .category__item-slider:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.65); }
    .category__item-slider .slick-list, .category__item-slider .slick-track {
      height: 100%; }
  .category__item-slide {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 140vh !important;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .category__item-slide {
        background-size: cover;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%); } }
    @media screen and (min-width: 768px) {
      .category__item-slide--mobile {
        display: none; } }
    .category__item-slide--desktop {
      display: none; }
      @media screen and (min-width: 768px) {
        .category__item-slide--desktop {
          display: block; } }
    @media screen and (min-width: 768px) {
      .category__item-slide--alt {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%); } }
    @media screen and (min-width: 768px) {
      .category__item-slide--alt-2 {
        -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
        transform: translateY(25%); } }
  .category__item-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.8125rem 1.875rem; }
    @media screen and (min-width: 768px) {
      .category__item-main {
        padding: 2.8125rem 0; } }
    .category__item-main h2 {
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      display: inline-block; }
  .category__item-social {
    background-color: #161515;
    padding: 1.875rem 2.8125rem;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .category__item-social {
        padding: 1.875rem 0; } }
    .category__item-social-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (min-width: 992px) {
        .category__item-social-content {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .category__item-social-group {
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        .category__item-social-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (min-width: 992px) {
        .category__item-social-group + .category__item-social-group {
          margin-top: 0;
          margin-left: 5rem; } }
    .category__item-social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .category__item-social-title {
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .category__item-social-title {
          margin-bottom: 0;
          margin-right: 1rem; } }
    .category__item-social-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 3.125rem;
      width: 3.125rem;
      border-radius: 50%;
      background-color: #333033;
      font-size: 1.875rem; }
      @media screen and (min-width: 768px) {
        .category__item-social-item {
          font-size: .9375rem; } }
      .category__item-social-item:hover {
        color: #cc2b4e; }
      .category__item-social-item + .category__item-social-item {
        margin-left: 1rem; }
        @media screen and (min-width: 768px) {
          .category__item-social-item + .category__item-social-item {
            margin-left: .75rem; } }
    .category__item-social-icon {
      font-size: 1.5rem; }
    .category__item-social-book {
      display: block;
      background-color: #161515;
      padding: 5px; }
      @media screen and (min-width: 768px) {
        .category__item-social-book {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 5px 1rem 5px 10px; } }
      .category__item-social-book-title {
        margin-bottom: 1rem;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s; }
        @media screen and (min-width: 768px) {
          .category__item-social-book-title {
            margin-bottom: 0;
            margin-right: .75rem; } }
      .category__item-social-book-icon {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        height: 3.125rem; }
      .category__item-social-book:hover .category__item-social-book-title, .category__item-social-book:hover .category__item-social-book-icon {
        color: #cc2b4e;
        -webkit-filter: none;
        filter: none; }

.category--music .category__item-main h2:hover {
  color: #87cc0e; }

.category--circus .category__item-main h2:hover {
  color: #eee614; }

.category--events .category__item-main h2:hover {
  color: #ff9000; }

.category--dancing .category__item-main h2:hover {
  color: #02bae3; }

.scroll-top {
  width: 2.5rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  position: fixed;
  right: .5rem !important;
  bottom: 30px;
  left: auto !important;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  pointer-events: none;
  cursor: pointer; }
  .scroll-top:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); }
  .scroll-top--active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: all; }

.header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.875rem; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 1.875rem 2.8125rem; } }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo {
    display: block;
    width: 6.75rem; }
  .header__social {
    margin-top: 1.875rem;
    color: #ffffff; }
    .header__social-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 0 auto;
      height: 2.25rem;
      width: 2.25rem;
      border-radius: 50%;
      background-color: #333033;
      font-size: 1.125rem; }
      @media screen and (min-width: 992px) {
        .header__social-item {
          height: 1.875rem;
          width: 1.875rem; } }
      @media screen and (min-width: 768px) {
        .header__social-item {
          font-size: .9375rem; } }
      .header__social-item + .header__social-item {
        margin-top: .9375rem; }

.menu__item {
  text-align: right; }
  .menu__item-label {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding-right: 2.5rem;
    position: relative;
    font-size: 2.5rem;
    line-height: 1; }
    @media screen and (min-width: 992px) {
      .menu__item-label {
        font-size: 1.375rem; } }
    .menu__item-label .paragraph--smaller {
      font-size: 2rem; }
      @media screen and (min-width: 992px) {
        .menu__item-label .paragraph--smaller {
          font-size: 1.125rem; } }
    .menu__item-label:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1.125rem;
      width: 1.125rem;
      display: block;
      border-radius: 3px;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .menu__item-label:hover {
      color: #ffffff !important; }
      .menu__item-label:hover:after {
        background-color: #ffffff !important; }
  .menu__item--music .menu__item-label {
    color: #87cc0e; }
    .menu__item--music .menu__item-label:after {
      background-color: #87cc0e; }
  .menu__item--circus .menu__item-label {
    color: #eee614; }
    .menu__item--circus .menu__item-label:after {
      background-color: #eee614; }
  .menu__item--dancing .menu__item-label {
    color: #02bae3; }
    .menu__item--dancing .menu__item-label:after {
      background-color: #02bae3; }
  .menu__item--events .menu__item-label {
    color: #ff9000; }
    .menu__item--events .menu__item-label:after {
      background-color: #ff9000; }
  .menu__item + .menu__item {
    margin-top: .875rem; }

.menu-mini {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  overflow: hidden; }
  .menu-mini__inner {
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0; }
    .menu-mini__inner--active {
      opacity: 1;
      pointer-events: all; }
  .menu-mini__item {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    @media screen and (min-width: 768px) {
      .menu-mini__item {
        height: 1.125rem;
        width: 1.125rem; } }
    .menu-mini__item + .menu-mini__item {
      margin-top: 1rem; }
      @media screen and (min-width: 768px) {
        .menu-mini__item + .menu-mini__item {
          margin-top: .75rem; } }
    .menu-mini__item:hover, .menu-mini__item--active {
      -webkit-box-shadow: 0 0 0 2px #aaaaaa;
      box-shadow: 0 0 0 2px #aaaaaa; }
    .menu-mini__item--music {
      background-color: #87cc0e;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .menu-mini__item--circus {
      background-color: #eee614; }
    .menu-mini__item--dancing {
      background-color: #02bae3; }
    .menu-mini__item--events {
      background-color: #ff9000; }
  .menu-mini__icons {
    margin-top: 1.333rem; }
    @media screen and (min-width: 768px) {
      .menu-mini__icons {
        margin-top: 1rem; } }
  .menu-mini__icon {
    height: 2.8125rem;
    display: none; }
    .menu-mini__icon--active {
      display: block;
      margin: 0 auto; }

.footer {
  background-color: #212121;
  border-bottom: 1.333rem solid #e51b47; }
  @media screen and (min-width: 768px) {
    .footer {
      border-bottom-width: 1rem; } }
  .footer__content {
    padding: 1.875rem 1.875rem 1rem 1.875rem; }
    @media screen and (min-width: 768px) {
      .footer__content {
        padding: 1.875rem 2.8125rem .75rem 2.8125rem; } }
    .footer__content-main {
      text-align: center;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .footer__content-main {
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .footer__content-sub {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .footer__content-sub {
          text-align: right;
          margin-top: 3.125rem; } }
  .footer__social {
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .footer__social {
        text-align: right;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .footer__social-links {
      color: #ffffff;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      position: relative; }
      @media screen and (min-width: 768px) {
        .footer__social-links {
          padding-bottom: .75rem;
          -webkit-margin-after: .75rem;
          margin-block-end: .75rem; } }
      .footer__social-links:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #ffffff; }
        @media screen and (min-width: 768px) {
          .footer__social-links:after {
            width: calc(100% + 8.75rem); } }
    .footer__social-item {
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) {
        .footer__social-item {
          font-size: 1.125rem; } }
      .footer__social-item:hover {
        color: #e51b47; }
      .footer__social-item + .footer__social-item {
        margin-left: 1.25rem; }
  @media screen and (min-width: 768px) {
    .footer__copyright {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

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

.u-color-primary {
  color: #cc2b4e; }
  .u-color-primary-alt {
    color: #e71a46; }

.u-color-music {
  color: #87cc0e; }

.u-color-circus {
  color: #eee614; }

.u-color-events {
  color: #ff9000; }

.u-color-dancing {
  color: #02bae3; }

.u-color-white {
  color: #ffffff; }

.u-color-tfx {
  color: #42be3f; }

.u-color-gray-lgt {
  color: #bababa; }

.u-color-gray-2 {
  color: #212121; }

.u-italics {
  font-style: italic; }

.u-font-alt {
  font-family: "Signika", "Helvetica", "Arial", sans-serif; }

.u-weight-smb {
  font-weight: 600; }

.u-weight-lgt {
  font-weight: 300; }
