.paragraph-hero-section__field-link a, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a {
  display: inline-block;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: #240F6E;
  cursor: pointer;
}
@media (min-width: 768px) {
  .paragraph-hero-section__field-link a, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a {
    padding: 11px 25px;
    font-size: 16px;
  }
}
.paragraph-hero-section__field-link a:hover, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:hover, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:hover {
  text-decoration: underline;
  background-color: #240F6E;
}
.paragraph-hero-section__field-link a:focus, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:focus, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:focus {
  text-decoration: underline;
  background-color: #7C6CA7;
}
.paragraph-hero-section__field-link a:disabled, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:disabled, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.paragraph-hero-section__field-second-cta a, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a {
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid #240F6E;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  color: #240F6E;
  background-color: transparent;
}
@media (min-width: 768px) {
  .paragraph-hero-section__field-second-cta a, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a {
    padding: 9px 25px;
    font-size: 16px;
  }
}
.paragraph-hero-section__field-second-cta a:hover, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:hover, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #240F6E;
}
.paragraph-hero-section__field-second-cta a:focus, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:focus, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:focus {
  background-color: #EEE;
}
.paragraph-hero-section__field-second-cta a:disabled, .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:disabled, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:disabled {
  border: 2px solid #aaa;
  text-decoration: underline;
  background-color: #EEE;
  color: #aaa;
}
/**
 * @file
 * SASS Extends.
 */
