@-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); } }

.home__title {
  font-size: 2.1875em;
  margin: 0;
  line-height: 1.4; }

.owl-nav, .home__events__feed__controls {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5%;
  left: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: 3; }
  .owl-nav > div, .home__events__feed__controls > div {
    visibility: visible;
    width: 3em;
    cursor: pointer;
    color: #619c3b;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
  .owl-nav span, .home__events__feed__controls span {
    display: inline-block;
    font-size: 1.375em;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
  .owl-nav .owl-prev span:nth-child(2), .home__events__feed__controls .owl-prev span:nth-child(2) {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em);
    opacity: 0; }
  .owl-nav .owl-prev:hover span:nth-child(1), .home__events__feed__controls .owl-prev:hover span:nth-child(1) {
    -webkit-transform: translateX(-0.35em);
    -ms-transform: translateX(-0.35em);
    transform: translateX(-0.35em); }
  .owl-nav .owl-prev:hover span:nth-child(2), .home__events__feed__controls .owl-prev:hover span:nth-child(2) {
    -webkit-transform: translateX(-0.35em);
    -ms-transform: translateX(-0.35em);
    transform: translateX(-0.35em);
    opacity: 1; }
  .owl-nav .owl-next span:nth-child(1), .home__events__feed__controls .owl-next span:nth-child(1) {
    -webkit-transform: translateX(-0.35em);
    -ms-transform: translateX(-0.35em);
    transform: translateX(-0.35em);
    opacity: 0; }
  .owl-nav .owl-next:hover span:nth-child(1), .home__events__feed__controls .owl-next:hover span:nth-child(1) {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em);
    opacity: 1; }
  .owl-nav .owl-next:hover span:nth-child(2), .home__events__feed__controls .owl-next:hover span:nth-child(2) {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em); }
  .owl-nav .disabled, .home__events__feed__controls .disabled, .owl-nav.disabled, .disabled.home__events__feed__controls {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 41vw; }
  .hero:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 2;
    height: 60%; }

.hero__scroll {
  position: relative; }

.hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5em;
  z-index: 3;
  text-align: center; }
  .hero__content h2 {
    margin: 0 0 1em;
    padding: 0 1em;
    line-height: 1.45;
    font-size: 1.5em;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
    opacity: 0;
    color: #fff;
    letter-spacing: .04em;
    max-width: 1170px;
    width: 90%;
    margin: 0 auto 1em; }
    @media all and (min-width: 415px) {
      .hero__content h2 {
        font-size: 1.625em; } }
    .hero__content h2 .lte-ie8 {
      font-size: 1.625em; }
    @media all and (min-width: 769px) {
      .hero__content h2 {
        font-size: 1.875em; } }
    .hero__content h2 .lte-ie8 {
      font-size: 1.875em; }
    @media all and (min-width: 1025px) {
      .hero__content h2 {
        font-size: 2.25em; } }
    @media all and (min-width: 1301px) {
      .hero__content h2 {
        font-size: 2.375em; } }
  .hero__content strong {
    display: inline-block;
    position: relative; }
    .hero__content strong:after {
      position: absolute;
      content: '';
      top: auto;
      right: 0;
      bottom: -0.07em;
      left: 0;
      height: 2px;
      background: #fff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      opacity: .6; }
  .mason--loaded .hero__content h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.6s ease 1s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 0.6s ease 1s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    -o-transition: opacity 0.6s ease 1s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 0.6s ease 1s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 0.6s ease 1s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s; }
  .mason--loaded .hero__content strong:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s;
    -o-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.45s; }
  @media all and (min-width: 769px) {
    .hero__content {
      bottom: 6.25em; } }
  .hero__content .lte-ie8 {
    bottom: 6.25em; }

