<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

strong {
  font-weight: 700;
  letter-spacing: -0.2px;
}

.hero-section {
  position: relative;
  z-index: 2;
  height: 145vh;
  min-height: 900px;
  background-color: #191F28;
}

.body {
  min-height: 100%;
  font-family: Raleway, sans-serif;
  background-color: #191F28;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.agenda {
  max-width: 1136px;
  padding-right: 24px;
  padding-left: 24px;
}

.header {
  position: relative;
  z-index: 3;
  padding-top: 32px;
}

.event-card-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
}

.event-card-slide {
  width: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.event-card-slide.small {
  width: 48%;
  padding-right: 12px;
  padding-left: 12px;
}

.slide-nav {
  display: none;
}

.highlight-slider-mask {
  overflow: visible;
  width: 96%;
  float: right;
}

.content-section-agenda {
  position: relative;
  z-index: 1;
  background-color: #191F28;
}

.timeline-description {
  margin-bottom: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid hsla(0, 0%, 93.3%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 93.3%, 0.05);
  color: #fff;
  font-weight: 400;
}

.page-footer {
  position: relative;
  display: none;
}

.event-date {
  position: static;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #cfd5e1;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.event-date.load {
  background-image: url('../images/loader_1loader.gif');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.event-date.timeline {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 96px;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 12px;
}

.event-date.timeline.load {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}

.link-text {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0096ff;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-decoration: none;
  cursor: pointer;
}

.link-text:hover {
  color: #19bbf5;
}

.sympla-banner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 248px;
  padding: 32px 32px 32px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #0096ff;
  background-image: url('../images/circles-bg.svg'), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1), hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px;
  background-size: 120%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: background-color 1000ms cubic-bezier(.19, 1, .22, 1);
  transition: background-color 1000ms cubic-bezier(.19, 1, .22, 1);
  text-align: left;
  text-decoration: none;
}

.sympla-banner:hover {
  background-color: #007bd1;
}

