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

@media (min-width: 1050px) {
  .hero {
    min-height: 964px;
    max-height: unset;
    height: 48vw; }
  .hero__slideshow {
    top: calc(100% - 770px);
    height: 824px;
    width: 830px;
    margin-right: 120px; } }

@media (min-width: 1050px) and (max-width: 1460px) {
  .hero__slideshow {
    top: calc(100% - 500px);
    height: 562px;
    width: 562px; } }

@media (min-width: 1050px) and (max-width: 1200px) {
  .hero__slideshow {
    margin-right: 80px; } }

@-webkit-keyframes scroll-down {
  0% {
    tranform: translateY(0); }
  50% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes scroll-down {
  0% {
    tranform: translateY(0); }
  50% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.scroll__down {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 70px;
  left: 120px;
  z-index: 5;
  color: #fff;
  text-align: left;
  background: none;
  border: none;
  gap: 10px;
  text-decoration: none; }
  .scroll__down .svg__icon__wrap .svg__icon {
    width: 30px;
    height: 30px;
    fill: currentcolor;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: scroll-down 5s linear infinite;
    animation: scroll-down 5s linear infinite; }
  .scroll__down .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff; }
  .scroll__down:after {
    content: '';
    position: absolute;
    top: calc(100% - 35px);
    left: calc(50% - 25px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 120px;
    background: #fff; }
  .scroll__down:focus-within, .scroll__down:hover {
    opacity: 0.7;
    color: #fff; }

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

.scrolling__logos__inner {
  position: absolute;
  top: calc(50% - 140px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 120px;
  width: 300px; }

.scrolling__logos__item {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  height: 300px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: ease 0.2s opacity, ease 0.5s transform;
  -o-transition: ease 0.2s opacity, ease 0.5s transform;
  transition: ease 0.2s opacity, ease 0.5s transform;
  width: 100%;
  text-align: center;
  color: #fff; }
  .scrolling__logos__item img {
    width: 260px;
    opacity: 0.12 !important; }
  .scrolling__logos__item.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

@media (max-width: 1049px) {
  .scrolling__logos__inner {
    display: none; } }

.welcome__block {
  position: relative;
  background: url(../images/design/trust-logo-watermark.png) center left -225px no-repeat #FAFAFA;
  padding: 80px 20px; }

.welcome__inner__wrap {
  max-width: 1300px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(20px, 3.1vw, 60px); }

.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;
  gap: 30px;
  max-width: 642px;
  width: 100%;
  position: relative;
  z-index: 2; }

.welcome__item__heading {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 800;
  color: var(--col-sec);
  line-height: 1.2;
  font-family: var(--font-heading);
  margin: 0; }

.welcome__item__text {
  font-size: 14px;
  color: var(--col-sec);
  margin: 0; }

.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: 30px; }

.button__link.welcome__item__cta__2 > a,
.button__link.welcome__item__cta__2 > span {
  background: #fafafa;
  color: var(--col-pri); }
  .button__link.welcome__item__cta__2 > a:focus-within, .button__link.welcome__item__cta__2 > a:hover,
  .button__link.welcome__item__cta__2 > span:focus-within,
  .button__link.welcome__item__cta__2 > span:hover {
    background: var(--col-pri);
    color: #fafafa; }

.welcome__block .admin_edit_buttons {
  display: block; }
  .welcome__block .admin_edit_buttons .admin_hover_button {
    z-index: 10; }

.welcome__content {
  display: none; }

.welcome__video__wrap {
  position: relative;
  width: 390px;
  height: 390px;
  background: #fff;
  border: 10px solid var(--col-pri);
  border-radius: 100%;
  overflow: hidden;
  z-index: 2; }
  .welcome__video__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-sec);
    opacity: 0.6;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity; }

.mason--admin .welcome__video__wrap {
  border-radius: 0; }
  .mason--admin .welcome__video__wrap .welcome__item__image:after {
    display: none; }

.welcome .no__cookies {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  color: #fff; }

.welcome__item__image {
  width: 100%;
  height: 100%; }
  .welcome__item__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-sec);
    opacity: 0.6;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity; }
  .welcome__item__image img {
    width: 100%;
    height: 100%;
    background: #fff !important;
    -o-object-fit: cover;
    object-fit: cover; }

.welcome__ctrls .welcome__media__video__popout {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border-radius: 100%;
  z-index: 5; }
  .welcome__ctrls .welcome__media__video__popout svg {
    fill: currentColor;
    font-size: 80px;
    -webkit-transition: ease 0.2s transform;
    -o-transition: ease 0.2s transform;
    transition: ease 0.2s transform; }
  .welcome__ctrls .welcome__media__video__popout:focus-within svg, .welcome__ctrls .welcome__media__video__popout:hover svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

@media (min-width: 1050px) {
  .welcome__block {
    padding: 120px 20px; }
  .welcome__inner__wrap {
    padding-right: 210px; } }

@media (min-width: 1050px) and (max-width: 1350px) {
  .welcome__inner__wrap {
    padding-right: 0; } }

@media (min-width: 1050px) and (max-width: 1200px) {
  .welcome__item__text__wrap {
    max-width: 506px; } }

@media (max-width: 1049px) {
  .welcome__block {
    background: #fafafa; }
  .welcome__inner__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; } }

@media (max-width: 500px) {
  .welcome__video__wrap {
    width: 280px;
    height: 280px; }
  .cta__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; } }

.motto__block {
  position: relative;
  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;
  height: 336px;
  width: 100%;
  font-family: var(--font-heading);
  overflow: hidden; }
  .motto__block .heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    opacity: 0.5;
    z-index: 4; }
    .motto__block .heading .motto__block__bold {
      font-weight: bold;
      font-size: 70px; }
  .motto__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-pri);
    opacity: 0.9;
    z-index: 1; }

