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

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

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

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 46vw; }

.hero__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  z-index: 5; }
  .hero__banner__text {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    padding-left: 100%;
    -webkit-animation: bannerMarquee 30s linear infinite;
    animation: bannerMarquee 30s linear infinite; }

@-webkit-keyframes bannerMarquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes bannerMarquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.home__quote {
  border: 10px solid #fff;
  padding: 4em 5%; }
  .home__quote .content__region h2, .home__quote .content__region h3, .home__quote .content__region h4, .home__quote .content__region h5 {
    margin: 0 0 .35em;
    font-weight: 800; }
  .home__quote .content__region h2 {
    font-size: 1.25em; }
    @media all and (min-width: 415px) {
      .home__quote .content__region h2 {
        font-size: 1.5em; } }
    .home__quote .content__region h2 .lte-ie8 {
      font-size: 1.5em; }
    @media all and (min-width: 769px) {
      .home__quote .content__region h2 {
        font-size: 1.875em; } }
    .home__quote .content__region h2 .lte-ie8 {
      font-size: 1.875em; }
    @media all and (min-width: 1025px) {
      .home__quote .content__region h2 {
        font-size: 2.25em; } }
    @media all and (min-width: 1301px) {
      .home__quote .content__region h2 {
        font-size: 2.5em; } }
  .home__quote .content__region p {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto; }

@media all and (min-width: 769px) {
  .home__quote {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    padding-right: 10%; } }

.lte-ie8 .home__quote {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  padding-right: 10%; }

@media all and (min-width: 850px) {
  .home__quote {
    border-right: 0;
    border-width: clamp(2em, 5vw, 3.75em); } }

.home__welcome {
  border: 10px solid #fff; }

.home__quote + .home__welcome {
  border-top: 0; }

.home__welcome__watermark__image {
  position: relative;
  position: absolute;
  top: 1.5em;
  bottom: 1.5em;
  width: 100%;
  max-height: 100%;
  right: 0;
  opacity: .2; }
  .home__welcome__watermark__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .home__welcome__watermark__image img {
    -o-object-fit: contain;
    object-fit: contain;
    object-positon: right center;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%); }

.home__welcome__content {
  padding: 4em 5%;
  position: relative; }

.home__welcome__content__inner {
  z-index: 2; }
  .home__welcome__content__inner .content__region {
    margin-bottom: 1em; }

.welcome__img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 36vw;
  max-width: 265px;
  margin: 0 auto 1em; }
  .welcome__img:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .welcome__img .cover {
    position: absolute; }

h2#welcome__title {
  font-size: 1.25em;
  color: var(--primary-color);
  margin: 0 0 .35em;
  font-weight: 800; }
  @media all and (min-width: 415px) {
    h2#welcome__title {
      font-size: 1.5em; } }
  h2#welcome__title .lte-ie8 {
    font-size: 1.5em; }
  @media all and (min-width: 769px) {
    h2#welcome__title {
      font-size: 1.875em; } }
  h2#welcome__title .lte-ie8 {
    font-size: 1.875em; }
  @media all and (min-width: 1025px) {
    h2#welcome__title {
      font-size: 2.25em; } }
  @media all and (min-width: 1301px) {
    h2#welcome__title {
      font-size: 2.5em; } }

.home__welcome__trust {
  position: relative;
  width: 20vw;
  max-width: 500px;
  opacity: .2;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%; }
  .home__welcome__trust:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 131.35705%; }
  .home__welcome__trust img {
    -o-object-position: bottom right;
    object-position: bottom right;
    -o-object-fit: contain;
    object-fit: contain; }

h4.home__welcome__motto {
  color: #444444;
  font-weight: 800;
  font-size: clamp(18px, 3vw, 55px);
  margin: 1em 0 0;
  position: relative;
  opacity: .2; }

@media all and (min-width: 450px) and (max-width: 1000px) {
  .welcome__img {
    float: right;
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    margin: 0 0 1em 1em; } }

@media all and (min-width: 769px) {
  .home__welcome__content {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    padding-left: 10%; } }

.lte-ie8 .home__welcome__content {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  padding-left: 10%; }

@media all and (min-width: 850px) {
  .home__welcome {
    border-left: 0;
    border-width: clamp(2em, 5vw, 3.75em); } }