.paragraph-hero-section .field--name-field-title .tit-x-lg {
  font-family: "Merriweather";
  font-weight: 300;
}
.paragraph-hero-section .field--name-field-title .tit-x-lg {
  font-size: 40px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .paragraph-hero-section .field--name-field-title .tit-x-lg {
    font-size: 68px;
  }
}
.full-wh-container, .paragraph-hero-section .media-image-hero-banner-rh__field-media-image,
.paragraph-hero-section .media-image-hero-banner__field-media-image, .paragraph-hero-section > .media-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.paragraph-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 140px 15px 60px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .paragraph-hero-section {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .paragraph-hero-section {
    padding-top: 112px;
    padding-bottom: 80px;
  }
}
.paragraph-hero-section.hero-image-with-overlay, .paragraph-hero-section.hero-full-image {
  padding: 50px 15px 0;
}
@media (min-width: 768px) {
  .paragraph-hero-section.hero-image-with-overlay, .paragraph-hero-section.hero-full-image {
    padding-top: 0;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block, .paragraph-hero-section.hero-full-image .hero-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block, .paragraph-hero-section.hero-full-image .hero-block {
    align-items: center;
    min-height: 430px;
  }
  [dir=ltr] .paragraph-hero-section.hero-image-with-overlay .hero-block, [dir=ltr] .paragraph-hero-section.hero-full-image .hero-block {
    flex-direction: row;
  }
  [dir=rtl] .paragraph-hero-section.hero-image-with-overlay .hero-block, [dir=rtl] .paragraph-hero-section.hero-full-image .hero-block {
    flex-direction: row-reverse;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block > div, .paragraph-hero-section.hero-full-image .hero-block > div {
  flex: 1 1 50%;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title {
  margin-bottom: 15px;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title h1,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title h2,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title h1,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title h2,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title h3 {
  font-family: "Merriweather";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title h1,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title h2,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title h1,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title h2,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title h3 {
    font-size: 60px;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-small h1,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-small h2,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-small h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-small h1,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-small h2,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-small h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-small h1,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-small h2,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-small h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-small h1,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-small h2,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-small h3 {
    font-size: 56px;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-medium h1,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-medium h2,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-medium h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-medium h1,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-medium h2,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-medium h3 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-medium h1,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-medium h2,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-medium h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-medium h1,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-medium h2,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-medium h3 {
    font-size: 68px;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-large h1,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-large h2,
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-large h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-large h1,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-large h2,
.paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-large h3 {
  font-size: 56px;
}
@media (min-width: 768px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-large h1,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-large h2,
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-title.font-size-large h3, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-large h1,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-large h2,
  .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-title.font-size-large h3 {
    font-size: 82px;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-description, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-description {
  margin-bottom: 25px;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-description p, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-description p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-description p, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-description p {
    font-size: 18px;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item {
  text-align: center;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a {
  display: inline;
  background-color: #fff;
  color: #240F6E;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:hover, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:first-of-type a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #240F6E;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a {
  display: inline;
  border: 1px solid #fff;
  color: #fff;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:hover, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item:nth-of-type(2) a:hover {
  text-decoration: underline;
  color: #fff;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block .paragraph-hero-banner__field-double-cta-item a, .paragraph-hero-section.hero-full-image .hero-block .paragraph-hero-banner__field-double-cta-item a {
  height: 100%;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block__image, .paragraph-hero-section.hero-full-image .hero-block__image {
  margin-right: -15px;
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block__image, .paragraph-hero-section.hero-full-image .hero-block__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
    margin: 0;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block__image img, .paragraph-hero-section.hero-full-image .hero-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block__image img, .paragraph-hero-section.hero-full-image .hero-block__image img {
    max-width: 865px;
  }
}
@media (min-width: 768px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block__content, .paragraph-hero-section.hero-full-image .hero-block__content {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block__content, .paragraph-hero-section.hero-full-image .hero-block__content {
    align-items: flex-start;
    max-width: 50%;
  }
  [dir=ltr] .paragraph-hero-section.hero-image-with-overlay .hero-block__content, [dir=ltr] .paragraph-hero-section.hero-full-image .hero-block__content {
    text-align: left;
  }
  [dir=rtl] .paragraph-hero-section.hero-image-with-overlay .hero-block__content, [dir=rtl] .paragraph-hero-section.hero-full-image .hero-block__content {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-image-with-overlay .hero-block__content, .paragraph-hero-section.hero-full-image .hero-block__content {
    padding: 0 40px 10px 0;
  }
}
.paragraph-hero-section.hero-image-with-overlay .hero-block__image {
  height: 90%;
}
.paragraph-hero-section.hero-image-with-overlay .hero-block__image img {
  border-top-left-radius: 30px;
}
.paragraph-hero-section.hero-full-image .hero-block__image {
  margin-left: -15px;
}
@media (min-width: 992px) {
  .paragraph-hero-section.hero-full-image .hero-block__image {
    margin-left: 0;
  }
}
.paragraph-hero-section .field--name-field-title,
.paragraph-hero-section .field--name-field-subtitle {
  position: relative;
  max-width: 950px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.paragraph-hero-section .field--name-field-title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
.paragraph-hero-section .field--name-field-title .tit-x-lg {
  font-weight: 400;
  letter-spacing: 0.5px;
}
.paragraph-hero-section .field--name-field-subtitle {
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
.paragraph-hero-section .field--name-field-subtitle .tit-lg {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-transform: none;
}
@media (min-width: 768px) {
  .paragraph-hero-section .field--name-field-subtitle .tit-lg {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .paragraph-hero-section .field--name-field-subtitle .tit-lg {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .paragraph-hero-section .field--name-field-subtitle .tit-lg {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .paragraph-hero-section .field--name-field-subtitle .tit-lg {
    padding: 0 15px;
    text-align: center;
  }
}
.paragraph-hero-section .links-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
[dir=ltr] .paragraph-hero-section .links-wrapper > div:nth-child(2) {
  margin-left: 10px;
}
[dir=rtl] .paragraph-hero-section .links-wrapper > div:nth-child(2) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .paragraph-hero-section .links-wrapper {
    flex-direction: column;
  }
  [dir=ltr] .paragraph-hero-section .links-wrapper > div:nth-child(2) {
    margin-left: 0;
  }
  [dir=rtl] .paragraph-hero-section .links-wrapper > div:nth-child(2) {
    margin-right: 0;
  }
  .paragraph-hero-section .links-wrapper .paragraph-hero-section__field-link {
    margin-bottom: 10px;
  }
  .paragraph-hero-section .links-wrapper .paragraph-hero-section__field-link a {
    width: 290px;
  }
}
.paragraph-hero-section .icon-wrapper {
  width: 100px;
  height: 100px;
}
@media (min-width: 1200px) {
  .paragraph-hero-section .icon-wrapper {
    width: 128px;
    height: 128px;
  }
}
.paragraph-hero-section .icon-wrapper .paragraph-hero-section__field-icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.paragraph-hero-section .icon-wrapper .media-container,
.paragraph-hero-section .icon-wrapper .media-image__field-media-image,
.paragraph-hero-section .icon-wrapper img {
  width: 100%;
  height: 100%;
}
.paragraph-hero-section__field-link {
  position: relative;
  z-index: 1;
  text-align: center;
}
.paragraph-hero-section__field-link a {
  border: 1px solid transparent;
  background-color: #fff;
  color: #240F6E;
}
.paragraph-hero-section__field-link a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #240F6E;
}
.paragraph-hero-section__field-second-cta {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .paragraph-hero-section__field-second-cta a {
    width: 290px;
  }
}
.paragraph-hero-section .media-image-hero-banner-rh__field-media-image:after,
.paragraph-hero-section .media-image-hero-banner__field-media-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75));
}
.paragraph-hero-section .media-image-hero-banner-rh__field-media-image:after,
.paragraph-hero-section .media-image-hero-banner__field-media-image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.paragraph-hero-section .media-image-hero-banner-rh__field-media-image img,
.paragraph-hero-section .media-image-hero-banner__field-media-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[dir=ltr] .paragraph-hero-section .media-image-hero-banner-rh__field-media-image img,
[dir=ltr] .paragraph-hero-section .media-image-hero-banner__field-media-image img {
  left: 0;
}
[dir=rtl] .paragraph-hero-section .media-image-hero-banner-rh__field-media-image img,
[dir=rtl] .paragraph-hero-section .media-image-hero-banner__field-media-image img {
  right: 0;
}

/*# sourceMappingURL=hero-banner.css.map */