.motto__block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .motto__block__image .admin_editable {
    z-index: 1; }
  .motto__block__image .image {
    width: 100%;
    height: 100%; }
  .motto__block__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 1200px) {
  .motto__block .heading {
    font-size: 36px; }
    .motto__block .heading .motto__block__bold {
      font-weight: bold;
      font-size: 48px; } }

@media (max-width: 1049px) {
  .motto__block {
    height: 180px; }
  .motto__block .heading {
    font-size: 26px; }
    .motto__block .heading .motto__block__bold {
      font-weight: bold;
      font-size: 38px; } }

@media (max-width: 670px) {
  .motto__block {
    height: 140px; }
  .motto__block .heading {
    font-size: 16px; }
    .motto__block .heading .motto__block__bold {
      font-weight: bold;
      font-size: 28px; } }

@media (max-width: 480px) {
  .motto__block {
    height: 120px; }
  .motto__block .heading {
    font-size: 14px; }
    .motto__block .heading .motto__block__bold {
      font-weight: bold;
      font-size: 18px; } }

.swiper__pagination {
  position: relative;
  margin: 20px 0 0; }
  .swiper__pagination.swiper-pagination-lock {
    display: none; }

.cp__controls__btn {
  position: absolute;
  top: 50%;
  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;
  width: 44px;
  height: 44px;
  color: var(--col-sec);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  margin: 0;
  border: 3px solid #fafafa;
  -webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  z-index: 10;
  cursor: pointer; }
  .cp__controls__btn.swiper__navigation__button__prev {
    left: 10px;
    right: auto; }
  .cp__controls__btn.swiper__navigation__button__next {
    right: 10px;
    left: auto; }
  .cp__controls__btn:after {
    display: none; }
  .cp__controls__btn svg {
    font-size: 16px;
    fill: currentColor;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .cp__controls__btn:focus, .cp__controls__btn:hover {
    background: var(--col-sec);
    color: #fff; }

/* Pagination */
.swiper__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid var(--col-sec);
  opacity: 1;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  background: none; }

.swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--col-sec);
  border-color: var(--col-sec); }

.help__block {
  position: relative;
  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;
  padding: clamp(20px, 6.1vw, 116px) 20px 0; }
  .help__block .heading {
    font-size: clamp(28px, 2.5vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--col-sec);
    font-family: var(--font-heading); }

