/* CONTENT ELEMENTS */
.more__element {
  margin: var(--sp-large) 0;
}
.more__wrapper {
  position: relative;
}
.more__wrapper::before {
  content: "";
  background: var(--c-gray-light);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .more__wrapper::before {
    right: 30%;
  }
}
.more__textblock {
  position: relative;
  padding: var(--sp-medium);
}
@media (max-width: 991.98px) {
  .more__textblock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .more__textblock {
    padding: var(--sp-x-large) var(--sp-medium) var(--sp-x-large) 0;
  }
}
.more__img {
  position: relative;
  width: 100%;
}
.more__img img {
  aspect-ratio: 16/9;
  background-color: var(--c-gray-light);
  object-fit: cover;
}
@media (min-width: 768px) {
  .more__img {
    position: absolute;
    width: 45%;
    left: 55%;
    right: 0;
    top: var(--sp-large);
    bottom: var(--sp-large);
  }
  .more__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}
.more__content {
  position: relative;
  padding: var(--sp-large) 0;
}
@media (max-width: 991.98px) {
  .more__content {
    padding: var(--sp-small) 0 0;
  }
}
.more__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--c-green-dark);
  margin-left: -50%;
}
@media (max-width: 991.98px) {
  .more__content::before {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .more__content::before {
    left: 0;
  }
}
.more__title-container {
  position: relative;
  display: inline-block;
  margin: 0 0 var(--sp-medium);
}
.more__title {
  font-family: "Centra", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .more__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .more__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .more__title {
    font-size: 4.5rem;
  }
}
.more__title h1, .more__title h2, .more__title h3, .more__title h4, .more__title h5, .more__title h6, .more__title p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.more__title h1, .more__title h2, .more__title h3, .more__title h4, .more__title h5, .more__title h6, .more__title p {
  margin: 0;
  padding: 0;
}
.more__intro {
  font-family: "Sectra", serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .more__intro {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .more__intro {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .more__intro {
    font-size: 2rem;
  }
}
.more__intro h1, .more__intro h2, .more__intro h3, .more__intro h4, .more__intro h5, .more__intro h6, .more__intro p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.more__intro h1, .more__intro h2, .more__intro h3, .more__intro h4, .more__intro h5, .more__intro h6, .more__intro p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .more__intro {
    transition: 0.3s 0.6s ease;
  }
  [lux-inview--init] .more__intro {
    opacity: 0;
  }
  [lux-inview--partial] .more__intro, [lux-inview--seen] .more__intro {
    opacity: 1;
  }
}
.more__button {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: var(--f-special);
  background: transparent;
  display: inline-flex;
  align-items: center;
  color: var(--c-green-dark);
  border-color: var(--c-green-dark);
  color: var(--c-green-dark);
}
.more__button span {
  position: relative;
  display: block;
  width: calc(2rem - 6px);
  overflow: hidden;
  padding: 0.5rem 0;
  color: var(--c-green-dark);
}
.more__button span:before {
  content: "a";
}
.more__button span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: 3px solid var(--c-green-dark);
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s 0s ease, border-color 0.3s 0s ease;
}
.more__button span:nth-child(1)::before, .more__button span:nth-child(3)::before {
  color: transparent;
}
.more__button span:nth-child(2) {
  width: auto;
  padding: 0.5rem 0.5rem 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s 0.3s ease, background-color 0.3s 0s ease;
  color: var(--c-green-dark);
  background-color: transparent;
}
.more__button span:nth-child(2)::before {
  content: "";
  border: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 3px;
  width: 60%;
  background-color: var(--c-green-dark);
  border-radius: 0;
  transition: width 0.3s 0.3s ease, background-color 0.3s 0s ease;
}
.more__button span:nth-child(2)::after {
  content: "";
  border: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 60%;
  background-color: var(--c-green-dark);
  border-radius: 0;
  transition: width 0.3s 0.3s ease, background-color 0.3s 0s ease;
}
.more__button span:nth-child(3)::after {
  left: auto;
  right: 0;
}
.more__button:hover span:nth-child(1)::after {
  background: transparent;
  border-color: var(--c-green-lighter);
  transition: background-color 0.3s 0.3s ease, border-color 0.3s 0.3s ease;
}
.more__button:hover span:nth-child(3)::after {
  background: transparent;
  border-color: var(--c-green-lighter);
  transition: background-color 0.3s 0.3s ease, border-color 0.3s 0.3s ease;
}
.more__button:hover span:nth-child(2) {
  color: var(--c-green-lighter);
  background-color: transparent;
  border-color: var(--c-green-lighter);
  transition: color 0.3s 0.3s ease, background-color 0.3s 0.3s ease, border-color 0.3s 0.3s ease;
}
.more__button:hover span:nth-child(2)::before {
  width: 100%;
  background-color: var(--c-green-lighter);
  transition: width 0.3s 0s ease, background-color 0.3s 0.3s ease;
}
.more__button:hover span:nth-child(2)::after {
  width: 100%;
  background-color: var(--c-green-lighter);
  transition: width 0.3s 0s ease, background-color 0.3s 0.3s ease;
}
.more__button:hover span {
  border-color: var(--c-green-lighter);
  color: var(--c-green-lighter);
}
.more__button:hover span:nth-child(1)::after {
  background: transparent;
}
.more__button:hover span:nth-child(3)::after {
  background: transparent;
}
.more__button:hover span:nth-child(2) {
  color: var(--c-green-lighter);
  background: transparent;
}
@media (min-width: 768px) {
  .more__button {
    transition: 0.3s 0.6s ease;
  }
  [lux-inview--init] .more__button {
    opacity: 0;
  }
  [lux-inview--partial] .more__button, [lux-inview--seen] .more__button {
    opacity: 1;
  }
}