/* BASE */
/**
 * Spacing sizes for responsive scalability (used by @mixin spacing).
 *
 * Define new sizes as needed.
 */
/**
 * Font sizes for responsive scalability (used by @mixin font-size).
 *
 * Define new sizes as needed.
 */
/* MIXINS */
/*

EXAMPLE:
----

breakpoint and up           breakpoint max value and down
--                          --
@include bp(sm);            @include bp(xs,max);
@include bp(md);            @include bp(sm,max);
@include bp(lg);            @include bp(md,max);
@include bp(xl);            @include bp(lg,max);


@include bp(568px);          // also possible

 */
/*

EXAMPLE:
----
@include section;           // with top and bottom margin
@include section(false);    // no top and bottom margin

 */
/*

This uses $spacing-sizes matrix. Feel free to add more spacings there if they have a reusable logic to it.
Don't try to add new rows into the matrix just to support a single component.

EXAMPLE:
----

@include spacing(padding, top, section);
@include spacing(margin, all, itemspace);
@include spacing(margin, bottom, box);

 */
/*
This will add a delay to all children and animate them in one by one

Example:
--------
@include animation-sequence(0.10, 10);

& > *{
    @include animation(bounceIn, 2s);
}
--------

*/
/*

The following z-index shouldn't be changed on a project basis. Keep them consistent across projects.

 */
/*

$addToZindex:   How much you want to have it above the original z-index
$z-index:       Which z-index default setting

 */
