﻿/* move from master */
.conferencesComponent .tiles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.conferencesComponent .tiles.items2 {
  margin-bottom: -38px;
}
.conferencesComponent .tiles.items2 .tile {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.conferencesComponent .tiles.items2 .tile .image {
  width: 100%;
  height: 299px;
  object-fit: cover;
}
.conferencesComponent .tiles.items2 .tile:nth-child(odd) {
  margin-inline-end: 20px;
}
.conferencesComponent .tiles.items2 .tile:nth-child(even) {
  margin-inline-start: 20px;
}
.conferencesComponent .tiles.items3 {
  margin-bottom: -38px;
}
.conferencesComponent .tiles.items3 .tile {
  width: calc(33.33% - 25.3333333333px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.conferencesComponent .tiles.items3 .tile:nth-child(3n+0) {
  margin-inline-end: 0px;
}
.conferencesComponent .tiles.items3 .tile .image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.conferencesComponent .tiles.items4 {
  margin-bottom: -38px;
}
.conferencesComponent .tiles.items4 .tile {
  width: calc(25% - 28.5px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.conferencesComponent .tiles.items4 .tile:nth-child(4n+0) {
  margin-inline-end: 0px;
}
.conferencesComponent .tiles.items4 .tile .image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.conferencesComponent .tiles.items5 {
  margin-bottom: -38px;
}
.conferencesComponent .tiles.items5 .tile {
  width: calc(20% - 30.4px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.conferencesComponent .tiles.items5 .tile:nth-child(5n+0) {
  margin-inline-end: 0px;
}
.conferencesComponent .tiles.items5 .tile .image {
  width: 100%;
  max-height: 149px;
  object-fit: cover;
}
.conferencesComponent .tiles.loadMoreBtnExist.items2 {
  margin-bottom: -24px;
}
.conferencesComponent .tiles.loadMoreBtnExist.items3 {
  margin-bottom: -22px;
}
.conferencesComponent .tiles .tile {
  background-color: #edf6fc;
  overflow: hidden;
}
.conferencesComponent .tiles .tile .text {
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  color: var(--textColor);
}

/* move from master */
@media screen and (max-width: 1199px) {
  /* move from master */
  .conferencesComponent .tiles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .conferencesComponent .tiles.items2, .conferencesComponent .tiles.items4, .conferencesComponent .tiles.items5 {
    margin-bottom: 0;
  }
  .conferencesComponent .tiles.items2 .tile, .conferencesComponent .tiles.items4 .tile, .conferencesComponent .tiles.items5 .tile {
    width: 100%;
    margin-bottom: 13px;
  }
  .conferencesComponent .tiles.items2 .tile:last-child, .conferencesComponent .tiles.items4 .tile:last-child, .conferencesComponent .tiles.items5 .tile:last-child {
    margin-bottom: 0;
  }
  .conferencesComponent .tiles.items2 .tile .image, .conferencesComponent .tiles.items4 .tile .image, .conferencesComponent .tiles.items5 .tile .image {
    /* override */
    height: auto;
    max-height: none;
    /* override */
  }
  .conferencesComponent .tiles.items2 .tile:nth-child(odd), .conferencesComponent .tiles.items4 .tile:nth-child(odd), .conferencesComponent .tiles.items5 .tile:nth-child(odd) {
    margin-inline-end: 0;
  }
  .conferencesComponent .tiles.items2 .tile:nth-child(even), .conferencesComponent .tiles.items4 .tile:nth-child(even), .conferencesComponent .tiles.items5 .tile:nth-child(even) {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
  .conferencesComponent .tiles.items3 {
    margin-bottom: 0;
  }
  .conferencesComponent .tiles.items3 .tile {
    width: 100%;
    margin-bottom: 13px;
  }
  .conferencesComponent .tiles.items3 .tile:last-child {
    margin-bottom: 0;
  }
  .conferencesComponent .tiles.items3 .tile .image {
    /* override */
    height: auto;
    /* override */
  }
  .conferencesComponent .tiles.items3 .tile:nth-child(odd) {
    margin-inline-end: 0;
  }
  .conferencesComponent .tiles.items3 .tile:nth-child(even) {
    margin-inline-end: 0;
  }
  .conferencesComponent .tiles.loadMoreBtnExist.items2 {
    margin-bottom: 0;
  }
  .conferencesComponent .tiles.loadMoreBtnExist.items2 .tile:last-child {
    margin-bottom: 13px;
  }
  .conferencesComponent .tiles.loadMoreBtnExist.items3 {
    margin-bottom: 0;
  }
  .conferencesComponent .tiles.loadMoreBtnExist.items3 .tile:last-child {
    margin-bottom: 13px;
  }
  .conferencesComponent .tiles .tile .text {
    font-size: 18px;
  }
  /* move from master */
}
.conferencesComponent {
  font-size: 18px;
  line-height: 24px;
}
.conferencesComponent .insideTitle {
  margin-bottom: 10px;
}
.conferencesComponent .text {
  font-size: 18px;
  line-height: 24px;
  color: var(--textColor);
  margin-bottom: 15px;
}
.conferencesComponent .textBlock {
  padding: 16px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  /* override */
  /* override */
}
.conferencesComponent .textBlock .noteTitle {
  color: var(--textColor);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.conferencesComponent .textBlock .lecturer {
  font-weight: 600;
  margin: 8px 0 0 0;
  /* override */
  font-size: 18px;
  /* override */
}
.conferencesComponent .textBlock .text {
  color: var(--textColor);
  margin: 0;
}
.conferencesComponent .textBlock .subText {
  margin-top: 8px;
}
.conferencesComponent .textBlock .innerReadMoreLessContainer {
  margin-top: 8px;
}
.conferencesComponent .textBlock .buttonLink {
  margin-top: 16px;
  justify-content: end;
}
.conferencesComponent .textBlock .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conferencesComponent .tiles {
  align-items: flex-start;
}
.conferencesComponent.display2 .textBlock .subText {
  margin-top: 4px;
}

@media screen and (max-width: 1199px) {
  .conferencesComponent {
    font-size: 16px;
    line-height: 21px;
  }
  .conferencesComponent .insideTitle {
    margin-bottom: 12px;
  }
  .conferencesComponent .text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .conferencesComponent .textBlock {
    padding: 12px;
  }
  .conferencesComponent .textBlock .buttonLink {
    margin-top: 12px;
  }
}
