.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: 70vh;
  max-height: 100vh;
  height: 100vh; }

.trust__link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -11px;
  z-index: 5; }
  .trust__link svg #trust_link > g > g#Rectangle_5662-2 {
    stroke: #3c0629;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .trust__link:focus-within svg #trust_link > g > g#Rectangle_5662-2, .trust__link:hover svg #trust_link > g > g#Rectangle_5662-2 {
    stroke: #fff; }

@media (max-width: 1049px) {
  .hero {
    min-height: 700px; }
  .trust__link {
    top: calc(50% - 80px); } }

.scrolling__values {
  position: absolute;
  bottom: 150px;
  left: 100px;
  z-index: 2;
  max-width: 650px;
  width: 100%;
  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: 3; }

.values__heading h2 {
  margin: 0;
  min-width: 50px;
  color: var(--col-pritxt);
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  max-width: 530px; }

.values__heading:after {
  content: '';
  position: relative;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  display: block; }

.values__inner {
  overflow: visible;
  width: 100%; }

.values__item {
  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; }

.values__item__title {
  position: relative;
  font-size: clamp(30px, 4.7vw, 60px);
  font-weight: 700;
  color: var(--col-pritxt);
  margin: 0;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }

.scrolling__values .swiper__pagination {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .scrolling__values .swiper__pagination > span {
    position: relative;
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 0.3;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .scrolling__values .swiper__pagination > span:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 34px;
      height: 34px;
      background: #fff;
      opacity: 0;
      -webkit-transition: ease 0.4s opacity;
      -o-transition: ease 0.4s opacity;
      transition: ease 0.4s opacity;
      border-radius: 100%; }
    .scrolling__values .swiper__pagination > span.swiper-pagination-bullet-active {
      opacity: 1; }
      .scrolling__values .swiper__pagination > span.swiper-pagination-bullet-active:after {
        opacity: 0.3; }

@media (min-width: 1050px) and (max-height: 800px) {
  .scrolling__values {
    bottom: 120px; } }

@media (max-width: 1049px) {
  .scrolling__values {
    left: 20px; }
  .values__item__title {
    font-size: 24px; }
  .scrolling__values .swiper__pagination {
    margin-top: 20px; } }

@media (max-width: 640px) {
  .values__heading h2 {
    padding-right: 20px; } }

.scroll__down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background: var(--col-sec);
  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;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  cursor: pointer; }
  .scroll__down .icon__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .scroll__down .icon__wrap svg {
      -webkit-transition: ease 0.4s;
      -o-transition: ease 0.4s;
      transition: ease 0.4s; }
  .scroll__down .text {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    color: var(--col-pritxt);
    white-space: nowrap; }
  .scroll__down:focus-within, .scroll__down:hover {
    background: #fff; }
    .scroll__down:focus-within .icon__wrap svg, .scroll__down:hover .icon__wrap svg {
      -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
      transform: translateY(-15%); }

.home__landing {
  position: relative;
  background: url(../images/design/watermark.svg) center left no-repeat var(--col-pri); }

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px; }

@media (max-width: 640px) {
  .cta__wrap {
    -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; } }

.welcome__block {
  position: relative;
  padding: 90px 20px 45px; }

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

.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: 600px;
  width: 100%; }

.welcome__item__preheading {
  font-size: 24px;
  color: var(--col-pritxt);
  margin: 0; }

.welcome__item__heading {
  font-size: 40px;
  color: var(--col-pritxt);
  font-weight: bold;
  margin: 0; }

.welcome__item__text {
  font-size: 16px;
  color: var(--col-pritxt);
  margin: 30px 0; }
  .welcome__item__text p {
    margin: 0;
    color: currentColor; }

.welcome__item__image__wrap {
  width: 522px;
  height: 522px;
  border-radius: 52px;
  overflow: hidden; }
  .welcome__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 1049px) {
  .welcome__item__text__wrap,
  .welcome__inner {
    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; }
  .welcome__item__image__wrap {
    width: 400px;
    height: 400px; } }