.help__inner__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;
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  gap: clamp(20px, 4.7vw, 90px); }

.help__inner__swiper__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(20px, 3.1vw, 60px);
  width: 100%; }

.help__inner {
  width: 100%; }

.help__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;
  gap: 1rem;
  width: 290px; }
  .help__item .svg__icon svg {
    width: 100px;
    height: 100px;
    fill: #8A8E3B; }
  .help__item:nth-of-type(odd) .svg__icon svg {
    fill: #727531; }

.help__item__heading {
  font-size: 22px;
  font-weight: 800;
  color: var(--col-pri);
  font-family: var(--font-heading); }

.help__item__text {
  font-size: 16px;
  text-align: center;
  color: var(--col-sec); }

@media (max-width: 1049px) {
  .help__block .cp__controls__btn {
    top: calc(50% - 50px); }
  .help__inner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .help__inner__swiper__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .help__block .heading {
    text-align: center; }
  .help__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; } }

@media (max-width: 640px) {
  .cp-controls-btn {
    top: calc(50% - 8rem); }
  .help__block .cta__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.news__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  padding: 116px 20px; }
  .news__block .heading {
    font-size: 48px;
    font-weight: bold;
    color: var(--col-sec);
    margin-bottom: 30px;
    font-family: var(--font-heading); }
  .news__block .cp__controls__btn.swiper__navigation__button__prev {
    left: -20px; }
  .news__block .cp__controls__btn.swiper__navigation__button__next {
    right: -18px; }

.news__inner {
  position: relative;
  max-width: 1360px;
  width: 100%; }

.social__item__block:focus-within .social__item__content__info__title, .social__item__block:hover .social__item__content__info__title {
  color: var(--col-pri); }

.social__item__block:focus-within .social__item__content__cta, .social__item__block:hover .social__item__content__cta {
  color: #000; }

.updates__feed__image {
  width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px; }
  .updates__feed__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }

.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;
  gap: 10px;
  max-width: 610px;
  width: 100%; }

.social__item__content__date {
  font-size: 16px;
  color: var(--col-sec); }

.social__item__content__info__title {
  font-size: 26px;
  font-weight: 700;
  color: var(--col-sec);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: ease 0.2s color;
  -o-transition: ease 0.2s color;
  transition: ease 0.2s color;
  font-family: var(--font-heading);
  margin: 0; }

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

.social__item__content__cta {
  color: var(--col-sec);
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  -webkit-transition: ease 0.2s color;
  -o-transition: ease 0.2s color;
  transition: ease 0.2s color;
  margin: 0; }

.news__block .news__link {
  margin: clamp(20px, 3.1vw, 60px) auto 0; }

@media (min-width: 1050px) {
  .homepage {
    background: url(../images/design/news-trust-watermark.png) top 1740px left -690px no-repeat, url(../images/design/news-tree-watermark.png) top 1060px right -690px no-repeat; }
  .news__block .cp__controls__btn {
    top: calc(50% - 120px); } }

@media (min-width: 1050px) and (max-width: 1600px) {
  .homepage {
    background: url(../images/design/news-trust-watermark.png) top 1740px left -560px no-repeat, url(../images/design/news-tree-watermark.png) top 1200px right -500px no-repeat;
    background-size: 1130px, 955px; } }

@media (min-width: 1050px) and (max-width: 1400px) {
  .news__block .cp__controls__btn {
    top: calc(50% - 130px); }
  .news__inner {
    max-width: 980px; } }

@media (max-width: 1049px) {
  .homepage {
    background: url(../images/design/news-tree-watermark.png) top 1120px right -520px no-repeat;
    background-size: 890px; }
  .updates-feed-list-item-content {
    display: none; }
  .news__block .swiper__pagination {
    position: relative;
    top: auto;
    margin-top: 20px; }
  .news__block .cp__controls__btn {
    top: calc(50% - 120px); } }

@media (max-width: 600px) {
  .news-block .heading {
    font-size: 38px; }
  .updates__feed__image {
    width: 100%;
    height: auto; } }

