/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- wkContact */
.wkAgency__wrapper {
  margin: 5rem auto;
  max-width: 130rem;
}
.wkAgency__wrapper .headline {
  margin-bottom: 4rem;
}
.wkAgency__content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 10rem;
}
@media (min-width: 1024px) {
  .wkAgency__content {
    flex-wrap: nowrap;
    gap: 4rem;
  }
}
.wkAgency__image {
  border-radius: 1.5rem;
  flex-grow: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wkAgency__image {
    max-width: 32rem;
  }
}
@media (min-width: 1024px) {
  .wkAgency__image {
    max-width: none;
  }
}
.wkAgency__image picture {
  height: 100%;
  width: 100%;
}
.wkAgency__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkAgency__office {
  background: var(--grey);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  padding: 2rem 3rem;
}
@media (min-width: 660px) {
  .wkAgency__office {
    width: 50%;
  }
}
.wkAgency__office h4 {
  color: var(--secondary);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  max-width: 60rem;
}
.wkAgency__office p {
  margin-bottom: 0.5rem;
}
.wkAgency__address {
  margin-bottom: 2rem;
}
.wkAgency__phone {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
.wkAgency__phone i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.wkAgency__mail {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
.wkAgency__mail a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.wkAgency__mail i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.wkAgency__social {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  gap: 2rem;
}
.wkAgency__social i {
  font-size: 2rem;
}
.wkAgency__openingHours {
  background: var(--grey);
  border-radius: 1.5rem;
  flex-grow: 1;
  min-width: 26rem;
  overflow: hidden;
  padding: 2rem 3rem;
}
.wkAgency__openingHours h4 {
  color: var(--secondary);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.wkAgency__openingHours__content {
  margin-bottom: 2rem;
}
.wkAgency__openingHours__content time {
  display: flex;
  margin-bottom: 0.3rem;
}
.wkAgency__openingHours__content time .day {
  width: 9rem;
}
.wkAgency__openingHours__note p:first-child {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.wkAgency__slider {
  margin: 0 auto 5rem auto;
  max-width: 100rem;
}
@media (min-width: 576px) {
  .wkAgency__slider.noSwiper .swiper-wrapper {
    justify-content: center;
  }
}
.wkAgency__slider.noSwiper .swiper-button-prev, .wkAgency__slider.noSwiper .swiper-button-next {
  display: none;
}
.wkAgency__slider .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  width: auto;
}
.wkAgency__slider .swiper-slide-active {
  transform: translateZ(0) !important;
  z-index: 3 !important;
}
.wkAgency__slider .swiper-slide-prev, .wkAgency__slider .swiper-slide-next {
  z-index: 2 !important;
}
.wkAgency__slider .swiper-button-prev, .wkAgency__slider .swiper-button-next {
  cursor: pointer;
  height: 100%;
  margin: 0;
  max-height: 60rem;
  top: 0;
  width: 7%;
  z-index: 2;
}
.wkAgency__slider .swiper-button-prev:before, .wkAgency__slider .swiper-button-next:before {
  background: var(--grey--lite);
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  top: 14rem;
  width: 2.2rem;
}
@media (min-width: 768px) {
  .wkAgency__slider .swiper-button-prev:before, .wkAgency__slider .swiper-button-next:before {
    height: 4.4rem;
    top: 13rem;
    width: 3.8rem;
  }
}
.wkAgency__slider .swiper-button-prev:after, .wkAgency__slider .swiper-button-next:after {
  color: var(--secondary);
  font-family: "easyWeb-Standard";
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 14.9rem;
}
@media (min-width: 768px) {
  .wkAgency__slider .swiper-button-prev:after, .wkAgency__slider .swiper-button-next:after {
    font-size: 2rem;
    top: 14.1rem;
  }
}
.wkAgency__slider .swiper-button-prev {
  left: 0;
}
.wkAgency__slider .swiper-button-prev:before {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  left: -0.1rem;
}
.wkAgency__slider .swiper-button-prev:after {
  content: "\e94f";
  left: 0.7rem;
}
@media (min-width: 768px) {
  .wkAgency__slider .swiper-button-prev:after {
    left: 1.5rem;
  }
}
.wkAgency__slider .swiper-button-next {
  right: 0;
}
.wkAgency__slider .swiper-button-next:before {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  right: -0.1rem;
}
.wkAgency__slider .swiper-button-next:after {
  content: "\e951";
  right: 0.7rem;
}
@media (min-width: 768px) {
  .wkAgency__slider .swiper-button-next:after {
    right: 1.5rem;
  }
}
.wkAgency__slide {
  background-color: #fff;
  height: 100%;
  max-width: 28rem;
  padding: 1.5rem;
  width: 100%;
}
.wkAgency__slide__image {
  background: var(--grey);
  border-radius: 1.5rem;
  height: 25rem;
  margin-bottom: 2rem;
  max-width: 25rem;
  overflow: hidden;
  width: 100%;
}
.wkAgency__slide__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkAgency__slide__name {
  color: var(--secondary);
  font-size: 2.5rem;
  font-weight: bold;
}
.wkAgency__slide__level {
  font-weight: bold;
  margin-bottom: 1rem;
}
.wkAgency__slide__contact {
  align-items: baseline;
  display: flex;
  margin-bottom: 0.3rem;
}
.wkAgency__slide__contact i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.wkAgency__slide__contact .ew-mail {
  position: relative;
  top: 0.1rem;
}
.wkAgency__slide__description {
  border-top: 0.2rem solid var(--primary);
  color: var(--secondary);
  font-style: italic;
  margin-top: 2rem;
  padding: 1rem 0;
}
.wkAgency__slide__description button {
  margin: 0 auto;
  padding: 0 2rem;
  pointer-events: auto;
}
.wkAgency__map > img {
  border-radius: 1.5rem;
}
.wkAgency__welcome {
  margin-top: 3rem;
}
.wkAgency__modal {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (min-width: 576px) {
  .wkAgency__modal {
    flex-wrap: nowrap;
  }
}
.wkAgency__modal__image {
  border-radius: 1.5rem;
  flex-shrink: 0;
  height: 25rem;
  overflow: hidden;
  width: 25rem;
}
.wkAgency .modal-dialog {
  max-width: 80rem;
}
.wkAgency .modal-header {
  border: 0;
}
.wkAgency .modal-body {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .wkAgency .modal-body {
    padding: 4rem;
  }
}
.wkAgency .modal-footer {
  border: 0;
  padding: 0 4rem 2rem 2rem;
}
.wkAgency .modal-footer button {
  padding: 0 2rem;
}
/*# sourceMappingURL=wkAgency.css.map */
