button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.decor--animated-outline {
  position: relative;
}

.decor--animated-outline:before, .decor--animated-outline:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.decor--animated-outline:before {
  -webkit-clip-path: polygon(-1% -1%, 20% -1%, 20% 50%, -1% 50%);
  clip-path: polygon(-1% -1%, 20% -1%, 20% 50%, -1% 50%);
}

.decor--animated-outline:after {
  -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
}

.decor--animated-outline:hover:before, .decor--animated-outline:active:before, .decor--animated-outline:focus:before {
  -webkit-animation: moveFirstOutline 1.5s linear 0s infinite forwards;
  animation: moveFirstOutline 1.5s linear 0s infinite forwards;
}

.decor--animated-outline:hover:after, .decor--animated-outline:active:after, .decor--animated-outline:focus:after {
  -webkit-animation: moveSecondOutline 1.5s linear 0s infinite forwards;
  animation: moveSecondOutline 1.5s linear 0s infinite forwards;
}

@-webkit-keyframes moveFirstOutline {
  0% {
    -webkit-clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
    clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
  }
  40% {
    -webkit-clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
    clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
  }
  50% {
    -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
    clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  }
  90% {
    -webkit-clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
    clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
  }
  100% {
    -webkit-clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
    clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
  }
}

@keyframes moveFirstOutline {
  0% {
    -webkit-clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
    clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
  }
  40% {
    -webkit-clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
    clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
  }
  50% {
    -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
    clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  }
  90% {
    -webkit-clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
    clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
  }
  100% {
    -webkit-clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
    clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
  }
}

@-webkit-keyframes moveSecondOutline {
  0% {
    -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
    clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  }
  40% {
    -webkit-clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
    clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
  }
  50% {
    -webkit-clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
    clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
  }
  90% {
    -webkit-clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
    clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
  }
  100% {
    -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
    clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  }
}

@keyframes moveSecondOutline {
  0% {
    -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
    clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  }
  40% {
    -webkit-clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
    clip-path: polygon(-2% 50%, 20% 50%, 20% 102%, -2% 102%);
  }
  50% {
    -webkit-clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
    clip-path: polygon(-2% -2%, 20% -2%, 20% 50%, -2% 50%);
  }
  90% {
    -webkit-clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
    clip-path: polygon(80% -2%, 102% -2%, 102% 50%, 80% 50%);
  }
  100% {
    -webkit-clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
    clip-path: polygon(80% 50%, 102% 50%, 102% 102%, 80% 102%);
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.agenda__main {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  min-height: calc(100vh - 184px);
}

@media (max-width: 1100px) {
  .agenda__main {
    padding: 0 1rem;
  }
}

.agenda-content__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 270px);
}

.loading-icon {
  width: 200px;
  margin: 2rem;
}

.loading-icon svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-animation: spin 0.8s linear 0s infinite forwards;
  animation: spin 0.8s linear 0s infinite forwards;
}

@media (max-width: 1200px) {
  .loading-icon {
    width: 150px;
  }
}

@media (max-width: 800px) {
  .loading-icon {
    width: 100px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
    transform: rotateY(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
    transform: rotateY(359deg);
  }
}

.agenda-speaker {
  background-color: transparent;
  color: #fff;
}

.agenda-speaker:hover, .agenda-speaker:focus, .agenda-speaker:active {
  background-color: rgba(30, 89, 241, 0.4);
}

.agenda-speaker .speaker__moderator {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.5px;
}

.agenda-speaker .speaker__name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #fff;
  font-size: 1.15rem;
}

.agenda-speaker .speaker__title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

.agenda-speaker.speaker-teaser--active {
  background-color: #fff;
  color: #082980;
}

.agenda-speaker.speaker-teaser--active .speaker__name {
  color: #082980;
}

.agenda-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {
  .agenda-tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem) !important;
    background-color: #fff;
  }
}

.agenda-tabs li {
  margin: 0;
  padding: 11px 0;
  background-color: #fff;
}

