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;
}

.speaker-card {
  cursor: pointer;
}

.speaker-card .speaker__photo {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.speaker-card .speaker__details-button {
  position: relative;
  width: 100%;
  height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.speaker-card .speaker-details-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.8rem;
  background-color: #fff;
  border-radius: 100%;
  fill: #082980;
  -webkit-transition: fill 0.2s ease-out, background-color 0.2s ease-out;
  transition: fill 0.2s ease-out, background-color 0.2s ease-out;
}

.speaker-card .speaker__info {
  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;
}

.speaker-card .speaker__name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.speaker-card .speaker__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: 400;
  font-size: 0.8rem;
}

.speaker-card:hover .speaker-details-icon, .speaker-card:focus .speaker-details-icon, .speaker-card:active .speaker-details-icon {
  fill: #fff;
  background-color: #082980;
}

.speaker-card:hover .speaker__name, .speaker-card:focus .speaker__name, .speaker-card:active .speaker__name {
  text-decoration: underline;
}

.speakers__main {
  max-width: 1900px;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

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

.speakers-grid {
  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: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
}

.speakers-grid .speaker-card {
  width: 25%;
  padding: 1.5rem;
}

@media (max-width: 1200px) {
  .speakers-grid {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
  .speakers-grid .speaker-card {
    width: 33.3333%;
    padding: 1rem;
  }
}

@media (max-width: 800px) {
  .speakers-grid .speaker-card {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .speakers-grid .speaker-card {
    width: 100%;
  }
}

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