.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 {
  max-height: 100vh;
  height: calc(50.78vw - 130px);
  overflow: unset; }

@media (min-width: 1050px) {
  .hero {
    min-height: 650px; } }

.hero__motto {
  position: absolute;
  bottom: 155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 400;
  font-style: italic;
  color: #fafafa;
  z-index: 3;
  text-align: center; }
  .hero__motto h2 {
    min-width: 100px;
    margin: 0;
    font-weight: 400;
    white-space: nowrap; }

@media (max-width: 1049px) {
  .hero__motto {
    bottom: 40px;
    width: 100%;
    padding: 0 10px; }
    .hero__motto h2 {
      white-space: unset; } }

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

.quick__links__item:nth-of-type(2) {
  margin-bottom: 30px; }

.quick__links__item:nth-of-type(3) {
  margin-bottom: 30px; }

.quick__links__item:nth-of-type(4) {
  margin-bottom: 30px; }

.quick__links__item:nth-of-type(5) {
  margin-bottom: 30px; }

.quick__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;
  gap: 10px;
  width: 170px;
  aspect-ratio: 2.22 / 2.66;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #1b1b1b;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out; }
  .quick__links__item__link span {
    font-size: 14px; }
  .quick__links__item__link:focus-within, .quick__links__item__link:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1); }

.quick__links__item__leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

@media (min-width: 1050px) {
  .quick__links__inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    top: -245px;
    z-index: 3; } }

@media (min-width: 1050px) and (max-width: 1220px) {
  .quick__links__inner {
    gap: 0; } }

@media (max-width: 1049px) {
  .homepage {
    background: #f5ffe7; }
  .quick__links__inner {
    max-width: 640px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 30px clamp(15px, 3.9vw, 30px); }
  .quick__links__item {
    margin: 0 !important; }
  .quick__links__item__link {
    z-index: 1; } }

.welcome__block {
  position: relative;
  padding: calc(60px + clamp(60px, 6vw, 120px)) 20px clamp(60px, 6vw, 120px);
  background: url(../images/design/welcome-top-bg.svg) top 200px left -225px no-repeat, url(../images/design/welcome-bottom-bg.svg) bottom right -263px no-repeat #f5ffe7;
  overflow: hidden;
  z-index: 1; }

.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;
  gap: 35px;
  max-width: 720px;
  margin-inline: auto; }

.welcome__item__heading {
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
  text-align: center;
  margin: 0; }
  .welcome__item__heading span {
    display: block;
    font-weight: 700; }

.welcome__item__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 1049px) {
  .welcome__block {
    padding: 0 clamp(15px, 3.9vw, 30px) 30px;
    background: #f5ffe7; }
  .welcome__inner {
    gap: 25px; }
  .welcome__item__heading {
    font-size: 40px; } }

.house__block {
  position: relative;
  padding: clamp(60px, 6vw, 120px) 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#c69f5a), to(#d4b86f));
  background: -webkit-linear-gradient(left, #c69f5a, #d4b86f);
  background: -o-linear-gradient(left, #c69f5a, #d4b86f);
  background: linear-gradient(to right, #c69f5a, #d4b86f);
  z-index: 1; }
  .house__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/design/house-left-bg.svg) center left 40px no-repeat, url(../images/design/house-right-bg.svg) center right 40px no-repeat; }

.house__inner__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 940px;
  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;
  gap: 35px;
  margin-inline: auto; }
  .house__inner__wrap .heading {
    font-size: 48px;
    color: #1b1b1b;
    margin: 0; }

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

.house__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;
  gap: 15px; }

.house__item__title {
  font-size: 25px;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: 700;
  text-align: center;
  margin: 0; }

.house__item__icon {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  border: 10px solid #ccc;
  background-color: #fdf4d5;
  display: -ms-grid;
  display: grid;
  place-items: center; }
  .house__item__icon img {
    display: block;
    width: 92px;
    aspect-ratio: 1 / 1;
    -o-object-fit: contain;
    object-fit: contain; }

.house__item__points {
  font-size: 28px;
  font-weight: 500;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin: 0; }

@media (max-width: 1049px) {
  .house__block {
    padding: 30px clamp(15px, 3.9vw, 30px); }
    .house__block:before {
      display: none; }
  .house__inner__wrap .heading {
    font-size: 28px; } }

.useful__links__block {
  position: relative;
  padding: clamp(60px, 6vw, 120px) 20px;
  overflow: hidden;
  background: url(../images/design/leaf-watermark.svg) center no-repeat #8cc53d;
  z-index: 1; }

.useful__links__inner__wrap {
  width: 100%;
  max-width: 940px;
  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;
  gap: 35px;
  margin-inline: auto; }
  .useful__links__inner__wrap .heading {
    font-size: 48px;
    color: #1b1b1b;
    margin: 0; }

.useful__links__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.useful__links__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;
  gap: 15px;
  width: 220px;
  min-height: 155px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #000;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
  .useful__links__item__link:focus-within, .useful__links__item__link:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); }

.useful__links__item__icon img {
  display: block;
  width: auto;
  height: 60px; }

@media (max-width: 980px) {
  .useful__links__block {
    padding: 30px clamp(15px, 3.9vw, 30px); }
  .useful__links__inner__wrap {
    gap: 25px; }
    .useful__links__inner__wrap .heading {
      font-size: 28px; }
  .useful__links__inner {
    max-width: 460px; } }

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0; }

.awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: visible; }

.awards__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .awards__list__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .awards__list__item img[loading="lazy"].awards__list__item__image {
    width: unset !important;
    -o-object-fit: unset !important;
    object-fit: unset !important;
    -o-object-position: unset !important;
    object-position: unset !important;
    max-height: 75px; }
