html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Syncopate", sans-serif;
  background-color: #F6EEEC;
}

h1 {
  font-size: 24pt;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  font-size: 13pt;
  font-weight: normal;
}

iframe {
  background: url(/images/loading.gif) center center no-repeat;
  background-size: 4em;
  background-color: #F6F6F6;
  border: 0;
}

.sponsors-list {
  column-count: 2;
  column-width: 17em;
  max-width: 40em;
}

.sponsors-listitem {
  height: 4em;
  overflow: hidden;
}

.sponsors-link {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.sponsors-link img {
  display: block;
  max-height: 15em;
  max-width: 15em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

body .header__default {
  display: flex;
  flex-direction: column;
  font: 1rem "Syncopate", sans-serif;
  width: 100%;
  overflow: hidden;
}
body .header__default > div {
  display: flex;
  width: 100%;
}
body .header__default > div:first-child {
  background: #3967D1;
  align-items: center;
  position: relative;
}
body .header__default > div:first-child h1 {
  color: #fcc24e;
  font: 700 6rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  padding: 150px 0;
  width: 55%;
}
@media (max-width: 992px) {
  body .header__default > div:first-child h1 {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:first-child h1 {
    display: none;
  }
}
body .header__default > div:first-child img {
  position: absolute;
  top: 36%;
  left: 57%;
  width: 550px;
  z-index: 1;
}
@media (max-width: 1300px) {
  body .header__default > div:first-child img {
    top: 68%;
    width: 430px;
    left: 50%;
  }
}
@media (max-width: 992px) {
  body .header__default > div:first-child img {
    top: 75%;
    width: 330px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:first-child img {
    position: relative;
    left: 0;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:first-child {
    justify-content: center;
  }
}
body .header__default > div:last-child {
  flex-direction: row;
}
body .header__default > div:last-child div {
  align-items: center;
  border: 4px solid #2E2E2E;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  padding: 96px 0;
}
body .header__default > div:last-child div:first-child {
  border-left-width: 0;
  background-color: #F6EEEC;
  justify-content: flex-start;
}
body .header__default > div:last-child div:first-child h2 {
  color: #3967D1;
  font: 900 4rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  width: 35%;
}
@media (max-width: 992px) {
  body .header__default > div:last-child div:first-child h2 {
    font-size: 2.5rem;
    margin-left: 26px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:last-child div:first-child h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .header__default > div:last-child div:first-child {
    width: 100%;
    padding: 30px 0;
  }
}
body .header__default > div:last-child div:last-child {
  background: rgb(57, 126, 120);
  border-width: 4px 0;
  justify-content: flex-start;
  padding: 4rem 2rem;
  gap: 1rem;
}
@media (max-width: 992px) {
  body .header__default > div:last-child div:last-child {
    justify-content: space-around;
    padding: 2rem 1rem;
    gap: 0;
  }
}
body .header__default > div:last-child div:last-child a {
  align-items: center;
  border: 3.3px solid #FFF;
  border-radius: 59.396px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  min-width: 9rem;
  justify-content: space-between;
}
body .header__default > div:last-child div:last-child a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  body .header__default > div:last-child div:last-child a {
    font-size: 14px;
    margin-top: 12px;
  }
}
body .header__default > div:last-child div:last-child a img {
  width: 2rem;
  padding-left: 0.5rem;
}

.meetup__default {
  display: flex;
  flex-direction: column;
  font: 1rem "Syncopate", sans-serif;
  width: 100%;
}
.meetup__default > div {
  display: flex;
  width: 100%;
}
.meetup__default > div:first-child {
  background: #3967D1;
  align-items: center;
  position: relative;
}
.meetup__default > div:first-child h1 {
  color: #fcc24e;
  font: 700 6rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  padding: 50px 0;
  width: 55%;
}
@media (max-width: 992px) {
  .meetup__default > div:first-child h1 {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:first-child h1 {
    font-size: 2rem;
    margin: 0;
    padding: 36px 0;
    width: 85%;
  }
}
.meetup__default > div:first-child img {
  position: absolute;
  right: 15%;
  width: 350px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .meetup__default > div:first-child img {
    top: 68%;
    width: 430px;
    right: 15%;
  }
}
@media (max-width: 992px) {
  .meetup__default > div:first-child img {
    top: 75%;
    width: 330px;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:first-child img {
    position: relative;
    left: -25%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:first-child {
    justify-content: center;
  }
}
.meetup__default > div:last-child {
  flex-direction: row;
}
.meetup__default > div:last-child div {
  align-items: center;
  border: 4px solid #2E2E2E;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  padding: 96px 0;
}
.meetup__default > div:last-child div:first-child {
  border-left-width: 0;
  background-color: #F6EEEC;
  justify-content: flex-start;
}
.meetup__default > div:last-child div:first-child h2 {
  color: #3967D1;
  font: 900 4rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  width: 35%;
}
@media (max-width: 992px) {
  .meetup__default > div:last-child div:first-child h2 {
    font-size: 2.5rem;
    margin-left: 26px;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:last-child div:first-child h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:last-child div:first-child {
    width: 100%;
    padding: 30px 0;
  }
}
.meetup__default > div:last-child div:last-child {
  background: rgb(57, 126, 120);
  border-width: 4px 0;
  justify-content: flex-start;
  padding: 4rem 2rem;
  gap: 1rem;
}
@media (max-width: 992px) {
  .meetup__default > div:last-child div:last-child {
    justify-content: space-around;
    padding: 2rem 1rem;
    gap: 0;
  }
}
.meetup__default > div:last-child div:last-child a {
  align-items: center;
  border: 3.3px solid #FFF;
  border-radius: 59.396px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  min-width: 9rem;
  justify-content: space-between;
}
.meetup__default > div:last-child div:last-child a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .meetup__default > div:last-child div:last-child a {
    font-size: 14px;
    margin-top: 12px;
  }
}
.meetup__default > div:last-child div:last-child a img {
  width: 2rem;
  padding-left: 0.5rem;
}

.next-meetup header {
  width: 100%;
  background: #ABC2FB;
  display: flex;
  font-weight: 900;
  padding: 16px 0;
  overflow: hidden;
}
.next-meetup header .next-meetup-callout {
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: justify-start;
  margin: 0;
}
.next-meetup header .next-meetup-callout__title {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .next-meetup header .next-meetup-callout__title {
    font-size: 1.5rem;
  }
}
.next-meetup header .next-meetup-callout__icon {
  margin: 0 12px;
}
@media (max-width: 992px) {
  .next-meetup header .next-meetup-callout__icon {
    transform: scale(0.8);
  }
}
.next-meetup header .next-meetup-callout--infinite-horizontal-animation {
  animation: scroll-horizontal 30s linear infinite;
}
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.next-meetup > article {
  display: flex;
  padding: 5rem 3rem;
  background-color: #F6EEEC;
  justify-content: center;
}
@media (max-width: 1300px) {
  .next-meetup > article {
    padding: 5rem 2rem;
    flex-direction: column;
  }
}
.next-meetup > article .next-meetup__details {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.next-meetup > article .next-meetup__details .stars {
  position: relative;
  width: 90px;
  height: 90px;
  top: 10px;
  left: -45px;
}
@media (max-width: 1300px) {
  .next-meetup > article .next-meetup__details {
    align-self: center;
  }
}
@media (max-width: 992px) {
  .next-meetup > article .next-meetup__details {
    width: 80%;
  }
}
.next-meetup > article .next-meetup__details h2 {
  font-weight: 900;
  color: #3967D1;
  font-size: 1.8rem;
}
.next-meetup > article .next-meetup__details ul li {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.next-meetup > article .next-meetup__details ul li:first-child {
  margin-top: 3rem;
}
.next-meetup > article .next-meetup__details ul li img {
  width: 50px;
  margin-right: 0.5rem;
}
.next-meetup > article .next-meetup__speakers {
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
  .next-meetup > article .next-meetup__speakers {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .next-meetup > article .next-meetup__speakers {
    flex-direction: column;
    align-items: center;
  }
}
.next-meetup > article .next-meetup__speakers li {
  margin-right: 3rem;
  position: relative;
  max-width: 350px;
}
@media (max-width: 768px) {
  .next-meetup > article .next-meetup__speakers li {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.next-meetup > article .next-meetup__speakers li img {
  width: 330px;
  height: 360px;
  object-fit: cover;
}
.next-meetup > article .next-meetup__speakers li article {
  padding: 1rem;
  position: relative;
  width: 340px;
  background-color: #FFC24D;
  height: 150px;
  margin-top: -75px;
  z-index: 1;
}
.next-meetup > article .next-meetup__speakers li article h1 {
  font-size: 1.2rem;
  font-weight: 900;
  border-bottom: 1px solid black;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

#view-meetup,
#view-meetup * {
  box-sizing: border-box;
}

#view-meetup {
  background: #F3EEED;
  color: #2E2E2E;
  font-family: "Syncopate", sans-serif;
  width: 100%;
}

.view-meetup__breadcrumb {
  background: #3967D1;
  color: #ffffff;
  width: 100%;
}
.view-meetup__breadcrumb .breadcrumb__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 88px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 4rem;
  width: 100%;
}
.view-meetup__breadcrumb .breadcrumb__trail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.875rem;
  letter-spacing: 0.08em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-meetup__breadcrumb .breadcrumb__trail a {
  color: #ffffff;
  text-decoration: none;
}
.view-meetup__breadcrumb .breadcrumb__trail a:hover {
  color: #FFC24D;
}
.view-meetup__breadcrumb .breadcrumb__trail li[aria-hidden] {
  color: rgba(255, 255, 255, 0.55);
}
.view-meetup__breadcrumb .breadcrumb__current {
  color: #FFC24D;
}
@media (max-width: 900px) {
  .view-meetup__breadcrumb .breadcrumb__inner {
    height: auto;
    padding: 1rem 1.5rem;
  }
  .view-meetup__breadcrumb .breadcrumb__trail {
    font-size: 0.75rem;
  }
}

.view-meetup__hero {
  background: #F3EEED;
  width: 100%;
}
.view-meetup__hero .hero__inner {
  border-bottom: 3px solid #2E2E2E;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  margin: 0 auto;
  max-width: 1600px;
  padding: 2.25rem 4rem 2rem;
  width: 100%;
}
.view-meetup__hero .hero__left {
  align-self: center;
  display: flex;
  flex-direction: column;
  max-width: 660px;
  min-width: 0;
}
.view-meetup__hero .hero__heading {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
}
.view-meetup__hero .date-badge {
  align-items: center;
  background: #F3EEED;
  border: 2.5px solid #3967D1;
  border-radius: 12px;
  box-shadow: 4px 4px 0 #2E2E2E;
  color: #3967D1;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  font-weight: 700;
  height: 152px;
  justify-content: center;
  min-width: 104px;
  padding: 0.75rem;
  text-align: center;
  width: 104px;
}
.view-meetup__hero .date-badge__day {
  font-size: 2.5rem;
  line-height: 1;
}
.view-meetup__hero .date-badge__month {
  font-size: 0.9375rem;
  letter-spacing: 0.12em;
  margin-top: 0.6rem;
}
.view-meetup__hero .date-badge__year {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}
.view-meetup__hero .hero__title-block {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  padding-top: 0.25rem;
}
.view-meetup__hero .hero__pill {
  align-items: center;
  background: transparent;
  border: 1.5px solid rgba(57, 103, 209, 0.75);
  border-radius: 10px;
  color: #3967D1;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.18em;
  min-width: 92px;
  padding: 0 0.75rem;
  width: fit-content;
}
.view-meetup__hero .hero__title {
  color: #3967D1;
  font-size: clamp(2rem, 4vw, 3.375rem);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1;
  margin: 0;
}
.view-meetup__hero .hero__title-line {
  display: block;
}
.view-meetup__hero .hero__description {
  color: rgba(46, 46, 46, 0.82);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  max-width: 84%;
}
.view-meetup__hero .hero__right {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  position: relative;
}
.view-meetup__hero .hero__illustration {
  align-items: center;
  display: flex;
  height: 196px;
  justify-content: center;
  max-width: 280px;
  width: 100%;
}
.view-meetup__hero .hero__illustration svg {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 980px) {
  .view-meetup__hero .hero__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.75rem 2rem 1.75rem;
  }
  .view-meetup__hero .hero__left {
    max-width: none;
  }
  .view-meetup__hero .hero__right {
    display: none;
  }
}
@media (max-width: 640px) {
  .view-meetup__hero .hero__heading {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .view-meetup__hero .date-badge {
    height: 128px;
    min-width: 96px;
    width: 96px;
  }
  .view-meetup__hero .date-badge__day {
    font-size: 2.125rem;
  }
}

.view-meetup__grid-section {
  background: #F3EEED;
  width: 100%;
}
.view-meetup__grid-section .grid-section__inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 2rem 4rem 3rem;
  width: 100%;
}

.view-meetup__grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
}
@media (max-width: 980px) {
  .view-meetup__grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.view-meetup__col {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  min-width: 0;
}

.card {
  background: #ffffff;
  border: 3px solid #3967D1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  position: relative;
}
.card .card__label {
  align-items: center;
  background: #397E78;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  gap: 0.45rem;
  height: 32px;
  left: 1.5rem;
  letter-spacing: 0.12em;
  padding: 0 1.125rem;
  position: absolute;
  text-transform: uppercase;
  top: -16px;
  z-index: 1;
}
.card .card__label--speakers {
  background: #3967D1;
}
.card .card__label--charla {
  background: #E63946;
}
.card .card__label-icon {
  align-items: center;
  display: inline-flex;
  height: 0.8rem;
  justify-content: center;
  line-height: 1;
  width: 0.8rem;
}
.card .card__label-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.host-card {
  min-height: 220px;
  padding: 1.75rem;
}
.host-card .host-card__body {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  height: 100%;
}
.host-card .host-card__logo-tile {
  align-items: center;
  background: #F7F4F2;
  border-radius: 10px;
  display: flex;
  flex: 0 0 auto;
  height: 104px;
  justify-content: center;
  padding: 1rem;
  width: 104px;
}
.host-card .host-card__logo {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.host-card .host-card__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}
.host-card .host-card__name {
  color: #2E2E2E;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.05;
  margin: 0 0 0.625rem;
  text-decoration: none;
}
.host-card .host-card__description {
  color: rgba(46, 46, 46, 0.72);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 0.875rem;
  max-width: 38ch;
}
.host-card .host-card__link {
  align-items: baseline;
  color: #3967D1;
  display: inline-flex;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.35rem;
  letter-spacing: 0.02em;
  margin-top: 0;
  text-decoration: none;
  word-break: break-all;
}
.host-card .host-card__link:hover, .host-card .host-card__link:focus-visible {
  text-decoration: underline;
}
.host-card .host-card__link-icon {
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.85;
}
@media (max-width: 520px) {
  .host-card .host-card__body {
    flex-direction: column;
  }
  .host-card .host-card__name {
    font-size: 1.5rem;
  }
  .host-card .host-card__link {
    margin-top: 1rem;
  }
}

.speakers-card {
  justify-content: center;
  min-height: 370px;
  padding: 1.625rem 1.75rem 1.75rem;
}
.speakers-card .speakers-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.speakers-card .speaker {
  align-items: flex-start;
  display: flex;
  gap: 1.375rem;
  min-height: 128px;
  padding: 1.125rem 0;
}
.speakers-card .speaker + .speaker {
  border-top: 1px solid rgba(46, 46, 46, 0.1);
}
.speakers-card .speaker:first-child {
  padding-top: 0.375rem;
}
.speakers-card .speaker__avatar {
  background: #F3EEED;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 92px;
  object-fit: cover;
  width: 92px;
}
.speakers-card .speaker__avatar--placeholder {
  align-items: center;
  color: rgba(46, 46, 46, 0.55);
  display: flex;
  font-family: "Syncopate", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.04em;
}
.speakers-card .speaker__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 0.5rem;
}
.speakers-card .speaker__name {
  color: #3967D1;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.1;
  margin: 0;
  text-decoration: none;
}
.speakers-card .speaker__role {
  color: rgba(46, 46, 46, 0.7);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  margin: 0.35rem 0 0;
}
.speakers-card .speaker__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1.25rem;
  list-style: none;
  margin: 0.625rem 0 0;
  padding: 0;
}
.speakers-card .speaker__socials a {
  align-items: baseline;
  color: #3967D1;
  display: inline-flex;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.35rem;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.speakers-card .speaker__socials a:hover, .speakers-card .speaker__socials a:focus-visible {
  text-decoration: underline;
}
.speakers-card .speaker__socials .speaker__socials-arrow {
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.85;
}

.charla-destacada {
  flex: 1 1 auto;
  min-height: 560px;
  padding: 1.625rem 1.75rem 1.75rem;
}
.charla-destacada .charla-destacada__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.125rem;
}
.charla-destacada .charla-destacada__counter {
  color: #3967D1;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.charla-destacada .carousel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  position: relative;
}
.charla-destacada .carousel__track {
  display: flex;
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  min-height: 0;
  overflow-x: auto;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.charla-destacada .carousel__track::-webkit-scrollbar {
  display: none;
}
.charla-destacada .slide {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  min-height: 0;
  scroll-snap-align: start;
  width: 100%;
}
.charla-destacada .slide__title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.2;
  margin: 0 0 2.125rem;
  max-width: 58%;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.charla-destacada .slide__title a {
  color: #3967D1;
  text-decoration: none;
}
.charla-destacada .slide__title a:hover, .charla-destacada .slide__title a:focus-visible {
  text-decoration: underline;
}
.charla-destacada .slide__speakers {
  align-items: center;
  color: rgba(46, 46, 46, 0.7);
  display: flex;
  flex-wrap: wrap;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  min-height: 36px;
  padding: 0;
}
.charla-destacada .slide__speaker-avatar {
  border-radius: 50%;
  height: 26px;
  object-fit: cover;
  width: 26px;
}
.charla-destacada .slide__speaker-avatar--placeholder {
  background: #F3EEED;
  display: inline-block;
}
.charla-destacada .keep-aspect-ratio {
  aspect-ratio: 16/9;
  background: #111;
  border-radius: 8px;
  margin: 0 0 1.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.charla-destacada .keep-aspect-ratio iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.charla-destacada .slide__footer {
  border-top: 1px solid rgba(46, 46, 46, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 1.25rem;
}
.charla-destacada .slide__meta {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.625rem;
  letter-spacing: 0.06em;
}
.charla-destacada .slide__meta-label {
  align-items: center;
  background: #397E78;
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  height: 28px;
  padding: 0 0.75rem;
}
.charla-destacada .slide__meta--duracion .slide__meta-label {
  background: #3967D1;
}
.charla-destacada .slide__meta-value {
  color: rgba(46, 46, 46, 0.85);
}
.charla-destacada .carousel__btn {
  align-items: center;
  background: #ffffff;
  border: 2px solid #3967D1;
  border-radius: 50%;
  color: #3967D1;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.charla-destacada .carousel__btn:hover:not([disabled]) {
  background: #3967D1;
  color: #ffffff;
}
.charla-destacada .carousel__btn[disabled] {
  cursor: default;
  opacity: 0.35;
}
.charla-destacada .carousel__btn--prev {
  left: 8px;
}
.charla-destacada .carousel__btn--next {
  right: 8px;
}
@media (max-width: 640px) {
  .charla-destacada .carousel__btn--prev {
    left: 4px;
  }
  .charla-destacada .carousel__btn--next {
    right: 4px;
  }
  .charla-destacada .slide__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.view-meetup__footer-bar {
  background: #F3EEED;
  border-top: 3px solid #2E2E2E;
  width: 100%;
}
.view-meetup__footer-bar .footer-bar__inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 1.625rem 4rem;
  text-align: center;
  width: 100%;
}
.view-meetup__footer-bar a {
  color: #3967D1;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.view-meetup__footer-bar a:hover {
  text-decoration: underline;
}

.view-meetup__content {
  background: #F3EEED;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 4rem 2rem;
  width: 100%;
}

#meetups {
  background-color: #F6EEEC;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
#meetups header {
  background-color: #3967D1;
  border: 0 solid black;
  border-width: 2px 0;
  color: white;
  padding: 2rem 3.5rem;
}
@media (max-width: 425px) {
  #meetups header {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#meetups header h1 {
  color: #FFC24D;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media (max-width: 425px) {
  #meetups header h1 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  #meetups header p {
    display: none;
  }
}
#meetups .meetup-event__date_year {
  align-items: center;
  border-bottom: 2px solid #2851AE;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  margin: 2.75rem 0 0.875rem;
  padding: 1.25rem 8rem 0.625rem;
}
#meetups ul li {
  align-items: center;
  display: flex;
  overflow: hidden;
}
#meetups ul li:hover {
  background-color: rgba(57, 126, 120, 0.5);
}
@media (max-width: 425px) {
  #meetups ul li {
    padding: 1.5rem 1rem;
  }
}
#meetups ul li:not(:last-child) {
  border-bottom: 1px solid #3967D1;
}
#meetups ul li a {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 1.5rem 8rem;
  width: 100%;
}
@media (max-width: 425px) {
  #meetups ul li a {
    align-items: center;
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  #meetups ul li a {
    padding: 1.5rem 3rem;
  }
}
#meetups ul li a, #meetups ul li a:active, #meetups ul li a:visited, #meetups ul li a:focus, #meetups ul li a:hover {
  color: #3967D1;
  text-decoration: none;
}
#meetups ul li a .meetup-event__date {
  align-items: center;
  display: flex;
}
#meetups ul li a .meetup-event__company {
  align-items: center;
  display: flex;
}
@media (max-width: 425px) {
  #meetups ul li a .meetup-event__company {
    margin-top: 1rem;
  }
}
#meetups ul li a img {
  margin-left: 0.5rem;
  /* Hacky way to get the color from the white SVG. Tool used: https://angel-rs.github.io/css-color-filter-generator/ */
  filter: brightness(0) saturate(100%) invert(37%) sepia(91%) saturate(575%) hue-rotate(186deg) brightness(90%) contrast(95%);
}