.hero__scroll {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 3.75em;
  height: 3.75em;
  display: none; }
  .hero__scroll a {
    z-index: 3;
    border-radius: 50%;
    background: rgba(36, 74, 144, 0.6); }
    .hero__scroll a span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      font-size: 1.4em;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
      .hero__scroll a span:nth-child(2) {
        -webkit-transform: translateY(-0.35em);
        -ms-transform: translateY(-0.35em);
        transform: translateY(-0.35em);
        opacity: 0; }
    .hero__scroll a:hover span:nth-child(1) {
      -webkit-transform: translateY(0.35em);
      -ms-transform: translateY(0.35em);
      transform: translateY(0.35em); }
    .hero__scroll a:hover span:nth-child(2) {
      -webkit-transform: translateY(0em);
      -ms-transform: translateY(0em);
      transform: translateY(0em);
      opacity: 1; }
  .hero__scroll svg circle {
    stroke: #244A90;
    stroke-opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  @media all and (min-width: 769px) {
    .hero__scroll {
      bottom: -50px; } }
  .hero__scroll .lte-ie8 {
    bottom: -50px; }

@media all and (min-width: 769px) {
  .hero__scroll {
    display: block; }
  .hero__content h2 {
    font-size: 2.375em; } }

.lte-ie8 .hero__scroll {
  display: block; }

.lte-ie8 .hero__content h2 {
  font-size: 2.375em; }

.trust__info__inner {
  width: 90%;
  max-width: 910px;
  margin: 0 auto; }

.trust__info__item {
  width: 100%;
  text-align: center;
  background: #5F8192;
  padding: 1.5em 10% 1.86em;
  -webkit-box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5);
  box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5); }

.trust__info__logo {
  position: relative;
  width: 75%;
  max-width: 200px;
  display: inline-block; }
  .trust__info__logo:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 40%; }

.trust__info__content {
  line-height: 1.8; }
  .trust__info__content p {
    margin-top: 0; }
  .trust__info__content a {
    color: #CAD7A2;
    font-weight: 700;
    font-size: 0.875em; }
    .trust__info__content a:hover {
      text-decoration: underline; }

@media all and (min-width: 769px) {
  .trust__info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
    z-index: 4; }
  .trust__info__logo {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8%; } }

.lte-ie8 .trust__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  z-index: 4; }

.lte-ie8 .trust__info__logo {
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8%; }

