.single-post__image {
  overflow: hidden;
  margin-bottom: min(max(10px, 0.78125vw), 20px);
}
.single-post__image a {
  display: block;
}
.single-post__image a img {
  display: block;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: 100%;
  height: auto;
  aspect-ratio: 794/572;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.single-post__image:hover img {
  transform: scale(1.1);
}
.single-post__image:hover ~ .single-post__info .single-post__title {
  text-decoration: underline;
}
.single-post__image:hover ~ .single-post__title a {
  text-decoration: underline;
}
.single-post__category {
  font-size: min(max(min(max(12px, 1.6927083333vw), 14px), 1.09375vw), 15px);
  font-weight: 800;
  text-transform: uppercase;
  color: #AC7088;
  margin-bottom: min(max(min(max(3px, 0.9114583333vw), 7px), 0.546875vw), 10px);
}
.single-post__category a:hover {
  text-decoration-thickness: 2px;
}
.single-post__title {
  margin-bottom: 0px;
}
.single-post__title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .single-post__title a {
    -webkit-line-clamp: 3;
  }
}

.unique-block-3 .single-post__image a img {
  aspect-ratio: 740/572;
}

.posts-wrap .i-container .i-row {
  z-index: 2;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap .i-container .i-row {
    flex-wrap: wrap;
    row-gap: min(max(20px, 3.90625vw), 40px);
  }
}
.posts-wrap .i-container .i-row:last-of-type .i-col > div:not(.single-post):not(.scroll-posts) {
  display: flex;
  flex-direction: column;
  row-gap: min(max(20px, 3.90625vw), 40px);
}
.posts-wrap .i-container .i-row .i-col {
  display: flex;
  flex-direction: column;
  row-gap: min(max(20px, 3.90625vw), 40px);
}
.posts-wrap .i-container .i-row + .i-row {
  margin-top: min(max(30px, 2.34375vw), 40px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap .i-container .i-row + .i-row {
    margin-top: min(max(20px, 5.2083333333vw), 40px);
  }
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type {
  flex-wrap: wrap;
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post {
    flex-wrap: wrap;
  }
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post > * {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post__image {
  margin-bottom: 0;
  position: relative;
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../../html/assets/images/play-btn.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post__image img {
  aspect-ratio: 16/9;
}
.posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post__title {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-inline: 20px;
  font-family: "FiraSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  height: 100%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post__title {
    padding-block: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post:nth-of-type(3), .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post:nth-of-type(4) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2 .i-container .i-row:last-of-type .single-post:nth-of-type(2n+2) {
    flex-direction: row-reverse;
  }
}
.posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
  flex: 0 0 79%;
  max-width: 79%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 4%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    column-gap: 5.7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex-wrap: wrap;
    flex: 0 0 64%;
    max-width: 64%;
    row-gap: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:nth-of-type(1) {
  flex: 0 0 73%;
  max-width: 73%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:nth-of-type(1) {
    flex: 0 0 69%;
    max-width: 69%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:nth-of-type(1) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) {
  flex: 0 0 22.8%;
  max-width: 22.8%;
  align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) .single-post {
    flex: 0 0 45.4%;
    max-width: 45.4%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    padding-top: 40px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)):before {
    position: relative;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 17px;
    background: url("/html/assets/images/line-curved-end.svg") no-repeat center center;
    background-size: contain;
    content: "";
    top: 5px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 1279px), only screen and (max-width: 767px) and (orientation: portrait) and (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)):before {
    width: 100%;
    background-position: right;
    background-size: cover;
  }
}
.posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(1) > div:not(:nth-of-type(1)) .single-post__image {
  margin-bottom: 10px;
}
.posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
  flex: 0 0 18%;
  max-width: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-2-uneq .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
  flex: 0 0 38%;
  max-width: 38%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 29.4%;
    max-width: 29.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 28.5%;
    max-width: 28.5%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 28.5%;
    max-width: 28.5%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(4) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(4) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4:not(.has-adv) .i-container .i-row:last-of-type .i-col:nth-of-type(4) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
  flex: 0 0 38%;
  max-width: 38%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 29.5%;
    max-width: 29.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 21%;
    max-width: 21%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4:not(.has-adv).scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
  flex: 0 0 38%;
  max-width: 38%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
  flex: 0 0 18%;
  max-width: 18%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 28.7%;
    max-width: 28.7%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
  flex: 0 0 16.5%;
  max-width: 16.5%;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 28.7%;
    max-width: 28.7%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
.posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
  flex: 0 0 300px;
  max-width: 300px;
  height: 600px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    margin-inline: auto;
  }
}
.posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(4) .ad-placement {
  width: 100%;
  height: 100%;
}
.posts-wrap.cols-4.has-adv .i-container .i-row:last-of-type .i-col:nth-of-type(4) .ad-placement .ad-wrap {
  position: sticky;
  top: 140px;
  height: auto;
  background-color: unset;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-bottom: 0 !important;
  }
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__info {
    flex: 0 0 calc(100% - 120px - 20px);
    max-width: calc(100% - 120px - 20px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 21.5%;
    max-width: 21.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 calc(91% - 300px);
    max-width: calc(91% - 300px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    margin-inline: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .posts-wrap.cols-4.has-adv.scroll-part .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    margin-inline: auto;
  }
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: min(max(min(max(25px, 5.859375vw), 54px), 2.8125vw), 54px);
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col {
    padding-right: 75px;
  }
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col:after {
  content: "";
  position: absolute;
  background: url("../../../../html/assets/images/vertical-line.svg") no-repeat center center;
  background-size: contain;
  width: 5px;
  height: 100%;
  left: unset;
  right: calc(min(max(min(max(25px, 5.859375vw), 54px), 2.8125vw), 54px) / 2);
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col:after {
    right: 37.5px;
  }
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col .single-post {
  display: flex;
  flex-direction: column;
  row-gap: min(max(10px, 0.78125vw), 20px);
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col .single-post__image {
  margin-bottom: 0;
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type .i-col:nth-of-type(2n + 2) .single-post {
  flex-direction: column-reverse;
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type.slick-slider {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.cols-5 .i-container .i-row:last-of-type.slick-slider .slick-arrow {
    display: none;
  }
}
.posts-wrap.cols-5 .i-container .i-row:last-of-type.slick-slider .slick-arrow:before {
  color: #FFFFFF;
}
.posts-wrap.has-bg {
  position: relative;
  z-index: 5;
  padding-block: min(max(min(max(65px, 16.9270833333vw), 205px), 16.015625vw), 220px) min(max(min(max(65px, 16.9270833333vw), 205px), 16.015625vw), 280px);
  margin-block: calc(0px - min(max(min(max(10px, 2.6041666667vw), 40px), 3.125vw), 70px));
}
.posts-wrap.has-bg:before, .posts-wrap.has-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  background-color: #FCF9F4;
  clip-path: url("#curvedBG");
  height: 23.1vw;
  max-height: 430px;
}
.posts-wrap.has-bg:before {
  top: 0;
  transform: scaleY(-1);
}
.posts-wrap.has-bg:after {
  bottom: 0;
  transform: scaleX(-1);
}
.posts-wrap.has-bg .bg:before {
  content: "";
  position: absolute;
  width: 100vw;
  max-width: 1920px;
  left: calc(0px - (100vw - 100%) / 2);
  height: calc(100% - 44vw);
  transform: translateY(-50%);
  top: 50%;
  background-color: #FCF9F4;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .posts-wrap.has-bg .bg:before {
    height: calc(100% - 850px);
    left: unset;
  }
}
.posts-wrap.has-bg .filters li {
  border-color: #305F72;
  color: #305F72;
}
.posts-wrap.has-bg .filters li:hover, .posts-wrap.has-bg .filters li.active {
  background-color: #305F72;
  color: #FFFFFF;
}
.posts-wrap.has-bg .i-container {
  min-height: min(max(150px, 15.625vw), 340px);
}
.posts-wrap.has-bg ~ .has-bg {
  padding-block: min(max(min(max(65px, 16.2760416667vw), 185px), 14.5833333333vw), 280px) min(max(min(max(65px, 16.2760416667vw), 225px), 14.5833333333vw), 280px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.has-bg ~ .has-bg {
    padding-block: min(max(185px, 12.890625vw), 280px) min(max(225px, 17.578125vw), 280px);
  }
}
.posts-wrap.has-bg ~ .has-bg:before {
  transform: scale(-1);
}
.posts-wrap.has-bg ~ .has-bg:after {
  transform: unset;
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg {
  padding-block: min(max(min(max(65px, 16.2760416667vw), 220px), 11.4583333333vw), 220px) min(max(min(max(65px, 16.2760416667vw), 175px), 13.671875vw), 280px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.has-bg ~ .has-bg ~ .has-bg {
    padding-block: 220px min(max(175px, 13.671875vw), 280px);
  }
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg:before {
  transform: scaleY(-1);
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg:after {
  transform: scaleX(-1);
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg {
  padding-block: min(max(min(max(65px, 16.2760416667vw), 195px), 15.234375vw), 280px) min(max(min(max(30px, 6.5104166667vw), 80px), 6.25vw), 100px);
  margin-bottom: min(max(min(max(15px, 3.2552083333vw), 40px), 3.125vw), 50px);
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg:before {
  transform: scale(-1);
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg:after {
  display: none;
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg .bg:before {
  height: calc(100% - 22vw);
  top: unset;
  bottom: 0;
  transform: unset;
}
@media only screen and (min-width: 1921px) {
  .posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg .bg:before {
    height: calc(100% - 410px);
  }
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg {
  padding-block: min(max(min(max(30px, 6.5104166667vw), 100px), 5.2083333333vw), 100px) 280px;
  margin-block: min(max(40px, 3.125vw), 50px) calc(0px - min(max(40px, 3.125vw), 70px));
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg {
    padding-block: min(max(50px, 3.90625vw), 100px) min(max(200px, 15.625vw), 280px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg {
    margin-block: min(max(15px, 3.2552083333vw), 25px) -20px;
    padding-bottom: min(max(75px, 16.9270833333vw), 130px);
  }
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg:before {
  display: none;
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg:after {
  transform: scaleX(-1);
  display: block;
}
.posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg .bg:before {
  height: calc(100% - 22vw);
  top: 0;
  bottom: unset;
}
@media only screen and (min-width: 1921px) {
  .posts-wrap.has-bg ~ .has-bg ~ .has-bg ~ .has-bg ~ .has-bg .bg:before {
    height: calc(100% - 410px);
  }
}
.posts-wrap.has-bg.unique-block-4#custom .section-title:after {
  bottom: 0;
  filter: invert(0.1);
}
.posts-wrap.has-bg.unique-block-4#custom .section-title a:hover::before {
  filter: invert(0.7);
}

.inline-title-slider {
  position: relative;
  z-index: 13;
}
.inline-title-slider .i-container {
  padding-inline: 0;
}
.inline-title-slider .i-container .i-row {
  column-gap: 50px;
  row-gap: 20px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row {
    column-gap: 20px;
  }
}
.inline-title-slider .i-container .i-row .i-col:nth-of-type(1) {
  flex: 0 0 calc(37% - 25px);
  max-width: calc(37% - 25px);
  background-color: #FCF9F4;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) {
    flex: 0 0 calc(47% - 25px);
    max-width: calc(47% - 25px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) {
    flex: 0 0 calc(44% - 10px);
    max-width: calc(44% - 10px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 100px;
  }
}
.inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding-inline: min(max(min(max(20px, 5.2083333333vw), 40px), 3.125vw), 50px);
  padding-bottom: min(max(min(max(20px, 5.2083333333vw), 40px), 3.125vw), 50px);
  background-color: inherit;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div #diakrotima {
  position: absolute;
  top: 70px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div #diakrotima {
    position: relative;
    top: unset;
  }
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div #diakrotima a {
    font-size: 13px;
  }
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div #diakrotima #diakrotima-logo {
    max-width: 163px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div {
    align-items: center;
    padding-bottom: 0;
  }
}
.inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div .section-title:after {
  z-index: -1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div .section-title:after {
    z-index: 1;
    bottom: calc(0px - min(max(10px, 1.953125vw), 15px));
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(1) > div .section-title {
    padding-right: 30px;
    width: fit-content;
  }
}
.inline-title-slider .i-container .i-row .i-col:nth-of-type(2) {
  flex: 0 0 calc(63% - 25px);
  max-width: calc(63% - 25px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(2) {
    flex: 0 0 calc(53% - 25px);
    max-width: calc(53% - 25px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(2) {
    flex: 0 0 calc(56% - 10px);
    max-width: calc(56% - 10px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-inline: min(max(min(max(20px, 5.2083333333vw), 50px), 3.90625vw), 50px);
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap {
  margin-right: min(max(min(max(20px, 5.2083333333vw), 50px), 3.90625vw), 50px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap {
    margin-right: 0;
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap:not(.slick-slider) {
  display: flex;
  column-gap: 50px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap:not(.slick-slider) {
    column-gap: 30px;
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap:not(.slick-slider) .single-post {
  flex: 0 0 calc(25% - 37.5009375234px);
  max-width: calc(25% - 37.5009375234px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap:not(.slick-slider) .single-post {
    flex: 0 0 calc(33.33% - 22.5005625141px);
    max-width: calc(33.33% - 22.5005625141px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap:not(.slick-slider) .single-post {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider {
  padding-bottom: 76px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider {
    padding-bottom: 40px;
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider .slick-list {
  margin: 0 -25px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider .slick-list {
    margin: 0 calc(0px - min(max(10px, 1.953125vw), 15px));
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider .slick-list .slick-slide {
  margin: 0 25px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider .slick-list .slick-slide {
    margin: 0 min(max(10px, 1.953125vw), 15px);
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../../../../html/assets/images/line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: unset;
  bottom: min(max(10px, 1.3020833333vw), 20px);
  width: calc(95% - min(max(min(max(57px, 8.4635416667vw), 96px), 7.5vw), 120px) * 2);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap.slick-slider:before {
    background-size: cover;
  }
}
.inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap .single-post__title a {
  height: calc(min(max(min(max(14px, 1.953125vw), 16px), 1.25vw), 16px) * 1.25 * 4);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-title-slider .i-container .i-row .i-col .inline-title-slider__wrap .single-post__title a {
    -webkit-line-clamp: 3;
    height: calc(min(max(min(max(14px, 1.953125vw), 16px), 1.25vw), 16px) * 1.25 * 3);
  }
}

.inline-posts.static-post:not(.has-logo) .i-container .i-row {
  padding: 60px 60px 60px 15px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row {
    flex-direction: column;
    row-gap: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 420px;
    border-bottom-right-radius: 420px;
    padding: 30px 20px 60px 20px;
  }
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col {
  width: 100%;
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post {
  display: flex;
  column-gap: 65px;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post {
    flex-direction: column;
    margin-top: 40px;
  }
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info {
  color: #FFFFFF;
  margin-top: 60px;
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info ul li {
  line-height: 1.5;
  font-weight: 500;
  font-size: min(max(26px, 3.3854166667vw), 30px);
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info ul li::marker {
  color: #39737c;
  font-size: 22px;
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info ul li {
    text-align: left;
    line-height: 2em;
  }
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info span.background-effect {
  font-size: min(max(32px, 4.1666666667vw), 40px);
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info span.background-effect:before {
  content: "";
  height: 32px;
  background-color: #39737c;
  display: block;
  margin-bottom: -47px;
  width: calc(100% + 36px);
  margin-left: -18px;
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info .static-post-cta {
  padding: 15px min(max(40px, 5.2083333333vw), 62px);
  background: #FFF;
  border-radius: 33px;
  color: #39737c;
  font-size: min(max(26px, 3.3854166667vw), 30px);
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info p {
    text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__info {
    text-align: center;
    margin-top: 30px;
  }
}
.inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__image {
  flex: 0 0 min(max(min(max(330px, 42.96875vw), 360px), 28.125vw), 430px);
  max-width: min(max(min(max(330px, 42.96875vw), 360px), 28.125vw), 430px);
  margin-bottom: 0;
  margin-left: 5px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3803921569);
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__image {
    flex: unset;
    margin-left: 0;
    max-width: unset;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.static-post:not(.has-logo) .i-container .i-row .i-col .single-post__image {
    width: 100%;
  }
}
.inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
  left: calc(min(max(min(max(330px, 42.96875vw), 360px), 28.125vw), 430px) + 30px);
  top: 20px;
  padding-right: 90px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link a:before {
  display: none;
}
.inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link p {
  font-size: min(max(min(max(32px, 5.2083333333vw), 40px), 3.125vw), 50px);
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link p {
    font-size: 38px;
  }
}
.inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link img {
  max-width: 250px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
    left: 385px;
    top: 10px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
    left: 0;
    top: 0;
    position: relative;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
    padding-right: unset;
    text-align: center;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link:before {
    bottom: 5px;
  }
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link:before {
    bottom: 0px;
  }
}
.inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .posts-slider .single-post__title {
  padding-top: 60px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .posts-slider .single-post__title {
    padding-top: 10px;
  }
}
.inline-posts.static-post.has-link .i-container .i-row .i-col:last-of-type .link:before {
  position: relative;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 17px;
  background: url("/html/assets/images/line-curved-end-white.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  background-position: right;
  background-size: cover;
  top: unset;
  bottom: -8px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.static-post.has-link .i-container .i-row .i-col:last-of-type .link:before {
    width: 100%;
    background-position: right;
    background-size: cover;
  }
}
.inline-posts.static-post.has-link .i-container .i-row .i-col:last-of-type .link a:before {
  filter: unset;
}
@media only screen and (max-width: 1279px) {
  .inline-posts.static-post.has-link .i-container .i-row .i-col:last-of-type .link {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.inline-posts:not(.has-logo) .i-container .i-row {
  padding: 20px 60px 20px 15px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo) .i-container .i-row {
    flex-direction: column;
    row-gap: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 300px;
    padding: 30px 20px 100px 20px;
  }
}
.inline-posts:not(.has-logo) .i-container .i-row .i-col {
  width: 100%;
}
.inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list {
  width: 80%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list {
    width: 100%;
  }
}
.inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list .single-post {
  display: flex;
  column-gap: 90px;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list .single-post {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list .single-post {
    flex-direction: column;
  }
}
.inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list .single-post__image {
  flex: 0 0 min(max(min(max(285px, 37.109375vw), 300px), 23.4375vw), 330px);
  max-width: min(max(min(max(285px, 37.109375vw), 300px), 23.4375vw), 330px);
  margin-bottom: 0;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-list .single-post__image {
    flex: unset;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow {
    left: unset;
    right: 0;
    bottom: unset;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow {
    left: 50%;
    right: 0;
    bottom: unset;
    transform: translateX(-50%);
    width: 120px;
    height: 30px;
  }
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow:before {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1025px) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow.slick-prev {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow.slick-prev {
    left: 325px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow.slick-prev {
    top: 105%;
  }
}
@media only screen and (min-width: 1025px) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow.slick-next {
    top: 60%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo) .i-container .i-row .i-col .slick-arrow.slick-next {
    top: 119%;
    right: unset;
  }
}
.inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
  left: calc(min(max(min(max(285px, 37.109375vw), 300px), 23.4375vw), 330px) + 90px);
  top: 40px;
  padding-right: 90px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
    left: 325px;
    top: 10px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link {
    left: 0;
    top: 0;
    position: relative;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link:before {
    bottom: 5px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .link:before {
    bottom: 0px;
  }
}
.inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .posts-slider .single-post__title {
  padding-top: 60px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts:not(.has-logo).has-link .i-container .i-row .i-col:last-of-type .posts-slider .single-post__title {
    padding-top: 10px;
  }
}
.inline-posts.has-logo .i-container .i-row {
  column-gap: min(max(40px, 3.90625vw), 75px);
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 5px 10px 30px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-posts.has-logo .i-container .i-row {
    column-gap: min(max(40px, 3.125vw), 75px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row {
    padding: 15px 20px 30px 30px;
    align-items: flex-start;
    position: relative;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo .i-container .i-row {
    flex-direction: column;
    row-gap: 25px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 300px;
    padding: 30px 20px 50px 20px;
  }
}
.inline-posts.has-logo .i-container .i-row * {
  color: inherit;
}
.inline-posts.has-logo .i-container .i-row *:before {
  color: inherit;
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(1) {
  flex: 0 0 150px;
  max-width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(1) {
    position: absolute;
    max-width: unset;
    flex: unset;
    top: 40px;
    left: 80px;
    width: 180px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(1) {
    flex: unset;
  }
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) {
  flex: 0 0 calc(100% - 150px - min(max(40px, 3.90625vw), 75px));
  max-width: calc(100% - 150px - min(max(40px, 3.90625vw), 75px));
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) {
    flex: 0 0 calc(100% - 150px - min(max(40px, 3.125vw), 75px));
    max-width: calc(100% - 150px - min(max(40px, 3.125vw), 75px));
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) {
    order: -1;
  }
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider {
  margin-bottom: 0;
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .slick-dots {
  bottom: 10px;
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .slick-dots {
    left: unset;
    right: 0;
    bottom: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .slick-dots {
    width: 100%;
    bottom: 0;
  }
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post {
  display: flex;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post {
    flex-direction: column;
  }
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__info {
  order: -1;
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__title {
  padding: 20px 75px 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__title {
    padding: 15px 0px 30px 70px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__title {
    padding: 10px 0px 30px;
  }
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__title a {
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__title a {
    line-height: 1.4;
  }
}
.inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__image {
  flex: 0 0 255px;
  max-width: 255px;
  margin-bottom: 0;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__image {
    order: -1;
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo .i-container .i-row .i-col:nth-of-type(2) .posts-slider .single-post__image {
    margin-right: 0;
    flex: unset;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo.has-link .i-container .i-row .i-col:first-of-type {
    top: 100px;
    left: 100px;
  }
}
.inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .link {
  position: relative;
  height: unset;
  margin-bottom: 0;
  width: 30%;
  display: block;
  z-index: 5;
  line-height: 1.2;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .link {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .link {
    width: 80%;
    margin-inline: auto 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .link {
    width: fit-content;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .posts-slider {
    padding-block: 26px;
  }
}
.inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .posts-slider .slick-dots {
  bottom: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .posts-slider .slick-dots {
    bottom: 0;
  }
}
.inline-posts.has-logo.has-link .i-container .i-row .i-col:last-of-type .posts-slider .single-post__title {
  padding-block: min(max(10px, 2.6041666667vw), 20px) 0;
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type {
  position: relative;
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type .link {
  position: absolute;
  height: 50px;
  margin-bottom: 0;
  width: fit-content;
  z-index: 5;
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type .link:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 17px;
  background: url("/html/assets/images/line-curved-end.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  background-position: right;
  background-size: cover;
  top: unset;
  bottom: -8px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts.has-link .i-container .i-row .i-col:last-of-type .link:before {
    width: 100%;
    background-position: right;
    background-size: cover;
  }
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type .link a {
  position: relative;
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type .link a:before {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: url("assets/images/circle-line.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  background: url(../../../assets/images/circle-line.svg) no-repeat center center;
  width: 110%;
  left: -7%;
  top: 50%;
  transform: translateY(-57%);
  height: auto;
  aspect-ratio: 112/46;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  filter: brightness(0) invert(23%) sepia(76%) saturate(0%) hue-rotate(174deg) brightness(90%) contrast(91%);
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type .link a:hover {
  text-decoration: none;
}
.inline-posts.has-link .i-container .i-row .i-col:last-of-type .link a:hover:before {
  opacity: 1;
}
.inline-posts.has-link.unique-block-1 .i-container .i-row .i-col:last-of-type .link, .inline-posts.has-link.unique-block-2 .i-container .i-row .i-col:last-of-type .link, .inline-posts.has-link.unique-block-3 .i-container .i-row .i-col:last-of-type .link {
  height: 86px;
}
.inline-posts-bg > .i-container > .i-row {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 40px 60px 20px 50px !important;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts-bg > .i-container > .i-row {
    padding: 30px 20px 100px 20px !important;
  }
}
.inline-posts-bg .inline-posts--site-logo a {
  max-width: 150px;
}
.inline-posts-bg h2,
.inline-posts-bg h3 {
  color: #FFFFFF;
}
.inline-posts-bg .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.inline-posts-bg.has-link .i-container .i-row .i-col .slick-list .single-post {
  column-gap: 30px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts-bg.has-link .i-container .i-row .i-col .slick-list .single-post {
    row-gap: 10px;
  }
}
.inline-posts-bg.has-link .i-container .i-row .i-col .slick-arrow.slick-prev, .inline-posts-bg.has-link .i-container .i-row .i-col .slick-arrow.slick-next {
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .inline-posts-bg.has-link .i-container .i-row .i-col .slick-arrow.slick-prev, .inline-posts-bg.has-link .i-container .i-row .i-col .slick-arrow.slick-next {
    top: unset;
    bottom: 0;
  }
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type {
  position: unset;
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .title-container {
  height: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .title-container {
    height: 40px;
    margin-bottom: 20px;
  }
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .link {
  font-family: "FiraSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  left: unset !important;
  top: unset !important;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .link {
    padding-right: 0 !important;
  }
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .link:before {
  filter: brightness(0) invert(1);
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .link a {
  color: #FFFFFF;
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .link a:before {
  filter: unset;
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .link a:hover:before {
  filter: unset;
}
.inline-posts-bg.has-link .i-container .i-row .i-col:last-of-type .posts-slider .single-post__title {
  padding-top: 0 !important;
}
.inline-posts-bg.has-link .slick-arrow:before {
  color: #FFFFFF;
}

.full-slider .posts-slider {
  width: 100%;
}
.full-slider .posts-slider .posts-slider-slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .full-slider .posts-slider .posts-slider-slide {
    flex-wrap: wrap;
  }
}
.full-slider .posts-slider.slick-slider {
  padding-bottom: min(max(35px, 8.4635416667vw), 76px);
}
.full-slider .posts-slider.slick-slider:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../../../../html/assets/images/line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: unset;
  bottom: min(max(min(max(7px, 0.9114583333vw), 20px), 1.5625vw), 20px);
  width: calc(95% - min(max(min(max(57px, 8.4635416667vw), 96px), 7.5vw), 120px) * 2);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .full-slider .posts-slider.slick-slider:before {
    background-size: cover;
  }
}
.full-slider .posts-slider.slick-slider .posts-slider-slide {
  padding-left: 1px;
}
.full-slider.cols-4 .i-container .i-row:last-of-type .posts-slider-slide {
  row-gap: min(max(20px, 3.90625vw), 30px);
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .full-slider.cols-4 .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 64% !important;
    max-width: 64% !important;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .full-slider.cols-4 .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .full-slider.cols-4 .i-container .i-row:last-of-type .i-col:nth-of-type(3) > div {
    flex: 0 0 44.6%;
    max-width: 44.6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .full-slider.cols-4 .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 28.5% !important;
    max-width: 28.5% !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .full-slider.cols-4 .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.full-slider.cols-2 .posts-slider .posts-slider-slide {
  flex-wrap: wrap;
}

.filters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-inline: auto;
  justify-content: center;
  column-gap: min(max(7px, 1.3020833333vw), 20px);
  row-gap: min(max(10px, 1.953125vw), 15px);
  margin-top: -20px;
}
.filters li:before {
  display: none;
}
@media only screen and (max-width: 1499px) {
  .filters {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .filters {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .filters {
    margin-top: 0px;
  }
}
.filters li {
  padding: min(max(3px, 0.6510416667vw), 6px) min(max(8px, 1.0416666667vw), 20px);
  border: 2px solid #AC7088;
  border-radius: 20px;
  background-color: transparent;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  color: #AC7088;
  font-weight: 800;
  font-size: min(max(min(max(12px, 1.6927083333vw), 14px), 1.09375vw), 15px);
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.filters li.active {
  pointer-events: none;
}
.filters li:hover, .filters li.active {
  background-color: #AC7088;
  color: #FFFFFF;
}

.scroll-posts__title {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  background-color: inherit;
  font-size: min(max(min(max(21px, 3.6458333333vw), 28px), 2.1875vw), 28px);
}
.scroll-posts__title:after {
  position: relative;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 17px;
  background: url("/html/assets/images/line-curved-end.svg") no-repeat center center;
  background-size: contain;
  content: "";
  width: 100%;
  display: block;
  top: unset;
  left: unset;
  bottom: 7px;
  right: 0px;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .scroll-posts__title:after {
    width: 100%;
    background-position: right;
    background-size: cover;
  }
}
.scroll-posts__title a, .scroll-posts__title span {
  background-color: inherit;
  padding-right: 10px;
  z-index: 1;
  position: relative;
}
.scroll-posts__title a {
  position: relative;
}
.scroll-posts__title a:before {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: url("assets/images/circle-line.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  background: url(../../../assets/images/circle-line.svg) no-repeat center center;
  width: 110%;
  left: -7%;
  top: 50%;
  transform: translateY(-57%);
  height: auto;
  aspect-ratio: 112/46;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  filter: brightness(0) invert(23%) sepia(76%) saturate(0%) hue-rotate(174deg) brightness(90%) contrast(91%);
}
.scroll-posts__title a:hover {
  text-decoration: none;
}
.scroll-posts__title a:hover:before {
  opacity: 1;
}
.scroll-posts__wrap {
  height: min(max(370px, 28.90625vw), 440px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .scroll-posts__wrap {
    padding-right: 75px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-posts__wrap {
    overflow: hidden;
    height: auto;
    padding-bottom: 45px;
  }
}
.scroll-posts__wrap::-webkit-scrollbar {
  width: 5px;
}
.scroll-posts__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-posts__wrap::-webkit-scrollbar-thumb {
  background-image: url("../../../../html/assets/images/vertical-line.svg");
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-posts__wrap .single-post__info {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-posts__wrap.slick-slider .slick-list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-posts__wrap.slick-slider .slick-list .slick-slide {
    margin: 0 10px;
  }
}
.scroll-posts__wrap.slick-slider .slick-arrow:before {
  color: #FFFFFF;
}
.scroll-posts__wrap.slick-slider:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../../../../html/assets/images/line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: unset;
  bottom: min(max(10px, 1.3020833333vw), 20px);
  width: calc(95% - min(max(min(max(57px, 8.4635416667vw), 96px), 7.5vw), 120px) * 2);
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  filter: brightness(0) invert(1);
}

#top-posts .scroll-posts__wrap {
  height: min(max(500px, 39.0625vw), 580px);
}
#top-posts .scroll-posts__wrap.slick-slider::before {
  filter: unset;
}
#top-posts .scroll-posts__wrap.slick-slider .slick-arrow::before {
  color: #444444;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #top-posts .scroll-posts__wrap {
    height: auto;
  }
}

.section-title {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  z-index: 11;
  background-color: inherit;
}
.section-title a {
  position: relative;
}
.section-title a:before {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: url("assets/images/circle-line.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  background: url(../../../assets/images/circle-line.svg) no-repeat center center;
  width: 110%;
  left: -7%;
  top: 50%;
  transform: translateY(-57%);
  height: auto;
  aspect-ratio: 112/46;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  filter: brightness(0) invert(23%) sepia(76%) saturate(0%) hue-rotate(174deg) brightness(90%) contrast(91%);
}
.section-title a:hover {
  text-decoration: none;
}
.section-title a:hover:before {
  opacity: 1;
}
.section-title:after {
  position: relative;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 17px;
  background: url("/html/assets/images/line-curved-end.svg") no-repeat center center;
  background-size: contain;
  content: "";
  width: 100%;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 10px;
  right: 0px;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .section-title:after {
    width: 100%;
    background-position: right;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .section-title:after {
    z-index: 1;
    bottom: -10px;
  }
}
.section-title a, .section-title span {
  background-color: inherit;
  padding-right: 10px;
  z-index: 1;
  position: relative;
}
.section-title img {
  display: block;
  max-width: 320px;
  margin-bottom: -8px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .section-title img {
    margin-bottom: 8px;
    max-width: 90%;
  }
}

.posts-layout-1 * {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.posts-layout-1 .section-title:after,
.posts-layout-1 .scroll-posts__title:after {
  filter: brightness(0) invert(1);
}
.posts-layout-1 .section-title a:before {
  filter: unset;
}
.posts-layout-1 .scroll-posts__title a:before {
  filter: unset;
}
.posts-layout-1 .scroll-posts__wrap::-webkit-scrollbar-thumb {
  background-image: url("../../../../html/assets/images/vertical-line-white.svg");
}
.posts-layout-1:before, .posts-layout-1:after {
  background-color: #AC7088;
}
.posts-layout-1 .bg:before {
  background-color: #AC7088;
}
.posts-layout-1 .i-container:before {
  background-color: #AC7088;
}
.posts-layout-1 .i-container .i-row:first-of-type .i-col:nth-of-type(1) {
  background-color: #AC7088;
}
.posts-layout-1 .section-title:after {
  filter: brightness(0) invert(1);
}
.posts-layout-1 .posts-slider:before {
  filter: brightness(0) invert(1);
}
.posts-layout-1 .posts-slider .slick-arrow:before {
  color: #FFFFFF;
}
.posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(1), .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(2), .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(4) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(1), .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(2), .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(4) {
    justify-content: flex-start;
  }
}
.posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image, .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image, .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(4) .single-post__image {
  margin-bottom: 10px;
}
.posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(2) {
  order: -1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .posts-layout-1 .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -2;
  }
}

.homepage main section {
  padding-block: min(max(min(max(15px, 3.2552083333vw), 40px), 3.125vw), 50px);
}
.homepage main section:first-of-type {
  padding-top: 0;
}
.homepage main section:last-of-type {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#top-posts {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage main section#top-posts .i-container .i-row {
    padding-inline: 30px;
  }
}
.homepage main section#news .i-container .i-row .i-col:nth-of-type(1) {
  background-color: #AC7088;
}
.homepage main section#news .i-container .i-row .i-col .section-title {
  color: #FFFFFF;
  pointer-events: none;
}
.homepage main section#news .i-container .i-row .i-col .section-title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#news .i-container .i-row .i-col .section-title a:before {
  filter: brightness(0) invert(1);
}
.homepage main section#infoeducation * {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.homepage main section#infoeducation .section-title:after,
.homepage main section#infoeducation .scroll-posts__title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#infoeducation .section-title a:before {
  filter: unset;
}
.homepage main section#infoeducation .scroll-posts__title a:before {
  filter: unset;
}
.homepage main section#infoeducation .scroll-posts__wrap::-webkit-scrollbar-thumb {
  background-image: url("../../../../html/assets/images/vertical-line-white.svg");
}
.homepage main section#infoeducation:before, .homepage main section#infoeducation:after {
  background-color: #305F72;
}
.homepage main section#infoeducation .bg:before {
  background-color: #305F72;
}
.homepage main section#infoeducation .i-container:before {
  background-color: #305F72;
}
.homepage main section#infoeducation .i-container .i-row:first-of-type .i-col:nth-of-type(1) {
  background-color: #305F72;
}
.homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(3) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(1) {
  order: 2;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(2) {
  order: 0;
}
.homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(3) {
  order: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(3) {
    order: 4;
  }
}
.homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(4) {
  order: 3;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#infoeducation .i-container:last-of-type .i-col:nth-of-type(4) {
    order: 5;
  }
}
.homepage main section#panellinies {
  margin-top: 65px;
}
.homepage main section#panellinies .i-container .i-row .i-col:nth-of-type(1) {
  background-color: #C0DBEA;
}
.homepage main section#contest .i-container .i-row .i-col:nth-of-type(1) {
  background-color: #C0DBEA;
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(2), .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(2), .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    justify-content: flex-start;
  }
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(2) {
    order: 1;
  }
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
  order: 2;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(3) {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(3) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
  order: 0;
  min-width: 300px;
  justify-content: unset;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    order: 4;
    min-width: unset;
    width: 100%;
    height: 250px;
    flex: unset;
    max-width: unset;
  }
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) .ad-placement {
  height: 100%;
  width: 300px;
}
.homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) .ad-placement .ad-wrap {
  top: 140px;
  height: 600px;
  width: 300px;
  position: sticky;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) .ad-placement .ad-wrap {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) .ad-placement {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#walks .i-container .i-row:last-of-type .i-col:nth-of-type(4) {
    order: 5;
  }
}
.homepage main section#vivlia .i-container .i-row {
  background-color: #F5C850;
}
.homepage main section#infohealth:before, .homepage main section#infohealth:after {
  background-color: #89B9AD;
}
.homepage main section#infohealth .bg:before {
  background-color: #89B9AD;
}
.homepage main section#infohealth .i-container:before {
  background-color: #89B9AD;
}
.homepage main section#infohealth .i-container .i-row:first-of-type .i-col:nth-of-type(1) {
  background-color: #89B9AD;
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(3) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(1) {
  order: 2;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(2) {
  order: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(2) {
    justify-content: center;
  }
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(3) {
  order: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(3) {
    order: 4;
  }
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infohealth .i-container:last-of-type .i-col:nth-of-type(4) {
  order: 3;
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(3) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(1) {
  order: 2;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(2) {
  order: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(2) {
    justify-content: center;
  }
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(3) {
  order: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(3) {
    order: 4;
  }
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#custom .i-container:last-of-type .i-col:nth-of-type(4) {
  order: 3;
}
.homepage main section#true-stories .i-container .i-row .i-col:nth-of-type(1) {
  background-color: #444444;
}
.homepage main section#true-stories .i-container .i-row .i-col .section-title {
  color: #FFFFFF;
}
.homepage main section#true-stories .i-container .i-row .i-col .section-title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#true-stories .i-container .i-row .i-col .section-title a:before {
  filter: brightness(0) invert(1);
}
.homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(3) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(1) {
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(2) {
    order: 0;
  }
}
.homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(3) {
  order: 2;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(3) .slick-slider:before {
    filter: unset;
  }
  .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(3) .slick-arrow:before {
    color: #444444;
  }
}
.homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(4) {
  order: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#diatrofi .i-container:last-of-type .i-col:nth-of-type(4) {
    order: 5;
  }
}
.homepage main section#seminars .i-container .link a:before {
  filter: brightness(0) invert(1);
}
.homepage main section#seminars .i-container .i-row {
  background-color: #AC7088;
}
.homepage main section#seminars .i-container .i-row * {
  color: #FFFFFF;
}
.homepage main section#seminars .i-container .i-row *:before {
  color: #FFFFFF;
}
.homepage main section#seminars .i-container .i-row .i-col:last-of-type .link:before {
  filter: brightness(0) invert(1);
}
.homepage main section#infobaby:before, .homepage main section#infobaby:after {
  background-color: #F5C850;
}
.homepage main section#infobaby .bg:before {
  background-color: #F5C850;
}
.homepage main section#infobaby .i-container:before {
  background-color: #F5C850;
}
.homepage main section#infobaby .i-container .i-row:first-of-type .i-col:nth-of-type(1) {
  background-color: #F5C850;
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(3) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(1) {
  order: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(2) {
  order: 2;
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(3) {
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(3) {
    order: 0;
  }
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(4) {
  order: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#infobaby .i-container:last-of-type .i-col:nth-of-type(4) {
    order: 5;
  }
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(3), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(3) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(3), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(1) {
  order: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -1;
  }
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(2) {
  order: 0;
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image, .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(3), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(3) {
  order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(3), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(3) {
    order: 4;
  }
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image, .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(4), .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(4) {
  order: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(4) > div, .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(4) > div {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(4) > div > div, .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(4) > div > div {
    flex: 0 0 44.6%;
    max-width: 44.6%;
  }
}
.homepage main section#infoteens .i-container:last-of-type .i-col:nth-of-type(4) .single-post__image, .homepage main section#summer .i-container:last-of-type .i-col:nth-of-type(4) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#famous-parents .i-container .i-row {
  background-color: #89B9AD;
}
.homepage main section#store * {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.homepage main section#store .section-title:after,
.homepage main section#store .scroll-posts__title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#store .section-title a:before {
  filter: unset;
}
.homepage main section#store .scroll-posts__title a:before {
  filter: unset;
}
.homepage main section#store .scroll-posts__wrap::-webkit-scrollbar-thumb {
  background-image: url("../../../../html/assets/images/vertical-line-white.svg");
}
.homepage main section#store:before, .homepage main section#store:after {
  background-color: #444444;
}
.homepage main section#store .bg:before {
  background-color: #444444;
}
.homepage main section#store .i-container:before {
  background-color: #444444;
}
.homepage main section#store .i-container .i-row:first-of-type .i-col:nth-of-type(1) {
  background-color: #444444;
}
.homepage main section#store .section-title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#cy .i-container .section-title a:before {
  width: 130%;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .homepage main section#cy .i-container .section-title a:before {
    width: 100%;
  }
}
.homepage main section#cy .i-container:last-of-type .i-col:nth-of-type(4) {
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#cy .i-container:last-of-type .i-col:nth-of-type(4) {
    justify-content: flex-start;
  }
}
.homepage main section#cy .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image, .homepage main section#cy .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image, .homepage main section#cy .i-container:last-of-type .i-col:nth-of-type(4) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infowoman * {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.homepage main section#infowoman .section-title:after,
.homepage main section#infowoman .scroll-posts__title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#infowoman .section-title a:before {
  filter: unset;
}
.homepage main section#infowoman .scroll-posts__title a:before {
  filter: unset;
}
.homepage main section#infowoman .scroll-posts__wrap::-webkit-scrollbar-thumb {
  background-image: url("../../../../html/assets/images/vertical-line-white.svg");
}
.homepage main section#infowoman:before, .homepage main section#infowoman:after {
  background-color: #AC7088;
}
.homepage main section#infowoman .bg:before {
  background-color: #AC7088;
}
.homepage main section#infowoman .i-container:before {
  background-color: #AC7088;
}
.homepage main section#infowoman .i-container .i-row:first-of-type .i-col:nth-of-type(1) {
  background-color: #AC7088;
}
.homepage main section#infowoman .section-title:after {
  filter: brightness(0) invert(1);
}
.homepage main section#infowoman .posts-slider:before {
  filter: brightness(0) invert(1);
}
.homepage main section#infowoman .posts-slider .slick-arrow:before {
  color: #FFFFFF;
}
.homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(4) {
  justify-content: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(1), .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(2), .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(4) {
    justify-content: flex-start;
  }
}
.homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(2) .single-post__image, .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(3) .single-post__image, .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(4) .single-post__image {
  margin-bottom: 10px;
}
.homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(2) {
  order: -1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .homepage main section#infowoman .i-container:last-of-type .i-col:nth-of-type(1) {
    order: -2;
  }
}