/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-bsm: 769px;
  --breakpoint-sm: 768px;
  --breakpoint-xsm: 767px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.why-us.gutenberg-block .pin-spacer:nth-last-child(2) .accordion {
  left: 0 !important;
  position: static !important;
}
.why-us.gutenberg-block .grid-wrapper {
  overflow: inherit;
}
.why-us.gutenberg-block .content-wrapper {
  position: static;
  top: 0;
}
@media (min-width: 1024px) {
  .why-us.gutenberg-block .content-wrapper {
    position: sticky;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .why-us.gutenberg-block .accordion--header {
    flex-wrap: wrap;
  }
  .why-us.gutenberg-block .accordion--header button {
    margin-left: auto;
    display: flex;
    transition-duration: 0.5s;
    transform: rotate(90deg);
  }
  .why-us.gutenberg-block .accordion--header h3 {
    flex: 1 1 100%;
  }
  .why-us.gutenberg-block .accordion--content {
    transition-duration: 0.5s;
    overflow: hidden;
  }
  .why-us.gutenberg-block .accordion:nth-last-child(2) .accordion--content {
    height: auto;
  }
  .why-us.gutenberg-block .accordion:not(:first-child) {
    margin-top: -70px;
    transition-duration: 0.5s;
  }
  .why-us.gutenberg-block .accordion.open:not(:first-child) {
    margin-top: 0;
  }
  .why-us.gutenberg-block .accordion.active button {
    transform: rotate(-90deg);
  }
}
@media (max-width: 512px) {
  .why-us.gutenberg-block .accordions .accordion {
    padding: 30px;
  }
  .why-us.gutenberg-block .accordions .accordion .accordion--header {
    gap: 5px;
  }
  .why-us.gutenberg-block .accordions .accordion .accordion--header h3 {
    font-size: 18px;
  }
  .why-us.gutenberg-block .accordions .accordion .accordion--content {
    font-size: 16px;
  }
  .why-us.gutenberg-block .accordions .accordion .gutenberg-block-item__pic {
    min-width: 42px;
    width: 42px;
    height: auto;
  }
  .why-us.gutenberg-block .accordions-final {
    bottom: 500px;
  }
}
.accordion:last-child .accordion--content {
  padding-bottom: 0 !important;
}