.welcome {
  position: relative;
  padding: 4em 5% 6em;
  text-align: center;
  z-index: 2; }
  @media all and (min-width: 1409.7px) {
    .welcome {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .welcome.inview .watermark--welcome > div {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: -webkit-clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    -o-transition: clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s; }

.welcome__media {
  position: relative;
  width: 80%;
  max-width: 285px;
  margin: 0 auto 2em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 4;
  -webkit-transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .welcome__media[data-video="false"]:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #244A90;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: -1;
    border-radius: 50%;
    opacity: .4; }

.welcome__text {
  position: relative;
  z-index: 4;
  -webkit-transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s; }
  .welcome__text .content__region h5 {
    color: #619c3b; }

.home__welcome__image {
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
  .home__welcome__image .display__image--1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5);
    box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5); }
    .home__welcome__image .display__image--1 > div {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.welcome__text {
  width: 100%; }

.welcome__intro {
  line-height: 1.65em;
  margin-bottom: 2em; }
  .welcome__intro .content__region {
    width: 100%; }

@media all and (min-width: 550px) {
  .welcome__media {
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    margin: 0 0 20px 10px;
    max-width: 380px;
    width: 50%;
    margin: 0 auto 20px; } }

@media all and (min-width: 769px) {
  .welcome {
    text-align: left;
    padding-top: 3.125em;
    padding-bottom: 6.25em; }
  .welcome__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome__media {
    margin: 0 5% 20px 0;
    width: 40%; } }

.lte-ie8 .welcome {
  text-align: left;
  padding-top: 3.125em;
  padding-bottom: 6.25em; }

.lte-ie8 .welcome__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lte-ie8 .welcome__media {
  margin: 0 5% 20px 0;
  width: 40%; }

@media all and (min-width: 1025px) {
  .welcome {
    padding-top: 4.0625em;
    padding-bottom: 10em; }
  .welcome__media {
    margin-right: 10%; } }

.video__button__container {
  z-index: 3;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .mason--admin .video__button__container {
    visibility: hidden; }
    .mason--admin .video__button__container .video__play__button {
      visibility: visible; }
  .video__button__container:hover + .display__image--1 > div {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .video__button__container:hover .video__play__button:after {
    opacity: .8;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .video__button__container:hover .video__play__button span {
    color: #619c3b; }

.video__play__button {
  position: relative;
  width: 6.6875em;
  height: 6.6875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  cursor: pointer; }
  .video__play__button:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #619c3b;
    opacity: .6;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .video__play__button span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 2.1875em;
    z-index: 3;
    -webkit-transform: color .3s ease;
    -ms-transform: color .3s ease;
    transform: color .3s ease; }

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

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

@-webkit-keyframes playCircle {
  0%, 100% {
    stroke-dasharray: 0, 795; }
  50% {
    stroke-dasharray: 795, 795; } }

@keyframes playCircle {
  0%, 100% {
    stroke-dasharray: 0, 795; }
  50% {
    stroke-dasharray: 795, 795; } }

.play__circle__svg {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  margin: auto;
  fill: none;
  overflow: visible !important;
  -webkit-animation: playFlip 12s steps(2) infinite;
  animation: playFlip 12s steps(2) infinite; }
  .play__circle__svg circle {
    stroke: #619c3b;
    stroke-opacity: .4;
    stroke-width: 30;
    stroke-dasharray: 0, 795;
    -webkit-animation: playCircle 12s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
    animation: playCircle 12s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite; }

.home__letters {
  padding: 0 5%;
  background: #fff; }
  @media all and (min-width: 1409.7px) {
    .home__letters {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .home__letters:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4.0625em;
    background: rgba(97, 156, 59, 0.3); }

.home__letters__feed {
  padding: 2em 2em 1em;
  -webkit-box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5);
  box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5);
  z-index: 3; }

.home__letters__feed__inner {
  width: calc(100% - 1em);
  margin: 0 auto .5em;
  max-width: 740px; }

.home__letters__controls {
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .home__letters__controls > div {
    width: 3em;
    cursor: pointer; }
  .home__letters__controls span {
    display: inline-block;
    font-size: 1.375em;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
  .home__letters__controls .letters__prev span:nth-child(2) {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em);
    opacity: 0; }
  .home__letters__controls .letters__prev:hover span:nth-child(1) {
    -webkit-transform: translateX(-0.35em);
    -ms-transform: translateX(-0.35em);
    transform: translateX(-0.35em); }
  .home__letters__controls .letters__prev:hover span:nth-child(2) {
    -webkit-transform: translateX(-0.35em);
    -ms-transform: translateX(-0.35em);
    transform: translateX(-0.35em);
    opacity: 1; }
  .home__letters__controls .letters__next span:nth-child(1) {
    -webkit-transform: translateX(-0.35em);
    -ms-transform: translateX(-0.35em);
    transform: translateX(-0.35em);
    opacity: 0; }
  .home__letters__controls .letters__next:hover span:nth-child(1) {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em);
    opacity: 1; }
  .home__letters__controls .letters__next:hover span:nth-child(2) {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em); }

.letters__item {
  width: 100%; }
  .letters__item h3 {
    margin: 0;
    font-size: 1.75em; }
    @media all and (min-width: 415px) {
      .letters__item h3 {
        font-size: 2em; } }
    .letters__item h3 .lte-ie8 {
      font-size: 2em; }
    @media all and (min-width: 769px) {
      .letters__item h3 {
        font-size: 2.1875em; } }
    .letters__item h3 .lte-ie8 {
      font-size: 2.1875em; }
    @media all and (min-width: 1025px) {
      .letters__item h3 {
        font-size: 2.5em; } }
    @media all and (min-width: 1301px) {
      .letters__item h3 {
        font-size: 2.5em; } }
  .letters__item span {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    margin: 0 .18em;
    -webkit-transform: translateY(1em) translateX(0);
    -ms-transform: translateY(1em) translateX(0);
    transform: translateY(1em) translateX(0); }
  .letters__item.cycle-slide-active span {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -webkit-transition: opacity 0.3s ease 0.2s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: opacity 0.3s ease 0.2s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: opacity 0.3s ease 0.2s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: opacity 0.3s ease 0.2s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: opacity 0.3s ease 0.2s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
    .letters__item.cycle-slide-active span:nth-child(1) {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .letters__item.cycle-slide-active span:nth-child(2) {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .letters__item.cycle-slide-active span:nth-child(3) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .letters__item.cycle-slide-active span:nth-child(4) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .letters__item.cycle-slide-active span:nth-child(5) {
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .letters__item.cycle-slide-active span:nth-child(6) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .letters__item.cycle-slide-active span:nth-child(7) {
      -webkit-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .letters__item.cycle-slide-active span:nth-child(8) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .letters__item.cycle-slide-active span:nth-child(9) {
      -webkit-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .letters__item.cycle-slide-active span:nth-child(10) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
  .letters__item.animate--out span {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(4em);
    -ms-transform: translateY(0) translateX(4em);
    transform: translateY(0) translateX(4em);
    -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.2s ease 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: opacity 0.2s ease 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.2s ease 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.2s ease 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

@media all and (min-width: 769px) {
  .home__letters__controls {
    left: 3em;
    right: 3em; } }

.lte-ie8 .home__letters__controls {
  left: 3em;
  right: 3em; }

.home__news {
  padding: 4em 5% 3em;
  background: #fff; }
  @media all and (min-width: 1409.7px) {
    .home__news {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .home__news:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: rgba(97, 156, 59, 0.3);
    height: 30vw;
    max-height: 500px;
    min-height: 275px;
    z-index: 0; }
  .home__news:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #244A90;
    height: 230px;
    z-index: 0; }

.home__news__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.home__news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em; }
  @media all and (max-width: 450px) {
    .home__news__top {
      display: block;
      text-align: center; }
      .home__news__top #mixed__filters {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

#mixed__filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5; }
  #mixed__filters li {
    color: #244A90;
    font-weight: 700;
    font-size: 0.9375em;
    opacity: .5;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    #mixed__filters li.active {
      opacity: 1; }
      #mixed__filters li.active span:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      #mixed__filters li.active span.icon {
        background: #577281; }
    #mixed__filters li:hover {
      opacity: .75; }
    #mixed__filters li[data-filter="all"] {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      display: inline-block; }
    #mixed__filters li[data-filter="news"] {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #mixed__filters li[data-filter="rss"] {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  #mixed__filters span.label {
    display: none;
    position: relative; }
    #mixed__filters span.label:after {
      position: absolute;
      content: '';
      top: auto;
      right: 0;
      bottom: -5px;
      left: 0;
      height: 4px;
      background: #244A90;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  #mixed__filters span.icon {
    width: 35px;
    height: 35px;
    background: rgba(36, 74, 144, 0.4);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: block;
    margin-left: 10px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }

.home__news__loader {
  opacity: 0;
  -webkit-transition: opacity .3s ease .4s;
  -o-transition: opacity .3s ease .4s;
  transition: opacity .3s ease .4s; }
  .home__news__loader:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 2em;
    content: "\f1ce";
    font-family: fontAwesome;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2em;
    color: #244A90;
    opacity: .5;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .update__feed .home__news__loader {
    opacity: 1;
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s; }

#mixed__list {
  opacity: 1;
  z-index: 4;
  -webkit-transition: opacity .3s ease .5s;
  -o-transition: opacity .3s ease .5s;
  transition: opacity .3s ease .5s; }
  .update__feed #mixed__list {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  #mixed__list .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #mixed__list .owl-stage .social__item {
      height: 100%; }
  #mixed__list .owl-item {
    opacity: 1; }
    #mixed__list .owl-item .social__item__block {
      -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
      -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #mixed__list .owl-item.active .social__item__block {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
  #mixed__list .owl-item.active ~ .owl-item:not(.active) .social__item__block {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }

.social__item {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(70, 87, 95, 0.5));
  filter: drop-shadow(0px 0px 30px rgba(70, 87, 95, 0.5));
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  -o-transition: filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease; }
  .social__item:hover {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
    .social__item:hover .social__item__image > .cover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.social__item__block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  background: #244A90; }

.social__item__image {
  position: relative;
  width: 100%;
  background: #244A90;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .social__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 42.85714%; }
  .social__item__image > .cover {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.social__item__info {
  position: relative;
  padding: 1.875em;
  background: #fff;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.875;
  z-index: 3; }
  .social__item__info > * {
    width: 100%; }

.social__item__date {
  color: rgba(36, 74, 144, 0.5);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  margin-top: 2em;
  width: 100%; }

.social__label {
  position: absolute;
  top: 1em;
  left: 2em;
  width: 2.375em;
  height: 2.375em;
  border-radius: 50%;
  background: #fff;
  color: #244A90;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tweets__item .social__item__block:after, .facebook__item .social__item__block:after {
  position: absolute;
  content: '';
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.6;
  z-index: 2; }

.tweets__item .social__item__image, .facebook__item .social__item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .2;
  height: 100%; }
  .tweets__item .social__item__image .lazy__load__img, .facebook__item .social__item__image .lazy__load__img {
    background-color: #244A90;
    background-blend-mode: luminosity; }

.tweets__item .tweets__item__intro,
.tweets__item .facebook__item__intro, .facebook__item .tweets__item__intro,
.facebook__item .facebook__item__intro {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  max-height: 9em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #fff; }
  .tweets__item .tweets__item__intro a,
  .tweets__item .facebook__item__intro a, .facebook__item .tweets__item__intro a,
  .facebook__item .facebook__item__intro a {
    font-weight: 700;
    text-decoration: none;
    color: inherit; }

.tweets__item .social__item__info, .facebook__item .social__item__info {
  background: transparent;
  padding-top: 4.6875em; }

.tweets__item .social__item__date, .facebook__item .social__item__date {
  color: rgba(255, 255, 255, 0.5);
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.instagram__item .social__item__block:after {
  position: absolute;
  content: '';
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.6;
  z-index: 2; }

.instagram__item .social__item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%; }

.instagram__item .social__item__info {
  background: transparent;
  padding-top: 4.6875em; }

.instagram__item .instagram__item__intro {
  visibility: hidden; }

.instagram__item .social__item__date {
  color: rgba(255, 255, 255, 0.5);
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.news__item__intro h3,
.rss__item__content h3 {
  margin: 0;
  font-size: 1.3125em;
  line-height: 1.2; }

.news__item__intro p,
.rss__item__content p {
  margin: 2em 0 0;
  display: none; }

.mixed__group {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.5fr 2em 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: 1fr 2em 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2em 2em;
  grid-template-areas: "first second" "first third";
  width: 100%;
  height: 100%; }
  .mixed__group .social__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: first; }
  .mixed__group .social__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: second; }
  .mixed__group .social__item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: third; }
  @media all and (min-width: 1100px) {
    .mixed__group {
      -ms-grid-columns: 1.5fr 1fr 1fr;
      grid-template-columns: 1.5fr 1fr 1fr;
      -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "first second third" "first fourth fifth"; }
      .mixed__group .social__item:nth-child(4) {
        grid-area: fourth; }
      .mixed__group .social__item:nth-child(5) {
        grid-area: fifth; }
    .mixed__group .social__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
    .mixed__group .social__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .mixed__group .social__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media all and (min-width: 1100px) {
    .mixed__group .social__item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .mixed__group .social__item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; } }

@media all and (min-width: 800px) {
  .mixed__group .social__item:first-child.news__item .news__item__intro h3, .mixed__group .social__item:first-child.news__item .rss__item__content h3 {
    font-size: 1.75em; }
  .mixed__group .social__item:first-child.news__item .news__item__intro p, .mixed__group .social__item:first-child.news__item .rss__item__content p {
    display: block; }
  #mixed__filters span.label {
    display: inline-block;
    margin-left: 10px; }
  #mixed__filters span.icon {
    display: none; } }

@media all and (max-width: 1024px) {
  .home__news {
    padding-bottom: 13em; }
    .home__news:after {
      display: none; }
  .button__link.button__link--news {
    position: absolute;
    bottom: 4em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3; } }

.lte-ie8 .home__news {
  padding-bottom: 13em; }
  .lte-ie8 .home__news:after {
    display: none; }

.lte-ie8 .button__link.button__link--news {
  position: absolute;
  bottom: 4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3; }

@media all and (min-width: 769px) {
  .home__news {
    padding-top: 6.25em; } }

.lte-ie8 .home__news {
  padding-top: 6.25em; }

@media all and (min-width: 1025px) {
  .home__news {
    padding-top: 10em; }
  .home__news__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .button__link.button__link--news {
    margin-left: 1em; } }

@media all and (min-width: 1350px) {
  .button__link.button__link--news {
    margin-left: 2.8125em; }
  #mixed__filters span.label {
    margin-left: 2em; } }

.home__events {
  padding: 4em 5%;
  background: #244A90;
  z-index: 3; }
  @media all and (min-width: 1409.7px) {
    .home__events {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.home__events__top {
  text-align: center;
  margin-bottom: 2em; }
  .home__events__top h2 {
    position: relative;
    z-index: 3; }
  @media all and (min-width: 1025px) {
    .home__events__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.events__list {
  overflow: hidden;
  z-index: 4; }
  .events__list .owl-item .events__date:before {
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #619c3b;
    height: 2px;
    margin: auto;
    opacity: .5;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .events__list .owl-item .events__date__bg {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: background 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s ease;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s ease;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .events__list .owl-item {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .events__list .owl-item .social__item__block {
      -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
      -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .events__list .owl-item.active {
    opacity: 1; }
    .events__list .owl-item.active .events__date:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .events__list .owl-item.active .events__date__bg {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      -webkit-transition: background 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
      transition: background 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
      -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background 0.3s ease;
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background 0.3s ease;
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s; }
  .events__list .owl-item.active ~ .owl-item:not(.active) .events__date:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }

.home__events__feed__controls {
  bottom: auto;
  height: 160px; }

.events__link {
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  width: 200px;
  margin: 0 auto; }
  .events__link:hover .events__date__bg {
    background: #fff; }
  .events__link:hover .events__date p {
    color: #244A90; }

.events__date {
  padding: 0 3.5em;
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 1em; }
  .events__date p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: .9;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  .events__date .events__day {
    font-size: 6.25em; }
  .events__date .events__month {
    font-size: 1.75em; }

.events__date__bg {
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  height: 100%;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }

.events__info__title {
  line-height: 1.4;
  margin: 1em 0 0; }

.events__time {
  opacity: .5; }

@media all and (max-width: 768px) {
  .home__events {
    padding-bottom: 13em; }
  .home__events__top .button__link {
    position: absolute;
    bottom: 4em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3; } }

.lte-ie8 .home__events {
  padding-bottom: 13em; }

.lte-ie8 .home__events__top .button__link {
  position: absolute;
  bottom: 4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3; }

@media all and (min-width: 769px) {
  .home__events {
    padding-top: 4.6875em; } }

.lte-ie8 .home__events {
  padding-top: 4.6875em; }

@media all and (min-width: 1025px) {
  .home__events {
    padding-top: 6.875em; } }

.home__links {
  padding: 2em 5%; }
  @media all and (min-width: 1409.7px) {
    .home__links {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.image__item {
  position: relative;
  max-height: 300px;
  margin: 10px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5);
  box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5); }
  .image__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 53.81818%; }
  .image__item h3 {
    margin: 0;
    font-size: 2.1875em; }
  .image__item:hover .image__item__flex {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s; }
  .image__item:hover .image__item__hover {
    opacity: 1; }
  .image__item:hover .image__item__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .image__item:hover .image__item__image .lazy__load__img {
      background-color: #244A90; }

.image__item__image {
  background: #000;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.4s ease, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.4s ease, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.4s ease, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .image__item__image:after {
    position: absolute;
    content: '';
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%); }
  .image__item__image .lazy__load__img {
    background-color: rgba(36, 74, 144, 0); }
  .image__item__image[data-lazy][data-animation=fade].lazy--loaded .lazy__load__img {
    opacity: .7;
    -webkit-transition: opacity .5s ease, background-color .4s ease !important;
    -o-transition: opacity .5s ease, background-color .4s ease !important;
    transition: opacity .5s ease, background-color .4s ease !important; }

.image__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2; }

.image__item__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em;
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2; }

.image__item__intro {
  overflow: hidden;
  max-height: 5.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.7; }
  .image__item__intro p {
    margin: 0; }

.image__item__more.button__link {
  margin-bottom: 0; }

@media all and (min-width: 550px) {
  .image__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3; } }

@media all and (min-width: 769px) {
  .home__links {
    margin-bottom: -100px;
    padding-bottom: 0; }
  .image__item {
    margin: 0 15px; } }

.lte-ie8 .home__links {
  margin-bottom: -100px;
  padding-bottom: 0; }

.lte-ie8 .image__item {
  margin: 0 15px; }

@media all and (min-width: 1025px) {
  .home__links {
    margin-bottom: -180px; }
  .image__item__hover {
    padding: 2.5em 3.125em; } }

.map__top {
  position: relative;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  width: 100%;
  max-height: 145px; }
  .map__top:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 8.35714%; }
  .map__top svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.contact__map {
  position: relative;
  width: 100%;
  height: 350px; }
  .contact__map > div {
    height: 100%; }

.map__contact {
  padding: 3em 2em;
  line-height: 1.7; }
  .map__contact p {
    margin: 0; }
  .map__contact .button__link {
    margin-top: 1em; }

.map__contact__item {
  margin: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .map__contact__item a {
    color: #244A90; }
  .map__contact__item span {
    display: inline-block;
    width: 35px;
    margin-right: 1rem; }

@media all and (min-width: 769px) {
  .home__map {
    z-index: 2; }
  .contact__map {
    position: static;
    height: auto; }
  .map__center {
    padding-left: 5%;
    text-align: left; } }
  @media all and (min-width: 769px) and (min-width: 1409.7px) {
    .map__center {
      padding-left: calc(50% - 635px); } }

@media all and (min-width: 769px) {
  .map__contact {
    text-align: left;
    position: relative;
    margin: 12.5em 0 10vw;
    display: inline-block;
    width: 40vw;
    max-width: 450px;
    z-index: 4;
    padding: 2.8125em;
    border-radius: 50px;
    background: rgba(247, 247, 247, 0.75); } }

.lte-ie8 .home__map {
  z-index: 2; }

.lte-ie8 .contact__map {
  position: static;
  height: auto; }

.lte-ie8 .map__center {
  padding-left: 5%;
  text-align: left; }
  @media all and (min-width: 1409.7px) {
    .lte-ie8 .map__center {
      padding-left: calc(50% - 635px); } }

.lte-ie8 .map__contact {
  text-align: left;
  position: relative;
  margin: 12.5em 0 10vw;
  display: inline-block;
  width: 40vw;
  max-width: 450px;
  z-index: 4;
  padding: 2.8125em;
  border-radius: 50px;
  background: rgba(247, 247, 247, 0.75); }

@media all and (min-width: 1025px) {
  .map__contact {
    min-width: 375px;
    padding: 3.125em 4.0625em;
    margin: 17.5em 0 8.4375em; } }