.map__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 0;
  background: var(--col-ter); }
  .map__block .heading__wrap {
    position: relative;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    max-width: 1380px; }
    .map__block .heading__wrap .heading {
      color: #fff;
      font-size: 48px;
      font-weight: 800;
      padding: 0 20px;
      font-family: var(--font-heading);
      margin: 0; }

.map__block .cp__controls__btn {
  top: calc(50% - 10px); }
  .map__block .cp__controls__btn.swiper__navigation__button__prev {
    left: 45px; }
  .map__block .cp__controls__btn.swiper__navigation__button__next {
    right: 45px; }

.map__block .swiper-container-wrap {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  max-width: 1480px; }

@media (min-width: 1050px) {
  .map__block .swiper-container-wrap {
    top: 50px;
    margin-top: -50px; } }

.map__trigger__wrap {
  width: calc(100% - 140px);
  margin: 0 auto 0;
  z-index: 5;
  padding-bottom: 20px; }
  .map__trigger__wrap > .swiper-wrapper {
    padding: 10px 0; }

.map__trigger__item {
  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;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
  background: #fff;
  height: 188px;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border-radius: 10px;
  padding: 20px; }
  .map__trigger__item * {
    pointer-events: none; }
  .map__trigger__item:focus-within, .map__trigger__item:hover {
    border-color: var(--col-sec);
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); }

.map__trigger__item__image {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .map__trigger__item__image img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%; }

.map__trigger__item__text {
  color: var(--col-sec);
  font-size: 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: var(--font-heading); }

.map__content__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 628px;
  width: 100%;
  margin: 0 auto;
  gap: 60px; }

@media (min-width: 1050px) {
  .map__content__item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: clamp(20px, 15vw, 288px); } }

.map__content__item {
  max-width: 525px;
  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;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  z-index: 10;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden; }
  .map__content__item .svg__icon {
    position: absolute;
    top: 0;
    left: 0;
    fill: var(--col-pri);
    width: 20px;
    height: 20px; }
  .map__content__item.active {
    visibility: visible;
    opacity: 1; }

.map__content__item__image {
  width: 50px;
  height: 50px; }
  .map__content__item__image img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%; }

.map__content__item__title {
  font-size: 28px;
  font-weight: 800;
  display: block;
  color: var(--col-pri);
  font-family: var(--font-heading);
  margin-bottom: 20px; }

.map__content__item__details {
  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;
  gap: 10px;
  width: 100%; }

.map__content__item__content {
  position: relative;
  margin: 0 0 30px;
  padding-left: 30px; }
  .map__content__item__content.map__content__item__email {
    margin-bottom: 0; }

.map__content__item__text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--col-pri); }

.map__content__item__address__text {
  display: block;
  max-width: 300px; }

a.map__content__item__text {
  -webkit-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  color: var(--col-pri);
  text-decoration: none; }
  a.map__content__item__text.map__content__item__email__text {
    font-weight: 800; }
  a.map__content__item__text:focus, a.map__content__item__text:hover {
    opacity: 0.8; }

.map__content__wrap .button__link {
  margin-top: 20px; }

.map__content__item__cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor; }

@media (max-width: 500px) {
  .map__content__item__image {
    width: 30px;
    height: 30px; } }

.map__container__wrap {
  position: relative;
  min-height: 628px;
  width: 100%;
  background: var(--col-pri); }

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

div#google__map img {
  pointer-events: none; }

@media (max-width: 1050px) {
  .map__container__wrap {
    min-height: 391px; } }

@media (max-width: 1050px) {
  .map__container {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    background-position: top !important; } }

@media (max-width: 1049px) {
  .map__block {
    padding-top: 50px; }
    .map__block .heading__wrap .heading {
      font-size: 38px;
      text-align: center; }
  .map__trigger__item__text {
    font-size: 16px; }
  .map__content__wrap {
    width: calc(100% - 40px); }
  .map__content__item__details {
    width: 100%; }
  .map__content__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .map__content__item__email__text {
    word-break: break-all; } }
