/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/blocks/about.scss ***!
  \********************************************************************************************************************/
.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 2rem;
}

.ml-6 {
  margin-left: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

.about {
  color: var(--ast-global-color-3);
}
.about .ast-container {
  padding: 0 1rem;
}
.about .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.about.background--warm-contrast {
  background-color: var(--ast-global-color-4);
}

.about__wrapper--large {
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  .about__wrapper--large {
    flex-basis: 100%;
  }
}
.about__wrapper--large .about__image {
  max-height: 732px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about__wrapper--large .about__image {
    margin-right: 0.675rem;
    max-width: 95%;
    padding-top: 60%;
  }
}
@media (max-width: 480px) {
  .about__wrapper--large .about__image {
    padding-top: 80%;
  }
}
.about__wrapper--large .about__image img {
  max-height: 732px;
}

.about__wrapper--small {
  flex-basis: 35%;
  position: relative;
}
@media (max-width: 1024px) {
  .about__wrapper--small {
    flex-basis: 100%;
    padding-top: 117px;
  }
}
@media (max-width: 768px) {
  .about__wrapper--small {
    padding-top: 97px;
  }
}
@media (max-width: 480px) {
  .about__wrapper--small {
    padding-top: 117px;
  }
}
@media (max-width: 400px) {
  .about__wrapper--small {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .about__wrapper--small .about__image {
    max-height: 140px;
    width: 200px;
    position: absolute;
    top: -100px;
    right: 0;
    padding-top: 20%;
  }
}
@media (max-width: 768px) {
  .about__wrapper--small .about__image {
    top: -60px;
    width: 140px;
  }
}
@media (max-width: 480px) {
  .about__wrapper--small .about__image {
    padding-top: 36%;
  }
}
@media (max-width: 400px) {
  .about__wrapper--small .about__image {
    width: 100px;
  }
}

.about__caption {
  color: var(--ast-global-color-3);
  font-weight: 500;
  font-size: 1.2rem;
}
.about__caption:last-of-type {
  margin-bottom: 0;
}
.about__caption--small {
  font-weight: 400;
  font-size: 1rem;
}

.about__btn {
  margin-top: 2.5rem;
}
.about__btn.btn--arrow {
  color: #55761f;
  float: left;
}
@media (max-width: 1024px) {
  .about__btn {
    margin-top: 2rem;
  }
}

.about__wrapper-image {
  margin-top: 1.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .about__wrapper-image {
    margin-top: 1.5rem;
  }
}

.about__image {
  border-radius: 1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}
.about__image img {
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__image--animated {
  position: absolute;
  bottom: -1.875rem;
  right: -85px;
}
@media (max-width: 1024px) {
  .about__image--animated {
    width: 118px;
    left: 2.375rem;
    right: auto;
  }
}