@media (max-width: 640px) {
  .welcome__item__preheading {
    font-size: 18px; }
  .welcome__item__heading {
    font-size: 26px; }
  .welcome__item__text {
    font-size: 14px; }
  .welcome__item__image__wrap {
    width: 280px;
    height: 280px;
    border-radius: 32px; } }

.church__block {
  position: relative;
  padding: 45px 20px 90px; }

.church__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.church__item__image__wrap {
  width: 522px;
  height: 522px;
  border-radius: 52px;
  overflow: hidden; }
  .church__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.church__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: 600px;
  width: 100%; }

.church__item__heading {
  font-size: 40px;
  color: var(--col-pritxt);
  font-weight: bold;
  margin: 0 0 40px; }

.church__item__quote {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--col-pritxt); }

.church__item__text {
  font-size: 16px;
  color: var(--col-pritxt);
  margin: 40px 0; }

@media (max-width: 1049px) {
  .church__item__text__wrap,
  .church__inner {
    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; }
  .church__item__image__wrap {
    width: 400px;
    height: 400px; } }

@media (max-width: 640px) {
  .church__item__preheading {
    font-size: 18px; }
  .church__item__heading {
    font-size: 26px; }
  .church__item__quote {
    font-size: 20px; }
  .church__item__text {
    font-size: 14px; }
  .church__item__image__wrap {
    width: 280px;
    height: 280px;
    border-radius: 32px; } }

.heading__wrap {
  text-align: center;
  margin-bottom: 50px;
  color: var(--col-pri); }
  .heading__wrap .preheading {
    font-size: 24px;
    font-weight: 500;
    color: currentColor; }
  .heading__wrap .heading {
    font-size: 40px;
    font-weight: bold;
    color: currentColor;
    margin: 0; }

@media (max-width: 1049px) {
  .heading__wrap .preheading {
    font-size: 20px; }
  .heading__wrap .heading {
    font-size: 36px; } }

@media (max-width: 640px) {
  .heading__wrap {
    margin-bottom: 30px; }
    .heading__wrap .preheading {
      font-size: 16px; }
    .heading__wrap .heading {
      font-size: 30px; } }

.news__block {
  position: relative;
  padding: 100px 20px; }
  .news__block > .container {
    max-width: 1340px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 60px; }
  .news__block .social__feed {
    max-width: 1200px;
    width: 100%; }

.social__item__block:focus-within .social__item__content__info__title, .social__item__block:hover .social__item__content__info__title {
  text-decoration: underline; }

.social__item__image {
  position: relative;
  width: 308px;
  height: 308px;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto; }
  .social__item__image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.social__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: 40px;
  gap: 5px; }

.social__item__content__date {
  font-size: 16px;
  color: var(--col-pri);
  font-weight: normal;
  margin: 0; }

.social__item__content__info__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--col-pri);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

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

.social__item__content__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 20px;
  left: 40px;
  font-size: 20px;
  color: var(--col-pri);
  background: #fff;
  border-radius: 100%;
  width: 44px;
  height: 44px; }

@media (max-width: 1049px) {
  .social__item__image {
    width: 100%; }
  .news__block {
    padding: 50px 20px; }
    .news__block > .container {
      padding: 0 20px; } }

.admin__feed__authorise .admin__setup {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  text-align: center;
  min-height: 63px;
  padding: 19px 29px;
  border-radius: 50vw;
  background: var(--col-pri);
  border: 2px solid #fff;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background .4s ease, color .4s ease, border-color .4s ease;
  -o-transition: background .4s ease, color .4s ease, border-color .4s ease;
  transition: background .4s ease, color .4s ease, border-color .4s ease; }
  .admin__feed__authorise .admin__setup:after {
    content: "\f0a9";
    font-family: 'fontAwesome';
    font-weight: bold;
    color: currentColor;
    font-size: 20px; }
  .admin__feed__authorise .admin__setup:hover {
    background: #fff;
    color: var(--col-pri);
    border-color: currentColor; }

.events__block .heading__wrap {
  color: var(--col-pritxt); }

.events__block .swiper__navigation__button {
  top: calc(50% - 100px); }

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

.events__list__wrap {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 60px; }

