#cookie-notice-modal,
#cookie-notice-toolbar {
  display: none !important;
}

.section_bg {
  inset: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.s-section {
  position: relative;
}

.section_bg ._error-wrap,
.section_bg picture,
.section_bg img {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

.section_bg img {
  object-fit: cover !important;
}

.picture__item-container,
.picture-wrap,
.img__container-one,
.img__container-one picture {
  display: block !important;
}

.img__container-one picture img {
  display: block !important;
  max-width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.picture-wrap_contain .img__container-one picture img {
  height: auto !important;
  object-fit: contain !important;
  width: 100% !important;
}

.mirror-map-iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.embed-map {
  min-height: 280px;
}

.mirror-masthead {
  background: #fff;
  box-sizing: border-box;
  min-height: 148px;
  padding: 22px 24px 32px;
  position: relative;
  z-index: 2;
}

.mirror-masthead__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1236px;
  margin: 0 auto;
  min-height: 94px;
  gap: 32px;
}

.mirror-masthead__logo {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.mirror-masthead__logo img {
  display: block;
  width: 239px;
  height: auto;
  max-height: 112px;
  object-fit: contain;
}

.mirror-masthead__contact {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: right;
}

.mirror-masthead__phone {
  align-items: center;
  color: rgb(62, 99, 111);
  display: inline-flex;
  gap: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.mirror-masthead__phone-icon {
  align-items: center;
  background: rgb(72, 120, 137);
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.mirror-masthead__phone-icon svg {
  display: block;
  fill: #fff;
  height: 15px;
  width: 15px;
}

.mirror-masthead__hours {
  color: rgb(71, 71, 71);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .mirror-masthead__inner {
    flex-direction: column;
    gap: 20px;
    min-height: 0;
    text-align: center;
  }

  .mirror-masthead__contact {
    align-items: center;
    text-align: center;
  }

  .mirror-masthead__phone {
    font-size: 21px;
  }
}

main > section:first-of-type .row__item_desktop-8 > .layout {
  align-items: flex-end !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

main > section:first-of-type .row__item_desktop-8 .buttons__wrap {
  margin: 0 0 10px !important;
}

main > section:first-of-type .row__item_desktop-8 .btn_default {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: rgb(62, 99, 111) !important;
  cursor: default !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

main > section:first-of-type .row__item_desktop-8 .btn_default > span {
  align-items: center !important;
  display: inline-flex !important;
  gap: 12px !important;
}

main > section:first-of-type .row__item_desktop-8 .btn_default .icon {
  align-items: center !important;
  background: rgb(72, 120, 137) !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 28px !important;
  justify-content: center !important;
  width: 28px !important;
}

main > section:first-of-type .row__item_desktop-8 .btn_default .icon svg {
  fill: #fff !important;
  height: 15px !important;
  width: 15px !important;
}

main > section:first-of-type .row__item_desktop-8 .section__text {
  margin: 0 !important;
}

main > section:first-of-type .row__item_desktop-8 .section__text span {
  color: rgb(71, 71, 71) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

@media (max-width: 767px) {
  main > section:first-of-type .row__item_desktop-8 > .layout {
    align-items: center !important;
    text-align: center !important;
  }
}

.mirror-home-about {
  background: rgb(72, 120, 137);
  color: #fff;
  padding: 66px 24px 54px;
}

.mirror-home-about__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.mirror-home-about h2 {
  margin: 0 0 16px;
  color: rgb(185, 222, 236);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.mirror-home-about p {
  max-width: 1160px;
  margin: 0 0 18px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.mirror-home-about__categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin: 18px 0 14px;
  padding: 0 0 0 82px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  list-style-type: square;
  text-transform: uppercase;
}

.mirror-home-about__categories li::marker {
  font-size: 10px;
}

.mirror-home-about__logos {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;
}

.mirror-home-about__logos img {
  background: #fff;
  display: block;
  height: auto;
  max-width: min(430px, 100%);
  opacity: 1 !important;
  visibility: visible !important;
}

.mirror-home-about__logos img:first-child {
  max-width: min(405px, 100%);
}

@media (max-width: 900px) {
  .mirror-home-about__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 22px;
  }
}

@media (max-width: 560px) {
  .mirror-home-about {
    padding: 44px 20px;
  }

  .mirror-home-about h2 {
    font-size: 26px;
  }

  .mirror-home-about p {
    font-size: 16px;
  }

  .mirror-home-about__categories {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share {
  margin-top: 8px !important;
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 0 !important;
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__btn {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgb(72, 120, 137) !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__wrap.fb::before {
  content: "f";
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__wrap.twitter::before {
  content: "t";
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__wrap.linkedin::before {
  content: "in";
}

#s-23e9462b-d612-474e-b732-1afd280fbffd .share__box,
#s-23e9462b-d612-474e-b732-1afd280fbffd .share__text,
#s-23e9462b-d612-474e-b732-1afd280fbffd .icon {
  display: none !important;
}

[data-widget="sharingButtons"],
.share {
  margin-top: 8px !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

[data-widget="sharingButtons"] .share__row,
.share__row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: auto !important;
}

[data-widget="sharingButtons"] .share__btn,
.share__btn {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  display: inline-flex !important;
}

[data-widget="sharingButtons"] .share__wrap,
.share__wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgb(72, 120, 137) !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

[data-widget="sharingButtons"] .share__wrap.fb::before,
.share__wrap.fb::before {
  content: "f";
}

[data-widget="sharingButtons"] .share__wrap.twitter::before,
.share__wrap.twitter::before {
  content: "t";
}

[data-widget="sharingButtons"] .share__wrap.linkedin::before,
.share__wrap.linkedin::before {
  content: "in";
}

[data-widget="sharingButtons"] .share__box,
[data-widget="sharingButtons"] .share__text,
[data-widget="sharingButtons"] .icon,
.share__box,
.share__text,
.share .icon {
  display: none !important;
}

.mirror-wufoo-panel {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  border: 1px solid rgba(72, 120, 137, 0.22);
  background: #fff;
}

.mirror-wufoo-iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  background: #fff;
}

.mirror-wufoo-fallback {
  display: block;
  padding: 12px 18px 18px;
  color: rgb(71, 71, 71);
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
}

.mirror-culture-editor-section {
  background: #fff;
  color: rgb(71, 71, 71);
  font-family: Lato, sans-serif;
  padding: 80px 24px;
}

.mirror-culture-editor-section__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.mirror-culture-editor-section__intro h1 {
  color: rgb(102, 102, 102);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 22px;
}

.mirror-culture-editor-section__intro h2 {
  color: rgb(102, 102, 102);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 30px;
  text-align: center;
}

.mirror-culture-editor-section h3 {
  color: rgb(71, 71, 71);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 8px;
}

.mirror-culture-editor-section p,
.mirror-culture-editor-section li {
  font-size: 16px;
  line-height: 1.5;
}

.mirror-culture-editor-section__values {
  margin: 0 0 24px 24px;
  padding: 0;
}

.mirror-culture-editor-section__community {
  margin: 26px auto 0;
  max-width: 920px;
  text-align: center;
}

.mirror-culture-editor-section__positions {
  margin-top: 70px;
}

.mirror-culture-editor-section__positions h2 {
  color: rgb(72, 120, 137);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.mirror-culture-editor-section__position {
  border-bottom: 1px solid rgb(112, 152, 165);
  padding: 0 0 24px;
  margin-bottom: 24px;
}

.mirror-culture-editor-section__position h3 {
  margin-top: 0;
}

.mirror-culture-editor-section__apply a,
.mirror-culture-editor-section a {
  color: rgb(62, 99, 111);
  font-weight: 700;
}

.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c {
  max-width: 1170px;
  margin: 24px auto 0 !important;
}

.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .gallery-wrap {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
}

.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .gallery-item {
  box-sizing: border-box;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 3px solid #000;
}

.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .picture-wrap,
.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .gallery-item-wrap,
.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c ._error-wrap,
.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .gallery-thumb,
.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1024px) {
  .gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .gallery-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .gallery-a5d99014-f616-42a5-8e97-6bedd96fc96c .gallery-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
