/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
@media (max-width: 1024px) {
  .wp-block .quote-col,
  .quote-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wp-block .quote-col.image,
  .quote-col.image {
    width: 18.375rem;
    height: 16.6875rem;
    margin: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .wp-block .quote-col.content,
  .quote-col.content {
    width: calc(100% - 18.375rem - 6.25rem);
    margin: 1.5625rem;
  }
}
.wp-block .quote--company,
.quote--company {
  margin-bottom: 0.375rem;
}
@media (min-width: 1024px) {
  .wp-block .quote--company,
  .quote--company {
    margin-bottom: 1.25rem;
  }
}
.wp-block .quote--image,
.quote--image {
  text-align: center;
  height: 100%;
  border-radius: 0.875rem;
  background: var(--sk-color-fourth);
  padding-top: 2.8125rem;
}
@media (max-width: 1024px) {
  .wp-block .quote--image,
  .quote--image {
    width: 18.375rem;
    height: 16.6875rem;
    margin: 0 auto 1.25rem;
  }
}
.wp-block .quote--image img,
.quote--image img {
  height: calc(100% + 5.625rem);
  margin-top: -5.625rem;
  -o-object-position: bottom;
     object-position: bottom;
}
.wp-block .quote--text,
.quote--text {
  margin-bottom: 1.5rem;
}
.wp-block .quote--text p,
.quote--text p {
  margin: 0;
}
@media (min-width: 1024px) {
  .wp-block .quote--text,
  .quote--text {
    margin-bottom: 2.5rem;
  }
}
.wp-block .quote--position,
.quote--position {
  line-height: 1.55;
  margin-top: 0.375rem;
}
.wp-block .quote--description,
.quote--description {
  line-height: 1.55;
}
@media (min-width: 1024px) {
  .wp-block .quote--video .sk-wrapper,
  .quote--video .sk-wrapper {
    gap: 4rem;
  }
  .wp-block .quote--video .sk-wrapper.image--right,
  .quote--video .sk-wrapper.image--right {
    flex-direction: row-reverse;
  }
}
.wp-block .quote--video .quote-col,
.quote--video .quote-col {
  width: 100%;
  margin: 0;
}
.wp-block .quote--video .quote-col.image,
.quote--video .quote-col.image {
  height: 24.0625rem;
}
@media (min-width: 1024px) {
  .wp-block .quote--video .quote-col.image,
  .quote--video .quote-col.image {
    max-width: 18.75rem;
  }
  .wp-block .quote--video .quote-col.content,
  .quote--video .quote-col.content {
    max-width: calc(100% - 22.75rem);
  }
}
@media (min-width: 1440px) {
  .wp-block .quote--video .quote-col.image,
  .quote--video .quote-col.image {
    max-width: 36.125rem;
  }
  .wp-block .quote--video .quote-col.content,
  .quote--video .quote-col.content {
    max-width: calc(100% - 40.125rem);
  }
}
.wp-block .quote--video .quote--image,
.quote--video .quote--image {
  background: none;
  padding: 0;
}
.wp-block .quote--video .quote--image img,
.quote--video .quote--image img {
  margin: 0;
  height: 100%;
}
.wp-block .quote .lightbox--toggle,
.quote .lightbox--toggle {
  position: absolute;
  max-width: 100%;
}