@media all and (min-width: 1000px) {
  .home__welcome {
    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; }
  .home__welcome__watermark {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); }
  .home__welcome__content {
    padding-left: 3.75em;
    width: 70%;
    padding-right: 5%; }
  .home__welcome__content__inner {
    padding-left: 2%; }
  .welcome__img {
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform: translateX(-1.875em);
    -ms-transform: translateX(-1.875em);
    transform: translateX(-1.875em); }
  h4.home__welcome__motto {
    white-space: nowrap;
    -webkit-transform: translateX(-6vw);
    -ms-transform: translateX(-6vw);
    transform: translateX(-6vw); } }

@media all and (min-width: 1440px) {
  .home__welcome__watermark {
    width: 36%; }
  .home__welcome__content {
    width: 64%;
    padding-right: 10%; } }

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

.home__links__list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.home__links__item {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  overflow: hidden; }
  .home__links__item:hover .home__links__item__link {
    -webkit-box-shadow: inset 0 0 0 5px var(--secondary-color);
    box-shadow: inset 0 0 0 5px var(--secondary-color); }

.home__links__item__link {
  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: 1em 2em;
  font-size: 1.125em;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-box-shadow: inset 0 0 0 0px var(--secondary-color);
  box-shadow: inset 0 0 0 0px var(--secondary-color); }

.home__links__item__icon {
  font-size: clamp(1.875em, 5vw, 3.75em);
  margin: 0 .5em 0 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -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; }

.home__links__item__title {
  -webkit-transition: color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, color .3s ease;
  transition: transform .3s ease, color .3s ease;
  transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease; }

@media all and (min-width: 480px) {
  .home__links__item {
    width: calc(50% - 1em);
    margin: .5em; } }

@media all and (min-width: 850px) {
  .home__links__item {
    width: calc(25% - 1em); }
    .home__links__item:hover .home__links__item__icon {
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85); }
    .home__links__item:hover .home__links__item__title {
      -webkit-transform: translateY(-0.5em);
      -ms-transform: translateY(-0.5em);
      transform: translateY(-0.5em);
      color: #444444; }
  .home__links__item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2em 1em; }
  .home__links__item__icon {
    margin: 0 0 1rem;
    line-height: 1; } }

@media all and (min-width: 1000px) {
  .home__links__item {
    width: auto;
    margin: 1em;
    max-width: 220px; }
  .home__links__item__link {
    min-width: 180px;
    padding: 3em 2em; } }

.home__news {
  padding: 3em 5% 0;
  border: 10px solid #fff; }
  @media all and (min-width: 1409.7px) {
    .home__news {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.home__news__inner {
  padding-bottom: 8.75em;
  z-index: 2; }

.home__news__inner__right {
  padding: 0 1em; }

h2#news__title, h2#attachment__title {
  font-size: 1.25em;
  margin: 0 0 .35em;
  font-weight: 800; }
  @media all and (min-width: 415px) {
    h2#news__title, h2#attachment__title {
      font-size: 1.5em; } }
  h2#news__title .lte-ie8, h2#attachment__title .lte-ie8 {
    font-size: 1.5em; }
  @media all and (min-width: 769px) {
    h2#news__title, h2#attachment__title {
      font-size: 1.875em; } }
  h2#news__title .lte-ie8, h2#attachment__title .lte-ie8 {
    font-size: 1.875em; }
  @media all and (min-width: 1025px) {
    h2#news__title, h2#attachment__title {
      font-size: 2.25em; } }
  @media all and (min-width: 1301px) {
    h2#news__title, h2#attachment__title {
      font-size: 2.5em; } }

.news__list .owl-item, .attachments__list .owl-item {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility 0s ease .4s, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility 0s ease .4s, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity .4s ease, visibility 0s ease .4s;
  transition: transform .4s ease, opacity .4s ease, visibility 0s ease .4s;
  transition: transform .4s ease, opacity .4s ease, visibility 0s ease .4s, -webkit-transform .4s ease; }

.news__list .owl-item.active, .attachments__list .owl-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.news__list .owl-item.active ~ .owl-item:not(.active), .attachments__list .owl-item.active ~ .owl-item:not(.active) {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0.1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.news__item {
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em; }

.news__item__image {
  position: relative;
  width: 100%; }
  .news__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 67.07317%; }
  .news__item__image img {
    -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; }
  .news__item__image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.news__item__content {
  background: var(--tertiary-color);
  padding: 2em;
  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: center;
  -ms-flex-align: center;
  align-items: center; }

.news__item__content__logo {
  position: relative;
  width: 2.625em;
  height: 2.625em;
  margin-right: 1em; }
  .news__item__content__logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }

.news__item__content__title {
  margin: 0 0 .35em; }

.news__item__content__date {
  margin: 0;
  color: #444444; }

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

.home__news__controls, .home__attachment__controls {
  position: absolute;
  left: -1em;
  right: -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: 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;
  height: 60vw;
  z-index: 6;
  visibility: hidden; }
  .home__news__controls > div, .home__attachment__controls > div {
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    background: currentColor;
    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;
    visibility: visible;
    cursor: pointer;
    -webkit-transition: opacity .3s ease, color .3s ease, background .3s ease;
    -o-transition: opacity .3s ease, color .3s ease, background .3s ease;
    transition: opacity .3s ease, color .3s ease, background .3s ease; }
    .home__news__controls > div:hover, .home__attachment__controls > div:hover {
      background: var(--secondary-color);
      color: #fff; }
    .home__news__controls > div.disabled, .home__attachment__controls > div.disabled {
      opacity: .1; }
  .home__news__controls svg, .home__attachment__controls svg {
    font-size: 1.6em;
    color: var(--primary-color); }

@media all and (min-width: 600px) {
  .button__link--news {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .home__news__controls, .home__attachment__controls {
    bottom: 3em;
    right: 0;
    left: auto;
    width: 110px;
    height: auto; }
  .home__news__inner__right {
    padding: 0; } }

@media all and (min-width: 850px) {
  .home__news {
    border-right: 0;
    border-width: clamp(2em, 5vw, 3.75em); }
    .home__news:before {
      position: absolute;
      content: '';
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      height: 5em;
      z-index: 0; }
  .home__news__inner {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 0; }
  .home__news__inner__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 30%;
    z-index: 3; }
  .home__news__inner__right {
    width: 65%;
    padding-top: 1em; }
  #news__title {
    max-width: 330px; }
  .home__news__controls, .home__attachment__controls {
    position: static;
    margin: 1.6em 0 2em; }
  .button__link--news {
    position: relative;
    bottom: 0; } }

.home__events {
  padding: 3em 5%;
  border: 10px solid #fff; }
  @media all and (min-width: 1409.7px) {
    .home__events {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

h2#events__title {
  font-size: 1.25em;
  margin: 0 0 .35em;
  font-weight: 800;
  color: var(--primary-color); }
  @media all and (min-width: 415px) {
    h2#events__title {
      font-size: 1.5em; } }
  h2#events__title .lte-ie8 {
    font-size: 1.5em; }
  @media all and (min-width: 769px) {
    h2#events__title {
      font-size: 1.875em; } }
  h2#events__title .lte-ie8 {
    font-size: 1.875em; }
  @media all and (min-width: 1025px) {
    h2#events__title {
      font-size: 2.25em; } }
  @media all and (min-width: 1301px) {
    h2#events__title {
      font-size: 2.5em; } }

.events__list {
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 2em; }

.events__link {
  background: #fff;
  padding: 1.5em 2em;
  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;
  border-radius: 1em;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow .17s ease;
  transition: -webkit-box-shadow .17s ease;
  -o-transition: box-shadow .17s ease;
  transition: box-shadow .17s ease;
  transition: box-shadow .17s ease, -webkit-box-shadow .17s ease; }
  .events__link:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6); }
    .events__link:hover .events__info__title {
      color: #444444; }
    .events__link:hover .events__time {
      color: var(--secondary-color); }

.events__item {
  margin: 10px;
  max-width: 400px; }

.events__info__title {
  margin: 0;
  font-size: 1.125em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.events__date {
  margin: 1em 0 .4em; }

.events__time {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

@media all and (min-width: 850px) {
  .home__news + .home__events {
    border-left: 0;
    border-top: 0;
    border-width: clamp(2em, 5vw, 3.75em); }
  .home__links + .home__events {
    border-right: 0;
    border-width: clamp(2em, 5vw, 3.75em); } }

@media all and (min-width: 1025px) {
  .events__item {
    max-width: calc(33.2% - 20px); } }

@media all and (min-width: 850px) {
  .home__news + .home__attachment {
    border-left: 0;
    border-top: 0;
    border-right: clamp(2em, 5vw, 3.75em) solid #fff;
    border-width: clamp(2em, 5vw, 3.75em);
    overflow: hidden;
    padding-bottom: 2em; }
  .home__events + .home__attachment {
    border-right: 0;
    border-top: 0;
    border-width: clamp(2em, 5vw, 3.75em); } }

/*# sourceMappingURL=home.css.map */