.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

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

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@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: 600px;
  max-height: calc(100vh - 60px);
  height: 100vh; }
  .hero .hero__video__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.hero__watermark {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%; }
  .hero__watermark img {
    display: block;
    width: 100%; }

.motto {
  position: absolute;
  bottom: 110px;
  left: calc(50% - 60px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  line-height: 0.8; }
  .motto .motto__line__1 h2 {
    position: relative;
    z-index: 2;
    font-size: 100px;
    font-family: var(--font-heading);
    color: #fff;
    min-width: 50px;
    margin: 0;
    font-weight: 600; }
  .motto .motto__line__2 {
    position: relative;
    left: 190px; }
    .motto .motto__line__2 h2 {
      position: relative;
      z-index: 2;
      font-size: 100px;
      font-family: var(--font-heading);
      color: #fff;
      min-width: 50px;
      margin: 0;
      font-weight: 600; }
    .motto .motto__line__2:before {
      z-index: 1;
      content: '';
      position: absolute;
      top: calc(50% + 10px);
      left: calc(50% - 30px);
      width: 100%;
      max-width: 440px;
      height: 15px;
      background: var(--col-sec);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@media (max-width: 1200px) {
  .motto {
    bottom: 140px; } }

@media (max-width: 1049px) {
  .motto {
    left: calc(50% - 40px); }
    .motto .motto__line__1 h2 {
      font-size: 40px; }
    .motto .motto__line__2 {
      left: 76px; }
      .motto .motto__line__2 h2 {
        font-size: 40px; }
      .motto .motto__line__2:before {
        top: calc(50% + 3px);
        left: calc(50% - 10px);
        height: 5px;
        max-width: 180px; } }

.scroll__down {
  position: absolute;
  bottom: 56px;
  right: 85px;
  z-index: 5;
  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;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .scroll__down svg {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .scroll__down span {
    font-weight: normal;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .scroll__down:focus-within, .scroll__down:hover {
    color: var(--col-ter); }
    .scroll__down:focus-within svg, .scroll__down:hover svg {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .scroll__down:focus-within span, .scroll__down:hover span {
      opacity: 1;
      visibility: visible; }

@media (max-width: 1049px) {
  .scroll__down {
    right: 20px; } }

.entry__links__block {
  position: relative;
  margin-top: -100px;
  top: 50px;
  z-index: 3; }

.entry__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.entry__links__item__link {
  position: relative;
  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;
  text-align: center;
  width: 250px;
  height: 100px; }
  .entry__links__item__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
    clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
    background: var(--col-sec);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .entry__links__item__link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
    clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
    z-index: 1;
    background: var(--col-pri);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .entry__links__item__link:focus-within:before, .entry__links__item__link:hover:before {
    background: var(--col-sec); }
  .entry__links__item__link:focus-within:after, .entry__links__item__link:hover:after {
    background: #415B7E; }

.entry__links__item__title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.entry__links__item__subtitle {
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--col-ter);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (min-width: 1050px) and (max-width: 1140px) {
  .entry__links__inner {
    gap: 10px; } }

@media (max-width: 1049px) {
  .entry__links__block {
    background: var(--col-sec-darker);
    margin: 0;
    top: 0;
    padding: 40px 20px; } }

.welcome__block {
  position: relative;
  background: url(../images/design/welcome-bg.svg) center no-repeat #C6D5EA;
  background-size: contain;
  padding: 120px 20px 0; }
  .welcome__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#668ec7), to(rgba(102, 142, 199, 0)));
    background: -webkit-linear-gradient(left, #668ec7 0%, rgba(102, 142, 199, 0) 100%);
    background: -o-linear-gradient(left, #668ec7 0%, rgba(102, 142, 199, 0) 100%);
    background: linear-gradient(to right, #668ec7 0%, rgba(102, 142, 199, 0) 100%);
    opacity: 0.2; }
  .welcome__block:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2; }

.welcome__inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px; }

.welcome__item__image__wrapper {
  margin-top: auto; }

.welcome__item__image__wrap {
  height: 710px;
  width: 590px; }
  .welcome__item__image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.welcome__item__text__wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 590px;
  width: 100%;
  padding-bottom: 20px; }

.welcome__item__heading__line__1 {
  font-weight: 600;
  font-size: 40px;
  font-family: var(--font-heading);
  color: var(--col-pri);
  margin: 0; }

.welcome__item__heading__line__2 {
  font-weight: 700;
  font-size: 80px;
  font-family: var(--font-heading);
  color: var(--col-pri);
  margin: 0;
  text-transform: uppercase; }

.welcome__item__quote {
  font-weight: bold;
  font-style: italic;
  font-family: var(--font-heading);
  font-size: 28px;
  margin: 10px 0 0;
  color: var(--col-sec-darker);
  line-height: 1.4; }

.welcome__item__text {
  font-weight: normal;
  font-size: 18px;
  color: var(--col-qui);
  margin: 20px 0;
  line-height: 1.4; }

.welcome__item__author {
  font-weight: 500;
  font-size: 18px;
  color: var(--col-qui);
  margin: 0; }

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px; }

@media (max-width: 1280px) {
  .welcome__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .welcome__item__image__wrap {
    height: auto;
    width: 442px; }
  .welcome__item__text__wrap {
    max-width: 442px; }
  .welcome__item__heading__line__1 {
    font-size: 30px; }
  .welcome__item__heading__line__2 {
    font-size: 60px; }
  .welcome__item__quote {
    font-size: 21px; }
  .welcome__item__text {
    font-size: 14px; }
  .welcome__item__author {
    font-size: 14px; } }

@media (max-width: 960px) {
  .welcome__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .welcome__item__image__wrap {
    height: auto;
    width: 331px; }
  .welcome__item__heading__line__1 {
    font-size: 23px; }
  .welcome__item__heading__line__2 {
    font-size: 45px; }
  .welcome__item__quote {
    font-size: 16px; }
  .welcome__item__text {
    font-size: 14px; }
  .welcome__item__author {
    font-size: 14px; } }

@media (max-width: 780px) {
  .welcome__block {
    padding-top: 60px; }
  .welcome__item__image__wrap {
    max-width: 200px; }
  .welcome__item__text__wrap {
    -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;
    text-align: center; }
  .welcome__item__heading__line__2 {
    font-size: 30px; }
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .cta__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.testimonials__block {
  position: relative;
  background: var(--col-pri); }

.testimonials__inner {
  width: 100%; }

.testimonials__item {
  min-height: 554px;
  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;
  padding: 0 60px; }

.testimonials__item__image__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .testimonials__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .testimonials__item__image__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.3;
    z-index: 1; }
  .testimonials__item__image__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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.7;
    z-index: 1; }

.testimonials__item__quote {
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  color: #fff;
  font-family: var(--font-heading);
  margin: 0;
  max-width: 710px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.testimonials__item__author {
  font-weight: 500;
  font-size: 18px;
  color: var(--col-ter);
  margin: 20px 0 0;
  max-width: 710px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 860px) {
  .testimonials__item {
    padding-bottom: 70px;
    padding-top: 20px; }
  .testimonials__item__quote {
    display: block;
    font-size: 30px; }
  .testimonials__block .swiper__pagination {
    bottom: 0; } }

@media (max-width: 500px) {
  .testimonials__item__quote {
    font-size: 20px; } }

.caritas__block {
  position: relative;
  min-height: 400px;
  background: var(--col-pri); }

.caritas__inner {
  padding: 40px 20px 80px 20px; }

.caritas__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto; }

.caritas__item__background__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .caritas__item__background__wrap img {
    width: 70%;
    height: 100%;
    display: block;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8; }
  .caritas__item__background__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0d1419), to(rgba(13, 20, 25, 0)));
    background: -webkit-linear-gradient(left, #0d1419 0%, rgba(13, 20, 25, 0) 100%);
    background: -o-linear-gradient(left, #0d1419 0%, rgba(13, 20, 25, 0) 100%);
    background: linear-gradient(to right, #0d1419 0%, rgba(13, 20, 25, 0) 100%);
    opacity: 0.1;
    z-index: 1; }
  .caritas__item__background__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(99, 26, 53, 0)), to(#631a35));
    background: -webkit-linear-gradient(right, rgba(99, 26, 53, 0) 0%, #631a35 100%);
    background: -o-linear-gradient(right, rgba(99, 26, 53, 0) 0%, #631a35 100%);
    background: linear-gradient(to left, rgba(99, 26, 53, 0) 0%, #631a35 100%);
    z-index: 1; }

@media (max-width: 1049px) {
  .caritas__item__background__wrap:before {
    width: 100%; } }

.caritas__item__image__wrap {
  position: relative;
  z-index: 2;
  max-width: 300px;
  width: 100%; }
  .caritas__item__image__wrap img {
    width: 100%;
    display: block; }

.caritas__item__text__wrap {
  position: relative;
  z-index: 2;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 530px;
  width: 100%; }

.caritas__item__heading {
  font-weight: 600;
  font-size: 50px;
  font-family: var(--font-heading);
  color: #fff;
  margin: 0; }

.caritas__item__text {
  font-weight: normal;
  font-size: 18px;
  margin: 15px 0 30px;
  color: #fff; }

@media (max-width: 1280px) {
  .caritas__item__content {
    gap: 20px; } }

@media (max-width: 1050px) {
  .caritas__inner {
    padding: 20px 20px 40px; }
  .caritas__item__background__wrap img {
    width: 100%; }
  .caritas__item__background__wrap:after {
    width: 100%; }
  .caritas__item__content,
  .caritas__item__text__wrap {
    -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;
    text-align: center;
    gap: 0; }
  .caritas__item__text {
    margin: 10px 0; } }

@media (max-width: 580px) {
  .caritas__item__image__wrap {
    max-width: 200px; }
  .caritas__item__heading {
    font-size: 30px; }
  .caritas__item__text {
    font-size: 16px; } }

.isi__block {
  position: relative;
  min-height: 300px;
  background: #fff; }

.isi__inner {
  padding: 60px; }

.isi__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto; }

.isi__item__image__wrap {
  position: relative;
  z-index: 2;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px; }
  .isi__item__image__wrap img {
    width: 100%;
    display: block; }

.isi__item__text__wrap {
  position: relative;
  z-index: 2;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 800px;
  width: 100%; }

.isi__item__heading {
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  font-family: var(--font-heading);
  color: var(--col-qui);
  margin: 0; }

.isi__item__text {
  font-weight: 500;
  font-size: 18px;
  margin: 15px 0 30px;
  color: var(--col-sec-dark); }

@media (max-width: 1380px) {
  .isi__item__text__wrap {
    max-width: 600px; }
  .isi__item__heading {
    font-size: 40px; } }

@media (max-width: 1280px) {
  .isi__item__content {
    gap: 20px; } }

@media (max-width: 1050px) {
  .isi__inner {
    padding: 40px 20px; }
  .isi__item__image__wrapper,
  .isi__item__content,
  .isi__item__text__wrap {
    -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;
    text-align: center;
    gap: 0; }
  .isi__item__image__wrapper {
    margin-bottom: 10px; }
  .isi__item__image__wrap {
    margin: 0 auto 30px; }
  .isi__item__text {
    margin: 10px 0; } }

@media (max-width: 580px) {
  .isi__item__image__wrap {
    max-width: 200px; }
  .isi__item__heading {
    font-size: 30px; }
  .isi__item__text {
    font-size: 16px; } }

.social__block {
  position: relative;
  background: url(../images/design/social-watermark.svg) center no-repeat #C6D5EA;
  padding: 100px 20px 350px;
  border-top: 4px solid var(--col-sec);
  border-bottom: 4px solid var(--col-sec);
  z-index: 2; }
  .social__block .heading {
    margin: 0 0 10px;
    text-align: center;
    color: var(--col-qui);
    font-size: 50px;
    font-weight: 600;
    font-family: var(--font-heading); }
  .social__block .swiper__navigation--spread {
    top: calc(50% - 0px);
    max-width: 1320px; }
  .social__block .swiper__pagination {
    position: relative;
    bottom: auto;
    margin-top: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .social__block .swiper__pagination > span {
      border-color: var(--col-sec-darker); }
      .social__block .swiper__pagination > span.swiper-pagination-bullet-active {
        border-color: var(--col-pri);
        background: var(--col-pri); }
        .social__block .swiper__pagination > span.swiper-pagination-bullet-active:after {
          background: var(--col-ter); }
  .social__block .swiper {
    overflow: visible; }
  .social__block .swiper-slide {
    opacity: 0.3;
    pointer-events: none;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    overflow: hidden; }
  .social__block .swiper-slide-visible,
  .social__block .swiper__visible {
    opacity: 1;
    pointer-events: all; }

@media (min-width: 1050px) {
  .social__block:before {
    content: '';
    position: absolute;
    top: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 814px;
    height: 522px;
    z-index: 1;
    background: url(../images/design/link-lines.svg) center no-repeat;
    background-size: cover; } }

@media (max-width: 600px) {
  .social__block .swiper__navigation--spread {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    max-width: 200px;
    margin: 20px auto 0; }
  .social__block .heading {
    font-size: 30px; }
  .social__block .social__block__inner {
    padding: 0 20px; } }

.social__block__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  padding: 0 60px;
  z-index: 2; }

.social__filter {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin: 0 auto 35px; }
  .social__filter .reset__button {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--col-sec-darker);
    padding: 4px 10px;
    background: transparent;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .social__filter .reset__button span {
      position: relative;
      z-index: 1; }
    .social__filter .reset__button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
      clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
      background: var(--col-sec-darker);
      -webkit-transition: ease 0.4s;
      -o-transition: ease 0.4s;
      transition: ease 0.4s;
      opacity: 0;
      visibility: hidden; }
    .social__filter .reset__button:focus-within, .social__filter .reset__button:hover, .social__filter .reset__button.active {
      background: transparent;
      color: #fff; }
      .social__filter .reset__button:focus-within:before, .social__filter .reset__button:hover:before, .social__filter .reset__button.active:before {
        opacity: 1;
        visibility: visible; }

.social__item__block {
  position: relative;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 370px;
  padding: 30px;
  background: #000; }
  .social__item__block:focus-within .social__item__image video,
  .social__item__block:focus-within .social__item__image img, .social__item__block:hover .social__item__image video,
  .social__item__block:hover .social__item__image img {
    opacity: 0.3; }
  .social__item__block:focus-within .social__item__content, .social__item__block:hover .social__item__content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .social__item__block:focus-within .social__item__text, .social__item__block:hover .social__item__text {
    height: 115px; }

.social__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .social__item__image video,
  .social__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .social__item__image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 172px;
    height: 160px;
    background: -webkit-gradient(linear, right top, left bottom, from(#0d1419), color-stop(38.28%, rgba(13, 20, 25, 0.23)), color-stop(49.22%, rgba(13, 20, 25, 0.02)), color-stop(57.3%, rgba(13, 20, 25, 0)), color-stop(66.94%, rgba(13, 20, 25, 0)), to(rgba(13, 20, 25, 0)));
    background: -webkit-linear-gradient(right top, #0d1419 0%, rgba(13, 20, 25, 0.23) 38.28%, rgba(13, 20, 25, 0.02) 49.22%, rgba(13, 20, 25, 0) 57.3%, rgba(13, 20, 25, 0) 66.94%, rgba(13, 20, 25, 0) 100%);
    background: -o-linear-gradient(right top, #0d1419 0%, rgba(13, 20, 25, 0.23) 38.28%, rgba(13, 20, 25, 0.02) 49.22%, rgba(13, 20, 25, 0) 57.3%, rgba(13, 20, 25, 0) 66.94%, rgba(13, 20, 25, 0) 100%);
    background: linear-gradient(to left bottom, #0d1419 0%, rgba(13, 20, 25, 0.23) 38.28%, rgba(13, 20, 25, 0.02) 49.22%, rgba(13, 20, 25, 0) 57.3%, rgba(13, 20, 25, 0) 66.94%, rgba(13, 20, 25, 0) 100%);
    opacity: 0.6;
    z-index: 1; }
  .social__item__image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 185px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 20, 25, 0)), to(#0d1419));
    background: -webkit-linear-gradient(rgba(13, 20, 25, 0) 0%, #0d1419 100%);
    background: -o-linear-gradient(rgba(13, 20, 25, 0) 0%, #0d1419 100%);
    background: linear-gradient(rgba(13, 20, 25, 0) 0%, #0d1419 100%); }

.social__item__label {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  z-index: 2; }

.social__item__content {
  position: relative;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 2;
  min-height: 101px;
  -webkit-transform: translateY(calc(100% - 61px));
  -ms-transform: translateY(calc(100% - 61px));
  transform: translateY(calc(100% - 61px));
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.social__item__date {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--col-ter);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin: 0; }

.social__item__text {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0 25px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  height: 46px; }

.social__item__cta {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98B3D9;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .social__item__cta:focus-within, .social__item__cta:hover {
    color: #fff;
    text-transform: uppercase; }

.home__social__links {
  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;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px; }
  .home__social__links .social__links__item__link {
    color: var(--col-sec-darker); }
    .home__social__links .social__links__item__link:focus-within, .home__social__links .social__links__item__link:hover {
      color: #fff; }

.social__heading {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--col-sec-darker);
  margin: 0; }

.admin__feed__authorise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .admin__feed__authorise a.admin__setup {
    padding: 10px;
    background: var(--col-sec-dark);
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    border-radius: 10px;
    border: 2px solid var(--col-sec);
    text-decoration: none; }
    .admin__feed__authorise a.admin__setup:focus-within, .admin__feed__authorise a.admin__setup:hover {
      background: var(--col-sec); }

.events__block {
  position: relative;
  background: #fff;
  padding: 20px 20px 60px;
  margin-top: -251px; }
  .events__block .heading {
    margin: 0 0 10px;
    text-align: center;
    color: var(--col-qui);
    font-size: 50px;
    font-weight: 600;
    font-family: var(--font-heading); }
  .events__block .swiper__navigation--spread {
    top: calc(50% - 0px);
    max-width: 1320px; }
  .events__block .swiper__pagination {
    position: relative;
    bottom: auto;
    margin-top: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .events__block .swiper__pagination > span {
      border-color: var(--col-sec-darker); }
      .events__block .swiper__pagination > span.swiper-pagination-bullet-active {
        border-color: var(--col-pri);
        background: var(--col-pri); }
        .events__block .swiper__pagination > span.swiper-pagination-bullet-active:after {
          background: var(--col-ter); }
  .events__block .swiper {
    overflow: visible; }
  .events__block .swiper-slide {
    opacity: 0.3;
    pointer-events: none;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    overflow: hidden; }
  .events__block .swiper__visible {
    opacity: 1;
    pointer-events: all; }

@media (max-width: 600px) {
  .events__block {
    margin-top: -225px; }
    .events__block .swiper__navigation--spread {
      position: relative;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: auto;
      max-width: 200px;
      margin: 20px auto 0; }
    .events__block .heading {
      font-size: 30px; }
    .events__block .events__block__inner {
      padding: 0 20px; } }

.events__block__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  padding: 0 60px;
  z-index: 3;
  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; }

.events__list {
  width: 100%; }

.events__filter {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin: 0 auto 35px; }
  .events__filter li {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--col-sec-darker);
    padding: 4px 10px;
    background: transparent;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    cursor: pointer; }
    .events__filter li span {
      position: relative;
      z-index: 1; }
    .events__filter li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
      clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
      background: var(--col-sec-darker);
      -webkit-transition: ease 0.4s;
      -o-transition: ease 0.4s;
      transition: ease 0.4s;
      opacity: 0;
      visibility: hidden; }
    .events__filter li:focus-within, .events__filter li:hover, .events__filter li.active {
      background: transparent;
      color: #fff; }
      .events__filter li:focus-within:before, .events__filter li:hover:before, .events__filter li.active:before {
        opacity: 1;
        visibility: visible; }

.events__item__logo {
  position: relative;
  width: 100px; }
  .events__item__logo img {
    display: block;
    width: 100%;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .events__item__logo .events__item__decoration {
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--col-sec);
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .events__item__logo .events__item__decoration__active {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    color: var(--col-pri);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    opacity: 0; }

.events__item__link {
  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; }
  .events__item__link:focus-within .events__item__logo img, .events__item__link:hover .events__item__logo img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .events__item__link:focus-within .events__item__logo .events__item__decoration, .events__item__link:hover .events__item__logo .events__item__decoration {
    color: var(--col-pri);
    opacity: 0; }
  .events__item__link:focus-within .events__item__logo .events__item__decoration__active, .events__item__link:hover .events__item__logo .events__item__decoration__active {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1); }
  .events__item__link:focus-within .events__item__title, .events__item__link:hover .events__item__title {
    text-decoration: underline; }

.events__item__content {
  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;
  text-align: center;
  margin-top: 20px; }

.events__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-family: var(--font-heading);
  color: var(--col-pri); }
  .events__item__date .day {
    font-size: 60px;
    font-weight: bold;
    margin: 0; }
  .events__item__date .month {
    font-size: 40px;
    font-weight: bold;
    margin: 0; }

.events__item__title {
  font-weight: 600;
  font-size: 28px;
  color: var(--col-qui);
  font-family: var(--font-heading);
  margin: 0; }

.events__item__desc {
  font-weight: 500;
  font-size: 16px;
  color: var(--col-qui);
  margin: 0; }

.events__item__time {
  font-weight: normal;
  font-size: 15px;
  color: var(--col-sec-darker);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px; }

.quote__block {
  position: relative;
  background: var(--col-pri);
  padding: 40px 20px; }

.quote__inner {
  position: relative;
  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;
  text-align: center;
  gap: 20px;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  z-index: 2; }

.quote__item__quote {
  font-family: var(--font-heading);
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  margin: 0; }

.quote__item__author {
  font-weight: 500;
  font-size: 18px;
  color: var(--col-ter);
  margin: 0; }

@media (max-width: 1049px) {
  .quote__inner {
    max-width: 570px; }
  .quote__item__quote {
    font-size: 30px; } }

.image__links__block {
  position: relative;
  padding: 80px 20px 40px;
  background: var(--col-pri); }
  .image__links__block .heading {
    margin: 0 0 35px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: var(--font-heading); }

.image__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1205px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  margin: 0 auto; }

.image__links__item__link {
  position: relative;
  height: 300px;
  width: 275px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 35px 20px; }
  .image__links__item__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 20, 25, 0)), to(#0d1419));
    background: -webkit-linear-gradient(rgba(13, 20, 25, 0) 0%, #0d1419 100%);
    background: -o-linear-gradient(rgba(13, 20, 25, 0) 0%, #0d1419 100%);
    background: linear-gradient(rgba(13, 20, 25, 0) 0%, #0d1419 100%); }
  .image__links__item__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 2;
    background: var(--col-ter);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .image__links__item__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -o-object-fit: cover;
    object-fit: cover; }
  .image__links__item__link:focus-within .image__links__item__content, .image__links__item__link:hover .image__links__item__content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .image__links__item__link:focus-within .image__links__item__subtitle, .image__links__item__link:hover .image__links__item__subtitle {
    opacity: 1;
    visibility: visible; }
  .image__links__item__link:focus-within img, .image__links__item__link:hover img {
    opacity: 0.5; }
  .image__links__item__link:focus-within:after, .image__links__item__link:hover:after {
    opacity: 1;
    visibility: visible; }

.image__links__item__content {
  position: relative;
  z-index: 2;
  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;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.image__links__item__title {
  font-weight: 600;
  font-size: 28px;
  margin: 0;
  color: #fff;
  font-family: var(--font-heading); }

.image__links__item__subtitle {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #98b3d9;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

@media (max-width: 500px) {
  .image__links__block .heading {
    font-size: 30px; } }

.bottom__background {
  position: relative;
  width: 100%;
  background: var(--col-pri);
  margin-top: -65px; }
  .bottom__background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 250px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#631a35), to(rgba(99, 26, 53, 0)));
    background: -webkit-linear-gradient(#631a35 0%, rgba(99, 26, 53, 0) 100%);
    background: -o-linear-gradient(#631a35 0%, rgba(99, 26, 53, 0) 100%);
    background: linear-gradient(#631a35 0%, rgba(99, 26, 53, 0) 100%); }
  .mason--admin .bottom__background:after {
    display: none; }
  .bottom__background .image {
    width: 100%;
    height: 100%;
    max-height: 510px; }
  .bottom__background img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 510px;
    -o-object-fit: cover;
    object-fit: cover; }

.header__link__wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  .header__link__wrapper.inview {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.burger__nav__trigger {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }
  .burger__nav__trigger.inview {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%); }

.hero__watermark img {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s; }

.hero__watermark.inview img {
  opacity: 1; }

.motto {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }
  .motto.inview {
    opacity: 1; }

.hero .hero__media__ctrls {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.hero.inview .hero__media__ctrls {
  opacity: 1; }

.scroll__down {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }
  .scroll__down.inview {
    opacity: 1; }

.entry__links__block .entry__links__item {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.entry__links__block.inview .entry__links__item {
  opacity: 1; }

.welcome__block {
  background: #C6D5EA; }
  .welcome__block:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/design/welcome-bg.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .welcome__block .welcome__item__image__wrap {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .welcome__block .welcome__item__heading__line__1 {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%); }
  .welcome__block .welcome__item__heading__line__2 {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%); }
  .welcome__block .welcome__item__quote {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%); }
  .welcome__block .welcome__item__text {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%); }
  .welcome__block .welcome__item__author {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%); }
  .welcome__block .cta__wrap {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%); }

.welcome__block.inview .welcome__item__image__wrap,
.welcome__block.inview .welcome__item__heading__line__1,
.welcome__block.inview .welcome__item__heading__line__2,
.welcome__block.inview .welcome__item__quote,
.welcome__block.inview .welcome__item__text,
.welcome__block.inview .welcome__item__author,
.welcome__block.inview .cta__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.welcome__block.inview:after {
  opacity: 1; }

.testimonials__block .testimonials__item__image__wrap img {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.testimonials__block .testimonials__item__quote {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.testimonials__block .testimonials__item__author {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.testimonials__block .swiper__navigation--spread {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.testimonials__block .swiper__pagination {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.testimonials__block.inview .testimonials__item__image__wrap img {
  opacity: 1; }

.testimonials__block.inview .testimonials__item__author,
.testimonials__block.inview .testimonials__item__quote {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.testimonials__block.inview .swiper__pagination,
.testimonials__block.inview .swiper__navigation--spread {
  opacity: 1; }

.caritas__block .caritas__item__background__wrap img {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.caritas__block .caritas__item__image__wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.caritas__block .caritas__item__heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.caritas__block .caritas__item__text {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.caritas__block .cta__wrap {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.caritas__block.inview .caritas__item__background__wrap img {
  opacity: 1; }

.caritas__block.inview .caritas__item__image__wrapper {
  opacity: 1; }

.caritas__block.inview .caritas__item__heading,
.caritas__block.inview .caritas__item__text,
.caritas__block.inview .cta__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.isi__block .isi__item__image__wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.isi__block .isi__item__heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.isi__block .isi__item__text {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.isi__block .cta__wrap {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.isi__block.inview .isi__item__background__wrap img {
  opacity: 1; }

.isi__block.inview .isi__item__image__wrapper {
  opacity: 1; }

.isi__block.inview .isi__item__heading,
.isi__block.inview .isi__item__text,
.isi__block.inview .cta__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.social__block {
  background: #C6D5EA; }
  .social__block:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/design/welcome-bg.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .social__block:before {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    -o-transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .social__block .heading {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .social__block .social__filter {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .social__block .social__feed {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .social__block .swiper__navigation--spread {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
  .social__block .swiper__pagination {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .social__block .home__social__links {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }

.social__block.inview:before {
  opacity: 1; }

.social__block.inview:after {
  opacity: 1; }

.social__block.inview .home__social__links,
.social__block.inview .swiper__pagination,
.social__block.inview .swiper__navigation--spread,
.social__block.inview .social__feed,
.social__block.inview .social__filter,
.social__block.inview .heading {
  opacity: 1; }

.events__block .heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.events__block .events__filter {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.events__block .events__list {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.events__block .swiper__navigation--spread {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.events__block .swiper__pagination {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.events__block .events__link {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.events__block.inview .events__link,
.events__block.inview .swiper__pagination,
.events__block.inview .swiper__navigation--spread,
.events__block.inview .events__list,
.events__block.inview .events__filter,
.events__block.inview .heading {
  opacity: 1; }

.image__links__block .heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.image__links__block .image__links__item {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }
  .image__links__block .image__links__item:nth-of-type(1) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .image__links__block .image__links__item:nth-of-type(2) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .image__links__block .image__links__item:nth-of-type(3) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .image__links__block .image__links__item:nth-of-type(4) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }

.image__links__block.inview .heading,
.image__links__block.inview .image__links__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.quote__block .quote__item__quote {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.quote__block .quote__item__author {
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  opacity: 0;
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s; }

.quote__block.inview .quote__item__quote,
.quote__block.inview .quote__item__author {
  opacity: 1; }

.bottom__background .image {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.bottom__background.inview .image {
  opacity: 1; }