.agenda-tabs li:first-child {
  padding-left: 1rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.agenda-tabs li:last-child {
  padding-right: 1rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

@media (max-width: 600px) {
  .agenda-tabs li {
    padding: 6px 0;
  }
  .agenda-tabs li:first-child {
    padding-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .agenda-tabs li:last-child {
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.agenda-tabs .agenda-tab {
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 1rem;
  color: #1e59f1;
  font-size: 1rem;
  font-family: "franklin-gothic-urw", "FranklinGothic URW", "Libre Franklin", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 600;
  padding: 0;
  padding-top: 4px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
}

.agenda-tabs .agenda-tab:hover, .agenda-tabs .agenda-tab:active, .agenda-tabs .agenda-tab:focus {
  color: #1e59f1;
  border-color: #1e59f1;
}

@media (max-width: 800px) {
  .agenda-tabs .agenda-tab {
    margin: 0 0.5rem;
  }
}

@media (max-width: 600px) {
  .agenda-tabs .agenda-tab {
    margin: 0 0.5rem;
    font-size: 0.8rem;
  }
}

.agenda-tabs .agenda-tab--active {
  cursor: default;
  color: #082980;
  border-color: #082980;
}

.agenda-tabs .agenda-tab--active:hover, .agenda-tabs .agenda-tab--active:active, .agenda-tabs .agenda-tab--active:focus {
  color: #082980;
  border-color: #082980;
}

.agenda-tabs .agenda-tab--past {
  color: rgba(30, 89, 241, 0.6);
}

.agenda-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1500px) {
  .agenda-top h1 {
    font-size: 3rem;
  }
}

@media (max-width: 900px) {
  .agenda-top h1 {
    font-size: 2rem;
  }
}

.agenda-top .button--pill {
  padding: 0.7rem 2.5rem;
  font-size: 0.9rem;
}

@media (max-width: 1200px) {
  .agenda-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agenda-top h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .agenda-top .button--pill {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0.4rem 1rem;
  }
  .agenda-top .agenda-tabs {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 1rem;
  }
}

.agenda-week {
  padding: 2rem;
  padding-top: 3rem;
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .agenda-week {
    padding-left: 0;
    padding-right: 0;
  }
}

.agenda-week__label {
  font-size: 1rem;
  font-family: "franklin-gothic-urw", "FranklinGothic URW", "Libre Franklin", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 600;
}

.agenda-week__heading {
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.agenda-week__table {
  padding: 0;
  padding-top: 2rem;
}

.time-segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 800px) {
  .time-segment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.time-segment__datetime {
  width: 200px;
  padding-right: 0.5rem;
}

@media (max-width: 800px) {
  .time-segment__datetime {
    width: 100%;
    padding-bottom: 0.75rem;
  }
}

.time-segment__events {
  width: calc(100% - 200px);
  padding-bottom: 1.5rem;
}

@media (max-width: 800px) {
  .time-segment__events {
    width: 100%;
  }
}

.time-segment__date {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.time-segment__times {
  font-size: 1rem;
  font-family: "franklin-gothic-urw", "FranklinGothic URW", "Libre Franklin", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 600;
}

.time-segment__times2 {
  font-size: 1rem;
  font-family: "franklin-gothic-urw", "FranklinGothic URW", "Libre Franklin", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 100;
}

.time-segment-event {
  background-color: #082980;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
}

.time-segment-event__heading {
  font-family: "franklin-gothic-urw", "FranklinGothic URW", "Libre Franklin", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 900;
  margin: 1rem 0;
  font-size: 1.75rem;
  letter-spacing: 0.7px;
  line-height: 1.1428;
  margin-top: 0;
}

@media (max-width: 1600px) {
  .time-segment-event__heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 1370px) {
  .time-segment-event__heading {
    font-size: 1.25rem;
  }
}

@media (max-width: 900px) {
  .time-segment-event__heading {
    font-size: 1.5rem;
    letter-spacing: 0.6px;
  }
}

.time-segment-event__speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.time-segment-event__speakers .agenda-speaker {
  width: calc(50% - 0.5rem);
  margin: 0.25rem;
}

@media (max-width: 1200px) {
  .time-segment-event__speakers {
    margin-left: 0;
    margin-right: 0;
  }
  .time-segment-event__speakers .agenda-speaker {
    width: 100%;
    margin: 0.25rem 0;
  }
}

/*# sourceMappingURL=sourcemaps/page__agenda.css.map */
