/* COLORS */
/* FONTS */
#intro-plain {
  padding-top: 250px;
}
#intro-plain .section-content {
  width: 60%;
}
#intro-plain .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#intro-plain .section-content .typewriter-words {
  display: none;
}
#intro-plain > .section {
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  #intro-plain {
    padding-top: 150px;
  }
  #intro-plain .section-content {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #intro-plain .h1 {
    width: 100%;
  }
}
/* COLORS */
/* FONTS */
#featured-events {
  background: url("/themes/custom/images/waves/small_lightblue_wave.svg") center center repeat-x transparent;
  background-size: cover;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
#featured-events .h1 {
  text-align: center;
}
#featured-events .event {
  margin-bottom: -300px;
}
.event {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 60px 0;
  color: #191b46;
  position: relative;
  z-index: 100;
}
.event .event-data {
  width: calc(60% - 1px);
  border-right: 1px solid #f0f0f0;
  padding: 0 60px;
}
.event .event-data .event-organizer {
  background: #00adef;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.event .event-data .event-organizer {
  margin-bottom: 20px;
}
.event .event-data .event-data-line {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}
.event .event-data .event-data-line > div:first-child {
  width: 40%;
  font-weight: bold;
}
.event .event-data .event-data-line > div:last-child {
  width: 60%;
}
.event .event-data .event-presentation {
  background: linear-gradient(90deg, #006cd5, #3eaef0);
  border-radius: 0 40px 40px 0;
  color: #fff;
  position: relative;
  padding-left: 60px;
  margin-left: -60px;
  border-bottom: none;
}
.event .event-data .links {
  margin-top: 30px;
}
.event .event-data .event-date .date {
  display: flex;
}
.event .event-data .event-date .date > div:first-child.with-end-date:after {
  content: "-";
  margin: 0 5px;
}
.event .attendees {
  width: 40%;
  padding: 0 60px;
}
.event .attendees .title {
  font-weight: bold;
  font-size: 22px;
  color: #00adef;
  margin-bottom: 30px;
  font-family: "Nunito", "Nunito Sans", sans-serif;
}
.event .attendees .attendee {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}
.event .attendees .attendee .attendee-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}
.event .attendees .attendee .attendee-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event .attendees .attendee .attendee-name {
  font-weight: bold;
  font-size: 18px;
  color: #00adef;
}
@media screen and (max-width: 812px) {
  #featured-events {
    padding: 60px 0;
  }
  .event {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .event .event-data {
    width: 100%;
    padding: 0 20px;
  }
  .event .event-data .h5 {
    font-size: 22px;
  }
  .event .event-data .links {
    position: absolute;
    bottom: 20px;
  }
  .event .event-data .event-presentation {
    padding-left: 20px;
    margin-left: -20px;
    width: calc(100% + 20px);
  }
  .event .event-data .event-date .date {
    display: block;
  }
  .event .event-data .event-date .date > div:first-child:after {
    display: none;
  }
  .event .attendees {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .event .attendees.have-links {
    margin-bottom: 60px;
  }
}
/* COLORS */
/* FONTS */
#upcoming-events {
  padding: 0;
  margin-top: 150px;
}
#upcoming-events .h1 {
  text-align: center;
  margin-bottom: 60px;
}
.event {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 60px 0;
  color: #191b46;
  position: relative;
  z-index: 100;
}
.event .event-data {
  width: calc(60% - 1px);
  border-right: 1px solid #f0f0f0;
  padding: 0 60px;
}
.event .event-data .event-organizer {
  background: #00adef;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.event .event-data .event-organizer {
  margin-bottom: 20px;
}
.event .event-data .event-data-line {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}
.event .event-data .event-data-line > div:first-child {
  width: 40%;
  font-weight: bold;
}
.event .event-data .event-data-line > div:last-child {
  width: 60%;
}
.event .event-data .event-presentation {
  background: linear-gradient(90deg, #006cd5, #3eaef0);
  border-radius: 0 40px 40px 0;
  color: #fff;
  position: relative;
  padding-left: 60px;
  margin-left: -60px;
  border-bottom: none;
}
.event .event-data .links {
  margin-top: 30px;
}
.event .event-data .event-date .date {
  display: flex;
}
.event .event-data .event-date .date > div:first-child.with-end-date:after {
  content: "-";
  margin: 0 5px;
}
.event .attendees {
  width: 40%;
  padding: 0 60px;
}
.event .attendees .title {
  font-weight: bold;
  font-size: 22px;
  color: #00adef;
  margin-bottom: 30px;
  font-family: "Nunito", "Nunito Sans", sans-serif;
}
.event .attendees .attendee {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}
.event .attendees .attendee .attendee-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}
.event .attendees .attendee .attendee-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event .attendees .attendee .attendee-name {
  font-weight: bold;
  font-size: 18px;
  color: #00adef;
}
@media screen and (max-width: 812px) {
  #upcoming-events .h1 {
    margin-bottom: 20px;
  }
  .event {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .event .event-data {
    width: 100%;
    padding: 0 20px;
  }
  .event .event-data .h5 {
    font-size: 22px;
  }
  .event .event-data .links {
    position: absolute;
    bottom: 20px;
  }
  .event .event-data .event-presentation {
    padding-left: 20px;
    margin-left: -20px;
    width: calc(100% + 20px);
  }
  .event .event-data .event-date .date {
    display: block;
  }
  .event .event-data .event-date .date > div:first-child:after {
    display: none;
  }
  .event .attendees {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .event .attendees.have-links {
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=upcoming_events.css.map */