.image-gallery-block {
  --image-gallery-gap: 30px;
  display: flex;
  flex-flow: wrap;
  gap: var(--image-gallery-gap);
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.image-gallery-block.col-4 {
  justify-content: space-between;
}
.image-gallery-block.splide {
  gap: 0 var(--image-gallery-gap);
}
.image-gallery-block .title-container {
  width: 100%;
}
.image-gallery-block .title-container h3 {
  margin: 0;
}

.image-gallery-block.grid.col-1 .image-container {
  flex: 1 1 100%;
  max-width: 100%;
}
.image-gallery-block.grid.col-2 .image-container {
  flex: 1 1 calc((100% / 2) - var(--image-gallery-gap) + (var(--image-gallery-gap) / 2));
  max-width: calc((100% / 2) - var(--image-gallery-gap) + (var(--image-gallery-gap) / 2));
}
.image-gallery-block.grid.col-2 .image-container.img-speaker {
  max-width: 200px;
  margin: 0 10px;
}
.image-gallery-block.grid.col-3 .image-container {
  flex: 1 1 calc((100% / 3) - var(--image-gallery-gap) + (var(--image-gallery-gap) / 3));
  max-width: calc((100% / 3) - var(--image-gallery-gap) + (var(--image-gallery-gap) / 3));
}
.image-gallery-block.grid.col-4 .image-container {
  flex: 1 1 calc(25% - var(--image-gallery-gap));
  max-width: calc(25% - var(--image-gallery-gap));
}
.image-gallery-block.grid.col-5 .image-container {
  flex: 1 1 calc(20% - var(--image-gallery-gap));
  max-width: calc(20% - var(--image-gallery-gap));
}
.image-gallery-block.grid.col-6 .image-container {
  flex: 1 1 calc((100% / 6)) - var(--image-gallery-gap));
  max-width: calc((100% / 6) - var(--image-gallery-gap));
}
.image-gallery-block.grid.col-7 .image-container {
  flex: 1 1 calc((100% / 7)) - var(--image-gallery-gap));
  max-width: calc((100% / 7) - var(--image-gallery-gap));
}
.image-gallery-block.grid.col-8 .image-container {
  flex: 1 1 calc(12.5% - var(--image-gallery-gap));
  max-width: calc(12.5% - var(--image-gallery-gap));
}

.image-gallery-block.col-5 .image-container figure img,
.image-gallery-block.col-6 .image-container figure img,
.image-gallery-block.col-7 .image-container figure img,
.image-gallery-block.col-8 .image-container figure img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.image-gallery-block.splide .splide__slide {
  padding: 0;
}

.image-gallery-block .square {
  position: relative;
  margin: 0 auto;
}
.image-gallery-block .square:after {
  content: "";
  display: block;
  padding-bottom: 100%
}
.image-gallery-block .square img {
  border-radius: 50%;
  height: 100%!important;
  object-fit: cover;
  position: absolute;
  width: 100%;
  
}
.image-gallery-block .square,
.image-gallery-block .square img {
  max-width: 215px;
  max-height: 215px;
}

.image-gallery-block figcaption {
  margin-top: 15px;
}
.image-gallery-block .img-speaker figcaption {
  text-align: center;
}
.image-gallery-block figcaption .caption,
.image-gallery-block figcaption .caption p,
.image-gallery-block figcaption .company-info a,
.image-gallery-block figcaption .company-info span,
.image-gallery-block figcaption .speaker-info a,
.image-gallery-block figcaption .speaker-info span {
  display: block;
  font-size: 16px;
}
.image-gallery-block.col-4 figcaption .speaker-info .speaker-name,
.image-gallery-block.col-4 figcaption .speaker-info .speaker-role,
.image-gallery-block.col-4 figcaption .speaker-info .speaker-company {
  font-size: 14.5px;
  letter-spacing: -.2px
}
.image-gallery-block.col-4 .speaker-url {
  display: block !important;
  float: none;
  margin-top: 5px;
}



.image-gallery-block .image-container.speaker-logo figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.image-gallery-block .image-container.speaker-logo .square {
  width: 100%;
}
.image-gallery-block .image-container.speaker-logo figcaption {
  margin-bottom: 20px;
}
.image-gallery-block .image-container.speaker-logo .speaker-company-logo {
  margin: auto auto 0;
  max-width: 200px;
  padding: 0 10px;
  height: auto !important;
}



