/*
Theme Name: Cincera
Version: 1.0
Description: Cincera WordPress Theme
Author: Cincera
Text Domain: cincera
*/

.Container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .Container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .Container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .Container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .Container {
    max-width: 1140px;
  }
}
.Copyright {
  color: grey;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .Copyright {
    margin: 0 0 12px;
  }
}
.Icon {
  display: inline-block;
  position: relative;
}
.Icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #696969;
  width: 100%;
  height: 100%;
}
.FooterLink {
  color: grey;
  cursor: pointer;
  font-size: 1.5rem;
  margin: 0 12px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}
.FooterLink:hover {
  color: grey;
}
.Footer {
  background: silver;
  position: relative;
}
.Footer .Footer__wrapper {
  padding: 12px;
}
.Footer .Footer__text {
  color: grey;
  font-size: 1.4rem;
  text-align: center;
  margin: 12px 0;
}
@media (min-width: 992px) {
  .Footer .Footer__text {
    text-align: right;
    margin: 12px 0;
  }
}
.Footer .Footer__links {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
@media (min-width: 576px) {
  .Footer .Footer__links {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .Footer .Footer__links {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.Footer .Footer__workinggears,
.Footer .Footer__workinggears a,
.Footer .Footer__workinggears a:hover {
  color: grey;
  text-align: center;
  font-size: 1.2rem;
}
.Footer .Footer__version {
  margin: 0;
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 11px;
  opacity: 0;
}
.Footer .Footer__social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .Footer .Footer__social-icons {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.Footer .Footer__social-icon-link {
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: 30px 6px 0;
  transition: all 0.3s;
}
.Footer .Footer__social-icon-link:first-child {
  margin-left: 0;
}
.Footer .Footer__social-icon-link:last-child {
  margin-right: 0;
}
.Footer .Footer__social-icon-link:hover svg,
.Footer .Footer__social-icon-link svg {
  fill: grey;
}
.HtmlText {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.HtmlText p {
  margin: 0 0 24px;
  width: 100%;
}
.HtmlText p:last-child {
  margin-bottom: 0;
}
.Accordion {
  overflow: hidden;
  padding: 0;
}
.Accordion .Accordion__items {
  border: 1px solid silver;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Accordion .Accordion__item {
  border-bottom: 1px solid silver;
}
.Accordion .Accordion__item:last-child {
  border-bottom: none;
}
.Accordion .Accordion__anchor {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s;
}
.Accordion .Accordion__label {
  font-size: 1.6rem;
}
.Accordion .Accordion__icon-button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s;
}
.Accordion .Accordion__icon {
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Accordion .Accordion__item.Accordion__item--open .Accordion__icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Accordion .Accordion__content {
  font-size: 1.2rem;
  padding: 12px;
}
.Accordion .Accordion__text {
  padding: 0;
}
.Accordion .Accordion__anchor:hover {
  text-decoration: none;
}
.FeatureTileCard {
  border: 1px solid grey;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.DownloadBlockTheme1 {
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 12px 0;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  .DownloadBlockTheme1 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.DownloadBlockTheme1 .DownloadBlockTheme1__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .DownloadBlockTheme1 .DownloadBlockTheme1__left {
    width: 58%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }
}
.DownloadBlockTheme1 .DownloadBlockTheme1__right {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #dcdcdc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .DownloadBlockTheme1 .DownloadBlockTheme1__right {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    width: 42%;
  }
}
.DownloadBlockTheme1 .DownloadBlockTheme1__icon {
  margin-right: 12px;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__icon > svg {
  fill: grey;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 0;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__attributes {
  color: #696969;
  margin: 0;
  padding: 12px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__attribute {
  margin: 0;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 400;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__seperator {
  font-size: 1rem;
  line-height: 130%;
  margin: 0 12px;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__download-icon {
  position: relative;
  margin-left: 12px;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__download-icon > svg {
  fill: grey;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__link {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: grey;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.DownloadBlockTheme1 .DownloadBlockTheme1__link:hover {
  text-decoration: underline;
}
.H1,
.H2,
.H3,
.H4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}
.H1 {
  font-size: 4rem;
  line-height: 1.3;
}
.H2 {
  font-size: 2.6rem;
  line-height: 1.35;
}
.H3 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.H4 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.DownloadBlockTheme2 {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.DownloadBlockTheme2 .DownloadBlockThem2__left {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #696969;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100px;
  width: 15%;
}
.DownloadBlockTheme2 .DownloadBlockThem2__right {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
}
.DownloadBlockTheme2 .DownloadBlockThem2__icon > svg {
  fill: silver;
}
.DownloadBlockTheme2 .DownloadBlockThem2__title {
  color: #000;
  font-size: 1.6rem;
  margin: 0 0 12px;
  padding: 0;
}
.DownloadBlockTheme2 .DownloadBlockThem2__attributes {
  color: grey;
  margin: 0;
  padding: 12px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.DownloadBlockTheme2 .DownloadBlockThem2__attribute {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 400;
}
.DownloadBlockTheme2 .DownloadBlockThem2__seperator {
  margin: 0 12px;
  line-height: 130%;
  font-size: 1rem;
}
.DownloadBlockTheme2 .DownloadBlockThem2__download-icon {
  position: relative;
  top: 4px;
  margin-left: 12px;
}
.DownloadBlockTheme2 .DownloadBlockThem2__download-icon > svg {
  fill: grey;
}
.DownloadBlockTheme2 .DownloadBlockThem2__link {
  color: grey;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 12px 0;
  text-transform: uppercase;
}
.DownloadBlockTheme3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__top {
  border-bottom: silver;
  padding: 12px;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__bottom {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 12px;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__icon {
  margin-right: 12px;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__icon > svg {
  fill: #696969;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__title {
  color: #696969;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__attributes {
  color: grey;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__attribute {
  margin: 0;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 400;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__seperator {
  margin: 0 12px;
  line-height: 130%;
  font-size: 1rem;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__download-link {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696969;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 12px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__download-link:hover {
  text-decoration: underline;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__download-icon {
  position: relative;
  margin-left: 12px;
}
.DownloadBlockTheme3 .DownloadBlockTheme3__download-icon > svg {
  fill: #696969;
}
.Attribute {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.4rem;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.7;
  padding: 6px 6px 6px 0;
  margin-bottom: 12px;
}
.Attribute .Attribute__icon {
  fill: #696969;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6px;
  height: 24px;
  width: 24px;
}
.Attribute .Attribute__children {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.Attribute .Attribute__children > a {
  color: inherit;
  text-decoration: none;
}
.Attribute .Attribute__children > a:hover {
  color: inherit;
  text-decoration: underline;
}
.CardImage {
  position: relative;
  width: 100%;
}
.CardImage,
.CardImage .CardImage__background,
.CardImage .CardImage__foreground {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.CardImage .CardImage__background,
.CardImage .CardImage__foreground {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.CardImage.CardImage--cover .CardImage__background,
.CardImage.CardImage--cover .CardImage__foreground {
  background-size: cover;
}
.FeatureTileLayout1 {
  width: 100%;
}
.FeatureTileLayout1 .FeatureTileLayout1__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .FeatureTileLayout1 .FeatureTileLayout1__top {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.FeatureTileLayout1 .FeatureTileLayout1__left {
  -webkit-flex-basis: 0 0 100%;
  -ms-flex-preferred-size: 0 0 100%;
  flex-basis: 0 0 100%;
  height: 150px;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .FeatureTileLayout1 .FeatureTileLayout1__left {
    height: auto;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
  }
}
.FeatureTileLayout1 .FeatureTileLayout1__right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .FeatureTileLayout1 .FeatureTileLayout1__right {
    height: auto;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    width: 70%;
  }
}
.FeatureTileLayout1 .FeatureTileLayout1__bottom {
  padding: 12px;
}
.FeatureTileLayout2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .FeatureTileLayout2 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.FeatureTileLayout2 .FeatureTileLayout2__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .FeatureTileLayout2 .FeatureTileLayout2__left {
    height: auto;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
.FeatureTileLayout2 .FeatureTileLayout2__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .FeatureTileLayout2 .FeatureTileLayout2__right {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
  }
}
.FeatureTileLayout2 .FeatureTileLayout2__slot2,
.FeatureTileLayout2 .FeatureTileLayout2__slot3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.FeatureTileLayout3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.FeatureTileLayout4 .FeatureTileLayout4__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .FeatureTileLayout4 .FeatureTileLayout4__top {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.FeatureTileLayout4 .FeatureTileLayout4__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .FeatureTileLayout4 .FeatureTileLayout4__left {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    width: 70%;
  }
}
.FeatureTileLayout4 .FeatureTileLayout4__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .FeatureTileLayout4 .FeatureTileLayout4__right {
    height: auto;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
  }
}
.FeatureTileCompany .FeatureTileCompany__slot1 {
  min-height: 140px;
}
.Ratio {
  display: block;
  overflow: hidden;
  width: 100%;
}
.Ratio,
.Ratio .Ratio__spacer {
  position: relative;
}
.Ratio .Ratio__contents {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ActionWrapper,
.Ratio .Ratio__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ActionWrapper {
  text-align: left;
}
.ActionWrapper.ActionWrapper--right {
  text-align: right;
}
.Button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: silver;
  border: 0;
  color: #000;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.6rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  pointer-events: all;
  position: relative;
  text-align: center;
  padding: 18px 24px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
  width: auto;
}
.Button > span {
  margin-right: 0.2rem;
}
.Button.Button--block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.Button .Button__icon {
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  position: relative;
  transition: all 0.3s;
}
.Button.Button--a:hover,
.Button.Button--button:hover,
.Button.Button--link:hover,
.Button.Button--submit:hover {
  text-decoration: none;
}
.FeatureTileEventTheme1 {
  padding: 0;
}
.FeatureTileEventTheme1,
.FeatureTileEventTheme1 .FeatureTileEventTheme1__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .FeatureTileEventTheme1 .FeatureTileEventTheme1__top {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__bottom {
  padding: 12px 12px 0;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__left {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__right {
  padding-right: 12px;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #dcdcdc;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__date-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__date-row-left {
  background: silver;
  color: #000;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  font-size: 3rem;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__date-row-right {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  line-height: 80px;
  padding-left: 12px;
  font-size: 1.6rem;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__action-wrapper {
  margin-bottom: 12px;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__attributes {
  margin-top: 12px;
  padding-left: 56px;
}
.FeatureTileEventTheme1 .FeatureTileEventTheme1__attributes:last-child,
.FeatureTileEventTheme1 .FeatureTileEventTheme1__name,
.FeatureTileEventTheme1 .FeatureTileEventTheme1__text {
  margin-bottom: 12px;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__slot1 {
  padding: 12px 12px 6px;
  color: #696969;
  background: silver;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__slot2 {
  padding: 12px;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__title {
  margin-bottom: 12px;
  color: #696969;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__attributes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__attribute {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  color: #696969;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__attribute-icon > svg {
  fill: #696969;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__text {
  margin-bottom: 12px;
}
.FeatureTileEventTheme3 .FeatureTileEventTheme3__action-wrapper,
.FilterSoften {
  padding: 0;
  margin: 0;
}
.FilterSoften {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(50%);
  filter: contrast(110%) brightness(110%) sepia(30%) grayscale(50%);
}
.FilterSoften:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background: radial-gradient(
    circle at 100% 100%,
    rgba(33, 33, 33, 0) 25%,
    rgba(33, 33, 33, 0.7) 100%
  );
}
.BrandTint {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.BrandTint.BrandTint--enabled {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.BrandTint:after {
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: exclusion;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
}
.BrandTint.BrandTint.BrandTint--enabled:hover,
.Hover.Hover--hovered .BrandTint.BrandTint.BrandTint--enabled {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.BrandTint.BrandTint.BrandTint--enabled:hover:after,
.Hover.Hover--hovered .BrandTint.BrandTint.BrandTint--enabled:after {
  background: transparent;
}
.Hover {
  height: 100%;
  width: 100%;
}
.FeatureTileLocation .FeatureTileLocation__mapContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  height: 100%;
}
.Tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.Tag .Tag__tag {
  border: none;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 12px 12px 0;
  outline: none;
  padding: 3px 18px;
  text-align: center;
}
.FeatureTileNewsLayout1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.FeatureTileNewsLayout1 .FeatureTileNewsLayout1__left {
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.FeatureTileNewsLayout1 .FeatureTileNewsLayout1__right {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.MoreLess .MoreLess__wrapper {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  transition: height 0.3s ease;
}
.MoreLess .MoreLess__htmlText--collapsed {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.MoreLess .MoreLess__anchor {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696969;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px;
}
.MoreLess .MoreLess__anchor:hover {
  text-decoration: underline;
}
.MoreLess .MoreLess__anchor:active {
  text-decoration: none;
}
.MoreLess .MoreLess__label {
  margin: 0 3px 0 0;
  white-space: nowrap;
}
.MoreLess .MoreLess__icon {
  fill: #696969;
  transition: all 0.3s;
}
.MoreLess .MoreLess__icon.MoreLess__icon--open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.MoreLess .MoreLess__icon.MoreLess__icon--closed {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.FeatureTileStaff .FeatureTileStaff__qualifications {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.FeatureTileStaff .FeatureTileStaff__qualification:after {
  content: ", ";
  margin-right: 3px;
}
.FeatureTileStaff .FeatureTileStaff__qualification:last-child:after {
  content: "";
}
.IntroBlock .IntroBlock__heading {
  font-size: 3.8rem;
  margin-bottom: 12px;
}
.IntroBlock .IntroBlock__sub-heading {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.Form--ErrorBox {
  background: #ffcdd2;
  border: #ef5350;
  box-shadow: none;
  color: #ef5350;
  font-size: 1.4rem;
  margin: 0 0 12px;
  padding: 12px;
}
.Label {
  color: grey;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.FormValidationError {
  color: #ff4500;
}
.FormHelpMessage,
.FormValidationError {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 12px 0 0;
  padding: 0;
}
.FormHelpMessage {
  color: grey;
}
.Input {
  margin-bottom: 12px;
}
.Input .Input__input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: none;
  color: #696969;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px;
  transition: all 0.3s;
  width: 100%;
}
.Input.Input--invalid .Input__input {
  background: #fff5ee;
  border: 1px solid #ff4500;
  color: #ff4500;
}
.Input .Input__input:active,
.Input .Input__input:focus {
  background: #fff;
  border: 1px solid silver;
  color: #696969;
  outline: none;
}
.TextArea {
  margin-bottom: 12px;
}
.TextArea .TextArea__textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: none;
  color: #696969;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px;
  transition: all 0.3s;
  width: 100%;
}
.TextArea.TextArea--invalid .TextArea__textarea {
  background: #fff5ee;
  border: 1px solid #ff4500;
  color: #ff4500;
}
.TextArea .TextArea__textarea:active,
.TextArea .TextArea__textarea:focus {
  background: #fff;
  border: 1px solid silver;
  color: #696969;
  outline: none;
}
.TextArea .TextArea.error .TextArea__textarea {
  background: #fff5ee;
  border: #ff4500;
  color: #ff4500;
}
.Select {
  margin-bottom: 12px;
  position: relative;
}
.Select .Select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: none;
  color: #696969;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 50px;
  line-height: 1.8;
  padding: 12px 40px 12px 12px;
  transition: all 0.3s;
  width: 100%;
}
.Select.Select--invalid .Select__select {
  background: #fff5ee;
  border: 1px solid #ff4500;
  color: #ff4500;
}
.Select .Select__select:active,
.Select .Select__select:focus {
  background: #fff;
  border: 1px solid silver;
  color: #696969;
  outline: none;
}
.Select .Select__icon {
  height: 28px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 38px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 28px;
}
.Field.Field--full-width {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.Field.Field--half-width {
  padding: 0;
  -webkit-flex: 0 0 calc(50% - 12px);
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
.Loader {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.Loader .Loader__dot {
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  background-color: #696969;
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.Loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.Loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.FormLoader {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.75);
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.FormLoader,
.Recaptcha {
  left: 0;
  position: absolute;
}
.Recaptcha {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 30px;
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}
@media (min-width: 400px) {
  .Recaptcha {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .Recaptcha {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .Recaptcha {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .Recaptcha {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.Form--SuccessBox {
  background: #e8f5e9;
  border: #66bb6a;
  box-shadow: none;
  color: #66bb6a;
  font-size: 1.4rem;
  margin: 0 0 12px;
  padding: 12px;
}
.Form {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.Form.Form--submitting {
  opacity: 0.7;
  pointer-events: none;
}
.Form.Form--submitting .Button {
  cursor: default;
}
.Form .Form__form-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Form .Form__form-fields {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.Form .Form__button-wrapper {
  width: calc(50% - 12px);
  margin-top: 120px;
}
@media (min-width: 400px) {
  .Form .Form__button-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .Form .Form__button-wrapper {
    margin-top: 21px;
  }
}
@media (min-width: 992px) {
  .Form .Form__button-wrapper {
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .Form .Form__button-wrapper {
    margin-top: 30px;
  }
}
.Grid.Grid--layout7 .Grid__wrapper,
.Grid.Grid--layout8 .Grid__wrapper,
.Grid.Grid--layout9 .Grid__wrapper,
.Grid.Grid--layout10 .Grid__wrapper {
  display: block;
}
@media (min-width: 768px) {
  .Grid.Grid--layout7 .Grid__wrapper,
  .Grid.Grid--layout8 .Grid__wrapper,
  .Grid.Grid--layout9 .Grid__wrapper,
  .Grid.Grid--layout10 .Grid__wrapper {
    display: -ms-grid;
    display: grid;
  }
}
.Grid.Grid--layout1 .Grid__wrapper,
.Grid.Grid--layout2 .Grid__wrapper,
.Grid.Grid--layout3 .Grid__wrapper {
  display: block;
}
@media (min-width: 768px) {
  .Grid.Grid--layout1 .Grid__wrapper,
  .Grid.Grid--layout2 .Grid__wrapper,
  .Grid.Grid--layout3 .Grid__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.Grid.Grid--layout6 .Grid__tile-image,
.Grid.Grid--layout8 .Grid__tile-image,
.Grid.Grid--layout9 .Grid__tile-image {
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.Grid {
  margin: 30px auto;
}
.Grid.Grid--transparent {
  background: transparent;
}
.Grid.Grid--white {
  background: #fff;
}
.Grid.Grid--brand {
  background: silver;
}
.Grid .Grid__wrapper {
  display: block;
  min-height: 0;
  min-width: 0;
}
.Grid .Grid__tile {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 30px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform: translateZ(0) scale(1.000001);
  transform: translateZ(0) scale(1.000001);
}
@media (min-width: 768px) {
  .Grid .Grid__tile {
    margin-bottom: 0;
  }
}
.Grid .Grid__tile-wrapper {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Grid .Grid__tile-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.Grid .Grid__tile-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 1;
}
.Grid .Grid__tile-content,
.Grid .Grid__tile-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  width: 100%;
}
.Grid .Grid__tile-content {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.Grid .Grid__tile-content,
.Grid .Grid__tile-text {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.Grid.Grid--layout1 .Grid__tile:nth-child(n + 4),
.Grid.Grid--layout2 .Grid__tile:nth-child(n + 4),
.Grid.Grid--layout3 .Grid__tile:nth-child(n + 4) {
  display: none;
}
.Grid.Grid--layout1 .Grid__tile-wrapper,
.Grid.Grid--layout2 .Grid__tile-wrapper,
.Grid.Grid--layout3 .Grid__tile-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.Grid.Grid--layout1 .Grid__tile,
.Grid.Grid--layout2 .Grid__tile,
.Grid.Grid--layout3 .Grid__tile {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .Grid.Grid--layout1 .Grid__tile,
  .Grid.Grid--layout2 .Grid__tile,
  .Grid.Grid--layout3 .Grid__tile {
    width: calc(33.33% - 15px);
  }
}
.Grid.Grid--layout1 .Grid__tile-image,
.Grid.Grid--layout2 .Grid__tile-image,
.Grid.Grid--layout3 .Grid__tile-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 240px;
}
.Grid.Grid--layout4 .Grid__tile-image,
.Grid.Grid--layout5 .Grid__tile-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 240px;
  min-height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .Grid.Grid--layout4 .Grid__tile-image,
  .Grid.Grid--layout5 .Grid__tile-image {
    height: auto;
    min-height: 240px;
    width: 30%;
  }
}
.Grid.Grid--layout4 .Grid__tile,
.Grid.Grid--layout5 .Grid__tile,
.Grid.Grid--layout6 .Grid__tile {
  margin-bottom: 30px;
}
.Grid.Grid--layout7 .Grid__tile:nth-child(n + 4) {
  display: none;
}
.Grid.Grid--layout7 .Grid__wrapper {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 30px 1fr;
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-0 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-0 .Grid__tile-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-0 .Grid__tile-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 240px;
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-1,
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-1 .Grid__tile-image,
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-2 .Grid__tile-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 240px;
  min-height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .Grid.Grid--layout7 .Grid__tile.Grid__tile--index-1 .Grid__tile-image,
  .Grid.Grid--layout7 .Grid__tile.Grid__tile--index-2 .Grid__tile-image {
    height: auto;
    min-height: 240px;
    width: 240px;
  }
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout7 .Grid__tile.Grid__tile--index-2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.Grid.Grid--layout8 .Grid__tile:nth-child(n + 6) {
  display: none;
}
.Grid.Grid--layout8 .Grid__wrapper {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 30px 1fr;
}
.Grid.Grid--layout8 .Grid__tile.Grid__tile--index-0 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.Grid.Grid--layout8 .Grid__tile.Grid__tile--index-1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout8 .Grid__tile.Grid__tile--index-2 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout8 .Grid__tile.Grid__tile--index-3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.Grid.Grid--layout8 .Grid__tile.Grid__tile--index-4 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.Grid.Grid--layout9 .Grid__tile:nth-child(n + 5) {
  display: none;
}
.Grid.Grid--layout9 .Grid__wrapper {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 30px 1fr;
}
.Grid.Grid--layout9 .Grid__tile.Grid__tile--index-0 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout9 .Grid__tile.Grid__tile--index-1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout9 .Grid__tile.Grid__tile--index-2 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout9 .Grid__tile.Grid__tile--index-3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.Grid.Grid--layout10 .Grid__tile:nth-child(n + 6) {
  display: none;
}
.Grid.Grid--layout10 .Grid__wrapper {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 30px 1fr;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0 .Grid__tile-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-0 .Grid__tile-image {
  height: 240px;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-1 .Grid__tile-image {
  min-height: 240px;
  width: 264px;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.Grid.Grid--layout10 .Grid__tile.Grid__tile--index-3 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.ImageBlock .ImageBlock__figure {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ImageBlock.ImageBlock--below .ImageBlock__figure,
.ImageBlock.ImageBlock--left .ImageBlock__figure {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ImageBlock.ImageBlock--left .ImageBlock__figure {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.ImageBlock.ImageBlock--right .ImageBlock__figure {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ImageBlock.ImageBlock--right .ImageBlock__figure {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ImageBlock .ImageBlock__caption {
  font-size: 1.4rem;
  padding: 12px;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.ImageBlock.ImageBlock--none .ImageBlock__caption {
  display: none;
}
.ImageBlock .ImageBlock__image-wrapper {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.ImageBlock .ImageBlock__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 300px;
  width: 100%;
}
.Link {
  margin: 0;
  padding: 0;
  width: 100%;
}
.Link .Link__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Link .Link__card {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.Link .Link__image-wrapper {
  -webkit-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
}
.Link .Link__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 200px;
  width: 100%;
}
.Link .Link__content {
  -webkit-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  padding: 12px 12px 24px;
}
.Link .Link__heading {
  color: #000;
  margin: 0 0 12px;
}
.Link .Link__text {
  margin-bottom: 24px;
}
.Pipelines {
  padding: 20px;
}
.Pipelines .Pipelines__table {
  border: 1px solid silver;
  box-sizing: border-box;
  padding: 0;
}
.Pipelines .Pipelines__thead-tr-1,
.Pipelines .Pipelines__thead-tr-2 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  position: relative;
}
.Pipelines .Pipelines__th-spacer {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Pipelines .Pipelines__th-cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.Pipelines .Pipelines__th {
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 1px;
  text-align: center;
}
.Pipelines .Pipelines__th:last-child {
  border-right: 1px solid transparent;
}
.Pipelines .Pipelines__th-group-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px;
}
.Pipelines .Pipelines__th-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}
.Pipelines .Pipelines__th-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@media (min-width: 576px) {
  .Pipelines .Pipelines__th-label {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
.Pipelines .Pipelines__tr {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  position: relative;
}
.Pipelines .Pipelines__tr:last-child {
  border-bottom: 0;
}
.Pipelines .Pipelines__tr.Pipelines__tr--group {
  background: silver;
  font-weight: 700;
}
.Pipelines .Pipelines__spacer {
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Pipelines .Pipelines__cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.Pipelines .Pipelines__td {
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-height: 40px;
}
.Pipelines .Pipelines__td:last-child {
  border-right: 1px solid transparent;
}
.Pipelines .Pipelines__label {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  word-break: break-word;
}
@media (min-width: 576px) {
  .Pipelines .Pipelines__label {
    word-break: normal;
  }
}
.Pipelines .Pipelines__data {
  background: silver;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.PromoText {
  margin: 0;
}
.PromoText.PromoText--transparent {
  background: transparent;
}
.PromoText.PromoText--white {
  background: #fff;
}
.PromoText.PromoText--brand {
  background: grey;
}
.PromoText .PromoText__wrapper {
  padding: 24px;
}
.PromoText .PromoText__heading {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.PromoText .PromoText__text {
  font-size: 2.6rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
.Table {
  width: 100%;
  padding: 0;
  overflow-x: scroll;
  position: relative;
}
.Table .Table__table {
  min-width: 100%;
  table-layout: fixed;
  position: relative;
}
.Table .Table__cell,
.Table .Table__table {
  border-collapse: collapse;
  border: 1px solid grey;
}
.Table .Table__cell {
  font-size: 1.4rem;
  font-weight: 400;
  background: #fff;
  padding: 24px 12px;
  text-align: left;
  vertical-align: top;
}
.Table .Table__cell .Table__cell-html-text {
  color: #696969;
}
.Table .Table__heading {
  font-weight: 700;
  color: grey;
}
.Table .Table__heading .Table__cell-html-text {
  color: #696969;
}
.Table .Table__cell:first-child {
  border-left: none;
}
.Table .Table__cell:last-child {
  border-right: none;
}
.Table .Table__row:first-child .Table__cell {
  border-top: none;
}
.Table .Table__row:last-child .Table__cell {
  border-bottom: none;
}
.VideoBlock {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.VideoBlock .VideoBlock__iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.VideoBlock .VideoBlock__iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.VideoBlock .VideoBlock__caption {
  padding: 12px;
}
.BannerSubTitle {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .BannerSubTitle {
    font-size: 2.2rem;
  }
}
.BannerTint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.BannerTitle {
  color: #000;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .BannerTitle {
    font-size: 7rem;
  }
}
.Banner1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-top: 0;
  position: relative;
}
@media (min-width: 576px) {
  .Banner1 {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .Banner1 {
    height: 600px;
  }
}
.Banner1 .Banner1__container {
  height: 100%;
}
.Banner1 .Banner1__content {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px;
}
@media (min-width: 576px) {
  .Banner1 .Banner1__content {
    width: 75%;
    margin: 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 60px 0;
  }
}
.Banner1 .Banner1__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: transparent;
}
.Banner1 .Banner1__img {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.Banner1 .Banner1__actions {
  margin-top: 12px;
  padding: 12px;
}
.Panel {
  border: 1px solid grey;
  overflow: hidden;
  padding: 30px;
}
.Page404 .Page404__panel {
  max-width: 800px;
  margin: 60px auto;
  min-height: 40vh;
}
.Page404 .Page404__container {
  padding-bottom: 60px;
}
.Page404 .Page404__title {
  margin-bottom: 18px;
}
.Page404 .Page404__message {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 18px;
}
.Page404 .Page404__message a {
  color: inherit;
}
.Page404 .Page404__button {
  margin-top: 30px;
}
.SecondaryNavigation {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
  padding: 24px 0;
  position: relative;
  width: 100%;
}
.SecondaryNavigation .SecondaryNavigation__item {
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 24px 18px;
  text-decoration: none;
  transition: all 0.3s;
}
.SecondaryNavigation .SecondaryNavigation__item:hover {
  background: silver;
  text-decoration: none;
}
.SecondaryNavigation .SecondaryNavigation__item.active {
  background: #dcdcdc;
  text-decoration: none;
}
.SecondaryNavigation .SecondaryNavigation__item-label {
  color: #000;
}
.Page {
  min-height: 100vh;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Page .Page__main {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.Page .Page__loading {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Page .Page__content {
  position: relative;
  overflow: hidden;
}
.Page .Page__sidenav-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none;
}
.Page .Page__container-wrapper {
  box-shadow: none;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
.Page .Page__container {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.Page .Page__left-column {
  padding: 0;
  position: relative;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  display: none;
}
@media (min-width: 992px) {
  .Page .Page__left-column {
    display: block;
  }
}
.Page .Page__right-column {
  z-index: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 0;
}
@media (min-width: 992px) {
  .Page .Page__right-column {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
  }
}
.Page .Page__panel {
  height: 100%;
}
.Page .Page__post-card-content {
  background: silver;
  padding-top: 12px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  z-index: 2;
}
.Page.Page--home .Page__post-card-content {
  padding-top: 0;
}
.Page .Page__card-content-item {
  margin-bottom: 12px;
}
.HamburgerMenuItem {
  background: transparent;
  border-top: silver;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
}
.HamburgerMenuItem.active {
  background: #fff;
  color: grey;
}
.HamburgerMenuItem .HamburgerMenuItem__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HamburgerMenuItem .HamburgerMenuItem__link {
  padding: 18px 12px;
  color: #000;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-decoration: none;
}
.HamburgerMenuItem .HamburgerMenuItem__icon-button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(1px) rotate(0deg);
  -ms-transform: translateY(1px) rotate(0deg);
  transform: translateY(1px) rotate(0deg);
  transition: all 0.3s;
}
.HamburgerMenuItem.HamburgerMenuItem--open .HamburgerMenuItem__icon-button {
  -webkit-transform: translateY(-1px) rotate(90deg);
  -ms-transform: translateY(-1px) rotate(90deg);
  transform: translateY(-1px) rotate(90deg);
}
.HamburgerMenuItem .HamburgerMenuItem__children {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: silver;
}
.HamburgerMenuItem .HamburgerMenuItem__child {
  padding: 0 0 0 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.HamburgerMenu {
  position: relative;
}
.HamburgerMenu .HamburgerMenu__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: transparent;
}
.HamburgerMenu .HamburgerMenu__items {
  background: #fff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.35);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 992px) {
  .HamburgerMenu {
    display: none;
  }
}
.Logo {
  padding: 0;
  margin-right: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: opacity 0.3s;
  opacity: 0;
}
.Logo.Logo--visible {
  opacity: 1;
}
.Logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Logo img {
  max-width: 180px;
  max-height: 100%;
  height: auto;
  display: inline-block;
  width: 100%;
}
@media (min-width: 576px) {
  .Logo img {
    max-width: 300px;
  }
}
.PrimaryNavigationItem {
  background: transparent;
  border-bottom: 6px solid transparent;
  color: grey;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.PrimaryNavigationItem:hover {
  border-bottom: 6px solid silver;
  text-decoration: none;
}
.PrimaryNavigationItem.active,
.PrimaryNavigationItem.active:hover {
  border-bottom: 6px solid grey;
}
.PrimaryNavigationItem .PrimaryNavigationItem__label {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
}
.PrimaryNavigationItem .PrimaryNavigationItem__dropdown-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.PrimaryNavigationItem .PrimaryNavigationItem__dropdown {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: -9000000px;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: calc(100% + 5px);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}
.PrimaryNavigationItem
  .PrimaryNavigationItem__dropdown.PrimaryNavigationItem__dropdown--open {
  left: 0;
  opacity: 1;
}
.PrimaryNavigationItem .PrimaryNavigationItem__subitem {
  font-size: 1.3rem;
  padding: 18px;
  transition: all 0.3s;
  white-space: nowrap;
}
.PrimaryNavigationItems {
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
.PrimaryNavigationItems.PrimaryNavigationItems--visible {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.3s;
}
.PrimaryNavigationItems .PrimaryNavigationItems__items {
  display: none;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .PrimaryNavigationItems .PrimaryNavigationItems__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.PrimaryNavigationItems .PrimaryNavigationItems__icons-wrapper {
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  width: 100px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .PrimaryNavigationItems .PrimaryNavigationItems__icons-wrapper {
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    width: 50px;
  }
}
.PrimaryNavigationItems .PrimaryNavigationItems__search-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.PrimaryNavigationItems .PrimaryNavigationItems__search-icon > svg {
  transition: fill 0.15s;
  fill: #696969;
}
.PrimaryNavigationItems .PrimaryNavigationItems__search-icon:hover > svg {
  fill: #696969;
}
.PrimaryNavigationItems .PrimaryNavigationItems__hamburger-icon {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: block;
}
.PrimaryNavigationItems .PrimaryNavigationItems__hamburger-icon > svg {
  transition: fill 0.15s;
  fill: #696969;
}
.PrimaryNavigationItems .PrimaryNavigationItems__hamburger-icon:hover > svg {
  fill: #696969;
}
@media (min-width: 992px) {
  .PrimaryNavigationItems .PrimaryNavigationItems__hamburger-icon {
    display: none;
  }
}
.SearchBar {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-delay: 0ms;
  transition: all 0.5s;
}
.SearchBar.SearchBar--visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition-delay: 0.3s;
}
.SearchBar .SearchBar__search-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.SearchBar .SearchBar__search-icon > svg {
  transition: fill 0.15s;
  fill: #696969;
}
.SearchBar .SearchBar__search-icon:hover > svg {
  fill: #696969;
}
.SearchBar .SearchBar__search-box {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 12px;
  border: none;
  font-size: 1.8rem;
  height: 64px;
  background: transparent;
  color: #000;
}
.SearchBar .SearchBar__search-box::-webkit-input-placeholder {
  color: #000;
}
.SearchBar .SearchBar__search-box:-ms-input-placeholder {
  color: #000;
}
.SearchBar .SearchBar__search-box::-ms-input-placeholder {
  color: #000;
}
.SearchBar .SearchBar__search-box::placeholder {
  color: #000;
}
.SearchBar .SearchBar__search-box:focus {
  outline: none;
}
.SearchBar .SearchBar__close-icon {
  cursor: pointer;
}
.SearchBar .SearchBar__close-icon > svg {
  transition: fill 0.15s;
  fill: #696969;
}
.SearchBar .SearchBar__close-icon:hover > svg {
  fill: #696969;
}
.PrimaryNavigation {
  background: transparent;
  position: relative;
  top: 0;
}
.PrimaryNavigation .PrimaryNavigation__wrapper {
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 82px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .PrimaryNavigation .PrimaryNavigation__wrapper {
    padding: 0 12px;
  }
}
.PrimaryNavigation .PrimaryNavigation__bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.SearchPage {
  min-height: 100vh;
}
.SearchPage .SearchPage__loading {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SearchPage .SearchPage__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  position: relative;
}
.SearchPage .SearchPage__left-column {
  padding: 0 0 12px 12px;
  position: relative;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  display: none;
}
@media (min-width: 992px) {
  .SearchPage .SearchPage__left-column {
    display: block;
  }
}
.SearchPage .SearchPage__right-column {
  padding: 0 0 12px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .SearchPage .SearchPage__right-column {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
  }
}
.SearchPage .SearchPage__results-text {
  color: #696969;
  font-size: 2.2rem;
}
.SearchPage .SearchPage__result {
  margin-bottom: 12px;
}
* {
  box-sizing: border-box;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  wrap: break-word;
}
body {
  font-size: 10px;
  margin: 0;
  padding: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