.sympla-banner-device {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 194px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 6px;
  float: right;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: -2px 6px 0 5px #c9c9c9, inset 0 0 8px 3px hsla(0, 0%, 83.1%, 0.81), -24px 44px 50px -10px rgba(0, 0, 0, 0.5);
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(1087px) rotateX(23deg) rotateY(0deg) rotateZ(-17deg) translate(16px, 4px);
  transform: perspective(1087px) rotateX(23deg) rotateY(0deg) rotateZ(-17deg) translate(16px, 4px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 1000ms cubic-bezier(.19, 1, .22, 1);
  transition: all 1000ms cubic-bezier(.19, 1, .22, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sympla-banner-device:hover {
  background-image: none;
  box-shadow: 0 0 0 2px #c9c9c9, inset 0 0 8px 3px #d4d4d4, 0 36px 30px 0 rgba(4, 91, 151, 0.5);
  -webkit-transform: rotate(0deg) rotate(0deg) translate(-2px, 4px) scale(1.1);
  -ms-transform: rotate(0deg) rotate(0deg) translate(-2px, 4px) scale(1.1);
  transform: rotate(0deg) rotate(0deg) translate(-2px, 4px) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.sympla-banner-maintitle {
  margin-top: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 95%;
  font-weight: 800;
}

.sympla-banner-text {
  margin-bottom: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}

.sympla-banner-content-column {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-bottom: 24px;
}

.sympla-banner-content-column.left-side {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sympla-banner-content-column.right {
  width: 50%;
  margin-bottom: 0px;
  padding-left: 160px;
  text-align: center;
}

.banner-content-block {
  position: relative;
  height: auto;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 8px;
  border-radius: 8px;
  background-color: #3d3d3d;
  text-align: left;
}

.slider-nav-block {
  width: 112px;
  height: 75%;
  margin-top: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.slider-nav-block:hover {
  opacity: 1;
}

.timeline-header {
  padding-top: 1px;
  background-color: #191F28;
  text-align: center;
}

.sympla-banner-highlight-text {
  font-weight: 700;
}

.sympla-banner-corporativo-print-app {
  border: 1px solid #cfcece;
}

.sympla-banner-corporativo-app-badge {
  width: 50%;
  height: 40px;
  float: left;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.sympla-banner-corporativo-app-badge.ios {
  background-image: url('../images/app-store-badge.svg');
}

.sympla-banner-corporativo-app-badge.android {
  background-image: url('../images/google-play-badge.svg');
}

.sympla-banner-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bg-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 54%;
  background-color: #333;
}

.event-image-proportion {
  width: 100%;
  height: auto;
}

.main-highlight-slider {
  z-index: 1;
  height: auto;
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: transparent;
}

.slider-nav {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #19bbf5;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.slider-nav:hover {
  background-color: #f6f6f6;
}

.slider-nav.sponsored {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.slider-nav.sponsored.next {
  background-image: url('../images/pointer-right.svg');
}

.slider-nav.sponsored.prev {
  background-image: url('../images/pointer-left.svg');
}

.main-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  padding: 8px 12px;
  float: right;
  border-bottom: 1px none rgba(10, 10, 10, 0.15);
  border-left: 1px none rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 30px;
  background-color: #fff;
  box-shadow: 5px 5px 37px 5px rgba(0, 0, 0, 0.12);
}

.main-nav.footer-mobile {
  display: none;
}

.main-cta-wrapper {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  float: right;
}

.divider {
  position: relative;
  display: block;
  width: 1px;
  height: 64px;
  margin-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  background-color: rgba(0, 0, 0, 0.15);
}

.fixed-logo-sympla {
  position: relative;
  display: block;
  width: 44px;
  height: 64px;
  margin-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../images/logo-simbol-color.svg');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.title-label {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.timeline-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0096ff;
  font-size: 64px;
  line-height: 100%;
  font-weight: 100;
  letter-spacing: 2px;
}

.powered-wrapper {
  z-index: 2;
  padding: 12px 16px;
  float: left;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  line-height: 110%;
  font-weight: 300;
  text-align: left;
}

.label {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-left: 12px;
  float: right;
  border-left: 1px solid hsla(0, 0%, 100%, 0.24);
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sympla-logo {
  width: 100px;
  height: 40px;
  float: left;
  background-image: url('../images/new-logo-white.svg');
  background-position: 50% 50%;
  background-size: 100px 32px;
  background-repeat: no-repeat;
}

.image_bg {
  height: 100%;
  background-image: url('../images/bg-feh-v3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-cta {
  width: 224px;
  padding: 8px 24px;
  border-radius: 50px;
  background-color: #fca700;
  box-shadow: 0 10px 30px -14px #ffc700;
  -webkit-transition: all 500ms cubic-bezier(.19, 1, .22, 1);
  transition: all 500ms cubic-bezier(.19, 1, .22, 1);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-cta:hover {
  background-color: #ffc700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.33);
}

.btn-scroll {
  display: none;
}

.agenda-heder-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.event--date {
  position: relative;
  display: inline-block;
  border-width: 1px;
  border-color: #d6d8db;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #0097ff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.event-location {
  overflow: hidden;
  max-height: 16px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #85858f;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.event-location.event-card {
  max-height: 24px;
  margin-right: 16px;
  margin-bottom: 12px;
  padding-left: 20px;
  float: none;
  background-image: url('../images/ic-location-event-card.svg');
  background-position: -5px 0%;
  background-size: 24px;
  background-repeat: no-repeat;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.search-result-li {
  width: 33.32%;
  margin-bottom: 16px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  list-style-type: none;
}

.event-card-date-range {
  width: 16px;
  height: 24px;
  margin-right: 2px;
  margin-left: 2px;
  float: left;
  background-image: url('../images/pointer-right.svg');
  background-position: 50% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.event-info-block {
  position: relative;
  z-index: 1;
  padding: 8px 16px 24px;
}

.event-card-date-month {
  float: left;
}

.event-date-day {
  margin-right: 4px;
  float: left;
  font-size: 20px;
  font-weight: 400;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-bottom: 16px;
  margin-left: -16px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-card-day {
  float: left;
  color: #0097ff;
  letter-spacing: 0.2px;
}

.event-name {
  display: block;
  overflow: hidden;
  max-height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.event-name.event-card {
  display: block;
  max-height: 48px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
}

.event-card-hour {
  float: left;
}

.event-card-list-var {
  position: relative;
}

.event-card-data-block {
  margin-bottom: 4px;
  border-bottom: 1px solid hsla(0, 0%, 93.3%, 0.05);
}

.sympla-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 12px 12px 16px 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.sympla-card:hover {
  z-index: 1;
  background-color: #444;
  box-shadow: 0 40px 44px -10px rgba(0, 0, 0, 0.1), 0 20px 52px -20px rgba(0, 0, 0, 0.3);
}

.event-card-info {
  float: left;
}

.event--image {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(214, 216, 219, 0.1);
  border-radius: 12px;
  background-image: url('../images/banner-evento-modelo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event--image._1 {
  background-image: url('../images/5cccacf0a7029-lg.jpg');
  background-size: cover;
}

.event--image._2 {
  background-image: url('../images/5ce4678c6ee2c-lg.jpg');
  background-size: cover;
}

.event--image._3 {
  background-image: url('../images/5cb0f3982d272-lg.jpg');
  background-size: cover;
}

.event--image._4 {
  background-image: url('../images/5cac0075dd7a9-lg.jpg');
  background-size: cover;
}

.event--image._5 {
  background-image: url('../images/5ce34eb6dc673-lg.png');
  background-size: cover;
}

.event--image._6 {
  background-image: url('../images/5cc21757e5e08-lg.png');
  background-size: cover;
}

.event--image._7 {
  background-image: url('../images/5ce1807c6951c-lg.jpg');
  background-size: cover;
}

.event--image._8 {
  background-image: url('../images/5cd9fe3be7dd0-lg.png');
  background-size: cover;
}

.event-card-hour-spacer {
  width: 8px;
  height: 24px;
  margin-right: 4px;
  float: left;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#191F28));
  background-image: linear-gradient(180deg, transparent, #191F28);
}

.powered-wrapper-2 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 110%;
  font-weight: 300;
  text-align: center;
}

.label-2 {
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.sympla-logo-footer {
  width: 100px;
  height: 40px;
  float: left;
  background-image: url('../images/new-logo-white.svg');
  background-position: 50% 50%;
  background-size: 100px 32px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: 760px;
  }
  .event-card-slide.small {
    width: 48%;
  }
  .highlight-slider-mask {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    float: none;
  }
  .timeline-description {
    padding-right: 24px;
    padding-left: 24px;
  }
  .sympla-banner {
    padding: 16px 40px;
  }
  .sympla-banner-maintitle {
    font-size: 32px;
  }
  .sympla-banner-text {
    font-size: 14px;
  }
  .sympla-banner-content-column {
    width: 70%;
    padding-top: 14px;
  }
  .sympla-banner-content-column.left-side {
    padding-top: 32px;
  }
  .sympla-banner-content-column.right {
    width: 50%;
  }
  .timeline-header {
    padding-top: 8px;
  }
  .main-highlight-slider {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-nav.sponsored.next {
    display: none;
  }
  .title-label {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .timeline-title {
    font-size: 40px;
  }
  .powered-wrapper {
    width: auto;
  }
  .search-result-li {
    width: 50%;
  }
  .sympla-card {
    border-radius: 0px;
  }
  .sympla-card:hover {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 620px;
  }
  .header {
    margin-bottom: 8px;
  }
  .event-card-section {
    padding-top: 52px;
  }
  .timeline-description {
    padding-right: 32px;
    padding-left: 32px;
  }
  .event-date.timeline {
    margin-bottom: 40px;
  }
  .sympla-banner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .sympla-banner-device {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: 0px;
    width: 174px;
    height: 350px;
    padding: 32px 4px;
    border-radius: 20px;
  }
  .sympla-banner-device:hover {
    -webkit-transform: rotate(0deg) rotate(0deg) translate(38px, 14px) scale(1.1);
    -ms-transform: rotate(0deg) rotate(0deg) translate(38px, 14px) scale(1.1);
    transform: rotate(0deg) rotate(0deg) translate(38px, 14px) scale(1.1);
  }
  .sympla-banner-maintitle {
    font-size: 32px;
  }
  .sympla-banner-text {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .sympla-banner-content-column {
    padding-top: 0px;
  }
  .sympla-banner-content-column.left-side {
    width: 50%;
    margin-bottom: 0px;
    padding-top: 8px;
    float: right;
  }
  .sympla-banner-content-column.right {
    padding-top: 0px;
    padding-left: 0px;
    float: right;
    clear: right;
    text-align: left;
  }
  .slider-nav-block {
    width: 80px;
  }
  .timeline-header {
    padding-top: 8px;
  }
  .sympla-banner-content-row {
    display: block;
  }
  .slider-nav.sponsored.prev {
    display: none;
  }
  .powered-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .label {
    line-height: 32px;
  }
  .sympla-logo {
    width: 80px;
    height: 32px;
    background-size: auto 24px;
  }
  .event-location.event-card {
    padding-left: 0px;
    background-image: none;
  }
  .search-result-li {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsla(0, 0%, 93.3%, 0.05);
  }
  .event-info-block {
    padding-right: 4px;
    padding-left: 4px;
  }
  .event-info-block.event-card-list-var {
    padding-top: 0px;
    padding-left: 24px;
  }
  .event-date-day {
    color: #0097ff;
    font-size: 14px;
    font-weight: 600;
  }
  .list {
    margin-bottom: 8px;
  }
  .event-card-day {
    font-size: 12px;
    text-transform: uppercase;
  }
  .event-name {
    margin-top: 0px;
  }
  .event-name.event-card {
    margin-top: 0px;
    font-weight: 700;
  }
  .event-card-list-var {
    width: 50%;
    float: left;
  }
  .event-card-data-block {
    margin-top: -2px;
    margin-bottom: -6px;
    border-bottom-style: none;
  }
  .sympla-card {
    display: inline-block;
    box-shadow: none;
  }
  .sympla-card:hover {
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .event--image {
    border-radius: 8px;
  }
  .bg-overlay {
    height: 25px;
  }
  .label-2 {
    line-height: 32px;
  }
  .sympla-logo-footer {
    width: 80px;
    height: 32px;
    background-size: auto 24px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    width: 100%;
    min-height: 0px;
  }
  .header {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .event-card-section {
    position: relative;
    margin-top: -24px;
    padding-top: 0px;
  }
  .event-card-slide {
    padding-right: 12px;
    padding-left: 12px;
  }
  .event-card-slide.small {
    width: 90%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .highlight-slider-mask {
    padding-right: 0px;
    padding-left: 0px;
  }
  .timeline-description {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 130%;
  }
  .link-text {
    display: inline-block;
  }
  .sympla-banner {
    display: block;
    height: 80vh;
    max-height: 442px;
    margin-right: auto;
    margin-left: auto;
    background-size: 290%, auto;
  }
  .sympla-banner-device {
    left: auto;
    top: auto;
    right: 32px;
    bottom: -13vw;
    width: 144px;
    height: 255px;
    padding: 9vw 1vw;
    float: none;
    border-radius: 6vw;
    box-shadow: 2px 2px 0 3px #c9c9c9, inset 0 0 8px 3px hsla(0, 0%, 83.1%, 0.81), 35px 35px 50px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: perspective(1087px) rotateX(23deg) rotateY(0deg) rotateZ(17deg);
    transform: perspective(1087px) rotateX(23deg) rotateY(0deg) rotateZ(17deg);
  }
  .sympla-banner-device:hover {
    -webkit-transform: rotate(0deg) rotate(0deg) translate(-2px, 14px) scale(1.1);
    -ms-transform: rotate(0deg) rotate(0deg) translate(-2px, 14px) scale(1.1);
    transform: rotate(0deg) rotate(0deg) translate(-2px, 14px) scale(1.1);
  }
  .sympla-banner-maintitle {
    margin-bottom: 16px;
  }
  .sympla-banner-content-column {
    width: 100%;
  }
  .sympla-banner-content-column.left-side {
    width: 100%;
    float: none;
  }
  .sympla-banner-content-column.right {
    width: 70%;
    float: none;
  }
  .slider-nav-block {
    display: none;
    width: 50px;
  }
  .timeline-header {
    padding-top: 8px;
  }
  .hero-bg-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
    opacity: 1;
  }
  .main-highlight-slider {
    top: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .slider-nav.sponsored {
    width: 56px;
    height: 56px;
  }
  .slider-nav.sponsored.next {
    display: none;
  }
  .main-nav {
    width: 100%;
    padding-left: 8px;
    border-bottom-left-radius: 0px;
    text-align: left;
  }
  .main-nav.footer-mobile {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }
  .main-cta-wrapper {
    display: none;
    padding-bottom: 8px;
    background-color: #fff;
    text-align: center;
  }
  .main-cta-wrapper.footer {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    float: none;
  }
  .divider {
    display: none;
    height: 40px;
    float: none;
  }
  .fixed-logo-sympla {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    margin-left: 8px;
    background-size: 48px;
  }
  .title-label {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .timeline-title {
    font-size: 24px;
  }
  .powered-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 8px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    text-align: center;
  }
  .label {
    margin-right: 8px;
    float: none;
    font-size: 16px;
    line-height: 24px;
  }
  .sympla-logo {
    width: 64px;
    height: 24px;
    float: none;
    background-position: 0px 50%;
    background-size: 60px 24px;
  }
  .main-cta {
    width: 248px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
  .btn-scroll {
    bottom: -16px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    float: right;
    border: 1px solid #cfd5e1;
    border-radius: 50%;
    background-image: url('../images/arrow-top.svg');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .agenda-heder-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .event--date {
    display: block;
    font-size: 12px;
  }
  .event-location {
    font-size: 11px;
  }
  .event-location.event-card {
    margin-bottom: 2px;
  }
  .search-result-li {
    height: auto;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
  }
  .event-card-date-range {
    margin-right: 0px;
    margin-left: 0px;
  }
  .event-info-block {
    padding: 8px 2px;
  }
  .event-info-block.event-card-list-var {
    width: 60%;
    padding-right: 0px;
    padding-left: 16px;
  }
  .event-date-day {
    margin-right: 2px;
    font-size: 12px;
  }
  .list {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-name {
    font-size: 14px;
    line-height: 22px;
  }
  .event-card-list-var {
    width: 40%;
  }
  .event-card-data-block {
    min-height: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .event--image {
    border-radius: 6px;
  }
  .label-2 {
    margin-right: 8px;
    font-size: 10px;
    line-height: 24px;
  }
  .sympla-logo-footer {
    width: 64px;
    height: 24px;
    background-position: 0px 50%;
    background-size: 60px 24px;
  }
}

</pre></body></html>