@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.section__curve {
  width: 100%;
  max-height: 88px;
  min-width: 1480px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 95vh;
  max-height: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 200px 0 136px; }

.cycle-initialized .hero__slideshow__item .hero__slideshow__item__image {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.cycle-initialized .hero__slideshow__item.cycle-slide-active .hero__slideshow__item__image {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: -webkit-transform 16s linear;
  transition: -webkit-transform 16s linear;
  -o-transition: transform 16s linear;
  transition: transform 16s linear;
  transition: transform 16s linear, -webkit-transform 16s linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hero__content {
  width: 90%;
  position: relative;
  z-index: 4; }

.hero__content__item {
  display: none; }

.hero__content__text {
  margin: 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.250em; }
  @media all and (min-width: 415px) {
    .hero__content__text {
      font-size: 1.25em; } }
  .hero__content__text .lte-ie8 {
    font-size: 1.25em; }
  @media all and (min-width: 1025px) {
    .hero__content__text {
      font-size: 1.5625em; } }
  @media all and (min-width: 1301px) {
    .hero__content__text {
      font-size: 2em; } }

.hero__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px; }

.hero__pager__item {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  margin-right: 22px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .hero__pager__item:hover, .hero__pager__item:focus {
    opacity: 1; }
  .hero__pager__item.cycle-pager-active {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2); }

@media all and (min-width: 769px) {
  .hero__content__list {
    width: calc( 100% - 360px);
    max-width: 640px; } }

.lte-ie8 .hero__content__list {
  width: calc( 100% - 360px);
  max-width: 640px; }

.announcements__container {
  z-index: 4; }
  .announcements__container .section__curve {
    position: absolute;
    bottom: 100%; }
    .announcements__container .section__curve path {
      fill: #1C633D; }

.announcements {
  padding: 0 32px 150px; }

.announcements__title {
  font-size: 1.5em;
  margin: 0 0 1em;
  text-align: center; }

.announcements__item {
  text-align: center;
  width: 100%;
  line-height: 1.625em;
  display: none; }
  .announcements__item p {
    overflow: hidden;
    max-height: 6.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0; }
  .announcements__item a[href=""] {
    display: none; }

.announcements__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px; }

.announcements__pager__item {
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.2;
  margin: 0 11px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .announcements__pager__item:hover, .announcements__pager__item:focus {
    opacity: 1; }
  .announcements__pager__item.cycle-pager-active {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media all and (min-width: 769px) {
  .announcements__container {
    z-index: 5; }
    .announcements__container .section__curve {
      display: none; }
  .announcements {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    bottom: 16px;
    padding: 64px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; } }

.lte-ie8 .announcements__container {
  z-index: 5; }
  .lte-ie8 .announcements__container .section__curve {
    display: none; }

.lte-ie8 .announcements {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: absolute;
  right: 5%;
  bottom: 16px;
  padding: 64px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.welcome {
  padding: 30px 0 150px;
  z-index: 4;
  position: relative; }
  .welcome .section__curve {
    position: absolute;
    bottom: 100%; }

.welcome__inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.welcome__pretitle {
  font-size: 1rem;
  margin: 0 0 1em;
  line-height: 1.125em; }

#welcome__title {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 1em;
  color: #1C633D; }
  @media all and (min-width: 1301px) {
    #welcome__title {
      font-size: 2.5em; } }

.welcome__text {
  margin-bottom: 40px; }
  .welcome__text > * {
    margin: 0;
    line-height: 1.625em; }
  .welcome__text a {
    color: #8BAD33;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .welcome__text a:hover {
      color: #1C633D; }

.welcome__left {
  width: 100%;
  max-width: 472px;
  margin: 30px auto; }

.welcome__image {
  width: 100%;
  z-index: 1 !important; }
  .welcome__image::after {
    content: "";
    display: block;
    padding-bottom: 110.16949%; }

.welcome__ofstead {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 27.11864%;
  z-index: 2 !important; }
  .welcome__ofstead::after {
    content: "";
    display: block;
    padding-bottom: 100%; }

@media all and (min-width: 769px) {
  .welcome {
    padding: 64px 0 210px;
    background-image: url("/_site/images/design/watermark.png");
    background-position: bottom right;
    background-repeat: no-repeat; }
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .welcome__left {
    width: 46%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0; }
  .welcome__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.lte-ie8 .welcome {
  padding: 64px 0 210px;
  background-image: url("/_site/images/design/watermark.png");
  background-position: bottom right;
  background-repeat: no-repeat; }

.lte-ie8 .welcome__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.lte-ie8 .welcome__left {
  width: 46%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0; }

.lte-ie8 .welcome__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media all and (min-width: 1025px) {
  .welcome__left {
    margin-right: 40px; } }

@media all and (min-width: 1301px) {
  .welcome__left {
    margin-right: 80px; } }

.news {
  padding: 30px 0;
  position: relative;
  background-image: url("/_site/images/design/watermark-news.svg");
  background-repeat: no-repeat;
  background-position: bottom left -28px;
  background-size: auto 100%; }
  .news .section__curve {
    position: absolute;
    bottom: 100%;
    z-index: 4; }
    .news .section__curve path {
      fill: #1C633D; }

.news__inner {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  .news__inner .button__link a {
    background-color: #8BAD33; }
    .news__inner .button__link a:hover {
      background-color: #fff;
      color: #1C633D; }

.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px; }
  .news__header .button__link {
    display: none; }

.news__title {
  font-size: 2em;
  line-height: 1.143em;
  margin: 0; }
  @media all and (min-width: 1025px) {
    .news__title {
      font-size: 2.5em; } }
  @media all and (min-width: 1301px) {
    .news__title {
      font-size: 3.5em; } }

.news__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.news__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px; }
  .news__controls button {
    padding: 15px;
    color: #fff;
    font-size: 1.5em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .news__controls button:not(.off):hover {
      color: #8BAD33; }
    .news__controls button.off {
      opacity: 0.2; }

.twitter__list {
  height: 352px; }

.twitter__item {
  background-color: #2C2F2D;
  height: 352px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1);
  box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1);
  display: none; }
  .owl-item .twitter__item {
    display: block; }
  .twitter__item[data-hasImg=""] {
    background-color: #fff; }
    .twitter__item[data-hasImg=""] .twitter__item__content {
      color: #2C2F2D;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .twitter__item[data-hasImg=""] .twitter__item__image::after {
      display: none; }
    .twitter__item[data-hasImg=""] .twitter__item__intro {
      overflow: hidden;
      max-height: 14.625em;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      -webkit-box-orient: vertical; }
  .twitter__item:hover .twitter__item__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .twitter__item:hover .twitter__item__image img {
      opacity: 0.2; }

.twitter__item__image {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .twitter__item__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 47, 45, 0)), to(#2c2f2d));
    background: -webkit-linear-gradient(rgba(44, 47, 45, 0) 0%, #2c2f2d 100%);
    background: -o-linear-gradient(rgba(44, 47, 45, 0) 0%, #2c2f2d 100%);
    background: linear-gradient(rgba(44, 47, 45, 0) 0%, #2c2f2d 100%);
    opacity: 0.9; }
  .twitter__item__image img {
    opacity: 0.4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.twitter__item__content {
  color: #fff;
  padding: 42px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .twitter__item__content a {
    color: inherit;
    text-decoration: none; }

.twitter__item__date {
  color: #8BAD33;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .twitter__item__date svg {
    margin-right: 22px; }

.twitter__item__intro {
  margin: 0;
  line-height: 1.625em;
  overflow: hidden;
  max-height: 8.125em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.news__footer {
  position: relative;
  z-index: 5;
  margin-top: 30px; }

@media all and (min-width: 769px) {
  .news {
    padding: 45px 0 16px; }
  .news__header .button__link {
    display: inline-block; }
  .news__footer {
    display: none; } }

.lte-ie8 .news {
  padding: 45px 0 16px; }

.lte-ie8 .news__header .button__link {
  display: inline-block; }

.lte-ie8 .news__footer {
  display: none; }

@media all and (min-width: 769px) {
  .events__quote__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.lte-ie8 .events__quote__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.events__quote {
  z-index: 4;
  background-color: #EFEFEF;
  padding-top: 30px; }
  .events__quote .section__curve {
    position: absolute;
    bottom: 100%; }
    .events__quote .section__curve path {
      fill: #EFEFEF; }

.events__quote__inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }

.events__title {
  margin: 0;
  font-size: 2em;
  line-height: 1.2em; }
  @media all and (min-width: 1025px) {
    .events__title {
      font-size: 2.5em; } }

.events__list {
  margin: 40px 0;
  width: 100%; }

.events__group__list {
  width: 100%; }

.events__item {
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1);
  box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none; }
  .events__group__list .events__item {
    display: block; }
  .events__item:hover {
    background-color: #8BAD33; }
    .events__item:hover .events__date {
      background-color: #fff; }
      .events__item:hover .events__date span {
        color: #8BAD33; }
    .events__item:hover .events__info__title, .events__item:hover .events__time {
      color: #fff; }
  .events__item:last-child {
    margin-bottom: 0; }

.events__date {
  padding: 17px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .events__date span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .events__date span:first-child {
      font-size: 1.375em;
      font-weight: 700;
      line-height: 1.136em;
      margin-bottom: 4px; }
    .events__date span:last-child {
      letter-spacing: 0.05em;
      line-height: 1.125em; }

.events__time {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.125em;
  color: #2C2F2D;
  opacity: 0.6;
  margin: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.events__info__content {
  padding: 20px; }

.events__info__title {
  margin: 0 0 4px;
  font-size: 1.25em;
  font-weight: 500;
  color: #2C2F2D;
  line-height: 1.150em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.events__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .events__footer .button__link a {
    background-color: #8BAD33; }
    .events__footer .button__link a:hover {
      background-color: #1C633D; }

.events__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px; }
  .events__controls button {
    padding: 15px;
    color: #8BAD33;
    font-size: 1.5em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .events__controls button:not(.disabled):hover {
      color: #1C633D; }
    .events__controls button.disabled {
      opacity: 0.2; }

@media all and (min-width: 769px) {
  .events__quote {
    padding-top: 104px; }
  .events {
    width: 50%;
    margin-left: -6%;
    margin-bottom: 0; }
  .events__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .events__date {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 32px; }
  .events__info__content {
    padding: 12px 20px 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.lte-ie8 .events__quote {
  padding-top: 104px; }

.lte-ie8 .events {
  width: 50%;
  margin-left: -6%;
  margin-bottom: 0; }

.lte-ie8 .events__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.lte-ie8 .events__date {
  width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px; }

.lte-ie8 .events__info__content {
  padding: 12px 20px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.quotes {
  background-color: #E4E4E4;
  position: relative;
  margin-bottom: 96px;
  padding: 30px  20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .quotes::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 96px 96px 0 0;
    border-color: #E4E4E4 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0; }

.quote__list {
  width: 100%; }

.quote__item {
  display: none;
  width: 100%; }
  .quote__item.active {
    display: block; }
  .quote__item > p:empty {
    display: none; }

.quote__text {
  font-weight: 500;
  font-style: italic;
  line-height: 1.583em;
  color: #2C2F2D;
  margin: 0;
  line-height: 1.125em; }
  @media all and (min-width: 769px) {
    .quote__text {
      font-size: 1.5em; } }
  .quote__text .lte-ie8 {
    font-size: 1.5em; }

.quote__name {
  color: #1C633D;
  font-weight: 700;
  margin: 1.667em 0 0; }
  @media all and (min-width: 769px) {
    .quote__name {
      font-size: 1.5em; } }
  .quote__name .lte-ie8 {
    font-size: 1.5em; }

.quote__role {
  margin: 6px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  color: #1C633D;
  line-height: 1.125em; }

@media all and (min-width: 769px) {
  .quotes {
    width: 56%;
    padding: 64px 128px 64px 64px; } }

.lte-ie8 .quotes {
  width: 56%;
  padding: 64px 128px 64px 64px; }

@media all and (min-width: 1025px) {
  .quotes {
    padding: 112px 128px 108px 64px; } }

.house {
  background-color: #EFEFEF;
  position: relative;
  padding: 30px 0 30px; }
  .house::after {
    content: "";
    position: absolute;
    top: 443px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 0; }
  .house .section__curve {
    position: absolute;
    top: 355px; }

.house__inner {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 88px; }

.house__title {
  font-size: 2em;
  line-height: 1.143em;
  margin: 0 0 1.143em; }
  @media all and (min-width: 1025px) {
    .house__title {
      font-size: 2.5em; } }
  @media all and (min-width: 1301px) {
    .house__title {
      font-size: 3.5em; } }

.house__points__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.house__points__item {
  width: 100%;
  height: 352px;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .house__points__item.hope .house__points__item__content {
    background-color: #3CAEEA; }
    .house__points__item.hope .house__points__item__content::before {
      background-image: url("/_site/images/design/hope.png"); }
    .house__points__item.hope .house__points__item__content::after {
      background: -webkit-gradient(linear, left top, left bottom, from(#3CAEEA), color-stop(77%, #3CAEEA), to(rgba(60, 174, 234, 0)));
      background: -webkit-linear-gradient(#3CAEEA 0%, #3CAEEA 77%, rgba(60, 174, 234, 0) 100%);
      background: -o-linear-gradient(#3CAEEA 0%, #3CAEEA 77%, rgba(60, 174, 234, 0) 100%);
      background: linear-gradient(#3CAEEA 0%, #3CAEEA 77%, rgba(60, 174, 234, 0) 100%); }
  .house__points__item.hope .house__points__quote {
    background-color: #D9F2FF;
    color: #3CAEEA; }
  .house__points__item.faith .house__points__item__content {
    background-color: #EBB31B; }
    .house__points__item.faith .house__points__item__content::before {
      background-image: url("/_site/images/design/faith.png"); }
    .house__points__item.faith .house__points__item__content::after {
      background: -webkit-gradient(linear, left top, left bottom, from(#EBB31B), color-stop(77%, #EBB31B), to(rgba(235, 179, 27, 0)));
      background: -webkit-linear-gradient(#EBB31B 0%, #EBB31B 77%, rgba(235, 179, 27, 0) 100%);
      background: -o-linear-gradient(#EBB31B 0%, #EBB31B 77%, rgba(235, 179, 27, 0) 100%);
      background: linear-gradient(#EBB31B 0%, #EBB31B 77%, rgba(235, 179, 27, 0) 100%); }
  .house__points__item.faith .house__points__quote {
    background-color: #FFF5DE;
    color: #EBB329; }
  .house__points__item.joy .house__points__item__content {
    background-color: #955DAF; }
    .house__points__item.joy .house__points__item__content::before {
      background-image: url("/_site/images/design/joy.png"); }
    .house__points__item.joy .house__points__item__content::after {
      background: -webkit-gradient(linear, left top, left bottom, from(#955daf), color-stop(77%, #955daf), to(rgba(149, 93, 175, 0)));
      background: -webkit-linear-gradient(#955daf 0%, #955daf 77%, rgba(149, 93, 175, 0) 100%);
      background: -o-linear-gradient(#955daf 0%, #955daf 77%, rgba(149, 93, 175, 0) 100%);
      background: linear-gradient(#955daf 0%, #955daf 77%, rgba(149, 93, 175, 0) 100%); }
  .house__points__item.joy .house__points__quote {
    background-color: #F2E2F8;
    color: #955DAF; }

.house__points__item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  position: relative; }
  .house__points__item__content::before {
    content: "";
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: hard-light;
    z-index: 0;
    opacity: 0.4; }
  .house__points__item__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 224px;
    opacity: 0.8;
    z-index: 1; }

.house__points__item__title {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 64px 0 24px;
  position: relative;
  z-index: 2; }

.house__points__score {
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  position: relative;
  z-index: 2; }

.house__points__quote {
  width: 100%;
  padding: 23px 20px; }
  .house__points__quote p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: center; }

@media all and (min-width: 769px) {
  .house {
    padding: 87px 0 120px;
    background-image: url("/_site/images/design/house-watermark.svg");
    background-position: top 87px center;
    background-repeat: no-repeat; }
  .house__points__item {
    width: calc( 50% - 24px);
    margin-bottom: 48px; }
    .house__points__item:nth-child(3) {
      margin: 0 auto; } }

.lte-ie8 .house {
  padding: 87px 0 120px;
  background-image: url("/_site/images/design/house-watermark.svg");
  background-position: top 87px center;
  background-repeat: no-repeat; }

.lte-ie8 .house__points__item {
  width: calc( 50% - 24px);
  margin-bottom: 48px; }
  .lte-ie8 .house__points__item:nth-child(3) {
    margin: 0 auto; }

@media all and (min-width: 1124px) {
  .house__points__item {
    width: calc( 33.333% - 32px);
    margin: 0; }
    .house__points__item:nth-child(1), .house__points__item:nth-child(3) {
      margin: 0;
      margin-top: 48px; } }

.different {
  padding: 0 0 30px; }
  .different::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background-color: #fff; }

.different__curve {
  position: absolute;
  top: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1480px;
  max-height: 88px;
  z-index: 0; }

.different__inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 160px 0 60px; }

.different__title {
  font-size: 1em;
  margin: 0 0 1em;
  letter-spacing: 0.05em; }

.different__left {
  margin-bottom: 30px; }

.different__left__list {
  z-index: 0; }

.different__left__item:not(:first-child), .different__right__item:not(:first-child) {
  display: none; }

.different__left__item.cycle-slide:not(.cycle-sentinel) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0;
  width: 100%; }

.different__left__item__title {
  font-size: 1.625em;
  font-weight: 700;
  margin: 0 0 0.714em;
  line-height: 1.143em; }
  @media all and (min-width: 415px) {
    .different__left__item__title {
      font-size: 2em; } }
  .different__left__item__title .lte-ie8 {
    font-size: 2em; }
  @media all and (min-width: 1025px) {
    .different__left__item__title {
      font-size: 2.5em; } }
  @media all and (min-width: 1301px) {
    .different__left__item__title {
      font-size: 3.5em; } }

.different__left__item__text {
  line-height: 1.625em;
  margin: 0 0 2.5em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.different__pager {
  position: absolute;
  left: 185px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2; }

.different__pager__item {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 8px 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .different__pager__item:nth-child(1) {
    margin-left: 0; }
  .different__pager__item:last-child {
    margin-right: 0px; }
  .different__pager__item.cycle-pager-active {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    margin: 0 14px; }

.different__right {
  width: 90%;
  margin: 0 auto; }

.different__right__list {
  max-width: 472px;
  margin: 0 auto 0; }

.different__right__item {
  position: relative; }
  .different__right__item::before {
    content: "";
    display: block;
    padding-bottom: 110.16949%; }

.different__prev {
  position: absolute;
  top: 0;
  right: 100%;
  font-size: 1.5em;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8BAD33;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .different__prev:not(.disabled):hover, .different__prev:focus {
    color: #1C633D; }
  .different__prev.disabled {
    opacity: 0.2; }

.different__next {
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 1.5em;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .different__next:not(.disabled):hover, .different__next:focus {
    color: #1C633D; }
  .different__next.disabled {
    opacity: 0.2; }

@media all and (min-width: 769px) {
  .different {
    padding-bottom: 90px; }
  .different__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
  .different__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0; }
  .different__right {
    width: 46%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    margin-bottom: 70px; } }

.lte-ie8 .different {
  padding-bottom: 90px; }

.lte-ie8 .different__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0; }

.lte-ie8 .different__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0; }

.lte-ie8 .different__right {
  width: 46%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 70px; }

@media all and (min-width: 1025px) {
  .different__right {
    margin-left: 40px; }
  .different__prev {
    margin-right: 31px; }
  .different__next {
    margin-left: 31px; } }

@media all and (min-width: 1301px) {
  .different__right {
    margin-left: 80px; } }

#map_canvas.map__container {
  height: 70vw;
  max-height: 624px; }

.map__curve {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1480px;
  width: 100%;
  max-height: 88px;
  z-index: 2;
  pointer-events: none; }

.map__contact__container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto; }

.map__contact {
  padding: 20px 20px 120px;
  width: 100%;
  max-width: 448px; }
  .map__contact .button__link {
    margin-top: 1.8em; }

.map__contact__title {
  font-size: 1.75em;
  font-weight: 700;
  margin: 0 0 0.800em; }
  @media all and (min-width: 415px) {
    .map__contact__title {
      font-size: 2em; } }
  .map__contact__title .lte-ie8 {
    font-size: 2em; }
  @media all and (min-width: 1025px) {
    .map__contact__title {
      font-size: 2.5em; } }

.map__contact__text {
  color: #2C2F2D;
  line-height: 1.625em;
  margin: 0;
  padding-left: 38px;
  position: relative; }
  .map__contact__text::before {
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 0.875em;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1C633D; }

.map__contact__address::before {
  content: "\f3c5";
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.map__contact__phone {
  margin: 1em 0 0.6em; }
  .map__contact__phone:before {
    content: "\f095"; }

.map__contact__email::before {
  content: "\f0e0"; }

@media all and (min-width: 769px) {
  .map__contact__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
    visibility: hidden; }
  .map__contact {
    width: 50%;
    visibility: visible;
    -webkit-box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1);
    box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1); } }

.lte-ie8 .map__contact__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
  visibility: hidden; }

.lte-ie8 .map__contact {
  width: 50%;
  visibility: visible;
  -webkit-box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1);
  box-shadow: 0px 8px 24px rgba(44, 47, 45, 0.1); }

@media all and (min-width: 769px) {
  .map__contact {
    padding: 50px 64px 60px; } }

.lte-ie8 .map__contact {
  padding: 50px 64px 60px; }

  .welcome__text p {padding: 10px 0px;}