#sponsors-list {
  display: flex;
  overflow: hidden;
}
#sponsors-list ul {
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-top: 2px solid black;
  background-color: #F6EEEC;
}
#sponsors-list ul.infinite-horizontal-animation {
  animation: scroll-horizontal 20s linear infinite;
}
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#sponsors-list ul li img {
  max-width: 12rem;
  height: 2.5rem;
}

footer {
  border-top: 2px solid black;
  padding: 6rem 3rem;
  background-color: #F6EEEC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer {
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
  }
}
footer a, footer a:active, footer a:hover, footer a:focus {
  color: #2E2E2E;
  text-decoration: none;
}
footer div:first-child h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
footer div:first-child h1:hover {
  filter: drop-shadow(-0.5rem 0.5rem 0.5rem rgb(57, 126, 120));
}
@media (max-width: 768px) {
  footer div:first-child h1 {
    font-size: 1.5rem;
  }
}
footer div:first-child ul {
  display: flex;
}
footer div:first-child ul li {
  margin-right: 1rem;
}
footer div:first-child ul li:hover {
  filter: drop-shadow(-0.5rem 0.5rem 0.5rem rgb(57, 126, 120));
}
@media (max-width: 768px) {
  footer div:first-child ul li svg {
    transform: scale(0.9);
  }
}
footer div:nth-child(2) {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  footer div:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  footer div:nth-child(2) img {
    transform: scale(0.8);
  }
}

/*# sourceMappingURL=styles.css.map */