@import url(https://use.typekit.net/nkw3plr.css);
@charset "UTF-8";
/* PARTIALS */
/* COLOUR PALETTE */
/* VARIABLES */
/* MIXINS */
/* MEDIA QUERIES */
/* MAIN DECLARATIONS */
*, *:before, *:after {
  box-sizing: border-box;
  position: relative; }

html {
  font-size: 62.5%; }

html, body {
  height: 100%; }

body {
  margin: 0;
  color: #21262B;
  background-color: #DFE2E6;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

a img {
  outline: none; }

img {
  border: 0; }

figure {
  margin: 0; }

:focus {
  outline: none; }

::selection {
  background: #FF8A41;
  color: #FFFFFF;
  text-shadow: none; }

/* VARIABLES */
/* Detect  */
/* SETTINGS */
body {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-display: swap;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    body {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    body {
      font-size: 1.6rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.4rem;
  margin-top: 0; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 400;
    opacity: .6; }

h1 {
  line-height: 1.3; }
  @media screen and (min-width: 46em) {
    h1 {
      font-size: 2.76rem; } }
  @media screen and (max-width: 45.99em) {
    h1 {
      font-size: 2.37rem; } }

h2 {
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    h2 {
      font-size: 2.3rem; } }
  @media screen and (max-width: 45.99em) {
    h2 {
      font-size: 2.07rem; } }

h3 {
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    h3 {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    h3 {
      font-size: 1.82rem; } }

h4 {
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    h4 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    h4 {
      font-size: 1.6rem; } }

h5 {
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    h5 {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    h5 {
      font-size: 1.4rem; } }

h6 {
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    h6 {
      font-size: 1.11rem; } }
  @media screen and (max-width: 45.99em) {
    h6 {
      font-size: 1.23rem; } }

p {
  line-height: 1.5;
  margin-top: 1.4rem;
  margin-bottom: 0; }
  @media screen and (min-width: 46em) {
    p {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    p {
      font-size: 1.6rem; } }
  p > h1 {
    margin-top: 2.8rem; }
  p > h2 {
    margin-top: 2.8rem; }
  p > h3 {
    margin-top: 2.8rem; }
  p > h4 {
    margin-top: 2.1rem; }
  p > h5 {
    margin-top: 2.1rem; }
  p > h6 {
    margin-top: 1.4rem; }

a {
  color: #0488E2;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.u-flexbox__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.u-flexbox__column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* UTILITIES CLASSES */
h1.u-title {
  margin-top: 0;
  margin-bottom: 4.2rem; }

h2.u-title, h3.u-title, h4.u-title, h5.u-title, h6.u-title {
  margin-top: 0;
  margin-bottom: 2.8rem; }

.u-title--form {
  margin-top: 0;
  margin-bottom: 1.4rem; }

.u-margin-reset {
  margin: 0; }

.u-subtitle {
  margin-top: 0;
  margin-bottom: 2.8rem; }

.u-section-space {
  padding-top: 2.8rem;
  margin-top: 2.8rem;
  border-top: 1px solid #CFD4DA; }

.u-clear {
  clear: both; }
  .u-clear:before, .u-clear:after {
    content: " ";
    display: table; }

.u-center-block {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.u-center-absolute {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-absolut {
  position: absolute; }

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

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

.u-text-right, .o-table-pagination li:last-child {
  text-align: right; }

.u-uppercase, .o-table--zebra th, .o-table--clean th, .o-table--list th {
  text-transform: uppercase; }

.u-hidden {
  display: none; }

.u-circle, .u-circle__small {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block; }

.u-circle__small {
  width: 1.44rem;
  height: 1.44rem; }

.u-inline, .o-table-pagination li, .u-inline--middle, .o-card__nav li, .o-layout__filters li {
  display: inline-block; }

.u-inline, .o-table-pagination li {
  vertical-align: top; }

.u-inline--middle, .o-card__nav li, .o-layout__filters li {
  vertical-align: middle; }

/* CHECKOUT EXAMPLE 

.container {
  -ms-grid-columns: 1fr 35.6rem;
  grid-template-columns: 1fr 35.6rem;
}

.main-info {
  @include grid-child(1,2,1,1);
}

.sidebar {
  @include grid-child(3,4,1,1);
}

<div class="container grid-parent">
  <div class="main-info grid-child">
    ...
  </div>
  <div class="sidebar grid-child">
    ...
  </div>
</div>

*/
.u-wrapper40, .u-wrapper50, .u-wrapper60, .u-wrapper70, .u-wrapper80, .u-wrapper100, .u-wrapper110, .u-wrapper120, .u-wrapper140, .u-wrapper40r, .u-wrapper50r, .u-wrapper60r, .u-wrapper70r, .u-wrapper80r, .u-wrapper100r, .u-wrapper110r, .u-wrapper120r, .u-wrapper140r {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.u-wrapper40 {
  width: 40rem; }

.u-wrapper50 {
  width: 50rem; }

.u-wrapper60 {
  width: 60rem; }

.u-wrapper70 {
  width: 70rem; }

.u-wrapper80 {
  width: 80rem; }

.u-wrapper100 {
  width: 100rem; }

.u-wrapper110 {
  width: 110rem; }

.u-wrapper120 {
  width: 120rem; }

.u-wrapper140 {
  width: 140rem; }

.u-wrapper40r, .u-wrapper50r, .u-wrapper60r, .u-wrapper70r, .u-wrapper80r, .u-wrapper100r, .u-wrapper110r, .u-wrapper120r, .u-wrapper140r {
  width: 95%; }

.u-wrapper40r {
  max-width: 40rem; }

.u-wrapper50r {
  max-width: 50rem; }

.u-wrapper60r {
  max-width: 60rem; }

.u-wrapper70r {
  max-width: 70rem; }

.u-wrapper80r {
  max-width: 80rem; }

.u-wrapper100r {
  max-width: 100rem; }

.u-wrapper110r {
  max-width: 110rem; }

.u-wrapper120r {
  max-width: 120rem; }

.u-wrapper140r {
  max-width: 140rem; }

.o-static-pages .u-wrapper {
  max-width: 96rem;
  width: 80%; }

.o-welcome-box .u-wrapper {
  max-width: 55rem;
  width: 80%; }

/** FORMATING COLUMNS */
.u-col-space, .u-row--grid [class*='u-col'] {
  padding-left: 1.4rem;
  padding-right: 1.4rem; }

.u-row--col:before, .u-row--col:after, .u-row--grid:before, .u-row--grid:after {
  display: table;
  content: ""; }

.u-row--col:after, .u-row--grid:after {
  clear: both; }

.u-row--col {
  width: 100%; }

.u-row--grid {
  margin-left: -1.4rem;
  margin-right: -1.4rem; }

[class*='u-col'] {
  float: left; }

.u-col1 {
  width: 8.33333%; }

.u-col2 {
  width: 16.66667%; }

.u-col3 {
  width: 25%; }

.u-col4 {
  width: 33.33333%; }

.u-col5 {
  width: 41.66667%; }

.u-col6 {
  width: 50%; }

.u-col7 {
  width: 58.33333%; }

.u-col8 {
  width: 66.66667%; }

.u-col9 {
  width: 75%; }

.u-col10 {
  width: 83.33333%; }

.u-col11 {
  width: 91.66667%; }

.u-col12 {
  width: 100%; }

/* Push class are applied in the same .u-col_ class */
.u-push1 {
  margin-right: 8.33333%; }

.u-push2 {
  margin-right: 16.66667%; }

.u-push3 {
  margin-right: 25%; }

.u-push4 {
  margin-right: 33.33333%; }

.u-push5 {
  margin-right: 41.66667%; }

.u-push6 {
  margin-right: 50%; }

.u-push7 {
  margin-right: 58.33333%; }

.u-push8 {
  margin-right: 66.66667%; }

.u-push9 {
  margin-right: 75%; }

.u-push10 {
  margin-right: 83.33333%; }

.u-push11 {
  margin-right: 91.66667%; }

/* BUTTON SIZES */
.u-button--small {
  padding: 0.35rem;
  line-height: 1.5;
  border: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  @media screen and (min-width: 46em) {
    .u-button--small {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .u-button--small {
      font-size: 1.4rem; } }
  .u-button--small:hover {
    text-decoration: none; }

.u-button--base {
  padding: 0.9rem 1.4rem;
  line-height: 1.5;
  border: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  @media screen and (min-width: 46em) {
    .u-button--base {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    .u-button--base {
      font-size: 1.6rem; } }
  .u-button--base:hover {
    text-decoration: none; }
  @media screen and (max-width: 45.99em) {
    .u-button--base {
      width: 100%; } }

.u-button--big {
  padding: 1.4rem;
  line-height: 1.5;
  border: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  @media screen and (min-width: 46em) {
    .u-button--big {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    .u-button--big {
      font-size: 1.82rem; } }
  .u-button--big:hover {
    text-decoration: none; }
  @media screen and (max-width: 45.99em) {
    .u-button--big {
      width: 100%; } }

.u-button--block {
  width: 100%; }

button.u-button--block, input.u-button--block {
  width: 100%; }

/* MAIN BUTTON STYLES */
.u-button--primary {
  background: #FF8A41;
  color: #FFFFFF; }
  .u-button--primary:hover {
    color: #FFFFFF;
    background: #EA6614; }

.u-button--secondary {
  color: #FFFFFF;
  background: #035F9D; }
  .u-button--secondary:hover {
    color: #FFFFFF;
    background: #014979; }

.u-button--inactive {
  background: #C0C6CD;
  color: #FFFFFF;
  cursor: default; }

.u-button--outline {
  background: none;
  color: #697886;
  border: 1px solid;
  border-color: #697886; }
  .u-button--outline:hover {
    color: #354350; }

.u-button--link {
  color: #697886;
  background: none; }
  .u-button--link:hover {
    text-decoration: underline;
    color: inherit; }

/* ALERTS & ERRORS */
.o-block {
  width: 43.4rem;
  height: 54.6rem;
  padding: 4.2rem;
  margin: 1.4rem auto; }

.o-block--is-white {
  background: #FFFFFF; }

.o-block--is-violet {
  background: #3D49CC; }

.o-block__badge--is-big {
  width: 23.8rem;
  margin-bottom: 5.6rem; }

.o-block__badge--is-small {
  width: 14.4rem;
  margin-bottom: 4.2rem; }

.o-block__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem; }

.o-block__button {
  width: 100%;
  position: absolute;
  bottom: 4.2rem;
  left: 0; }

/* BOLETIA CARDS MAIN STYLES */
.o-card {
  background: #FFFFFF;
  margin-bottom: 1.4rem;
  display: flex;
  box-shadow: 0px 2px 4px #C0C6CD; }

.o-card--is-list {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #CFD4DA;
  margin-bottom: 0; }
  .o-card--is-list .o-card__content {
    width: 55.4rem;
    padding-left: 0;
    padding-right: 0; }
  .o-card--is-list .o-card__actions {
    padding-right: 0; }

.o-card__content {
  padding: 2.8rem; }

.o-card__tag {
  color: #3D49CC;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0; }
  .o-card__tag + .o-card__title {
    margin-top: 0.35rem; }

.o-card__title {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.7rem;
  max-width: 47rem;
  padding-right: 2.8rem; }
  .o-card__title.is-short-name {
    width: 40rem; }
  .o-card__title a {
    color: #0488E2; }

.o-card__text {
  color: #697886; }
  .o-card__text + .o-card__nav {
    margin-top: 2.8rem; }

.o-card__price {
  line-height: 1.5;
  color: #C0C6CD;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-card__price {
      font-size: 2.3rem; } }
  @media screen and (max-width: 45.99em) {
    .o-card__price {
      font-size: 2.07rem; } }

.o-card__nav {
  margin-top: 1.4rem;
  margin-bottom: 0;
  padding-left: 0; }
  .o-card__nav li {
    list-style-type: none;
    margin-right: 2.8rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .o-card__nav li {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .o-card__nav li {
        font-size: 1.4rem; } }

/*** CARD ACTIONS ***/
.o-card__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  padding: 2.8rem; }

.o-card__data, .o-card__total {
  margin: 0;
  text-align: right;
  font-weight: 400; }

.o-card__data {
  color: #3D49CC; }

.o-card__total {
  color: #7D87DB; }

.o-card__caption {
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-card__caption {
      font-size: 1.11rem; } }
  @media screen and (max-width: 45.99em) {
    .o-card__caption {
      font-size: 1.23rem; } }

.o-card__buttons {
  text-align: right;
  display: block;
  margin-top: 1.4rem; }

.o-card__single-button {
  margin-left: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-card__single-button {
      font-size: 1.11rem; } }
  @media screen and (max-width: 45.99em) {
    .o-card__single-button {
      font-size: 1.23rem; } }
  .o-card__single-button.is-active {
    background: #3CB59A; }
    .o-card__single-button.is-active:hover span {
      display: none; }
    .o-card__single-button.is-active:hover:after {
      content: "Desactivar"; }
  .o-card__single-button.is-inactive {
    background: #C0C6CD; }
    .o-card__single-button.is-inactive:hover span {
      display: none; }
    .o-card__single-button.is-inactive:hover:after {
      content: "Activar"; }
  .o-card__single-button.is-active:hover, .o-card__single-button.is-inactive:hover {
    background: #035F9D; }

/*** 
ALERTS & ERRORS 
***/
/*

<div class="o-alert is-notice">
  Mi mensaje de alerta incluye opciones:

  <ul class="o-alert__list">
    <li>..</li>
  </ul>
</div>

*/
/* MIXINS */
/* CONTENT */
.o-alert {
  padding: 1.4rem;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
  border: 1px solid;
  line-height: 1.5;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  @media screen and (min-width: 46em) {
    .o-alert {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    .o-alert {
      font-size: 1.6rem; } }
  .o-alert.is-notice {
    color: #1A2278;
    border-color: #3D49CC;
    background-color: #C8CCF2; }
  .o-alert.is-error {
    color: #79120C;
    border-color: #D53026;
    background-color: #F5C2BE; }
  .o-alert.is-success {
    color: #227D69;
    border-color: #3CB59A;
    background-color: #C2EBE2; }
  .o-alert.is-info {
    color: #00385E;
    border-color: #0488E2;
    background-color: #DDF1FF; }
  .o-alert.is-warning {
    color: #C88300;
    border-color: #FFAE0B;
    background-color: #FFF3DB; }

.o-alert__list {
  margin-bottom: 0.7rem; }

/*** CLOSED TABLE WITH DATA   ***/
.o-table--zebra, .o-table--clean, .o-table--list {
  width: 100%;
  color: #697886;
  border-spacing: 0; }
  .o-table--zebra th, .o-table--clean th, .o-table--list th {
    letter-spacing: .2rem;
    font-weight: normal;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .o-table--zebra th, .o-table--clean th, .o-table--list th {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .o-table--zebra th, .o-table--clean th, .o-table--list th {
        font-size: 1.4rem; } }
  .o-table--zebra th, .o-table--clean th, .o-table--list th, .o-table--zebra td, .o-table--clean td, .o-table--list td {
    padding: 1.4rem; }

.o-table--zebra th {
  color: #DFE2E6; }

.o-table--zebra tbody tr:nth-child(odd) {
  background: #F0F1F3; }

.o-table--zebra tbody tr:nth-child(even) {
  background: #DFE2E6; }

.o-table--zebra tbody tr:nth-child(odd) th {
  background: #21262B; }

.o-table--zebra tbody tr:nth-child(even) th {
  background: black; }

.o-table--clean th {
  border-bottom: 2px solid #354350; }

.o-table--clean tbody tr {
  border-top: 1px solid #CFD4DA; }

.o-table--clean tbody tr:nth-child(even) {
  background: none; }

.o-table--list th {
  border-bottom: 1px solid #354350;
  color: #C0C6CD;
  font-weight: bold; }

.o-table--list tbody tr {
  border-top: 1px solid #DFE2E6; }

.o-table--list tbody tr td {
  border-bottom: 1px solid #CFD4DA; }

.o-table--list tbody tr:last-child td {
  border-bottom: none; }

/* DATA TABLE PAGINATION */
.o-table-pagination {
  text-align: center;
  display: table;
  margin: 2rem auto 0; }
  .o-table-pagination li {
    border-top: 2px solid #CFD4DA; }
    .o-table-pagination li.is-selected {
      color: #035F9D;
      border-color: #035F9D;
      padding: 0.7rem 2.1rem;
      line-height: 1; }
      .o-table-pagination li.is-selected a {
        font-weight: bold; }
  .o-table-pagination li a {
    display: block;
    color: #697886;
    line-height: 1;
    text-decoration: none;
    padding: 0.7rem 2.1rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .o-table-pagination li a:hover, .o-table-pagination li a:focus {
      color: #035F9D; }
  .o-table-pagination li:first-child, .o-table-pagination li:last-child {
    border-top: 2px solid #035F9D; }
    .o-table-pagination li:first-child a, .o-table-pagination li:last-child a {
      padding: 0.7rem 0.35rem; }

/* FORM GLOBAL OBJECTS */
::-webkit-input-placeholder {
  color: #697886; }

:-moz-placeholder {
  color: #697886; }

::-moz-placeholder {
  color: #697886; }

:-ms-input-placeholder {
  color: #697886; }

input, button, textarea, label, select {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-display: swap; }

textarea {
  height: 7rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

label {
  cursor: pointer;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    label {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    label {
      font-size: 1.6rem; } }

select {
  width: 100%;
  height: 2.8rem;
  cursor: pointer; }

input[type="text"], input[type="email"], textarea, input[type="date"],
input[type="password"], input[type="search"], input[type="phone"],
input[type="tel"], input[type="number"] {
  padding: .9rem;
  background: #F9FAFA;
  border: 1px solid #8996A2;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    input[type="text"], input[type="email"], textarea, input[type="date"],
    input[type="password"], input[type="search"], input[type="phone"],
    input[type="tel"], input[type="number"] {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    input[type="text"], input[type="email"], textarea, input[type="date"],
    input[type="password"], input[type="search"], input[type="phone"],
    input[type="tel"], input[type="number"] {
      font-size: 1.6rem; } }
  input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button, input[type="email"]::-webkit-inner-spin-button, input[type="email"]::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button,
  input[type="password"]::-webkit-inner-spin-button,
  input[type="password"]::-webkit-outer-spin-button, input[type="search"]::-webkit-inner-spin-button, input[type="search"]::-webkit-outer-spin-button, input[type="phone"]::-webkit-inner-spin-button, input[type="phone"]::-webkit-outer-spin-button,
  input[type="tel"]::-webkit-inner-spin-button,
  input[type="tel"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="date"]:focus,
  input[type="password"]:focus, input[type="search"]:focus, input[type="phone"]:focus,
  input[type="tel"]:focus, input[type="number"]:focus {
    background: #FFFFFF;
    border-color: #3D49CC;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  input[type="text"].error, input[type="email"].error, textarea.error, input[type="date"].error,
  input[type="password"].error, input[type="search"].error, input[type="phone"].error,
  input[type="tel"].error, input[type="number"].error {
    border-color: #D53026; }

input[type="file"] {
  padding: 1.4rem;
  line-height: 1.2;
  background: none;
  font-weight: 400;
  border: 1px solid #8996A2;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    input[type="file"] {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    input[type="file"] {
      font-size: 1.6rem; } }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 0.7rem 0 0; }

input[type="checkbox"] {
  vertical-align: text-top;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    input[type="checkbox"] {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    input[type="checkbox"] {
      font-size: 1.6rem; } }

input[readonly] {
  color: #C0C6CD; }
  input[readonly]:active, input[readonly]:focus, input[readonly]:hover {
    border: 1px solid #CFD4DA; }

/* CUSTOM FORM ELEMENTS */
.u-field, .u-field--small {
  margin-bottom: 2.8rem; }
  .u-field label, .u-field--small label {
    display: block;
    font-weight: bold; }
    .u-field label + input, .u-field--small label + input {
      margin-top: 0.7rem; }

.u-field .u-help {
  margin-bottom: 0.7rem; }

.u-field--small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .u-field--small label, .u-field--small .u-error {
    width: 100%; }
  .u-field--small label {
    margin-bottom: 0.7rem; }
  .u-field--small input {
    max-width: 15rem;
    min-width: 11rem;
    margin-right: 1.4rem;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .u-field--small .u-help {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .u-field--small .u-error {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

.u-help, .u-error {
  display: block;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .u-help, .u-error {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .u-help, .u-error {
      font-size: 1.4rem; } }

.u-help {
  font-style: italic;
  color: #354350;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .u-help {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .u-help {
      font-size: 1.4rem; } }

.u-error {
  color: #D53026;
  margin-top: 0.7rem; }

.u-radio {
  margin-bottom: 2.8rem; }
  .u-radio li {
    margin-top: 0.7rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }

.u-radio__label {
  font-weight: bold; }

/*** SEARCH ***/
/* delete this single search when no necessary */
.o-search {
  margin-bottom: 2.8rem; }

input[type="search"].o-search__input {
  line-height: 1.5;
  padding-top: 1.4rem;
  padding-left: 5.6rem;
  padding-bottom: 1.4rem; }
  @media screen and (min-width: 46em) {
    input[type="search"].o-search__input {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    input[type="search"].o-search__input {
      font-size: 1.82rem; } }

.o-search--default {
  margin-bottom: 2.8rem; }
  .o-search--default .o-search__input {
    line-height: 1.5;
    padding-top: 1.4rem;
    padding-left: 5.6rem;
    padding-bottom: 1.4rem; }
    @media screen and (min-width: 46em) {
      .o-search--default .o-search__input {
        font-size: 1.92rem; } }
    @media screen and (max-width: 45.99em) {
      .o-search--default .o-search__input {
        font-size: 1.82rem; } }

.o-search--small .o-search__input {
  line-height: 1.5;
  padding-top: 0.7rem;
  padding-left: 4.9rem;
  padding-bottom: 0.7rem; }
  @media screen and (min-width: 46em) {
    .o-search--small .o-search__input {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    .o-search--small .o-search__input {
      font-size: 1.82rem; } }

.o-search__icon {
  background-size: 100%;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

/*** WIZARD HEADER  ***/
.o-layout, .o-layout--shadow {
  margin-top: 7rem;
  margin-bottom: 11.2rem; }

.o-layout--shadow {
  box-shadow: 0px 2px 4px #C0C6CD; }

.o-layout__nav {
  margin-top: 7rem;
  margin-bottom: 1.4rem;
  color: #697886; }
  .o-layout__nav + .o-layout, .o-layout__nav + .o-layout--shadow {
    margin-top: 0; }
  .o-layout__nav a:active {
    color: #697886; }

.o-layout__space, .o-layout__form {
  padding: 4.2rem; }

.o-layout__space {
  background: #F0F1F3; }

.o-layout__form {
  background: #FFFFFF; }

.o-layout__header {
  background: #FFFFFF;
  border-bottom: 1px solid #DFE2E6; }
  .o-layout__header [class*='u-col'] {
    padding: 2.8rem; }
  .o-layout__header [class*='u-col']:first-child {
    border-right: 1px solid #DFE2E6; }

.o-layout__filters {
  padding-left: 0;
  margin-bottom: 2.8rem; }
  .o-layout__filters li {
    list-style-type: none;
    font-weight: bold;
    margin-right: 4.2rem;
    text-transform: uppercase;
    letter-spacing: .2rem; }
    .o-layout__filters li:last-child {
      margin-right: 0; }
  .o-layout__filters .is-active, .o-layout__filters a:hover {
    color: #3CB59A; }

.o-layout__header__links {
  margin-top: 0;
  margin-bottom: 0; }
  .o-layout__header__links li {
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    list-style-type: none;
    letter-spacing: .2rem;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .o-layout__header__links li {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .o-layout__header__links li {
        font-size: 1.4rem; } }
    .o-layout__header__links li:last-child {
      margin-bottom: 0; }

/*** ONLY MARGIN TOP LAYOUTS ***/
.u-layout--margin-top {
  margin-top: 7rem;
  margin-bottom: 0; }

/*** EMPTY STATES ***/
.o-clear-state {
  width: 95%;
  max-width: 43.4rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 4px #C0C6CD; }
  .o-clear-state.u-clear-state--margin {
    margin-top: 7rem;
    margin-bottom: 9.8rem; }

.o-badge {
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: .2rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.7rem;
  margin-right: 1.4rem;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  @media screen and (min-width: 46em) {
    .o-badge {
      font-size: 1.11rem; } }
  @media screen and (max-width: 45.99em) {
    .o-badge {
      font-size: 1.23rem; } }
  .o-badge:hover {
    text-decoration: none; }
  .o-badge.is-success {
    background: #3CB59A; }
  .o-badge.is-info {
    background: #035F9D; }
  .o-badge.is-notice {
    background: #3D49CC; }
  .o-badge.is-error {
    background: #A62119; }
  .o-badge.is-warning {
    background: #E49704; }

/* LIST BLOCK */
.o-list, .o-option-list {
  margin: 1.4rem 0 2.8rem;
  padding-left: 0;
  list-style-position: inside; }
  .o-list input, .o-option-list input {
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .o-list input, .o-option-list input {
        font-size: 1.92rem; } }
    @media screen and (max-width: 45.99em) {
      .o-list input, .o-option-list input {
        font-size: 1.82rem; } }
  .o-list ul, .o-option-list ul {
    padding-left: 2.8rem;
    margin-top: 0.7rem; }
  .o-list li, .o-option-list li {
    list-style-type: none; }
  .o-list__caption, .o-option-list__caption {
    margin-top: 0;
    margin-bottom: 0.7rem; }

.o-list__single {
  border-bottom: 1px dashed #C0C6CD;
  display: block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.o-list__title {
  font-weight: bold; }

.o-list__link {
  text-transform: uppercase;
  list-style-type: none;
  letter-spacing: .2rem;
  line-height: 1.5;
  float: right;
  margin-left: 1.4rem;
  text-align: right; }
  @media screen and (min-width: 46em) {
    .o-list__link {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .o-list__link {
      font-size: 1.4rem; } }

.o-option-list__single {
  border-bottom: 1px solid #CFD4DA;
  display: block; }
  .o-option-list__single .o-option-list__single {
    border-bottom: none; }
    .o-option-list__single .o-option-list__single label {
      font-size: 1.6rem;
      line-height: 2.8rem;
      margin-bottom: 0.7rem;
      padding: 0;
      display: block; }
  .o-option-list__single.is-dropdown {
    border-bottom: none; }

.o-list__single, .o-option-list__single label {
  padding: 2.8rem;
  display: block;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-list__single, .o-option-list__single label {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    .o-list__single, .o-option-list__single label {
      font-size: 1.82rem; } }

/* HOW TO USE SWITCH */
/* SWITCH */
.o-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  right: -1.4rem; }
  .o-switch input[type="checkbox"] {
    display: none; }

.o-switch__label {
  display: block;
  overflow: hidden;
  cursor: pointer; }

.o-switch__inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in 0s;
  -moz-transition: margin 0.2s ease-in 0s;
  -ms-transition: margin 0.2s ease-in 0s;
  -o-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s; }
  .o-switch__inner:before, .o-switch__inner:after {
    float: left;
    width: 50%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.168rem; }
  .o-switch__inner:before {
    background-color: #3CB59A; }
  .o-switch__inner:after {
    background-color: #C0C6CD;
    text-align: right; }

.o-switch__switch {
  width: 3.2rem;
  margin: .2rem;
  background: #F0F1F3;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: 8.4rem;
  bottom: 0;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  border-radius: 0.9rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.o-switch__cb:checked + .o-switch__label .o-switch__inner {
  margin-left: 0; }

.o-switch__cb:checked + .o-switch__label .o-switch__switch {
  right: 0; }

.o-switch--default {
  width: 12rem; }
  .o-switch--default .o-switch__label {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }
  .o-switch--default .o-switch__inner:before, .o-switch--default .o-switch__inner:after {
    height: 2.8rem;
    line-height: 2.8rem; }
  .o-switch--default .o-switch__inner:before {
    padding-left: 1.4rem; }
  .o-switch--default .o-switch__inner:after {
    padding-right: 0.7rem; }
  .o-switch--default .o-switch__switch {
    width: 3.2rem;
    -webkit-border-radius: 0.9rem;
    -moz-border-radius: 0.9rem;
    border-radius: 0.9rem; }

.o-switch--big {
  width: 18.6rem; }
  .o-switch--big .o-switch__label {
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem;
    border: 1px solid #FFFFFF; }
  .o-switch--big .o-switch__inner:before, .o-switch--big .o-switch__inner:after {
    height: 4.2rem;
    line-height: 4.2rem; }
  .o-switch--big .o-switch__inner:before {
    padding-left: 1.4rem; }
  .o-switch--big .o-switch__inner:after {
    padding-right: 1.4rem; }
  .o-switch--big .o-switch__switch {
    width: 7rem;
    right: 11rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }

.o-switch--small {
  display: inline-block;
  width: 4.2rem;
  height: 2.1rem;
  right: 0; }
  .o-switch--small .o-switch__label {
    -webkit-border-radius: 1.7rem;
    -moz-border-radius: 1.7rem;
    border-radius: 1.7rem;
    width: 100%; }
  .o-switch--small .o-switch__inner:before, .o-switch--small .o-switch__inner:after {
    height: 2.1rem;
    content: ""; }
  .o-switch--small .o-switch__switch {
    width: 1.7rem;
    right: 2.1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/*** NUMBER SPINNER */
.o-spinner {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  @media screen and (min-width: 46em) {
    .o-spinner {
      height: 4.2rem; } }
  @media screen and (max-width: 45.99em) {
    .o-spinner {
      height: 2.8rem; } }

input[type="number"].o-spinner__number {
  float: left;
  padding: 0;
  text-align: center;
  color: #21262B;
  border: 1px solid #3D49CC;
  background: #FFFFFF;
  outline: none;
  -moz-appearance: textfield;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    input[type="number"].o-spinner__number {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    input[type="number"].o-spinner__number {
      font-size: 1.82rem; } }
  @media screen and (min-width: 46em) {
    input[type="number"].o-spinner__number {
      width: 5.6rem;
      height: 4.2rem; } }
  @media screen and (max-width: 45.99em) {
    input[type="number"].o-spinner__number {
      width: 3.4rem;
      height: 2.8rem; } }
  input[type="number"].o-spinner__number::placeholder {
    color: #4D5D6C; }
  input[type="number"].o-spinner__number::-webkit-inner-spin-button, input[type="number"].o-spinner__number::-webkit-outer-spin-button {
    -webkit-appearance: none; }

.o-spinner__sub, .o-spinner__add {
  float: left;
  display: block;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #3D49CC;
  background: #3D49CC;
  cursor: pointer;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-spinner__sub, .o-spinner__add {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    .o-spinner__sub, .o-spinner__add {
      font-size: 1.82rem; } }
  @media screen and (min-width: 46em) {
    .o-spinner__sub, .o-spinner__add {
      width: 4.2rem;
      height: 4.2rem;
      line-height: 4.2rem; } }
  @media screen and (max-width: 45.99em) {
    .o-spinner__sub, .o-spinner__add {
      width: 2.8rem;
      height: 2.8rem;
      line-height: 2.8rem; } }
  .o-spinner__sub:hover, .o-spinner__sub:focus, .o-spinner__add:hover, .o-spinner__add:focus {
    background: #2733AC;
    color: #FFFFFF; }

.o-spinner__sub {
  border-right: 0;
  border-radius: 3px 0 0 3px; }

.o-spinner__add {
  top: 0;
  border-left: 0;
  border-radius: 0 3px 3px 0; }

/* LAYOUTS */
/* ERROR 404 */
.o-404 {
  background: #2733AC;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF; }

.o-404__title {
  line-height: .9;
  margin: 0 auto; }
  .o-404__title:after {
    left: 2px;
    text-shadow: -1px 0 red;
    animation: noise-anim 2s infinite linear alternate-reverse; }
  .o-404__title:before {
    left: -2px;
    text-shadow: 1px 0 green;
    animation: noise-anim-2 3s infinite linear alternate-reverse; }
  .o-404__title:before, .o-404__title:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    color: #FFFFFF;
    background: #2733AC;
    overflow: hidden;
    clip: rect(0, 91rem, 0, 0); }

.o-404__subtitle {
  text-transform: uppercase;
  letter-spacing: .2rem; }

.o-404__text {
  line-height: 1.5;
  color: #7D87DB; }
  @media screen and (min-width: 46em) {
    .o-404__text {
      font-size: 2.3rem; } }
  @media screen and (max-width: 45.99em) {
    .o-404__text {
      font-size: 2.07rem; } }
  .o-404__text a {
    color: #FFFFFF;
    text-decoration: underline; }

.o-404__logo {
  background-size: 100% auto;
  width: 12rem;
  height: 4rem;
  margin: 9.8rem auto 0;
  display: block; }

/* ANIMATION KEYFRAMES */
@keyframes noise-anim {
  0% {
    clip: rect(42rem, 9999px, 31rem, 0); }
  5% {
    clip: rect(18rem, 9999px, 44rem, 0); }
  10% {
    clip: rect(16rem, 9999px, 5rem, 0); }
  15% {
    clip: rect(2rem, 9999px, 35rem, 0); }
  20% {
    clip: rect(40rem, 9999px, 23rem, 0); }
  25% {
    clip: rect(43rem, 9999px, 40rem, 0); }
  30% {
    clip: rect(12rem, 9999px, 31rem, 0); }
  35% {
    clip: rect(37rem, 9999px, 23rem, 0); }
  40% {
    clip: rect(11rem, 9999px, 26rem, 0); }
  45% {
    clip: rect(32rem, 9999px, 21rem, 0); }
  50% {
    clip: rect(15rem, 9999px, 24rem, 0); }
  55% {
    clip: rect(25rem, 9999px, 24rem, 0); }
  60% {
    clip: rect(4rem, 9999px, 11rem, 0); }
  65% {
    clip: rect(42rem, 9999px, 21rem, 0); }
  70% {
    clip: rect(6rem, 9999px, 21rem, 0); }
  75% {
    clip: rect(40rem, 9999px, 12rem, 0); }
  80% {
    clip: rect(26rem, 9999px, 11rem, 0); }
  85% {
    clip: rect(12rem, 9999px, 44rem, 0); }
  90% {
    clip: rect(5rem, 9999px, 9rem, 0); }
  95% {
    clip: rect(16rem, 9999px, 48rem, 0); }
  100% {
    clip: rect(25rem, 9999px, 11rem, 0); } }

@keyframes noise-anim-2 {
  0% {
    clip: rect(6rem, 9999px, 49rem, 0); }
  5% {
    clip: rect(24rem, 9999px, 9rem, 0); }
  10% {
    clip: rect(9rem, 9999px, 16rem, 0); }
  15% {
    clip: rect(39rem, 9999px, 13rem, 0); }
  20% {
    clip: rect(29rem, 9999px, 40rem, 0); }
  25% {
    clip: rect(3rem, 9999px, 36rem, 0); }
  30% {
    clip: rect(49rem, 9999px, 30rem, 0); }
  35% {
    clip: rect(10rem, 9999px, 3rem, 0); }
  40% {
    clip: rect(37rem, 9999px, 5rem, 0); }
  45% {
    clip: rect(19rem, 9999px, 49rem, 0); }
  50% {
    clip: rect(40rem, 9999px, 15rem, 0); }
  55% {
    clip: rect(18rem, 9999px, 49rem, 0); }
  60% {
    clip: rect(24rem, 9999px, 25rem, 0); }
  65% {
    clip: rect(19rem, 9999px, 41rem, 0); }
  70% {
    clip: rect(28rem, 9999px, 18rem, 0); }
  75% {
    clip: rect(19rem, 9999px, 16rem, 0); }
  80% {
    clip: rect(10rem, 9999px, 46rem, 0); }
  85% {
    clip: rect(42rem, 9999px, 34rem, 0); }
  90% {
    clip: rect(18rem, 9999px, 20rem, 0); }
  95% {
    clip: rect(31rem, 9999px, 17rem, 0); }
  100% {
    clip: rect(38rem, 9999px, 42rem, 0); } }

@media screen and (max-width: 48em) {
  .o-404 {
    padding-right: 1.4rem;
    padding-left: 1.4rem; }
  .o-404__title {
    font-size: 16rem;
    width: 30rem; }
  .o-404__subtitle {
    margin-top: 1.4rem;
    line-height: 1.5;
    letter-spacing: .2rem; } }
  @media screen and (max-width: 48em) and (min-width: 46em) {
    .o-404__subtitle {
      font-size: 1.92rem; } }
  @media screen and (max-width: 48em) and (max-width: 45.99em) {
    .o-404__subtitle {
      font-size: 1.82rem; } }

@media screen and (max-width: 48em) {
  .o-404__text {
    line-height: 1.5; } }
  @media screen and (max-width: 48em) and (min-width: 46em) {
    .o-404__text {
      font-size: 1.92rem; } }
  @media screen and (max-width: 48em) and (max-width: 45.99em) {
    .o-404__text {
      font-size: 1.82rem; } }

@media screen and (min-width: 48em) and (max-width: 62em) {
  .o-404__title {
    width: 55rem;
    font-size: 30rem; }
  .o-404__subtitle {
    letter-spacing: .3rem; }
  .o-404__text {
    line-height: 1.5; } }
  @media screen and (min-width: 48em) and (max-width: 62em) and (min-width: 46em) {
    .o-404__text {
      font-size: 1.92rem; } }
  @media screen and (min-width: 48em) and (max-width: 62em) and (max-width: 45.99em) {
    .o-404__text {
      font-size: 1.82rem; } }

@media screen and (max-width: 62em) {
  .o-404__subtitle {
    margin-top: 2.8rem; } }

@media screen and (min-width: 62em) {
  .o-404__title {
    font-size: 50rem;
    width: 91rem; } }

/* HEADER */
.o-header {
  z-index: 100; }

.o-header__logo {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  display: inline-block;
  line-height: 5.6rem; }
  .o-header__logo img {
    height: 3.5rem;
    vertical-align: middle; }

.o-header__link {
  line-height: 5.6rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-header__link {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .o-header__link {
      font-size: 1.4rem; } }

.o-header__user {
  margin: 0;
  padding-left: 0;
  height: 100%;
  left: -0.4rem; }

.o-header__user__name {
  cursor: pointer;
  list-style: none;
  line-height: 5.6rem;
  padding-left: 2.8rem;
  padding-right: 4.2rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-header__user__name {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .o-header__user__name {
      font-size: 1.4rem; } }
  .o-header__user__name:hover {
    background: rgba(0, 0, 0, 0.1); }
  .o-header__user__name .u-arrow-down {
    position: absolute;
    top: 0.6rem;
    right: 1.4rem; }
  .o-header__user__name .dropdown {
    margin-top: 2.8rem; }

.o-header__nav {
  margin: 0 2.8rem 0 0;
  text-align: right;
  display: inline-block;
  padding-left: 0; }
  .o-header__nav li {
    display: inline-block;
    margin-left: 2.8rem; }
    .o-header__nav li a {
      text-transform: uppercase;
      letter-spacing: .2rem;
      line-height: 5.6rem;
      line-height: 1.5; }
      @media screen and (min-width: 46em) {
        .o-header__nav li a {
          font-size: 1.33rem; } }
      @media screen and (max-width: 45.99em) {
        .o-header__nav li a {
          font-size: 1.4rem; } }
    .o-header__nav li .current {
      font-weight: bold; }

.o-header__logo, .o-header__nav, .o-header__link, .o-header__user {
  vertical-align: top; }

/*** HEADER THEMES ***/
.t-header--violet {
  background: #2733AC; }
  .t-header--violet .o-header__nav li a {
    color: #C8CCF2; }
  .t-header--violet .o-header__user {
    border-left: 1px #3D49CC solid; }
  .t-header--violet .o-header__link, .t-header--violet .o-header__account-title, .t-header--violet .o-header__user__name {
    color: #C8CCF2; }

.t-header--dark {
  background: #354350; }
  .t-header--dark .o-header__nav li a {
    color: #8996A2; }
  .t-header--dark .o-header__user {
    border-left: 1px #4D5D6C solid; }
  .t-header--dark .o-header__link, .t-header--dark .o-header__account-title, .t-header--dark .o-header__user__name {
    color: #8996A2; }

.t-header--blue {
  background: #035F9D; }
  .t-header--blue .o-header__nav li a {
    color: #DDF1FF; }
  .t-header--blue .o-header__user {
    border-left: 1px #0488E2 solid; }
  .t-header--blue .o-header__link, .t-header--blue .o-header__account-title, .t-header--blue .o-header__user__name {
    color: #DDF1FF; }

/* ----- MEDIA QUERIES ----- */
@media (max-width: 48rem) {
  .o-header__user__name {
    min-height: 5.6rem; }
  .o-header__nav, .u-user--name {
    display: none; } }

body {
  overflow-x: hidden; }

body {
  background-color: #F0F1F3; }

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

li {
  list-style-type: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #8996A2;
  background-color: #FFFFFF;
  width: 25rem;
  text-align: center;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  @media screen and (min-width: 46em) {
    select {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    select {
      font-size: 1.6rem; } }

.c-layout--home {
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
  .c-layout--home.is-overlay-open {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
    .c-layout--home.is-overlay-open::after {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  .c-layout--home::after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s; }
  .c-layout--home .c-header__container {
    position: fixed;
    transition: background-color ease 1s; }
    .c-layout--home .c-header__container.is-active {
      background-color: rgba(33, 38, 43, 0.9); }

.c-layout--landing {
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
  .c-layout--landing.is-overlay-open {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
    .c-layout--landing.is-overlay-open::after {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  .c-layout--landing::after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s; }
  .c-layout--landing .c-header__container {
    position: fixed;
    transition: background-color ease .5s; }
    .c-layout--landing .c-header__container.is-active {
      background-color: rgba(33, 38, 43, 0.9); }

.c-layout--results .c-header__container {
  position: fixed;
  background-color: #21262B;
  transition: background-color ease 1s; }
  .c-layout--results .c-header__container form {
    display: none; }

.c-layout--results .c-results-events__list {
  margin-bottom: 2.8rem; }

.c-layout--results .o-section__link {
  max-width: 17rem;
  display: block;
  margin: 0 auto 12.6rem; }

.c-loading {
  margin: 2.8rem auto;
  padding: 2.8rem;
  width: 80%;
  text-align: center; }
  .c-loading .c-icon {
    color: #8996A2; }

.c-loading__title {
  font-weight: 400;
  color: #4D5D6C; }

/* LANDING */
.c-organizer {
  text-align: center;
  padding: 8.4rem 1.4rem;
  background-size: cover;
  color: #FFFFFF;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .c-organizer {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) {
    .c-organizer {
      font-size: 1.82rem; } }
  .c-organizer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0D1672; }
  .c-organizer a {
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 4.2rem;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (max-width: 45.99em) {
      .c-organizer a {
        padding: 0.7rem;
        font-size: 1.23rem;
        border: 1px solid #FFFFFF;
        font-weight: 600; } }
    @media screen and (min-width: 46em) {
      .c-organizer a {
        padding: 1.4rem 2.1rem;
        font-size: 1.33rem;
        border: 2px solid #FFFFFF;
        font-weight: bold; } }
    .c-organizer a:hover {
      text-decoration: none;
      color: #2233E7;
      background-color: #FFFFFF; }

/* COLLABORATIONS */
.c-collab__wrapper {
  margin-top: 8.4rem;
  background-color: #FFFFFF;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }

.c-collab__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media screen and (min-width: 46em) {
  .o-collab__banner {
    max-width: 10rem;
    margin-left: 2.8rem;
    margin-right: 2.8rem; } }

@media screen and (max-width: 45.99em) {
  .o-collab__banner {
    width: 8rem;
    margin-left: 1.4rem;
    margin-right: 1.4rem; } }

.o-collab__banner img {
  width: 80%;
  opacity: .6; }

/* ALERT */
.c-alert__wrapper {
  width: 100%;
  z-index: 2;
  position: fixed; }

.c-alert {
  background-color: #2B9880;
  padding: 0.7rem 1.4rem;
  text-align: center;
  color: #FFFFFF; }
  @media screen and (min-width: 46em) {
    .c-alert {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    .c-alert {
      font-size: 1.4rem;
      line-height: 1.4; } }
  .c-alert a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold; }

/* NEERME */
.c-neerme__wrapper {
  top: 46px;
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #FFFFFF; }
  .c-neerme__wrapper.is-mobile .c-neerme {
    width: 96%; }
  .c-neerme__wrapper.is-desktop .c-neerme {
    width: 90%; }

.c-neerme {
  max-width: 120rem; }

/* HEADER */
.c-header__container {
  width: 100%;
  background-color: rgba(33, 38, 43, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media screen and (max-width: 45.99em) {
    .c-header__container {
      position: fixed;
      height: 4.2rem;
      padding-left: 1.4rem;
      padding-right: 1.4rem; } }
  @media screen and (min-width: 46em) {
    .c-header__container {
      height: 5.6rem;
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .c-header__container .c-search {
    width: 44.8rem; }
    @media screen and (max-width: 45.99em) {
      .c-header__container .c-search {
        display: none; } }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-header__container .c-search {
        display: none; } }

.c-header__logo {
  margin-right: 2.8rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media screen and (max-width: 45.99em) {
    .c-header__logo {
      width: 10rem; } }
  @media screen and (min-width: 46em) {
    .c-header__logo {
      width: 11rem; } }
  .c-header__logo .is-logo {
    width: 100%; }

.c-header__logo-container {
  min-width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.c-search {
  margin-right: 2.8rem;
  width: 100%; }
  .c-search input[type="text"].c-search__input {
    color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0.7rem 1.4rem;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    border-radius: 0.7rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (max-width: 45.99em) {
      .c-search input[type="text"].c-search__input {
        background: rgba(53, 67, 80, 0.7); } }
    @media screen and (min-width: 46em) {
      .c-search input[type="text"].c-search__input {
        background: rgba(33, 38, 43, 0.6); } }
    .c-search input[type="text"].c-search__input::placeholder {
      color: #C0C6CD; }
    .c-search input[type="text"].c-search__input:focus {
      color: #FFFFFF !important; }
      @media screen and (max-width: 45.99em) {
        .c-search input[type="text"].c-search__input:focus {
          background: #354350; } }
      @media screen and (min-width: 46em) {
        .c-search input[type="text"].c-search__input:focus {
          background: #21262B; } }
    .c-search input[type="text"].c-search__input:-webkit-autofill, .c-search input[type="text"].c-search__input:-webkit-autofill:hover, .c-search input[type="text"].c-search__input:-webkit-autofill:focus, .c-search input[type="text"].c-search__input:-internal-autofill-selected {
      background: #8996A2;
      -webkit-box-shadow: 0 0 0 50px #8996A2 inset;
      color: #FFFFFF;
      border-color: transparent; }

.c-search__button {
  color: #DFE2E6;
  background-color: transparent;
  width: 4.2rem;
  border: none;
  cursor: pointer;
  height: 4.2rem;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 45.99em) {
    .c-search__button {
      top: 54%; } }
  .c-search__button .c-icon {
    margin-left: auto;
    margin-right: auto; }

.c-header__links {
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media screen and (min-width: 46em) {
    .c-header__links {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .c-header__links {
      font-size: 1.4rem; } }
  .c-header__links a {
    margin-left: 1.4rem;
    color: #F0F1F3;
    letter-spacing: 2px; }
  .c-header__links .u-button--primary {
    background-color: #EA6614; }
  @media screen and (min-width: 46em) {
    .c-header__links.is-desk {
      display: flex; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-header__links.is-desk {
      display: none; } }
  @media screen and (max-width: 45.99em) {
    .c-header__links.is-desk {
      display: none; } }
  @media screen and (min-width: 46em) {
    .c-header__links.is-mobile {
      display: none; } }
  @media screen and (max-width: 45.99em) {
    .c-header__links.is-mobile {
      display: flex; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-header__links.is-mobile {
      display: flex; } }

/* TOP EVENTS */
.c-top-events__wrapper {
  width: 100%;
  color: #FFFFFF; }
  @media screen and (max-width: 45.99em) {
    .c-top-events__wrapper {
      top: 84px; } }

.c-top-events {
  background-color: #697886;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover; }
  @media screen and (max-width: 45.99em) {
    .c-top-events {
      padding-top: 75%; } }
  @media screen and (min-width: 46em) {
    .c-top-events {
      padding-top: 30%; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-top-events {
      padding-top: 56.25%; } }

.c-top-events__banner {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.c-top-events__info {
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 45.99em) {
    .c-top-events__info {
      width: 85%; } }

@media screen and (max-width: 45.99em) {
  .c-top-events__title {
    font-size: 1.82rem;
    margin-bottom: 0.7rem; } }

@media screen and (min-width: 46em) {
  .c-top-events__title {
    font-size: 3.31rem; } }

.c-top-events__date {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.7rem; }
  @media screen and (max-width: 45.99em) {
    .c-top-events__date {
      font-size: 1.23rem;
      font-weight: 400; } }
  @media only screen and (min-width: 321px) {
    .c-top-events__date {
      font-size: 1.23rem; } }

.c-top-events__place {
  display: block; }
  @media screen and (max-width: 45.99em) {
    .c-top-events__place {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 321px) {
    .c-top-events__place {
      font-size: 1.4rem; } }

.c-top-events__button {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 45.99em) {
    .c-top-events__button {
      margin-top: 1.4rem;
      padding: 0.7rem 1.4rem;
      font-size: 1.23rem;
      border: 1px solid #FFFFFF;
      font-weight: 500; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-top-events__button {
      margin-top: 1.4rem; } }
  @media screen and (min-width: 46em) {
    .c-top-events__button {
      margin-top: 2.8rem;
      padding: 1.4rem 2.1rem;
      font-size: 1.33rem;
      border: 1px solid #FFFFFF;
      font-weight: 500; } }
  .c-top-events__button:hover {
    text-decoration: none;
    color: #354350;
    background-color: #FFFFFF; }
  .c-top-events__button.is-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 45.99em) {
      .c-top-events__button.is-center {
        width: 80%; } }
    @media screen and (min-width: 46em) {
      .c-top-events__button.is-center {
        width: 30rem; } }
  .c-top-events__button.is-left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.4rem; }
    @media screen and (min-width: 46em) {
      .c-top-events__button.is-left {
        margin-top: 1.4rem; } }
    @media screen and (max-width: 45.99em) {
      .c-top-events__button.is-left {
        margin-right: 0; } }

.c-top-events__thumb {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 45.99em) {
    .c-top-events__thumb {
      background: #CFD4DA;
      width: .7rem;
      height: .7rem;
      margin: 1.4rem;
      display: block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; } }
  @media screen and (min-width: 46em) {
    .c-top-events__thumb {
      text-align: left;
      width: auto;
      display: block;
      padding: 2.1rem 1.4rem;
      background: #21262B;
      color: #FFFFFF;
      border-right: 1px solid black;
      overflow: hidden;
      height: 100%; } }
  @media screen and (min-width: 46em) {
    .c-top-events__thumb:before {
      content: '';
      background-color: #2233E7;
      height: .4rem;
      width: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; } }
  .c-top-events__thumb:hover {
    text-decoration: none; }
    .c-top-events__thumb:hover:before {
      width: 100%; }
  .c-top-events__thumb h5 {
    margin-bottom: 0; }
    @media screen and (max-width: 45.99em) {
      .c-top-events__thumb h5 {
        display: none; } }
  .c-top-events__thumb span {
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-top-events__thumb span {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-top-events__thumb span {
        font-size: 1.4rem; } }
    @media screen and (max-width: 45.99em) {
      .c-top-events__thumb span {
        display: none; } }

.slick-active .c-top-events__thumb {
  background: #2233E7; }

/* EVENTS */
.c-events__wrapper {
  margin-top: 5.6rem;
  top: 46px; }

.o-section__title {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  text-align: center;
  margin: 0 auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 45.99em) {
    .o-section__title {
      width: 95%; } }
  @media screen and (min-width: 46em) {
    .o-section__title {
      width: 100%; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .o-section__title {
      width: 95%; } }
  .o-section__title .c-icon {
    color: #8996A2;
    margin-bottom: 0.7rem;
    margin-right: 1.4rem; }
  .o-section__title h2 {
    font-weight: 500;
    line-height: 1.3; }
    @media screen and (min-width: 46em) {
      .o-section__title h2 {
        font-size: 2.76rem; } }
    @media screen and (max-width: 45.99em) {
      .o-section__title h2 {
        font-size: 2.37rem; } }

.c-section-button__wrapper {
  width: 100%;
  text-align: center;
  margin-top: 2.8rem; }

.o-section__link {
  display: inline-block;
  padding: 0.7rem 2.1rem;
  color: #2233E7;
  border: 1px solid #2233E7;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 45.99em) {
    .o-section__link {
      font-size: 1.11rem; } }
  @media screen and (min-width: 46em) {
    .o-section__link {
      font-size: 1.33rem; } }
  .o-section__link:hover {
    color: #FFFFFF;
    background: #2233E7;
    text-decoration: none; }
  .o-section__link.is-landing {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 4.2rem 0; }
    @media screen and (max-width: 45.99em) {
      .o-section__link.is-landing {
        margin: 1.4rem 0; } }
    .o-section__link.is-landing:hover {
      color: #2233E7;
      background: #FFFFFF; }

.c-events__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.o-event-card {
  background-color: #FFFFFF;
  margin-top: 0.7rem;
  margin-bottom: 1.4rem;
  margin-right: 2.8rem;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (min-width: 46em) {
    .o-event-card {
      width: 32rem; } }
  @media screen and (min-width: 46em) {
    .o-event-card:hover {
      box-shadow: 0px 4px 14px #DFE2E6;
      -moz-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); } }
  .o-event-card.is-event {
    height: 34rem; }

.o-event-card__banner {
  width: 100%;
  height: 16rem;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #DFE2E6;
  background: #DFE2E6 url(https://home-statics.boletia.com/_next/static/images/event_placeholder-f04326d61962097602eabdc94ecf7f98.png) no-repeat center;
  background-size: cover; }
  .o-event-card__banner figure {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover; }

.o-event-card__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 45.99em) {
    .o-event-card__info {
      padding: 2.8rem 1.4rem 1.4rem; } }
  @media screen and (min-width: 46em) {
    .o-event-card__info {
      padding: 2.8rem 1.4rem; } }

.o-event-card__date {
  width: 4.2rem;
  text-transform: uppercase;
  margin-right: 1.4rem;
  padding-top: 0.35rem;
  text-align: center;
  color: #2233E7;
  -webkit-box-flex: 0 0 4.2rem;
  -moz-box-flex: 0 0 4.2rem;
  -webkit-flex: 0 0 4.2rem;
  -ms-flex: 0 0 4.2rem;
  flex: 0 0 4.2rem; }

.o-event-card__day {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 1px;
  display: block;
  color: #2233E7; }

.o-event-card__month {
  font-size: 1.33rem;
  letter-spacing: 2px;
  color: #697886; }

.o-event-card__detail {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.o-event-card__title {
  margin-bottom: 0;
  font-weight: 500; }
  .o-event-card__title a {
    color: #21262B;
    text-decoration: none; }

.o-event-card__venue {
  height: 4rem;
  display: block;
  overflow-y: hidden;
  color: #697886;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-event-card__venue {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .o-event-card__venue {
      font-size: 1.4rem; } }

.o-event-card__icon {
  background-color: #FFFFFF;
  color: #2233E7;
  border: 1px solid #2233E7;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  position: absolute;
  top: 13.2rem;
  right: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .o-event-card__icon:hover {
    background-color: #FFFFFF;
    color: #2233E7; }
    .o-event-card__icon:hover:before {
      left: 5rem; }
    .o-event-card__icon:hover .c-icon {
      left: 1rem; }
  .o-event-card__icon.is-Comida:hover {
    width: 19.5rem; }
  .o-event-card__icon.is-Competencias:hover {
    width: 18rem; }
  .o-event-card__icon.is-Conciertos:hover {
    width: 15.7rem; }
  .o-event-card__icon.is-Conferencias:hover {
    width: 17.5rem; }
  .o-event-card__icon.is-Cultura:hover {
    width: 13.3rem; }
  .o-event-card__icon.is-Deportes:hover {
    width: 14rem; }
  .o-event-card__icon.is-Expos:hover {
    width: 11.5rem; }
  .o-event-card__icon.is-Festivales:hover {
    width: 15.3rem; }
  .o-event-card__icon.is-Otros:hover {
    width: 11.5rem; }
  .o-event-card__icon.is-Stand:hover {
    width: 14rem; }
  .o-event-card__icon.is-Yoga:hover {
    width: 18rem; }
  .o-event-card__icon.is-Talleres:hover {
    width: 21rem; }
  .o-event-card__icon:before {
    content: attr(data-category);
    position: absolute;
    top: 50%;
    left: 16rem;
    width: 16rem;
    color: #2233E7;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .o-event-card__icon:before {
        font-size: 1.11rem; } }
    @media screen and (max-width: 45.99em) {
      .o-event-card__icon:before {
        font-size: 1.23rem; } }
  .o-event-card__icon .c-icon {
    width: 2.8rem;
    top: -1px;
    left: .9rem; }

.o-event-card__price {
  width: 100%;
  color: #13aaa5;
  padding: 0 1.4rem 1.4rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .o-event-card__price strong {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .o-event-card__price strong {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .o-event-card__price strong {
        font-size: 1.4rem; } }

/* BILLBOARD */
.c-billboard__wrappper {
  margin-top: 5.6rem; }

.c-billboard__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-billboard__card {
  margin-top: 0.7rem;
  margin-bottom: 1.4rem;
  margin-right: 2.8rem;
  overflow: hidden;
  height: 18rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 45.99em) {
    .c-billboard__card {
      width: 28rem; } }
  @media screen and (min-width: 46em) {
    .c-billboard__card {
      width: 32rem; } }
  @media screen and (min-width: 46em) {
    .c-billboard__card:hover {
      box-shadow: 0px 4px 14px #DFE2E6;
      -moz-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); } }

.o-billboard__banner {
  height: 100%;
  display: block;
  overflow: hidden;
  background: #DFE2E6 url(https://home-statics.boletia.com/_next/static/images/event_placeholder-f04326d61962097602eabdc94ecf7f98.png) no-repeat center;
  background-size: cover; }

.o-billboard__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }

.o-billboard__info {
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  bottom: .7rem;
  z-index: 1;
  padding-left: 2.1rem;
  padding-right: 2.1rem; }

.c-billboard__date {
  font-weight: 400; }

.o-billboard__title {
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.7rem; }
  .o-billboard__title a {
    color: #FFFFFF;
    text-decoration: none; }

/* CATEGORIES */
.c-categories__wrappper {
  background-color: #FFFFFF;
  padding-bottom: 0.7rem;
  top: 40px; }
  .c-categories__wrappper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.c-categories {
  text-align: center; }
  @media screen and (min-width: 46em) {
    .c-categories {
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; } }
  .c-categories:hover {
    text-decoration: none; }
    .c-categories:hover .c-categories__icon {
      color: #FFFFFF;
      background-color: #2233E7;
      -moz-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }

.c-categories__icon {
  color: #2233E7;
  border: 1px solid #2233E7;
  margin: 1.4rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 45.99em) {
    .c-categories__icon {
      width: 4.4rem;
      height: 4.4rem; } }
  @media screen and (min-width: 46em) {
    .c-categories__icon {
      width: 5.6rem;
      height: 5.6rem; } }

.c-categories__name {
  color: #4D5D6C;
  font-weight: normal;
  letter-spacing: 1.5px;
  margin-bottom: 0; }

/* VENUES */
.c-venues__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.c-venue {
  text-align: center; }
  @media screen and (min-width: 46em) {
    .c-venue:hover .c-venue__banner {
      box-shadow: 0px 4px 14px #DFE2E6;
      -moz-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); } }

.c-venue__banner {
  width: 12rem;
  height: 12rem;
  display: block;
  margin: 1.4rem auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.c-venue__title {
  margin-bottom: 0rem;
  font-weight: 500; }
  .c-venue__title a {
    color: #21262B; }

.c-venue__place {
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .c-venue__place {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .c-venue__place {
      font-size: 1.4rem; } }

/* SEARCH ON RESULTS PAGE */
.c-filters__wrapper {
  padding-top: 4.2rem;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  box-shadow: 0px 2px 20px #DFE2E6; }

.c-filters__input {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 45.99em) {
    .c-filters__input {
      width: 95%;
      margin-top: 5.6rem; } }
  @media screen and (min-width: 46em) {
    .c-filters__input {
      margin-top: 5.6rem; } }
  .c-filters__input input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CFD4DA;
    text-align: center;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (max-width: 45.99em) {
      .c-filters__input input {
        font-size: 2.07rem;
        text-align: left; } }
    @media screen and (min-width: 46em) {
      .c-filters__input input {
        font-size: 3.31rem; } }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-filters__input input {
        font-size: 2.37rem; } }
    .c-filters__input input:hover {
      border-bottom-color: #2233E7; }

.c-filters__button {
  background-color: transparent;
  border: none;
  color: #8996A2;
  position: absolute;
  top: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 45.99em) {
    .c-filters__button {
      right: 0; } }
  @media screen and (min-width: 46em) {
    .c-filters__button {
      right: 1.4rem; } }
  @media screen and (max-width: 45.99em) {
    .c-filters__button .c-icon {
      width: 2rem; } }

/* RESULTS */
.c-results__wrapper {
  margin-top: 4.2rem; }

.c-results-events__list {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (max-width: 45.99em) {
    .c-results-events__list {
      margin-top: 0;
      margin-bottom: 0; } }
  .c-results-events__list .o-event-card {
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    margin-bottom: 2.8rem; }
    @media screen and (max-width: 45.99em) {
      .c-results-events__list .o-event-card {
        width: 33rem;
        margin-top: 0; } }

.c-number__span {
  color: #2233E7;
  font-weight: bold; }

.c-nofound__background {
  background-color: #0D1672; }

.c-nofound_wrapper {
  max-width: 100rem;
  top: 0;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media screen and (max-width: 45.99em) {
    .c-nofound_wrapper {
      max-width: 43rem;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.c-nofound__disclaimer {
  padding-top: 5.6rem;
  padding-right: 2.8rem;
  padding-left: 2.8rem; }
  @media screen and (max-width: 45.99em) {
    .c-nofound__disclaimer {
      padding-bottom: 2.8rem; } }
  @media screen and (min-width: 46em) {
    .c-nofound__disclaimer {
      padding-bottom: 5.6rem; } }
  .c-nofound__disclaimer span {
    font-weight: 300;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-nofound__disclaimer span {
        font-size: 2.3rem; } }
    @media screen and (max-width: 45.99em) {
      .c-nofound__disclaimer span {
        font-size: 2.07rem; } }

.c-nofound__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8rem; }
  @media screen and (max-width: 45.99em) {
    .c-nofound__image {
      max-width: 70%; } }
  @media screen and (min-width: 46em) {
    .c-nofound__image {
      max-width: 40rem;
      padding: 2.8rem; } }
  .c-nofound__image img {
    width: 100%; }

.c-nofound__suggestions {
  margin-top: 2.8rem; }

/* FOOTER */
.c-footer {
  width: 100%;
  background-color: #21262B;
  color: #FFFFFF; }

.c-footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (max-width: 45.99em) {
    .c-footer__wrapper {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 2.8rem; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-footer__wrapper {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 2.8rem; } }

.c-footer__list {
  width: 20rem;
  margin: 5.6rem 1.4rem; }
  .c-footer__list.is-social {
    width: 26.5rem; }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-footer__list {
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 2.8rem; } }
  @media screen and (max-width: 45.99em) {
    .c-footer__list {
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 2.8rem; } }
  .c-footer__list li {
    padding-bottom: 0.7rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 46em) {
      .c-footer__list li {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-footer__list li {
        font-size: 1.4rem; } }
  .c-footer__list a {
    color: #DFE2E6; }
    .c-footer__list a:hover {
      color: #FFFFFF; }

.c-footer__icon {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .c-footer__icon .c-icon {
    color: #FFFFFF; }
    .c-footer__icon .c-icon:hover {
      opacity: .6;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }

.c-footer__legal {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .c-footer__legal .c-icon {
    margin-bottom: 2.1rem; }
  .c-footer__legal span {
    width: 100%;
    display: block;
    margin-bottom: 2.8rem;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-footer__legal span {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-footer__legal span {
        font-size: 1.4rem; } }
  .c-footer__legal img {
    width: 11rem;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem; }

/* TEMPLATE BASE */
.t-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: scroll;
  position: fixed; }
  @media screen and (max-width: 45.99em) {
    .t-overlay {
      padding: 1.4rem; } }
  @media screen and (min-width: 46em) {
    .t-overlay {
      padding: 2.8rem; } }
  .t-overlay.is-open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  .t-overlay .c-overlay-categories {
    text-align: center;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    width: 11.5rem; }
  .t-overlay .c-overlay-categories__icon {
    margin: 1.4rem auto;
    width: 4.4rem;
    height: 4.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .t-overlay .c-overlay-categories__name {
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 46em) {
      .t-overlay .c-overlay-categories__name {
        font-size: 1.11rem; } }
    @media screen and (max-width: 45.99em) {
      .t-overlay .c-overlay-categories__name {
        font-size: 1.23rem; } }
  .t-overlay .c-search {
    margin: 2.8rem auto; }

/* DARK */
.t-overlay--dark {
  background-color: #21262B;
  color: #FFFFFF; }
  .t-overlay--dark a {
    color: #C0C6CD;
    text-decoration: none; }
    .t-overlay--dark a:hover {
      color: #F0F1F3; }
  .t-overlay--dark .c-categories {
    color: #C0C6CD; }
    .t-overlay--dark .c-categories:hover {
      border-color: transparent;
      background-color: #2233E7;
      color: #FFFFFF; }
      .t-overlay--dark .c-categories:hover .c-icon {
        color: #FFFFFF; }
    .t-overlay--dark .c-categories .c-icon {
      color: #C0C6CD; }
  .t-overlay--dark .t-overlay__close:hover {
    color: #FFFFFF; }
  .t-overlay--dark .t-overlay__header {
    border-bottom-color: black; }

.t-overlay--dark-menu {
  background: linear-gradient(blue, #e66f39) !important;
  width: 80%;
  overflow: hidden; }

.t-overlay--logo {
  margin-left: 5%;
  width: 50%; }

.t-overlay--ref {
  padding-top: 0% !important;
  padding-bottom: 1px !important; }

.t-overlay--org {
  margin-top: 10%;
  margin-left: 4%;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1%; }

.t-overlay--assis {
  margin-top: 10%;
  margin-left: 4%;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 5px; }

.t-overlay--footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
  margin-bottom: 20%;
  padding-left: 5%; }

.t-overlay--footer-container {
  margin-top: 4%;
  display: flex;
  margin-left: -2%; }

.t-overlay--footer-icon {
  margin: 0px 3%; }

.t-overlay--assis-container {
  background: rgba(255, 255, 255, 0.28);
  width: 113%;
  padding-left: 5%;
  margin-left: -6%;
  padding-top: .5%;
  padding-bottom: 10%;
  margin-top: 5%; }

.t-overlay--assis-container p {
  padding-left: 3%; }

.c-sear {
  width: 90%;
  padding-left: 4%; }
  .c-sear input[type="text"].c-sear__input {
    height: 28px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    border-radius: 0.7rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (max-width: 45.99em) {
      .c-sear input[type="text"].c-sear__input {
        background: transparent; } }
    @media screen and (min-width: 46em) {
      .c-sear input[type="text"].c-sear__input {
        background: rgba(33, 38, 43, 0.6); } }
    .c-sear input[type="text"].c-sear__input::placeholder {
      color: #C0C6CD; }
    .c-sear input[type="text"].c-sear__input:focus {
      color: #FFFFFF !important; }
      @media screen and (max-width: 45.99em) {
        .c-sear input[type="text"].c-sear__input:focus {
          background: #354350; } }
      @media screen and (min-width: 46em) {
        .c-sear input[type="text"].c-sear__input:focus {
          background: #21262B; } }
    .c-sear input[type="text"].c-sear__input:-webkit-autofill, .c-sear input[type="text"].c-sear__input:-webkit-autofill:hover, .c-sear input[type="text"].c-sear__input:-webkit-autofill:focus, .c-sear input[type="text"].c-sear__input:-internal-autofill-selected {
      background: #8996A2;
      -webkit-box-shadow: 0 0 0 50px #8996A2 inset;
      color: #FFFFFF;
      border-color: transparent; }

.c-sear__button {
  color: #DFE2E6;
  background-color: transparent;
  width: 4.2rem;
  border: none;
  cursor: pointer;
  height: 4.2rem;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 45.99em) {
    .c-sear__button {
      top: 54%; } }
  .c-sear__button .c-icon {
    margin-left: auto;
    margin-right: auto; }

.t-overlay__single-p {
  margin-left: 0;
  color: white;
  margin-top: 1%;
  font-size: 1.9rem; }

.t-overlay__single-icon {
  color: white !important; }

.t-overlay--help {
  color: white !important; }

/* LIGHT */
.t-overlay--light {
  background-color: #FFFFFF;
  color: #697886; }
  .t-overlay--light a {
    color: #697886;
    text-decoration: none; }
    .t-overlay--light a:hover {
      color: #4D5D6C; }
  .t-overlay--light .t-overlay__header {
    border-color: #DFE2E6; }
  .t-overlay--light .t-overlay__calendar {
    color: #697886;
    border: 1px solid #C0C6CD; }
    .t-overlay--light .t-overlay__calendar:hover {
      color: #FFFFFF;
      background-color: #2233E7;
      border-color: #2233E7; }

.t-overlay__header {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.t-overlay__close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.t-overlay__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.t-overlay__title {
  font-weight: 500;
  max-width: 90%;
  margin: 1.4rem auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px; }

.t-overlay__subtitle {
  text-align: center;
  font-weight: 500;
  margin-top: 2.8rem; }

.t-overlay__options a {
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .t-overlay__options a:hover {
    -moz-transform: translateX(0rem);
    -o-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); }
    .t-overlay__options a:hover .c-icon {
      -moz-transform: translateX(0rem);
      -o-transform: translateX(0rem);
      -ms-transform: translateX(0rem);
      -webkit-transform: translateX(0rem);
      transform: translateX(0rem);
      margin-right: 15%; }
    .t-overlay__options a:hover .t-overlay__single {
      margin-left: 0; }
  .t-overlay__options a .c-icon {
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    -moz-transform: translateX(-6rem);
    -o-transform: translateX(-6rem);
    -ms-transform: translateX(-6rem);
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.t-overlay__options li:last-child a {
  border: none; }

.t-overlay__options .t-overlay__single {
  margin-left: -3rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.t-overlay__options .c-icon {
  margin-right: 1.4rem;
  -moz-transform: translateX(-4rem);
  -o-transform: translateX(-4rem);
  -ms-transform: translateX(-4rem);
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.t-overlay__options span {
  margin-left: -3rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.t-overlay__date {
  margin: 2.8rem;
  padding: 1.4rem;
  text-align: center;
  border: 1px solid #CFD4DA;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

.t-overlay__calendar {
  text-decoration: none;
  padding: 0.35rem 1.4rem;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .t-overlay__calendar {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .t-overlay__calendar {
      font-size: 1.4rem; } }
  @media screen and (max-width: 45.99em) {
    .t-overlay__calendar {
      margin: 1.4rem 0.7rem; } }
  @media screen and (min-width: 46em) {
    .t-overlay__calendar {
      margin: 1.4rem; } }

.t-overlay__calendar-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

/* FILTERS ON RESULTS PAGE */
.c-filters__options {
  width: 100%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }
  @media screen and (max-width: 45.99em) {
    .c-filters__options {
      width: 95%;
      text-align: center;
      padding-bottom: 4.2rem;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 46em) {
    .c-filters__options {
      padding-bottom: 2.8rem; } }

.c-filters__link {
  margin-bottom: 4.2rem;
  padding: 0.7rem 2.8rem;
  color: #2233E7;
  border: 1px solid #2233E7;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .c-filters__link:hover {
    color: #FFFFFF;
    background-color: #2233E7;
    text-decoration: none;
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .c-filters__link.is-active {
    color: #FFFFFF;
    background-color: #2233E7; }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-filters__link {
      text-align: center; } }
  @media screen and (max-width: 45.99em) {
    .c-filters__link {
      margin-right: 0.7rem;
      margin-bottom: 1.4rem;
      margin-left: 0.7rem; } }

.c-filters__clear {
  position: absolute;
  color: #8996A2;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media screen and (min-width: 46em) {
    .c-filters__clear {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .c-filters__clear {
      font-size: 1.4rem; } }
  @media screen and (max-width: 45.99em) {
    .c-filters__clear {
      bottom: 1.5rem; } }
  @media screen and (min-width: 46em) {
    .c-filters__clear {
      bottom: 3rem; } }
  .c-filters__clear .c-icon {
    margin-right: 0.7rem; }

.c-drop {
  top: 4.5rem;
  width: 26.6rem;
  z-index: 1;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px #C0C6CD; }

.c-drop__list {
  height: 36rem;
  overflow-y: scroll; }

.c-drop__border {
  border-bottom: 1px solid #DFE2E6; }

.c-drop__experiences {
  left: 0; }

.c-drop__location {
  right: 0; }

.c-drop__calendar {
  left: 50%;
  width: 36.6rem;
  padding: 1.4rem;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .c-drop__calendar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .c-drop__calendar a {
    text-decoration: none;
    color: #697886;
    border: 1px solid #C0C6CD;
    padding: 0.35rem 1.4rem;
    text-align: center;
    margin: 1.4rem;
    display: block;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-drop__calendar a {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-drop__calendar a {
        font-size: 1.4rem; } }
    .c-drop__calendar a:hover, .c-drop__calendar a.is-active {
      color: #FFFFFF;
      background-color: #2233E7;
      border-color: #2233E7; }

.c-drop__container {
  color: #697886;
  text-decoration: none; }
  .c-drop__container input[type='checkbox'] {
    width: 1.4rem;
    position: absolute;
    top: 50%;
    left: 1.4rem;
    z-index: 1;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .c-drop__container input[type='checkbox']:checked + .c-drop__label {
      color: #2233E7; }
  .c-drop__container .c-icon {
    margin-right: 1.4rem; }

.c-drop__label {
  padding: 1.4rem 1.4rem 1.4rem 4.2rem;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media screen and (max-width: 45.99em) {
    .c-drop__label {
      padding-left: 7rem; } }
  .c-drop__label:hover {
    background-color: #F9FAFA;
    color: #2233E7; }

.c-landing {
  padding: 7rem;
  text-align: center; }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-landing {
      padding: 4.2rem 0; } }
  @media screen and (max-width: 45.99em) {
    .c-landing {
      padding: 7rem 1.4rem; } }
  @media screen and (max-width: 45.99em) {
    .c-landing h1 {
      margin: 0 auto 1.4rem;
      line-height: 1.5; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-landing h1 {
      font-size: 2.3rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-landing h1 {
      font-size: 2.07rem; } }
  .c-landing a {
    text-decoration: none; }

.c-top-banner__wrapper {
  height: 51.6rem;
  width: 100%;
  background-color: #0D1672;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.c-top-banner__color {
  width: 50%; }
  @media screen and (max-width: 45.99em) {
    .c-top-banner__color {
      width: 100%; } }

.c-top-banner__image {
  width: 50%;
  height: auto;
  background-image: url("https://s3.amazonaws.com/assetsboletia/images/Landing_top_image.jpg");
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover; }
  .c-top-banner__image.is-marketing {
    background-image: url("https://s3.amazonaws.com/assetsboletia/images/Top_mkt.jpg"); }
  @media screen and (max-width: 45.99em) {
    .c-top-banner__image {
      display: none; } }

.c-top-banner__container {
  height: auto;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  width: 65%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-top-banner__container {
      width: 90%; } }
  @media screen and (max-width: 45.99em) {
    .c-top-banner__container {
      width: 95%;
      text-align: center; } }
  .c-top-banner__container h3 {
    font-weight: 400;
    margin: 1.4rem 0; }

.c-top-banner__hero {
  font-size: 3.31rem;
  font-weight: bold; }

.c-landing__help-link {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: underline; }
  @media screen and (min-width: 46em) {
    .c-landing__help-link {
      margin-top: 1.4rem;
      vertical-align: middle; } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-landing__help-link {
      margin-top: 1.4rem; } }
  @media screen and (max-width: 45.99em) {
    .c-landing__help-link {
      margin-top: 1.4rem;
      vertical-align: top; } }

.c-landing-stats__wrapper {
  background-color: #FFFFFF; }

.c-landing-stats__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 45.99em) {
    .c-landing-stats__container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .c-landing-stats__container li {
    width: calc(100% / 4);
    margin: 0 4.2rem;
    text-align: center; }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-landing-stats__container li {
        margin: 0 2.8rem; }
        .c-landing-stats__container li:first-child {
          margin-left: 0.7rem; }
        .c-landing-stats__container li:last-child {
          margin-right: 0.7rem; } }
    @media screen and (max-width: 45.99em) {
      .c-landing-stats__container li {
        width: 100%;
        margin: 1.4rem auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .c-landing-stats__container span {
    color: #2233E7;
    font-weight: bold;
    line-height: 1.3; }
    @media screen and (min-width: 46em) {
      .c-landing-stats__container span {
        font-size: 3.31rem; } }
    @media screen and (max-width: 45.99em) {
      .c-landing-stats__container span {
        font-size: 2.7rem; } }
  .c-landing-stats__container h3 {
    font-weight: 300;
    padding-bottom: 1.4rem; }

.c-landing-checkout__wrapper {
  color: #697886; }
  .c-landing-checkout__wrapper img {
    width: 95%;
    margin: 4.2rem auto 0; }

.c-landing-services__wrapper {
  padding-left: 0;
  padding-right: 0;
  background-color: #0D1672;
  color: #FFFFFF; }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-landing-services__wrapper {
      padding: 4.2rem 0; } }
  @media screen and (max-width: 45.99em) {
    .c-landing-services__wrapper {
      padding-bottom: 1.4rem; } }
  @media screen and (max-width: 45.99em) {
    .c-landing-services__wrapper h1 {
      line-height: 1.5; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-landing-services__wrapper h1 {
      font-size: 2.3rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-landing-services__wrapper h1 {
      font-size: 2.07rem; } }
  .c-landing-services__wrapper.is-marketing {
    background-color: #FFFFFF;
    color: #4D5D6C; }

.c-landing__title {
  margin-bottom: 4.2rem;
  display: block;
  left: 50%;
  color: #354350;
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }
  @media screen and (min-width: 46em) {
    .c-landing__title {
      font-size: 3.31rem; } }
  @media screen and (max-width: 45.99em) {
    .c-landing__title {
      line-height: 1.3; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-landing__title {
      font-size: 2.76rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-landing__title {
      font-size: 2.37rem; } }
  .c-landing__title.is-services {
    color: #FFFFFF; }

.c-landing-services__section {
  margin-bottom: 14rem;
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .c-landing-services__section:last-child {
    margin-bottom: 4.2rem; }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-landing-services__section {
      margin-top: 8.4rem;
      margin-bottom: 11.2rem; } }
  @media screen and (max-width: 45.99em) {
    .c-landing-services__section {
      margin-bottom: 4.2rem;
      margin-top: 2.8rem;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-landing-services__section.is-middle :nth-child(1) {
        order: 2; }
      .c-landing-services__section.is-middle :nth-child(2) {
        order: 1; } }

.c-landing-services__container {
  padding: 0 4.2rem;
  text-align: left; }
  @media screen and (min-width: 46em) {
    .c-landing-services__container {
      width: calc((100%/5)*2); } }
  @media only screen and (min-width: 46em) and (max-width: 63em) {
    .c-landing-services__container {
      width: calc(100%/1.5); } }
  @media screen and (max-width: 45.99em) {
    .c-landing-services__container {
      width: 100%;
      text-align: center;
      padding: 0 1.4rem; } }
  .c-landing-services__container h3 {
    font-weight: 400; }

.c-landing-services__image {
  width: calc((100%/5)*3); }
  .c-landing-services__image img {
    width: 100%; }
  @media screen and (max-width: 45.99em) {
    .c-landing-services__image {
      width: 93%;
      margin: 2.8rem auto; } }

@media screen and (min-width: 46em) {
  .c-landing-image__desk {
    display: block; } }

@media screen and (max-width: 45.99em) {
  .c-landing-image__desk {
    display: none; } }

@media screen and (min-width: 46em) {
  .c-landing-image__mobile {
    display: none; } }

@media screen and (max-width: 45.99em) {
  .c-landing-image__mobile {
    display: block; } }

.c-landing-events__section {
  background-color: #FFFFFF;
  color: #697886; }

.c-landing-events__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (max-width: 45.99em) {
    .c-landing-events__container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .c-landing-events__container li {
    width: calc(100% / 3);
    margin: 0 4.2rem; }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-landing-events__container li {
        margin: 0 1.4rem; }
        .c-landing-events__container li:first-child {
          margin-left: 1.4rem; }
        .c-landing-events__container li:last-child {
          margin-right: 1.4rem; } }
    @media screen and (max-width: 45.99em) {
      .c-landing-events__container li {
        width: 100%;
        margin: 0 auto; } }
    .c-landing-events__container li h2 {
      font-weight: 400;
      text-decoration: underline; }
    .c-landing-events__container li h3 {
      font-weight: 400; }
    .c-landing-events__container li a {
      color: #697886; }
  .c-landing-events__container figure {
    margin: 4.2rem auto 2.8rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .c-landing-events__container figure:hover {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.c-landing-events__icon {
  width: 9.8rem;
  height: 9.8rem;
  background-color: #2233E7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .c-landing-events__icon .c-icon {
    color: #FFFFFF; }

.c-landing-benefits__section {
  background-color: #FFFFFF;
  color: #697886; }
  .c-landing-benefits__section h1 {
    margin-top: 5.6rem; }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-landing-benefits__section h1 {
        margin-bottom: 1.4rem; } }
  .c-landing-benefits__section h3 {
    font-weight: 400; }

.c-landing-benefits__container {
  margin-bottom: 5.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (max-width: 45.99em) {
    .c-landing-benefits__container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .c-landing-benefits__container a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #2233E7;
    padding: 4% 2%;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (min-width: 46em) {
      .c-landing-benefits__container a {
        margin-top: 4.2rem;
        width: calc(100% / 3); } }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-landing-benefits__container a {
        width: calc(100% / 2); } }
    @media screen and (max-width: 45.99em) {
      .c-landing-benefits__container a {
        text-decoration: underline;
        padding-top: 9%;
        padding-bottom: 9%;
        margin: 0.7rem 0; } }
    .c-landing-benefits__container a:hover {
      -moz-transform: translateY(-5%);
      -o-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
      -webkit-transform: translateY(-5%);
      transform: translateY(-5%);
      background-color: #0D1672; }
  .c-landing-benefits__container .c-icon {
    height: 28px;
    margin-top: 1.4rem; }
    @media screen and (max-width: 45.99em) {
      .c-landing-benefits__container .c-icon {
        display: none; } }

.c-bottom-banner__wrapper {
  color: #FFFFFF;
  background-color: #0D1672;
  width: 100%;
  height: 28rem; }

.c-bottom-banner__cta {
  height: auto;
  text-align: center;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 45.99em) {
    .c-bottom-banner__cta {
      width: 95%;
      padding: 5%; } }
  .c-bottom-banner__cta h1 {
    font-weight: 400;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-bottom-banner__cta h1 {
        font-size: 2.3rem; } }
    @media screen and (max-width: 45.99em) {
      .c-bottom-banner__cta h1 {
        font-size: 2.07rem; } }

.c-landing__link {
  margin-top: 1.4rem;
  padding: 1.4rem 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 45.99em) {
    .c-landing__link {
      font-size: 1.11rem;
      justify-content: center; } }
  @media screen and (min-width: 46em) {
    .c-landing__link {
      font-size: 1.33rem; } }
  .c-landing__link:hover > .c-icon {
    margin-left: 1.05rem; }
  .c-landing__link.is-organizer {
    color: #FFFFFF; }
  .c-landing__link.is-marketing {
    color: #2233E7; }
  .c-landing__link .c-icon {
    margin-left: 0.7rem;
    top: -1px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.c-partner__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media screen and (max-width: 45.99em) {
    .c-partner__list {
      flex-wrap: wrap; } }

.o-partner__banner {
  opacity: .3; }
  @media screen and (min-width: 46em) {
    .o-partner__banner {
      max-width: 12rem;
      margin-left: 2.8rem;
      margin-right: 2.8rem; }
      .o-partner__banner:nth-child(4) {
        max-width: 25rem; } }
  @media screen and (max-width: 45.99em) {
    .o-partner__banner {
      width: 8rem;
      margin: 1.4rem; }
      .o-partner__banner:nth-child(4) {
        width: 10rem; } }

.c-landing-plus__container {
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .c-landing-plus__container li {
    background-color: #2233E7;
    padding: 3% 2%;
    margin: 0.7rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    @media screen and (min-width: 46em) {
      .c-landing-plus__container li {
        width: calc(94%/3); } }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .c-landing-plus__container li {
        width: calc(94%/2); } }
    @media screen and (max-width: 45.99em) {
      .c-landing-plus__container li {
        width: 95%;
        padding: 2.8rem 5%; } }

/* IFRAME */
.inbound-iframe {
  margin-top: 12.6rem;
  border: none; }
  @media screen and (min-width: 46em) {
    .inbound-iframe {
      height: 130rem; } }
  @media screen and (max-width: 45.99em) {
    .inbound-iframe {
      height: 180rem; } }

/* LAYOUT */
.c-mobile-section__wrapper {
  top: 56px;
  margin-top: 2.8rem; }

.o-mobile-section__title {
  text-align: left;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  margin-top: 4.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.o-mobile-title__link {
  padding: 0.35rem 0.7rem;
  color: #2233E7;
  border: 1px solid #2233E7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  font-size: 1.11rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .o-mobile-title__link:hover {
    color: #FFFFFF;
    background: #2233E7;
    text-decoration: none; }

.c-mobile-button__wrapper {
  text-align: center;
  margin: 2.8rem auto; }

.o-mobile-section__link {
  display: inline-block;
  padding: 0.7rem 2.1rem;
  color: #697886;
  background-color: #F0F1F3;
  border: 1px solid #697886;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  font-size: 1.11rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .o-mobile-section__link:hover {
    color: #FFFFFF;
    background: #697886;
    text-decoration: none; }

/* TOP EVENTS */
.MobileTopEvent {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.o-mobile-top__card {
  margin-bottom: 0.7rem;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  .o-mobile-top__card:first-child .c-mobile-top__overlay, .o-mobile-top__card:nth-child(2) .c-mobile-top__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%); }
  .o-mobile-top__card:first-child {
    width: 100%;
    height: 22.4rem;
    flex: 1 1 100%; }
    .o-mobile-top__card:first-child .o-mobile-top__price {
      font-size: 1.23rem;
      font-weight: 500; }
  .o-mobile-top__card:nth-child(2) {
    width: 100%;
    height: 9.8rem; }
    .o-mobile-top__card:nth-child(2) .o-mobile-top__title {
      font-weight: 500; }
    .o-mobile-top__card:nth-child(2) .o-mobile-top__price {
      font-size: 1.23rem;
      font-weight: 500; }
  .o-mobile-top__card:nth-child(n+3) {
    width: calc((100%/2) - 1.2%);
    height: 8.4rem; }
    .o-mobile-top__card:nth-child(n+3) .o-mobile-top__title {
      font-size: 1.23rem;
      font-weight: 500;
      text-overflow: ellipsis; }
    .o-mobile-top__card:nth-child(n+3) .o-mobile-top__price {
      font-size: 1.08rem;
      font-weight: 600;
      margin-top: .1rem; }
    .o-mobile-top__card:nth-child(n+3) .o-mobile-top__day {
      font-size: 1.6rem; }
    .o-mobile-top__card:nth-child(n+3) .c-mobile-top__overlay {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.9) 100%); }
  .o-mobile-top__card:nth-child(2n+3) {
    margin-right: 0.7rem; }

.c-mobile-top__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.o-top-card__banner {
  height: 100%;
  display: block;
  overflow: hidden;
  background: #DFE2E6 url(https://home-statics.boletia.com/_next/static/images/event_placeholder-f04326d61962097602eabdc94ecf7f98.png) no-repeat center;
  background-size: cover; }
  .o-top-card__banner figure {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover; }

.o-mobile-top__info {
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  bottom: .3rem;
  z-index: 1;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.o-mobile-top__date {
  text-transform: uppercase;
  text-align: center;
  margin-right: 0.7rem;
  -webkit-box-flex: 0 0 2.8rem;
  -moz-box-flex: 0 0 2.8rem;
  -webkit-flex: 0 0 2.8rem;
  -ms-flex: 0 0 2.8rem;
  flex: 0 0 2.8rem; }

.o-mobile-top__day {
  font-size: 1.82;
  line-height: .5;
  margin-bottom: 0;
  letter-spacing: 1px;
  display: block;
  padding-top: 0.7rem; }

.o-mobile-top__month {
  letter-spacing: 1px;
  font-size: 1.08rem; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
  .o-mobile-top__detail {
    width: 80%; } }

.o-mobile-top__title {
  margin-bottom: 0;
  line-height: 1.3; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
    .o-mobile-top__title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }
  .o-mobile-top__title a {
    color: #FFFFFF;
    text-decoration: none; }

.o-mobile-top__price {
  color: #13aaa5;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: .3px; }

/* REGULAR CARD */
.o-mobile-card {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-bottom: 1px solid #DFE2E6;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .o-mobile-card:hover {
    background-color: #DFE2E6; }

.o-mobile-card__image {
  width: 5.6rem;
  height: 5.6rem;
  display: block;
  overflow: hidden;
  background: #DFE2E6 url(https://home-statics.boletia.com/_next/static/images/event_placeholder-f04326d61962097602eabdc94ecf7f98.png) no-repeat center;
  background-size: cover;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .o-mobile-card__image figure {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover; }

.o-mobile-card__info {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.o-mobile-card__date {
  text-transform: uppercase;
  text-align: center;
  color: #2233E7;
  -webkit-box-flex: 0 0 4.2rem;
  -moz-box-flex: 0 0 4.2rem;
  -webkit-flex: 0 0 4.2rem;
  -ms-flex: 0 0 4.2rem;
  flex: 0 0 4.2rem; }

.o-mobile-card__day {
  font-size: 1.82rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px; }

.o-mobile-card__month {
  font-size: 1.08rem;
  letter-spacing: 2px;
  display: block;
  color: #697886; }

.o-mobile-card__detail {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .o-mobile-card__detail .o-mobile-card__venue {
    font-size: 1.23rem; }

.o-mobile-card__title {
  margin-bottom: 0;
  color: #21262B; }

.o-mobile-card__venue {
  display: block;
  overflow-y: hidden;
  color: #697886;
  line-height: 1.5; }
  @media screen and (min-width: 46em) {
    .o-mobile-card__venue {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .o-mobile-card__venue {
      font-size: 1.4rem; } }

.o-mobile-card__price {
  color: #13aaa5;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.08rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* BILLBOARD */
input[type='radio'] {
  display: none; }

input:checked + label + .c-mobile-billboard__list {
  max-height: 30rem; }

.c-mobile-billboard__card {
  background-color: #FFFFFF;
  overflow: hidden;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  padding: 0.7rem;
  border-bottom: 0.5px solid #F0F1F3;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.c-mobile-billboard__banner {
  width: 7.5rem;
  height: 5.6rem;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position-x: center;
  background-position-y: center; }

.c-mobile-billboard__info {
  width: 75%;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .c-mobile-billboard__info a {
    font-size: 1.23rem;
    letter-spacing: 1px; }

.c-mobile-billboard__number {
  font-size: 1.08rem;
  color: #697886;
  display: block; }

.c-mobile-billboard__drop {
  width: .7rem;
  height: auto;
  opacity: .4;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  input:checked + label .c-mobile-billboard__drop {
    transform: rotate(270deg); }

.c-mobile-billboard__list {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: .2s ease;
  background-color: #FFFFFF;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  font-size: 1.23rem;
  border-bottom: 0.5px solid #F0F1F3;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.c-mobile-billboard__events {
  width: 100%;
  height: 2.8rem; }
  .c-mobile-billboard__events:first-child {
    margin-top: 2.1rem; }
  .c-mobile-billboard__events:nth-last-child(2) {
    height: 1.3rem;
    overflow: hidden; }

.c-mobile-billboard__row {
  color: #4D5D6C;
  flex-direction: row;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.c-mobile-column__first {
  min-width: 0;
  flex-basis: 12%;
  text-align: center; }

.c-mobile-column__second {
  min-width: 0;
  flex-basis: 5%;
  text-align: center; }

.c-mobile-column__third {
  min-width: 0;
  flex-basis: 70%; }

.c-mobile-billboard__month {
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 1px; }

.c-mobile-billboard__date {
  font-weight: 500; }

.c-mobile-billboard__name {
  font-weight: 400;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.23rem; }

.c-mobile-billboard__dot {
  height: .7rem;
  width: .7rem;
  background-color: #17CFC8;
  border-radius: 50%;
  display: inline-block;
  text-align: center; }
  .c-mobile-billboard__dot:after {
    content: '';
    position: absolute;
    left: -2px;
    top: 7.5px;
    border-left: 1px solid #DFE2E6;
    margin-left: 5px;
    height: 2.8rem; }

.c-mobile-billboard__button {
  display: block;
  max-width: 160rem;
  text-align: center;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }

/* COLLAB */
.c-mobile-collab__wrapper {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }

.c-mobile-collab__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.o-mobile-collab__banner {
  width: 14rem;
  margin-left: 1.4rem;
  margin-right: 1.4rem; }
  .o-mobile-collab__banner img {
    width: 100%;
    opacity: .6; }

/* FOOTER */
.c-mobile__footer {
  width: 100%;
  background-color: #21262B;
  color: #FFFFFF;
  text-align: center; }

.c-mobile-footer__wrapper {
  padding: 2.8rem; }

.c-mobile-footer__list {
  width: 26.5rem;
  margin: 2.8rem auto; }
  .c-mobile-footer__list.is-social li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .c-mobile-footer__list li {
    padding-bottom: 0.7rem;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-mobile-footer__list li {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-mobile-footer__list li {
        font-size: 1.4rem; } }
  .c-mobile-footer__list a {
    color: #DFE2E6; }
    .c-mobile-footer__list a:hover {
      color: #FFFFFF; }

.c-mobile-footer__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 1.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .c-mobile-footer__icon .c-icon {
    color: #FFFFFF; }
    .c-mobile-footer__icon .c-icon:hover {
      opacity: .6;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }

.c-mobile-footer__legal {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .c-mobile-footer__legal .c-icon {
    margin-bottom: 1.4rem; }
  .c-mobile-footer__legal span {
    width: 100%;
    display: block;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-mobile-footer__legal span {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-mobile-footer__legal span {
        font-size: 1.4rem; } }
  .c-mobile-footer__legal img {
    width: 10rem;
    height: 4rem;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem; }

/* VENUE */
.MobileVenue {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }
  .MobileVenue:hover .c-venue__banner {
    box-shadow: 0px 4px 14px #DFE2E6; }

.c-mobile-venue__container {
  width: 8rem;
  text-align: center; }

.c-mobile-venue__banner {
  width: 6.4rem;
  height: 6.4rem;
  display: block;
  margin: 0.7rem auto 1.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.c-mobile-venue__title {
  font-size: 1.08rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0rem;
  font-weight: 500; }
  .c-mobile-venue__title a {
    color: #21262B;
    display: block; }

/* OVERLAY */
.c-mobile-overlay__container {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden; }

.c-mobile-overlay__close {
  padding: 0.7rem;
  right: 0;
  position: absolute; }
  .c-mobile-overlay__close button {
    width: 2.8rem;
    height: 2.8rem;
    background-color: #21262B;
    z-index: 1;
    border: none;
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.c-mobile-overlay__banner {
  width: 100%;
  display: block;
  height: 20rem;
  background: #DFE2E6 url(https://home-statics.boletia.com/_next/static/images/event_placeholder-f04326d61962097602eabdc94ecf7f98.png) no-repeat center; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (orientation: portrait) {
    .c-mobile-overlay__banner {
      height: 14rem; } }

.c-mobile-overlay__back {
  height: 100vh; }
  .c-mobile-overlay__back img {
    filter: blur(20px);
    top: 0;
    left: -5%;
    position: absolute; }

.c-mobile-overlay__back .is-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  padding: 1.4rem;
  background: rgba(0, 0, 0, 0.6); }

.c-mobile-overlay__info {
  margin-top: 2.1rem;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }
  .c-mobile-overlay__info h5 {
    font-weight: lighter; }

.o-mobile-overlay__date {
  width: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0.7rem;
  -webkit-box-flex: 0 0 2.8rem;
  -moz-box-flex: 0 0 2.8rem;
  -webkit-flex: 0 0 2.8rem;
  -ms-flex: 0 0 2.8rem;
  flex: 0 0 2.8rem; }

.c-mobile-overlay__name h3 {
  margin-bottom: 0.7rem;
  line-height: 1.3; }

.c-mobile-overlay__name h5 {
  margin-bottom: 0.7rem;
  font-weight: 500;
  line-height: 1.3; }

.c-mobile-overlay__name span {
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  font-weight: 600;
  display: block; }

.c-mobile-overlay__about {
  color: #FFFFFF; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (orientation: portrait) {
    .c-mobile-overlay__about {
      display: none; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
    .c-mobile-overlay__about {
      display: none; } }
  .c-mobile-overlay__about span {
    font-size: 1.4rem; }

.o-mobile-overlay__link {
  width: 70%;
  padding: 1.4rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  text-align: center;
  position: fixed;
  bottom: 1.4rem;
  left: 50%;
  font-size: 1.33rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .o-mobile-overlay__link:hover {
    color: #4D5D6C;
    background: #FFFFFF;
    text-decoration: none; }

.c-mobile-overlay__icon {
  background-color: #FFFFFF;
  color: #2233E7;
  width: 4.2rem;
  height: 4.2rem;
  overflow: hidden;
  position: absolute;
  top: -2.4rem;
  right: 1.4rem;
  z-index: 1;
  cursor: pointer;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .c-mobile-overlay__icon .c-icon {
    width: 2.4rem; }

/* SEASON PAGE */
.c-seasons__wrapper {
  background-color: #DFE2E6; }
  @media screen and (min-width: 46em) {
    .c-seasons__wrapper {
      padding-bottom: 7rem; } }

.c-seasons__header {
  background: #C0C6CD;
  width: 100%;
  height: 100%;
  max-height: 25rem;
  position: relative;
  overflow: hidden; }

.c-seasons__banner {
  width: 100%;
  max-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  overflow-x: hidden; }
  .c-seasons__banner img {
    width: 100%; }

.c-seasons__background {
  width: 150%;
  filter: blur(15px);
  position: absolute;
  z-index: 0;
  top: 0;
  left: -25%; }

.c-seasons {
  text-align: center;
  background: #FFFFFF;
  padding: 2.8rem;
  z-index: 1;
  margin-top: -1.4rem;
  margin-bottom: -2.8rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
  @media screen and (max-width: 45.99em) {
    .c-seasons {
      margin-top: -1.4rem;
      margin-bottom: -1.4rem;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; } }

.c-seasons__back {
  display: flex;
  align-items: center; }
  .c-seasons__back .c-icon {
    transform: rotate(180deg);
    margin-right: 0.7rem; }

.c-seasons__title {
  color: #697886;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media screen and (max-width: 45.99em) {
    .c-seasons__title {
      line-height: 1.5; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-seasons__title {
      font-size: 1.11rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-seasons__title {
      font-size: 1.23rem; } }

.c-seasons__event-title {
  letter-spacing: 8px;
  line-height: 4.2rem;
  text-transform: uppercase;
  color: #354350;
  margin-bottom: 0;
  line-height: 1.3; }
  @media screen and (min-width: 46em) {
    .c-seasons__event-title {
      font-size: 2.76rem; } }
  @media screen and (max-width: 45.99em) {
    .c-seasons__event-title {
      font-size: 2.37rem; } }
  .c-seasons__event-title:after {
    content: '\2013';
    width: 100%;
    font-weight: 300;
    display: block; }

.c-seasons__description {
  margin-top: 0.7rem;
  font-size: type(1);
  color: #697886; }
  @media screen and (max-width: 45.99em) {
    .c-seasons__description {
      line-height: 1.5; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-seasons__description {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-seasons__description {
      font-size: 1.4rem; } }

.c-seasons__list {
  width: 100%; }

.c-seasons__events {
  margin-top: 2.8rem;
  padding-left: 0;
  background-color: #FFFFFF; }
  @media screen and (min-width: 46em) {
    .c-seasons__events {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      overflow: hidden; } }

/* SEASONS CARD */
.c-seasons__card {
  border-bottom: 1px solid #F0F1F3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media screen and (max-width: 45.99em) {
    .c-seasons__card {
      padding: 1.4rem 1.4rem; } }
  @media screen and (min-width: 46em) {
    .c-seasons__card {
      padding: 2.1rem 2.8rem; } }
  .c-seasons__card:hover {
    background-color: #f9f9fa;
    text-decoration: none; }
    .c-seasons__card:hover > .c-seasons__image {
      border-color: #3CB59A; }
  .c-seasons__card:last-child {
    border-bottom: none; }

.c-seasons__image {
  flex: 0 0 6rem;
  width: 6rem;
  height: 6rem;
  background: #F0F1F3 url("/assets/interface/no-image-badge.png") no-repeat center;
  background-size: 60%;
  overflow: hidden;
  border: 3px solid #3D49CC;
  display: flex;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .c-seasons__image img {
    width: 100%; }

.c-seasons__card-content {
  margin: 0 2.1rem;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }

.c-seasons__card-title {
  font-weight: bold;
  margin-bottom: 0; }
  @media screen and (max-width: 45.99em) {
    .c-seasons__card-title {
      line-height: 1.5; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-seasons__card-title {
      font-size: 1.92rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-seasons__card-title {
      font-size: 1.82rem; } }
  .c-seasons__card-title a {
    color: #21262B; }
    .c-seasons__card-title a:hover {
      text-decoration: underline; }

.c-seasons__card-text {
  color: #697886;
  margin-top: 0; }
  @media screen and (max-width: 45.99em) {
    .c-seasons__card-text {
      line-height: 1.5; } }
  @media screen and (max-width: 45.99em) and (min-width: 46em) {
    .c-seasons__card-text {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) and (max-width: 45.99em) {
    .c-seasons__card-text {
      font-size: 1.4rem; } }

.c-seasons__city {
  color: #3CB59A;
  text-transform: uppercase;
  margin-top: 1.4rem;
  margin-bottom: 0; }

/*** MEDIA QUERIES ***/
@media screen and (max-width: 30em) {
  .c-seasons__banner img {
    width: 100%;
    max-height: 10rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); } }

.c-pricing__wrapper {
  padding: 11.2rem 1.4rem;
  display: flex;
  justify-content: center; }
  .c-pricing__wrapper.is-pricing {
    background-color: #FFFFFF;
    padding-top: 14rem; }
  .c-pricing__wrapper.is-faqs {
    background-color: #F0F1F3; }
  .c-pricing__wrapper h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .c-pricing__wrapper ul {
    margin-top: 1.4rem;
    padding-left: 2.8rem; }

.c-pricing {
  max-width: 80rem;
  width: 100%; }

.c-pricing__header {
  margin-bottom: 7rem;
  text-align: center; }
  .c-pricing__header h1 {
    margin-bottom: 2.8rem; }

@media screen and (max-width: 45.99em) {
  .c-table-pricing__wrapper {
    overflow-x: scroll;
    width: 100%; } }

.c-table-pricing {
  border-collapse: collapse; }
  @media screen and (max-width: 45.99em) {
    .c-table-pricing {
      width: 100%;
      min-width: 70rem; } }
  .c-table-pricing td {
    background-color: #F0F1F3; }
  .c-table-pricing th {
    background-color: #DFE2E6;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-table-pricing th {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-table-pricing th {
        font-size: 1.4rem; } }
    .c-table-pricing th small {
      display: block;
      font-weight: normal; }
  .c-table-pricing td, .c-table-pricing th {
    padding: 0.7rem 1.4rem;
    border: 1px solid #FFFFFF;
    text-align: center; }
    .c-table-pricing td.is-empty, .c-table-pricing th.is-empty {
      background-color: #FFFFFF;
      padding-top: 1.4rem;
      padding-bottom: 1.4rem; }
  .c-table-pricing .c-table-pricing__title {
    background-color: #3D49CC;
    color: #FFFFFF; }
    .c-table-pricing .c-table-pricing__title a {
      font-weight: 500;
      color: #2DD2CD; }
  .c-table-pricing .c-table-pricing__label {
    background-color: #DFE2E6;
    font-weight: 500;
    text-align: left;
    line-height: 1.5; }
    @media screen and (min-width: 46em) {
      .c-table-pricing .c-table-pricing__label {
        font-size: 1.33rem; } }
    @media screen and (max-width: 45.99em) {
      .c-table-pricing .c-table-pricing__label {
        font-size: 1.4rem; } }

.c-pricing__disclaimer {
  margin: 2.8rem auto 7rem; }
  @media screen and (min-width: 46em) {
    .c-pricing__disclaimer {
      max-width: 80%; } }

.c-faqs {
  max-width: 60rem; }

.accordion__item {
  border-bottom: 1px solid #DFE2E6;
  cursor: pointer; }
  .accordion__item p {
    margin-top: 0;
    margin-bottom: 1.4rem; }
  .accordion__item .c-icon {
    margin-right: 1.4rem;
    transform: rotate(180deg);
    flex: 0 0 .8rem;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.accordion__button {
  display: flex;
  align-items: center;
  padding-right: 1.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }
  .accordion__button[aria-expanded="true"] .c-icon {
    transform: rotate(270deg); }

.accordion__panel {
  padding-right: 1.4rem;
  padding-left: 1.4rem; }

/* CAROUSEL */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-next, .slick-prev {
  opacity: .5; }
  .slick-next:hover, .slick-prev:hover {
    opacity: .9; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.CategoriesCarousel {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 45.99em) {
    .CategoriesCarousel {
      width: 90%; } }
  @media screen and (min-width: 46em) {
    .CategoriesCarousel {
      width: 94%; } }
  .CategoriesCarousel .slick-slide {
    margin-top: 3px; }
    @media screen and (max-width: 45.99em) {
      .CategoriesCarousel .slick-slide {
        width: 11rem;
        margin-right: 0.35rem;
        margin-left: 0.35rem; } }
    @media screen and (min-width: 46em) {
      .CategoriesCarousel .slick-slide {
        width: 12.5rem;
        margin-right: 0.7rem;
        margin-left: 0.7rem; } }
  @media screen and (max-width: 45.99em) {
    .CategoriesCarousel .slick-prev {
      left: -3%; } }
  @media screen and (min-width: 46em) {
    .CategoriesCarousel .slick-prev {
      left: -4.2%; } }
  @media screen and (max-width: 45.99em) {
    .CategoriesCarousel .slick-next {
      right: -3%; } }
  @media screen and (min-width: 46em) {
    .CategoriesCarousel .slick-next {
      right: -4.2%; } }
  @media screen and (max-width: 45.99em) {
    .CategoriesCarousel .slick-prev:before, .CategoriesCarousel .slick-next:before {
      background-size: 1rem; } }
  @media screen and (min-width: 46em) {
    .CategoriesCarousel .slick-prev:before, .CategoriesCarousel .slick-next:before {
      background-size: 1rem; } }

.EventCarousel {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 45.99em) {
    .EventCarousel {
      width: 95%; } }
  @media screen and (min-width: 46em) {
    .EventCarousel {
      width: 90%; } }
  .EventCarousel .slick-slide {
    margin-top: 3px; }
    @media screen and (max-width: 45.99em) {
      .EventCarousel .slick-slide {
        width: 28rem;
        margin-right: 0.7rem;
        margin-left: 0.7rem; } }
    @media screen and (min-width: 46em) {
      .EventCarousel .slick-slide {
        width: 32rem;
        margin-right: 1.4rem;
        margin-left: 1.4rem; } }

.VenueCarousel {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11.2rem; }
  @media screen and (max-width: 45.99em) {
    .VenueCarousel {
      width: 95%; } }
  @media screen and (min-width: 46em) {
    .VenueCarousel {
      width: 90%; } }
  .VenueCarousel .slick-slide {
    margin-top: 3px;
    width: 23rem; }
    @media screen and (max-width: 45.99em) {
      .VenueCarousel .slick-slide {
        margin-right: 0.7rem;
        margin-left: 0.7rem; } }
    @media screen and (min-width: 46em) {
      .VenueCarousel .slick-slide {
        margin-right: 0.7rem;
        margin-left: 0.7rem; } }

.BillboardCarousel {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 45.99em) {
    .BillboardCarousel {
      width: 95%; } }
  @media screen and (min-width: 46em) {
    .BillboardCarousel {
      width: 90%; } }
  @media screen and (max-width: 45.99em) {
    .BillboardCarousel .slick-slide {
      width: 28rem !important;
      margin-right: 1.4rem;
      margin-left: 1.4rem; } }
  @media screen and (min-width: 46em) {
    .BillboardCarousel .slick-slide {
      width: 32rem !important;
      margin-right: 1.4rem;
      margin-left: 1.4rem; } }

.SponsoredCarousel .slick-thumb {
  position: relative; }
  .SponsoredCarousel .slick-thumb li {
    margin: 0; }
    @media screen and (min-width: 46em) {
      .SponsoredCarousel .slick-thumb li {
        width: calc(100% / 4); } }

.SponsoredCarousel .slick-dots {
  display: flex !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 45.99em) {
    .SponsoredCarousel .slick-dots {
      bottom: 4.2rem;
      margin-bottom: -4.2rem;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media screen and (min-width: 46em) {
    .SponsoredCarousel .slick-dots {
      bottom: .7rem;
      margin-bottom: -.7rem;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }

.SponsoredCarousel .slick-prev {
  left: -1%; }
  @media screen and (max-width: 45.99em) {
    .SponsoredCarousel .slick-prev {
      left: 7px; } }
  .SponsoredCarousel .slick-prev:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABgCAYAAABIW7GEAAAABGdBTUEAALGPC/xhBQAABQlJREFUeAHdnH2on2MYx89mL5yzF8zrODOjNUKkEIlWImW1Wq0NtaIkIUWRtJhRS5QQUUqdRV5Tq8XeWq1mMWmFIa1x2GzMxhgbx+fq/O66XPt1nus5f13XfdX33Pf9/K7n7vv53U+/cz/Pcz9PT08FMTQ01I8G0CDajVaiMypA6+kB5Bq0H9nYw4b+YzJTAjAf/++hvi4cvWw7tcv2HJuAuw0dQSPFYA4a4xKiB0eiUp/tNrvGbmJ8DHpGATRVV8YmUu4gGYdeayJSn++lnuOXFKO9aJUy31TdRcIl6vuJW8XoCWhTE5H6/Fvq58YlUs4wOh1tU+abqp+RcLrqIm4Vo7PRjiYi9flG6sfHJVLOMHop+kmZb6q+T8Jxqou4VYzORQeaiNTnr1IfF5dIOcPoAnQIeeMpEseoLuJWMXoH+sdLRt4DcWmMM8w+3AJM5p9LTBcxmxiVqdezLeD+JHdeTBrjCqPjkZyYeuNXEq823cRsYrQPrfaSkfcjuigmjXGF0RPRZuSNb0icZbqJ2cTomehzLxl5n6IcZ+UYnYN2Im9sIHFKzKEyrjB6GZKLQN54l8RjTTcxmxi9Dv3mJSPvFZTjYhhGF6K/kDeejDlMXVxBdBfyTr3+Jfe+Lt3E3ITZpcgbh0m8NSaJcYXRseh5Lxl5B9GNppuYTYxOQG8gb/xC4pUxaYwrjE5CH3rJyJObJBeYbmI2MXoS2oK8sZ3Es2LSGFcYnYG+9JKR9zE62XQTs4nR89F3yBtrSZwck8a4wugV6GcvGXlvoommm5hNjN6A5OfdGy+SODYmjXGF0cXoby8ZectMF3GbmL0HyZTKE5J3d1wa4wyzj3uoOjkywotMFzGbGJWp10sd457id5Kuj0ljXGF0InrLQ9XJkV/Vy003MZsYnYzWdYx7Cvl/eF5MGuMKo6egTzxUnZwvKPtNNzGbGJ2JvuoY9xQfkTQtJo1xhdELkczyvfEBiZNMNzGbGL0K7fOSkfc6mhCTxrjCqByWct3fG8+RmGPqJayYlYmwN5aa7yd+E7JdDjq5OnZnfJqjHeY51I727tvCyFR/iNb9IyPjzCjW+2+iHMhAjuYffbeVtqXLeCWQcrjWOVUrXzeA9U62FWS9p0sKUk5430be2EtijhNeBVnvJYsCKSUjs9w7jOTluehkIO/FfJ2XDQsogDd3RojCFY+VfdOUYNV76b6MApCjufmS4wqAgpTbZ9+7DtThpDUUOW6fKcgZmK7zBqiCrPcWtoKsdxGCgqx3GYmClKndC8O/Ka6/eRYCFUgpQXvUhTecdJjiFr1/ijqm612MV0YAyLbLKZ8o+6YpgZQFsXLn1xsvk5hjQWwZBQzLkmY5IfbGOyTmWFejIOdgeqeXkLz1KMeidAXZ9rGCrUDmeKxAQU7D9Gbkja9JPLvsn6LEcB9a7SUk7weU49GeMgIYHo/aPJwld6BzPJylINs+XvcHkDeV/dOUmH4EeUOmdkvSwBWjmG7ziKtc3bu/7JumxPQC1OZJmRVp4IpRAOeito+Zp5vajeZFATmeVlMjOZuR3IG8sZHEqWX/FCWGp6NtXkLy5GUdp6WAKyYxPJrXrZxT9k9RAtmLViFvyOKmi1PAFZMYrveVRwpSpnZPe4eRvDwvrSqQUmL8ISdkrteOGcjbgTzSAJrzxXEFFLj56NAIkAMlN20J3LVofxfIPWzLsVi+6dsXEDSABtH/Xr/5H4fQsBO+jZDeAAAAAElFTkSuQmCC) no-repeat center; }

.SponsoredCarousel .slick-next {
  right: -1%; }
  @media screen and (max-width: 45.99em) {
    .SponsoredCarousel .slick-next {
      right: 7px; } }
  .SponsoredCarousel .slick-next:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABgCAYAAABIW7GEAAAABGdBTUEAALGPC/xhBQAABFpJREFUeAHdnHtoj1EYxzdmc9nc7zNDEpqV5NK0SIkUUUputaIkIUWRtNxLooSIWimL5lJqJXJppZBLUu5puc5c534Z83n+UG/rfb3n/Pk9T33ze895Vt+P877nPe95z3kzMoimpqZ8VIleoefoMCqwOvkwEPQGNY8GCsaFAGitlRTfqJghDQmAnZL/i0YqF8hCYt6uO5dYLQkJmXUurrGTxEwpUAxbDxrXySRBH6IiSw1yOKbrkohiyqspa6sGORDTj2NgkoouUdFJDbIXpm8lEcWU36astxpkR0zXxMAkFdVSMUgNsg2mTyURxZTXUzZCDTIL0xUxMElFH6mYoAaZientSUQx5d8pmykFaWYxvSoGJqnoNxWLFCHLMG7jUtdYqwg5DTp7wnCNXSTKDe1KMf3BlZA8G+u2kmpNDBejl8g1TpPYTg1yAKYfuRKSdxl1VoPsgembHpB3yO2jBtke0xc9IJ+QO1gNsjWmT3pAviZ3pBpkS0wf9ID8RO5EKUgzi+mtHpA/yJ2lCLkC438cQW1ot0QRcj7GfzlCWlq5IuQUjH/xgNxDbgspUAyXoHcekEfJzVaDLMJ02gx69P/gLAe5apCFmL4fpUj5fZX6rmqQ3TB9LQUsWn2Pg75qkHmYPhelSPn9lPqhapA5mK5KAYtWv+VgjBpkC0zvi1Kk/LbbzWQpSDOL6Y0pYNHqnxzMUYRcinHXoZ3lLVOEnI1xayHX2KQIOQm6z66E5O1HckO70Zi2XtM1jpGYI9WaGB6C7P7nGudJzFODLMD0XVdC8q6j7mqQXTB9xQPyAbn91CBzMX3GA9KeWorUILMxfcQD8j25Y9UgbWi32wPS3p9ona7WIpgu94CskmrFf2YBXIxsNi4t6rRGAf8IQ/6XJitPa7ZIvc4piulwOxngwr1NANcO+d7oh0lcpoCFO1QDLtzBNnDhPi4BZw+8b5BrHCdR44EXo+FOWQDnO+m0WaKnNJPA+U4bLleC2wCga9i04lwJOIyGO3UPnA29wnz5Alge8nl99ox8jddnGA33BShwhSjMV9iAFaEwFyEAVoLCXEYCmO9CoL38jcY8EUbnIZ+lXOslbuBmErBwF+MBtwW5xg8SNZZTYtQWxB5wJSPP3uRqLIjFqK17OYFcwx5oR0lccxi1RekXkGs8IVFjUTpGbVvBDVcy8nS2FWC2P3roAWcbQ7qonJbFmH3hAaeztQeoUmRvUF2jkkSNzVkYnYq+upKRp7O9DrNlyGfotU7iejOTgK1ErovlfpOrs8UVs9uQa9jQS2OTMkZt6FWBXENnmzlEtpvslCsZefVI40MBGO2AapBr1JKo8akHjPZEYX6sA7BwP7cC3HBUh1yjmkSND+ZgNB/5vHA8RL7OJ48wa2NF19hBotyXDV450q2RGXpFjQKXNuPcSM7C6N9I/cb84f+04HfqpksBNTcLQAGK62QaKB/fPF/yGBDrSa2zsevRTllr1SA+v/kXVqvOtGfj8LEAAAAASUVORK5CYII=) no-repeat center; }

@media screen and (max-width: 45.99em) {
  .SponsoredCarousel .slick-prev, .SponsoredCarousel .slick-next {
    width: 5%; } }

@media only screen and (min-width: 46em) and (max-width: 63em) {
  .SponsoredCarousel .slick-prev, .SponsoredCarousel .slick-next {
    width: 10%; } }

@media screen and (max-width: 45.99em) {
  .SponsoredCarousel .slick-prev:before, .SponsoredCarousel .slick-next:before {
    background-size: 50%; } }

@media screen and (min-width: 46em) {
  .SponsoredCarousel .slick-prev:before, .SponsoredCarousel .slick-next:before {
    background-size: 15%; } }

[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: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 5%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .slick-next:before, .slick-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block; }
  .slick-next:hover, .slick-prev:hover {
    color: transparent;
    outline: 0; }
  .slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0;
    cursor: default; }

.slick-prev {
  left: -5.3%;
  z-index: 1; }
  .slick-prev:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABICAYAAACA/2cKAAAABGdBTUEAALGPC/xhBQAAB1tJREFUaAXVmntsU1UYwM+5bdfxGGxruy6o07UbbekDSFEyHjIIDxmoDFyIoKDxD6O8AsYYiaJG/zBGE018kaAu8YVBowLymBCmbKAky7C7Gy2MLSAIY9SxjGFpe+/xO4td6t09d+3W2243We7Od76e73e/8/jOC6MR9pSXl2dfvNr5CiHoCYqGMarOG5e9A48kzpKZMycIN3p/RISUx3NhDr05YkCtHk+BGBIOAeD0eMi+/zG6yg0QZkBgs3mKSUioB9MDIf/jyThosc3lCSOhniBUwvIRbacZrXrL5KlzEBL2E0QmMiER/j4vR786Yx4ttjsfJEioUYLkMN7lneqoamhoiGTEo1a7Zz0h4i5CiJbpSejpbf7mF2P5afdosd31nCgKnylAEmiTW+MhKWxaPQod5y0YI5+PeUn6xhhHoVM92R7gv5DmaaQCNdJVVVWakMB9ApAbmOVjfAtzeGW7n/9OTkd1j9KQeOFK5zeIoIfkAPpkGHdxGC0/7+dPsHRUBbV4vRNRT2gfVOdcNgC+zGk1S1pb/mhm6VC5ap3J6by3kPTc/kUREqOzeo1u9mCQFFQVj5a4XFYhjGoQIhZqRO6BjtPAjdUtbW1s7JTLl8pS7tFS57RpYhhB3FaCREd1aOL8RCEpdEpBS+zueUIkAtVNzFKPxNIwRn47RjulIhCo74nJEnmnDNQ62b1CEMVD0CYnsAxDdX+87tGq1c3Ne8IsHZY8JW0UBvKnYPjZCdXNHpcx90Z7oOllFshg8mF71GJzvwAD+S4FSMJxePNwIOlHDNmjEKux1eF6m4hoG8sbUNURhLn1bX7f1yydROVDAoVoo71w5fqn4MnHmYYw7tVgsqrV33yYqZNERtKgZWVlYzqCPXugZy9j2sEoqNVolp1r8f3O1EkyIylQt9ud1xsm+6HaZ7HsYIQvabLQ4nM8f4alMxR5wqA22/RJERQ5DJAupiGM/ZwOLT7P838ydYaYkVCvtzimlYZRuF4JEr74lB6PnaMGJP22QUGtdrcXCdF6GCfvYToD45rx2ZoFfv+pIFNnmBmKoFabZwGsbY5BxzGx7ECb3J0/Xr/c5/P1snRSIWeCWuzOVYQIB2APKIdlCLZaPli35pG1dJXI0kmVXLYzQXU/LYrih2CE+SHgyVfbzvKvpQpksHIGgFptzpdEgl5X+KEIEWdjW4D/SEEn5Vn9oDQkWuzudyHabGZZgSlamCDuMYjbe1g6asn7QL1er67rZqga2uMaliGAvIk4rrLtTNMRlo6ack3J0qX6Wx1B2JNElSxDAHkd5i+L2vx8HUtHbbkmV6uHTQHEnFwA5EUd0sxvDTQ1qQ2jVD6nWN0INWuztbMCAV9AqZB05DGHn3QYT8YG7Oyhr1g/gPWPMxqKnoAdYRtLJ11yjisu2g7zfLp3LvtA0yiKIKHOYnPNkFVIk3DUDE//H/Bt7vdgkbaJ5SRoJhkb8Ps7E4RF0n6W38xhbgcLFJpBFiLibmgGz7B01JIPWId3Ba/9ajAVXoWQWgFG+z0eB0BlywzGQpHqxslV/XcAKLXWdf1aQ76poBkT9DAkZffZYY46H3RMWzZuOFRbWwsDhLqPnMf6LfZNnJHwA1Q5e04KE2c4Xlmn9pxUEZQS06UIEclBpVk+nKzW5Oi5lWrO8gcFpbB0cUfESI3SugkKOpXFjatQa92UECiFHRXLZQoaCDT+NS4L3w/DGPNAACbddgKbuKUul4P+JpVP/ziaSKFNTU1d5vychbBe+omlD235rmiEHC+d4pnJ0hmKPClQauDkyZP/FE0yroAO9DnTIEGGqCAeLbE7lzB1ksxIuI1Ky6VrLNh2fAe2HbdK82LpVG47Ju3ROAgC55Xb4LRte0wmfcPH6IgofFlsd2+U5iWblo1MyRQCUawuz2i+BNGWbkPKfTiGTlaRZyzQ3Ah2Hkum7HjdYYPSwm4ErzUaDGYfdKQVkJQNuSCfl280F27Z9OzBoYTcIbdRCih96PEN7LDsVT4Z6Tu+WZvsyUhKQSk4PRATIlE4xlE8a4IDsdzKZM6aUg5KYUfFESMFbeX582N1Y2bD8OSjabkHRgSveCtc53BMv1suXypTxaMxI6PiGJzCtjU0dBdNMi2GdcLeGLz0DW35DkEQjkNHLJPmxaflxr34/GH/D0NRaIZnykqoumpmYYTkCYQcsTjcdPkj+6ha9VKLI/7ySwwYAsPPBpO5F5Y2i0Am5yRaw5X5xoLurmDnb7Hf0XdKIlN8gYP9DyH3BKxyL4DecviTa3r0Ax7IN5j1sMo9Gisv7aDUMMCezjWZTiOCacjVxWAk77kGo/nOhQvmHWhpaSFy7pfoq5eklwjhft4+2J3JZVmBSXrfJcKMeDQG1RXsuAizqoPQWqlnWUtyRyga1WXUozFgetE1QujNR8Yd0pFyIxd2tNtJFoa7pKgxBi99y/U6qU5a0u0836HJG18Oa7FaqUHYRazOaBuVAv19+fJt433e3ai7m06+S6Dt3oRjzPfp9fZ/AZZlqvNop8bZAAAAAElFTkSuQmCC) no-repeat center; }
    @media screen and (min-width: 46em) {
      .slick-prev:before {
        background-size: 15%; } }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .slick-prev:before {
        background-size: 25%; } }

.slick-next {
  right: -5.3%;
  z-index: 1; }
  .slick-next:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABICAYAAACA/2cKAAAABGdBTUEAALGPC/xhBQAAB4lJREFUaAXVWntMU1cYP+eWIgpsAi34mLCWRwstRYJzyXDTOYOPiLLNxrktxiwmi8kSzdw70xGXbH9sccleWZYtTt2ce5o4X8M4QUWmGUFKwRahLi6ZymMwUYG29559p1Dp45zSQm87bwL3nt/39Xy/+53vvL57cFlZmbLv1tAOQtAGBBfG6CtBk13dcfToMC3/Xy6s1RveJRJ6zY8QxrWK6cmrO86du+GHx7EgeD3px4GQRWLfzdpckynTD49jQQhhu5QMifU6nUkTQidmIoHGJM8aQSjPicR6jc5o4unEChfSkpO2Y4QPcA0SNBMRVKctKFnA1YmBQGhsbHSVlRSawbVf8O2R6QSJNRq9oZKvI69EQatva2sjfb1dv6SrM5PAezzPKcHz5nT1jCt9Pdeb5aUVXLuHqBfu6+k+ka7K/BfKS+EPe3GfO4wSZHWaOutmf09Xgw8u+6MfUWqtr7f79zRVVifGeBUUWaMCBq9XgE5yf2/XcdkZjhoIIkpxIGBJy8xqhMfH4U9JMcZVnq7KylmyeOEhGjoMeVQhVvPeMZCrNz4kEXQIEZJ2Bwx8wOhgzkz12tra2qFAUTTLIYlSQ3lFJQbJLf5KEJnNMwyVnEapSZWOxkYa37JcrBj0M9TR1tw6RaEsh4mh3U/gU4B2f5gMDNcZDA/M8IGj+jiuR73W8kpL1dJt11Ho9WVeLPiOHYpEVNFhtXYGyyaHjOtRb/UdTU3dSnTvo+DZE14s+E60khPV5xvmzg2WTQ4Jmyg1Y7fXD0xNKFoBZH/kmYVYzhJdrro8ffFCns5E8IiIUgOtrT84168zr4Vx9jOeQYjZe0RJOpZbUFzF04kUDztGWRVrdMVvIyK9yZKNYFiE+e35y3brl3yd8CTMAT+8n3omhpMZ6qx/YPG9DH7DemnaYqvSVTOGYC1RH269LD1W5Sy9kJhWb1oHnt0NIwJvFkNYQDs7L1pfgpCZ0CwWFaL0LfL0hqUiwT/BLJbMfSuM9+bMVD0Hs5ibq8MRRI0orT+/yPSgWxQPw6Ilg2MP4gMfzspINTc0NAzydFh4VIlSA/lGY6HoRDUwTN3HMkgxaP6zyYl4ZUtLSx9PJxCPOlFqINdonCO5UA2EgT7QoLcMZK1KpFxqtzf97cVC3SMeR0NV5pV1Wq1/TcHTFoAXznuxwDt0PKMTOeu1hXPzA2WssixEqSGb7XxvSpJiMbRzDcuwByPofiS663P1xSHWDyO/lo0ord5isdxKT5myEjrQ/hFzwf8hltWESCdzdabFwdIxRFai1Azd5a5/es0zMI5+MmbW/wkmjFRCxCOQXnrSXzJWkqUzjVXv/6QtML4FHqz2R/1KkiAImzptLZ/7oVCY1BQaWNl4ZZhG62Cf1QV6y+GP5SQMnawyQ5UpwibzlG99LGVfuSzPsJgxYyR9DU2eyDWA8YcOW8sW75QbF6KUnLaweAmSpANANoVHFta9+9JSkjbQOI8bUQ9ZnXEeQgS2N0jFIwsBckyhza6KK1FKDtKaOhfktYBsNo8sXXnFnSglV1BSMts96Ib1ASpiksXomuzjKNMwGwy5To07Udr07iH3WWBpYPOnqy20L65Nr70bOtNdMTxNZMCPeYxCc2+CjeD+ULOSgIXtsMXe7J2VaOzGdK7P1RVvg7n8fbDL6xsjixJ7y87AjhUTotXV1cKVa90fAclXAwl4y8B8GAb2dQ6bda8X873z3sxXZ1LPnm+tA8N7YHn3FK8iGH4GMFJUddotv3F1eIJo4CaTKXlgWPoZNnkVvPpg9d+NBbwc1qA0Fc+9ZPOoXj8/wyndOgID+fwQ1v/EgrLCcfHCJa7OqEAWonfFdpkmIAgkc8fZ09MExCPh7umpU6M6jnpSOi5yGjrOHF5TelI66alLIsmSRJUoTZK5RelEqLwTrC72Zs9SVUWad6JEoxKjYaYdP4C041bf2YbndRY+6abX6ItfIJL4DQzmIXKj+A2HrfXFiZKctEc1OsMOaOptLA+MYHFOjXumxKs9nwLJrXySaEhAwlpHu/XbEDphiyKOUYPBnDjoboOmRmt4VqDSG5DxWNVha6nj6USKR0RUpytPdaF+uhd/jGcIhp/rCmXCskutFy7wdCaCh030rvjEWFhYmiPddp6Bns3NY0KPtkxTTi2X4zsobYFx16P0M7hbdJ+ExYWG12TQLPQzeEV78x+9PJ3J4iHHUXqwQBRFOiVyv9XDlHEwe5a6Qs5v9fQluURhl7gCTj8ch8UF9/QDNPeueaaiJ+Q+/UCJMjsTnBx7FgS7ICYTqBLzwvg92IC9wpTJAAZ5VKszbAEv7glBkggCfjmWJOl7+3kUUtfvQDy+znMINLUbY2Fjp82ym6cjF+7p9WazWTEsCp8Dyc18Q3gQCcQMu8Tv+TrySfDoLvE7IEnPOHEu3A+7xEpHe/MZjoLscILn2PDIQSy2MYyugmCZw95sYSvEBmWfyB21DQHckYgU5dBx4kqS0gnq9T7+aSKJeIHdbrnsg8XtkX0ilx7GTktZdNlqvR43ZgGGFdqc7FNDbjfdRuTBYHUT8j8fw1eIjR21tbcDdONa/A+C8a3TwPD5NwAAAABJRU5ErkJggg==) no-repeat center; }
    @media screen and (min-width: 46em) {
      .slick-next:before {
        background-size: 15%; } }
    @media only screen and (min-width: 46em) and (max-width: 63em) {
      .slick-next:before {
        background-size: 25%; } }

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

.slick-dots {
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: #354350; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
.react-calendar {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  line-height: 1.125em; }

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none; }

.react-calendar button:enabled:hover {
  cursor: pointer; }

.react-calendar__navigation {
  height: 44px; }

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
  line-height: 1.5;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem; }
  @media screen and (min-width: 46em) {
    .react-calendar__navigation button {
      font-size: 1.33rem; } }
  @media screen and (max-width: 45.99em) {
    .react-calendar__navigation button {
      font-size: 1.4rem; } }

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #F0F1F3; }

.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0; }

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em; }

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em; }

.react-calendar__month-view__weekNumbers {
  font-weight: bold; }

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
  line-height: 1.5;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem; }
  @media screen and (min-width: 46em) {
    .react-calendar__month-view__weekNumbers .react-calendar__tile {
      font-size: 1.6rem; } }
  @media screen and (max-width: 45.99em) {
    .react-calendar__month-view__weekNumbers .react-calendar__tile {
      font-size: 1.6rem; } }

.react-calendar__month-view__days__day--weekend {
  color: #d10000; }

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575; }

@media screen and (max-width: 45.99em) {
  .react-calendar__month-view__days abbr {
    font-size: 1.6rem; } }

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em; }

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none; }

.react-calendar__tile:disabled {
  background-color: #DFE2E6; }

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #F0F1F3; }

.react-calendar__tile--hasActive {
  background: #FF8766; }

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #74D1BC; }

.react-calendar__tile--active {
  background: #FF8766;
  color: white; }

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #FF8766; }

.react-calendar__tile--hover:enabled:hover {
  background: #74D1BC; }

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #C2EBE2; }


/*# sourceMappingURL=commons.dd9ccbf0.chunk.css.map*/