.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*================== Column paragraphs styling ======================================= */
.paragraph__content--flex-container {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -1%;
}
.paragraph__content--flex-container.paragraph__content--flex-two > .paragraph {
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  max-width: 48%;
  margin: 1%;
}
.paragraph__content--flex-container.paragraph__content--flex-three > .paragraph {
  -webkit-flex: 1 1 34%;
  -moz-flex: 1 1 34%;
  -ms-flex: 1 1 34%;
  flex: 1 1 34%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  max-width: 31.3%;
  margin: 1%;
}
.paragraph__content--flex-container.paragraph__content--flex-four > .paragraph {
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  max-width: 23%;
  margin: 1%;
}
@media all and (max-width: 890px) {
  .paragraph__content--flex-container[class*="paragraph__content--flex"] > .paragraph {
    max-width: none;
  }
}
/*
 * .paragraph__image   			 -> .paragraph__content--image
 * .paragraph__image--colorbox   -> .paragraph__content--image-colorbox
 * .paragraph__image--banner	 -> .paragraph__content--image-banner
 */
.paragraph__content--image-banner {
  position: relative;
}
.paragraph__content--image-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}
/* =============================== Paragraph gallery styling ========================== */
.field--name-field-images {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.field--name-field-images > .field--item {
  -webkit-flex: 0 1 0;
  -moz-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
  margin: 8px;
}
.gallery-image--photoswipe {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 112.5px;
  width: 200px;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 10%;
  height: 100%;
  width: 20%;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  top: 45%;
}
.paragraph {
  width: 96%;
  max-width: 1270px;
  margin: 0 auto;
}
.paragraph .paragraph {
  width: auto;
  margin: 0;
  max-width: none;
}
.paragraph__content {
  margin-bottom: 1em;
}
/*# sourceMappingURL=paragraph.css.map */