.events__list {
  max-width: 1200px;
  width: 100%; }

.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;
  text-align: center; }
  .events__item__link:focus-within .day, .events__item__link:hover .day {
    background: var(--col-pri);
    color: var(--col-sec); }

.events__item__date {
  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: 10px; }

.day {
  width: 193px;
  height: 193px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  font-size: 80px;
  font-weight: 700;
  background: var(--col-sec);
  color: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  border: 5px solid var(--col-sec); }

.month {
  font-size: 40px;
  font-weight: 500;
  color: var(--col-pritxt);
  margin: 0; }

.events__item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--col-sec);
  gap: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 14px; }
  .events__item__time svg {
    font-size: 16px; }

.events__item__info__title {
  font-size: 18px;
  color: var(--col-pritxt);
  text-decoration: underline;
  font-weight: 400; }

@media (max-width: 1049px) {
  .events__list__wrap {
    padding: 0 30px; } }

.quicklinks__block {
  position: relative;
  padding: 100px 20px; }

.quicklinks__inner {
  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;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.quicklinks__item__link {
  position: relative;
  width: 280px;
  height: 267px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--col-pri);
  padding: 40px 20px;
  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;
  gap: 30px;
  text-decoration: none; }
  .quicklinks__item__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--col-pri)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    border-radius: 25px;
    overflow: hidden; }
  .quicklinks__item__link:focus-within .quicklinks__item__content, .quicklinks__item__link:hover .quicklinks__item__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.quicklinks__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.quicklinks__item__content {
  position: relative;
  -webkit-transform: translateY(calc(100% - 20px));
  -ms-transform: translateY(calc(100% - 20px));
  transform: translateY(calc(100% - 20px));
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  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;
  gap: 30px; }

.quicklinks__item__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--col-pritxt);
  margin: 0; }

@media (max-width: 1049px) {
  .quicklinks__block {
    padding: 50px 20px; } }

.contact__block__curve path {
  fill: var(--col-pri) !important; }

.testimonials__block {
  position: relative;
  padding: 100px 20px;
  background: url(../images/design/watermark.svg) bottom 0 left no-repeat var(--col-pri);
  background-size: 100%; }
  .testimonials__block .heading__wrap {
    color: var(--col-pritxt); }
  .testimonials__block .swiper__navigation__button {
    top: calc(50% - 40px); }
    .testimonials__block .swiper__navigation__button.swiper__navigation__prev {
      left: 60px; }
    .testimonials__block .swiper__navigation__button.swiper__navigation__next {
      right: 60px; }

.testimonials__inner__wrap {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  text-align: center; }

.testimonials__inner {
  padding: 0 40px; }

.testimonials__item {
  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: 50px; }

.testimonials__item__quote {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: var(--col-pritxt);
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 117px; }

.testimonials__item__author {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: var(--col-sec); }

.testimonials__item__quotes__top {
  position: absolute;
  bottom: 0;
  right: 0; }

.testimonials__item__quotes__bottom {
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 1049px) {
  .testimonials__block {
    padding: 50px 20px; }
    .testimonials__block .swiper__navigation__button {
      top: calc(50% - 40px); }
      .testimonials__block .swiper__navigation__button.swiper__navigation__prev {
        left: 20px; }
      .testimonials__block .swiper__navigation__button.swiper__navigation__next {
        right: 20px; }
  .testimonials__inner {
    padding: 0; }
  .testimonials__item__quote {
    font-size: 18px;
    max-width: 760px;
    padding: 0 80px; }
  .testimonials__item__author {
    font-size: 20px; }
  .testimonials__item__quotes__top,
  .testimonials__item__quotes__bottom {
    display: none; } }

@media (max-width: 640px) {
  .testimonials__block .swiper__navigation {
    position: relative;
    gap: 40px;
    margin-top: 20px; }
  .testimonials__block .swiper__navigation__button {
    top: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .testimonials__block .swiper__navigation__button.swiper__navigation__prev {
      left: 0; }
    .testimonials__block .swiper__navigation__button.swiper__navigation__next {
      right: 0; }
  .testimonials__item__quote {
    padding: 0; } }
