﻿/* move from master */
.tilesWithLinksComponent .tiles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.tilesWithLinksComponent .tiles.items2 {
  margin-bottom: -38px;
}
.tilesWithLinksComponent .tiles.items2 .tile {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.tilesWithLinksComponent .tiles.items2 .tile .image {
  width: 100%;
  height: 299px;
  object-fit: cover;
}
.tilesWithLinksComponent .tiles.items2 .tile:nth-child(odd) {
  margin-inline-end: 20px;
}
.tilesWithLinksComponent .tiles.items2 .tile:nth-child(even) {
  margin-inline-start: 20px;
}
.tilesWithLinksComponent .tiles.items3 {
  margin-bottom: -38px;
}
.tilesWithLinksComponent .tiles.items3 .tile {
  width: calc(33.33% - 25.3333333333px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.tilesWithLinksComponent .tiles.items3 .tile:nth-child(3n+0) {
  margin-inline-end: 0px;
}
.tilesWithLinksComponent .tiles.items3 .tile .image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.tilesWithLinksComponent .tiles.items4 {
  margin-bottom: -38px;
}
.tilesWithLinksComponent .tiles.items4 .tile {
  width: calc(25% - 28.5px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.tilesWithLinksComponent .tiles.items4 .tile:nth-child(4n+0) {
  margin-inline-end: 0px;
}
.tilesWithLinksComponent .tiles.items4 .tile .image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.tilesWithLinksComponent .tiles.items5 {
  margin-bottom: -38px;
}
.tilesWithLinksComponent .tiles.items5 .tile {
  width: calc(20% - 30.4px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.tilesWithLinksComponent .tiles.items5 .tile:nth-child(5n+0) {
  margin-inline-end: 0px;
}
.tilesWithLinksComponent .tiles.items5 .tile .image {
  width: 100%;
  max-height: 149px;
  object-fit: cover;
}
.tilesWithLinksComponent .tiles.loadMoreBtnExist.items2 {
  margin-bottom: -24px;
}
.tilesWithLinksComponent .tiles.loadMoreBtnExist.items3 {
  margin-bottom: -22px;
}
.tilesWithLinksComponent .tiles .tile {
  background-color: #edf6fc;
  overflow: hidden;
}
.tilesWithLinksComponent .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 */
  .tilesWithLinksComponent .tiles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tilesWithLinksComponent .tiles.items2, .tilesWithLinksComponent .tiles.items4, .tilesWithLinksComponent .tiles.items5 {
    margin-bottom: 0;
  }
  .tilesWithLinksComponent .tiles.items2 .tile, .tilesWithLinksComponent .tiles.items4 .tile, .tilesWithLinksComponent .tiles.items5 .tile {
    width: 100%;
    margin-bottom: 13px;
  }
  .tilesWithLinksComponent .tiles.items2 .tile:last-child, .tilesWithLinksComponent .tiles.items4 .tile:last-child, .tilesWithLinksComponent .tiles.items5 .tile:last-child {
    margin-bottom: 0;
  }
  .tilesWithLinksComponent .tiles.items2 .tile .image, .tilesWithLinksComponent .tiles.items4 .tile .image, .tilesWithLinksComponent .tiles.items5 .tile .image {
    /* override */
    height: auto;
    max-height: none;
    /* override */
  }
  .tilesWithLinksComponent .tiles.items2 .tile:nth-child(odd), .tilesWithLinksComponent .tiles.items4 .tile:nth-child(odd), .tilesWithLinksComponent .tiles.items5 .tile:nth-child(odd) {
    margin-inline-end: 0;
  }
  .tilesWithLinksComponent .tiles.items2 .tile:nth-child(even), .tilesWithLinksComponent .tiles.items4 .tile:nth-child(even), .tilesWithLinksComponent .tiles.items5 .tile:nth-child(even) {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
  .tilesWithLinksComponent .tiles.items3 {
    margin-bottom: 0;
  }
  .tilesWithLinksComponent .tiles.items3 .tile {
    width: 100%;
    margin-bottom: 13px;
  }
  .tilesWithLinksComponent .tiles.items3 .tile:last-child {
    margin-bottom: 0;
  }
  .tilesWithLinksComponent .tiles.items3 .tile .image {
    /* override */
    height: auto;
    /* override */
  }
  .tilesWithLinksComponent .tiles.items3 .tile:nth-child(odd) {
    margin-inline-end: 0;
  }
  .tilesWithLinksComponent .tiles.items3 .tile:nth-child(even) {
    margin-inline-end: 0;
  }
  .tilesWithLinksComponent .tiles.loadMoreBtnExist.items2 {
    margin-bottom: 0;
  }
  .tilesWithLinksComponent .tiles.loadMoreBtnExist.items2 .tile:last-child {
    margin-bottom: 13px;
  }
  .tilesWithLinksComponent .tiles.loadMoreBtnExist.items3 {
    margin-bottom: 0;
  }
  .tilesWithLinksComponent .tiles.loadMoreBtnExist.items3 .tile:last-child {
    margin-bottom: 13px;
  }
  .tilesWithLinksComponent .tiles .tile .text {
    font-size: 18px;
  }
  /* move from master */
}
.tilesWithLinksComponent {
  font-size: 18px;
  line-height: 24px;
}
.tilesWithLinksComponent .insideTitle {
  margin-bottom: 10px;
}
.tilesWithLinksComponent .text {
  color: var(--textColor);
  margin-bottom: 15px;
}
.tilesWithLinksComponent .textBlock {
  padding: 16px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  /* override */
  /* override */
}
.tilesWithLinksComponent .textBlock .noteTitle {
  color: var(--textColor);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 22px;
}
.tilesWithLinksComponent .textBlock .text {
  color: var(--textColor);
  margin: 0;
}
.tilesWithLinksComponent .textBlock .links {
  margin-top: 3px;
}
.tilesWithLinksComponent .textBlock .links .link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 0;
}
.tilesWithLinksComponent .textBlock .links .link:last-child {
  padding-bottom: 0;
}
.tilesWithLinksComponent .textBlock .links .link .circle {
  background-color: #393939;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  align-self: baseline;
  margin-top: 9px;
}
.tilesWithLinksComponent .textBlock .links .link a {
  color: #393939;
  padding-inline-start: 9px;
  text-decoration: underline;
  /* override */
  /* override */
}
.tilesWithLinksComponent .textBlock .links .link a .arrow-bold {
  display: none;
}

@media screen and (max-width: 1199px) {
  .tilesWithLinksComponent {
    font-size: 16px;
    line-height: 21px;
  }
  .tilesWithLinksComponent .insideTitle {
    margin-bottom: 12px;
  }
  .tilesWithLinksComponent .text {
    margin-bottom: 12px;
  }
  .tilesWithLinksComponent .textBlock {
    padding: 12px 12px 16px 12px;
  }
}