.gallery-thumbnails {
  margin-bottom: 36px;
}
.gallery-thumbnails .splide__track {
  border-radius: 15px;
}
.gallery-thumbnails .image-container figure img {
  /*width: 100%;
  height: 100%;*/
  width: 120px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.gallery-thumbnails .splide__slide {
  opacity: 0.5;
  padding: 0;
}
.gallery-thumbnails .splide__slide.is-active {
  opacity: 1;
}
.gallery-thumbnails .splide__track--nav > .splide__list > .splide__slide.is-active,
.gallery-thumbnails .splide__track--nav > .splide__list > .splide__slide {
  border: 0;
}

{#
.hs_cos_wrapper_type_module .splide__arrow {
  background: #eee;
}
.hs_cos_wrapper_type_module .splide__arrow:hover:not(:disabled) {
  background: #eee;
  border: 0;
  opacity: 1
}
.hs_cos_wrapper_type_module .splide__pagination__page {
  background: #ccc;
  height: 9px;
  width: 9px
}
.hs_cos_wrapper_type_module .splide__pagination__page.is-active {
  background: #eee;
  transform: scale(1.5);
}
.hs_cos_wrapper_type_module .splide__pagination__page:hover {
  background-color: #eee;
  border: 0;
  opacity: 1
}
#}


@media screen and (max-width: 767px) {
  /*.image-gallery-block.splide .image-container.img-generic figure img {
    height: 66vw !important;
  }*/
  .image-gallery-block.grid.col-4 .image-container {
    flex: 1 1 calc(50% - var(--image-gallery-gap));
    max-width: calc(50% - var(--image-gallery-gap));
  }
  .image-gallery-block .splide__arrows {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .image-gallery-block {
    --image-gallery-gap: 20px;
    row-gap: 30px;
  }
  .image-gallery-block.img-2 {
    --image-gallery-gap: 30px;
  }
  .image-gallery-block.grid.col-2 .image-container.img-speaker {
    margin: 0;
  }
  .image-gallery-block.grid.col-3 .image-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .image-gallery-block .image-container.speaker-logo figcaption {
    margin-bottom: 15px;
  }
  .image-gallery-block .image-container.speaker-logo .speaker-company-logo {
    margin: 0 auto;
  }
  .image-gallery-block .speaker-url {
    display: block !important;
    float: none;
    margin: 5px 0 5px;
  }
}

@media screen and (max-width: 380px) {
  .image-gallery-block.grid .image-container {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

{#@keyframes showCard {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes showText {
0% {transform: translate(6px, 0);}
100% {transform: translate(0, 0);}
}
@keyframes showButton {
0% {transform: translate(0, 15%); opacity: 0}
100% {transform: translate(0, 0); opacity: 1}
}#}


.image-gallery-block:hover .splide__toggle {
  opacity: 1 !important;
  transition: .5s;
}
.image-gallery-block .splide__toggle.is-active {
  opacity: 0;
  transition: .5s;
}
.image-gallery-block .splide__toggle {
  position: absolute;
  bottom: 5.3%;
  right: 2.9%;
  border: 0;
  padding: 12px;
  background-color: #ffffff50;
  border-radius: 30px;
  fill: #fff;
}
.image-gallery-block .splide__toggle svg {
  width: 15px;
}
.image-gallery-block .splide__progress__bar {
  height: 6px;
  bottom: 0;
  left:  0;
  position: absolute;
  background-color: #00000010;
  border-radius: 10px;
}

.image-gallery-block .splide__arrows {
  opacity: 0;
  transition: .5s;
  transition-delay: .5s;
}
.image-gallery-block:hover .splide__arrows {
  opacity: 1;
  transition: .5s;
}
.image-gallery-block.arrows-visible .splide__arrows {
  opacity: 1;
}
.image-gallery-block .splide__arrow,
.image-gallery-block .splide__arrow:hover,
.image-gallery-block .splide__arrow:focus,
.image-gallery-block .splide__arrow:active  {
  width: 3em;
  height: 3em;
  background-color: #cececf;
  border: 0;
}
.image-gallery-block:hover .splide__arrow--prev {
  left: -9%;
  transition: .3s;
}
.image-gallery-block .splide__arrow--prev {
  left: -8%;
  transition: .3s;
  transition-delay: .5s;
  transition-property: left;
}
.image-gallery-block:hover .splide__arrow--next {
  right: -9%;
  transition: .3s;
}
.image-gallery-block .splide__arrow--next {
  right: -8%;
  transition: .3s;
  transition-delay: .5s;
  transition-property: right;
}

.image-gallery-block .splide__pagination {
  bottom: -1.5em;
}
.image-gallery-block .splide__pagination__page {
  background: #ddd;
}
.image-gallery-block .splide__pagination__page.is-active {
  background: #ccc;
}