/*

@include maincolor(color, main);

*/
.l-carousel {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-carousel {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .l-carousel {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .l-carousel {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .l-carousel {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .l-carousel {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .l-carousel {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .l-carousel {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .l-carousel {
    padding-bottom: 100px;
  }
}
.l-carousel--no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.l-carousel--padding-top {
  padding-bottom: 0 !important;
}
.l-carousel--padding-bottom {
  padding-top: 0 !important;
}
.l-carousel__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media (max-width: 1450px) {
  .l-carousel__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 992px) {
  .l-carousel__container {
    display: flex;
    flex-direction: column;
  }
}
.l-carousel__intro {
  margin-bottom: 30px;
}
.l-carousel__items {
  padding-bottom: 40px;
}
.l-carousel__item {
  margin: 0 10px;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .l-carousel__item {
    width: calc(33.3333333% - 20px);
  }
}
.l-carousel .flickity-page-dots {
  display: none;
}
.l-carousel .flickity-viewport {
  overflow: visible;
}
.l-carousel .flickity-prev-next-button {
  top: -78px;
  right: 40px;
  left: initial;
  bottom: 0%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: none;
  background: transparent;
}
.l-carousel .flickity-prev-next-button:hover {
  background-color: transparent;
}
.l-carousel .flickity-prev-next-button svg {
  fill: #CDB0FF;
}
.l-carousel .flickity-prev-next-button.next {
  right: 10px;
}
.l-carousel .flickity-prev-next-button.previous {
  left: initial;
}
@media (min-width: 768px) {
  .l-carousel--layout--speaker .l-carousel__item {
    width: calc(25% - 20px);
  }
}
.l-carousel--layout--speaker .flickity-button svg {
  fill: black;
}
@media (min-width: 992px) {
  .l-carousel--layout--big .swiper {
    height: 664px;
    overflow: visible;
  }
}
.l-carousel--layout--big .swiper-slide {
  cursor: pointer;
}
.l-carousel--layout--big .swiper-button-prev,
.l-carousel--layout--big .swiper-button-next {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: none;
  width: 40px;
  height: 40px;
  top: 28px;
  bottom: 0;
  right: 0;
  left: initial;
  background: transparent;
  border-radius: 50%;
  transform: none;
}
@media (min-width: 992px) {
  .l-carousel--layout--big .swiper-button-prev,
  .l-carousel--layout--big .swiper-button-next {
    display: block;
  }
}
.l-carousel--layout--big .swiper-button-prev:hover,
.l-carousel--layout--big .swiper-button-next:hover {
  opacity: 0.6;
}
.l-carousel--layout--big .swiper-button-prev:focus-visible,
.l-carousel--layout--big .swiper-button-next:focus-visible {
  outline: 1px solid black;
}
.l-carousel--layout--big .swiper-button-prev:after,
.l-carousel--layout--big .swiper-button-next:after {
  display: none;
}
.l-carousel--layout--big .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.001 7.05371L27.9472 20L15.001 32.9463L12.0547 30L22.0547 20L12.0547 9.99999L15.001 7.05371Z' fill='black'/%3E%3C/svg%3E");
}
.l-carousel--layout--big .swiper-button-prev {
  right: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.9472 9.99999L17.9472 20L27.9472 30L25.001 32.9463L12.0547 20L25.001 7.05371L27.9472 9.99999Z' fill='black'/%3E%3C/svg%3E");
}
.l-carousel--layout--big .l-carousel__item {
  transition: width 0.6s;
  margin: 0;
}
@media (min-width: 992px) {
  .l-carousel--layout--big .l-carousel__item {
    width: 324px;
  }
}
.l-carousel--layout--big .l-carousel__item.swiper-slide-active {
  width: 680px !important;
}
.l-carousel--layout--big .l-carousel__items {
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .l-carousel--layout--big .l-carousel__items {
    flex-direction: row;
    gap: initial;
  }
}

.h-scheme-brand-1.h-scheme-1.l-carousel .swiper-button-prev,
.h-scheme-brand-1.h-scheme-1.l-carousel .swiper-button-next {
  filter: invert(70%) sepia(63%) saturate(483%) hue-rotate(92deg) brightness(89%) contrast(100%);
}

.h-scheme-brand-3.h-scheme-1.l-carousel .swiper-button-prev,
.h-scheme-brand-3.h-scheme-1.l-carousel .swiper-button-next {
  filter: invert(16%) sepia(71%) saturate(1486%) hue-rotate(157deg) brightness(92%) contrast(101%);
}

.h-scheme-brand-4.h-scheme-1.l-carousel .swiper-button-prev,
.h-scheme-brand-4.h-scheme-1.l-carousel .swiper-button-next {
  filter: invert(20%) sepia(21%) saturate(751%) hue-rotate(38deg) brightness(97%) contrast(89%);
}

.h-scheme-brand-1.h-scheme-1.l-carousel .flickity-button svg {
  fill: #000000;
}

.c-carousel-card {
  width: 100%;
  padding: 1px;
  background: #ffffff;
  border-radius: 8px;
}
.c-carousel-card__image-wrapper {
  display: flex;
  justify-content: flex-start;
}
.c-carousel-card__image {
  object-fit: cover;
  height: 150px;
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
.c-carousel-card__text {
  margin: 20px;
}
.c-carousel-card__text .h-wysiwyg-html {
  display: flex;
  min-height: 200px;
  justify-content: space-between;
  flex-direction: column;
}
.c-carousel-card__text a.c-btn {
  position: absolute;
  bottom: 24px;
}
.c-carousel-card__content {
  margin-bottom: 36px;
}

.l-carousel--layout--speaker .c-carousel-card__image {
  width: calc(100% - 40px);
  height: 100%;
  aspect-ratio: 1;
}
.l-carousel--layout--speaker .c-carousel-card__text {
  text-align: center;
}
.l-carousel--layout--speaker .c-carousel-card__text .h-wysiwyg-html {
  justify-content: stretch;
  min-height: unset;
}
.l-carousel--layout--speaker .c-carousel-card__text .h-wysiwyg-html h5 {
  margin: 0;
}
.l-carousel--layout--speaker .c-carousel-card__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.l-carousel--layout--speaker .c-carousel-card__tags li {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: fit-content;
  padding: 4px 16px;
  border-radius: 40px;
  font-weight: 600;
}
.l-carousel--layout--speaker .c-carousel-card__tags li.qa {
  background-color: #cdb0ff;
  color: #27138B !important;
}
.l-carousel--layout--speaker .c-carousel-card__tags li.dev {
  background-color: #00414A;
  color: white !important;
}
.l-carousel--layout--speaker .c-carousel-card__tags li.group {
  background-color: #D9F720;
  color: #373F26;
}
.l-carousel--layout--speaker .c-carousel-card__tags li[data-id] {
  cursor: pointer;
}
.l-carousel--layout--speaker .c-carousel-card__tags li[data-id]:hover {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  filter: brightness(0.9);
}

.l-carousel--layout--big .c-carousel-card__image {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
  inset: 0;
}
.l-carousel--layout--big .c-carousel-card__overlay {
  transition: background-color 0.6s;
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 80%);
  z-index: 1;
}
@media (min-width: 992px) {
  .l-carousel--layout--big .c-carousel-card__overlay {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.l-carousel--layout--big .c-carousel-card__text {
  position: relative;
  margin: 24px;
  z-index: 2;
}
.l-carousel--layout--big .c-carousel-card__text .h-wysiwyg-html {
  transition: min-height 0.4s ease-in-out;
  justify-content: flex-end;
  min-height: 70px;
}
.l-carousel--layout--big .c-carousel-card__text h5 {
  margin: 0;
  font-size: 20px;
}
.l-carousel--layout--big .c-carousel-card__text p {
  display: none;
}
.l-carousel--layout--big .c-carousel-card__text a {
  position: relative;
  margin-top: 0;
  bottom: 0;
  width: fit-content;
}
@media (min-width: 992px) {
  .l-carousel--layout--big .c-carousel-card__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 32px;
    overflow: hidden;
  }
  .l-carousel--layout--big .c-carousel-card__text p {
    display: block;
  }
  .l-carousel--layout--big .c-carousel-card__text .h-wysiwyg-html {
    justify-content: stretch;
    min-height: auto;
    width: 616px;
  }
}
@media (max-width: 991px) {
  .l-carousel--layout--big .c-carousel-card.active .c-carousel-card__text p {
    display: block;
  }
  .l-carousel--layout--big .c-carousel-card.active .c-carousel-card__text .h-wysiwyg-html {
    transition: min-height 0.4s ease-in-out;
    min-height: 280px;
  }
}

.swiper-slide-active .c-carousel-card__overlay {
  background-color: transparent;
}

.c-carousel-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: 70vw;
  padding: 2rem;
  border: none;
  border-left: 8px solid;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .c-carousel-modal {
    width: 80vw;
    height: 80%;
  }
}
.c-carousel-modal:not([open]) {
  pointer-events: none;
  opacity: 0;
}
.c-carousel-modal[loading] {
  visibility: hidden;
}
@media (min-width: 768px) {
  .c-carousel-modal {
    width: 50vw;
    padding: 24px 56px 24px 32px;
  }
}
.c-carousel-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.80762 19.7782L19.7782 2.80763L21.1924 4.22185L4.22183 21.1924L2.80762 19.7782Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.22174 2.80762L21.1923 19.7782L19.7781 21.1924L2.80753 4.22183L4.22174 2.80762Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.c-carousel-modal__close:hover, .c-carousel-modal__close:focus {
  border-color: black;
}
.c-carousel-modal__text h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .c-carousel-modal__text h4 {
    max-width: 90%;
  }
}
.c-carousel-modal__text span {
  display: block;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.01em;
  color: #4D4D4D;
  margin-bottom: 24px;
}
.c-carousel-modal__text p {
  font-size: 16px;
  line-height: 133%;
  color: black;
  margin-bottom: 24px;
}
.c-carousel-modal__speaker {
  display: flex;
  flex-direction: column;
