.Usp.Overview.default {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.75rem;
  opacity: 1;
  visibility: visible;
  background: #FFF4E1;
  mask-image: url("/wp-content/themes/ibizz/images/mask/usp-mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  padding: 7.5rem;
}
@media (max-width: 768px) {
  .Usp.Overview.default {
    padding: 3.75rem;
    gap: 0rem;
    flex-direction: column;
    mask-image: none;
    border-radius: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .Usp.Overview.default {
    mask-image: none;
    padding: 3.75rem;
    gap: 0rem;
    flex-direction: column;
  }
}
@media all and (max-width: 1300px) {
  .Usp.Overview.default {
    mask-image: none;
    border-radius: 1.25rem;
  }
}
.Usp.Overview.default > .block-grid {
  position: relative;
  transition: all 0.95s ease-out;
}
@media (min-width: 1024px) {
  .Usp.Overview.default > .block-grid:first-of-type {
    padding-left: 3.75rem;
  }
}
.Usp.Overview.default > .block-grid:first-of-type > li:first-child .Item > .inner > .Heading .h3 {
  color: #DFA0C8;
}
.Usp.Overview.default > .block-grid:first-of-type > li:nth-child(2) .Item > .inner > .Heading .h3 {
  color: #E77724;
}
.Usp.Overview.default > .block-grid:last-of-type > li:first-child .Item > .inner > .Heading .h3 {
  color: #02534C;
}
.Usp.Overview.default > .block-grid:last-of-type > li:nth-child(2) .Item > .inner > .Heading .h3 {
  color: #F3D03E;
}
@media (max-width: 768px) {
  .Usp.Overview.default > .block-grid {
    gap: 0;
  }
}
.Usp.Overview.default > .image {
  width: 33.75rem;
  min-width: 33.75rem;
  transition: all 0.65s ease-in-out;
  transition-delay: 0.25s;
}
.Usp.Overview.default > .image img {
  width: 100%;
}
@media (max-width: 768px) {
  .Usp.Overview.default > .image {
    width: 14.625rem;
    min-width: 14.625rem;
  }
}
@media (min-width: 1024px) {
  .Usp.Overview.default .block-grid:first-of-type {
    left: -100%;
  }
  .Usp.Overview.default .block-grid:last-of-type {
    right: -100%;
  }
  .Usp.Overview.default > .image {
    transform: rotate(-90deg);
  }
  .Usp.Overview.default.inview .block-grid:first-of-type {
    left: 0;
  }
  .Usp.Overview.default.inview .block-grid:last-of-type {
    right: 0;
  }
  .Usp.Overview.default.inview > .image {
    transform: rotate(90deg);
  }
}
.Usp.Overview.werkenbij {
  position: relative;
  mask-image: url("/wp-content/themes/ibizz/images/mask/map-mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 100%;
  min-height: 48.625rem;
  background: #02534C;
  padding: 7.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .Usp.Overview.werkenbij {
    min-height: 0;
    mask-image: none;
    padding: 3.75rem 0;
    margin: 0;
  }
  .Usp.Overview.werkenbij::before {
    content: "";
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    background: #02534C;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .Usp.Overview.werkenbij::before {
    max-width: 100vw;
  }
}
@media all and (max-width: 1300px) {
  .Usp.Overview.werkenbij {
    mask-image: none;
    border-radius: 1.25rem;
  }
}
.Usp.Overview.werkenbij > .Heading .h2 {
  color: #F3D03E;
  margin: 0;
  text-align: center;
}
.Usp.Overview.werkenbij .block-grid {
  max-width: 55.625rem;
  margin-top: 5.1875rem;
  justify-content: space-between;
  gap: 4.6875rem;
}
.Usp.Overview.werkenbij .block-grid > li {
  max-width: 14.125rem;
}
@media (max-width: 768px) {
  .Usp.Overview.werkenbij .block-grid {
    max-width: 100%;
    justify-content: center;
    margin-top: 1.875rem;
  }
  .Usp.Overview.werkenbij .block-grid > li {
    width: 40%;
  }
}

.Usp.Item.default > .inner > .Heading .h3 {
  font-size: 1.875rem;
  font-weight: 700;
  max-width: 10.9375rem;
}
.Usp.Item.default > .inner > .Heading .Intro {
  font-size: 1rem;
  font-weight: 400;
  color: #131313;
  max-width: 16.8125rem;
}
.Usp.Item.werkenbij > .inner > span.icon img {
  height: 3.125rem;
}
.Usp.Item.werkenbij > .inner > .Heading .h3 {
  font-size: 1.1875rem;
  font-weight: 400;
  color: white;
}