@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 0px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 38px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 1px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'LeviReBrushed';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.18rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.475rem;
}
.display-5 {
  font-family: 'Marcellus', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.16rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.45rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.26rem 0.7rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #bca695 !important;
}
.bg-info {
  background-color: #461754 !important;
}
.bg-warning {
  background-color: #b79982 !important;
}
.bg-danger {
  background-color: #947157 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfccb7 !important;
  border-color: #dfccb7 !important;
  color: #694d2e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c4a17b !important;
  border-color: #c4a17b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #694d2e !important;
  background-color: #c4a17b !important;
  border-color: #c4a17b !important;
}
.btn-info,
.btn-info:active {
  background-color: #461754 !important;
  border-color: #461754 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0410 !important;
  border-color: #0d0410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0410 !important;
  border-color: #0d0410 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bca695 !important;
  border-color: #bca695 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #997a61 !important;
  border-color: #997a61 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #997a61 !important;
  border-color: #997a61 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b79982 !important;
  border-color: #b79982 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #906d53 !important;
  border-color: #906d53 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #906d53 !important;
  border-color: #906d53 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #947157 !important;
  border-color: #947157 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5d4737 !important;
  border-color: #5d4737 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5d4737 !important;
  border-color: #5d4737 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfccb7;
  color: #dfccb7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c4a17b !important;
  background-color: transparent!important;
  border-color: #c4a17b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #694d2e !important;
  background-color: #dfccb7 !important;
  border-color: #dfccb7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #461754;
  color: #461754;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0410 !important;
  background-color: transparent!important;
  border-color: #0d0410 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #461754 !important;
  border-color: #461754 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bca695;
  color: #bca695;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #997a61 !important;
  background-color: transparent!important;
  border-color: #997a61 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bca695 !important;
  border-color: #bca695 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b79982;
  color: #b79982;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #906d53 !important;
  background-color: transparent!important;
  border-color: #906d53 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b79982 !important;
  border-color: #b79982 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #947157;
  color: #947157;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5d4737 !important;
  background-color: transparent!important;
  border-color: #5d4737 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #947157 !important;
  border-color: #947157 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #dfccb7 !important;
}
.text-success {
  color: #bca695 !important;
}
.text-info {
  color: #461754 !important;
}
.text-warning {
  color: #b79982 !important;
}
.text-danger {
  color: #947157 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c09a70 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #90725b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #030104 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86664d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #544031 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #461754;
}
.alert-warning {
  background-color: #b79982;
}
.alert-danger {
  background-color: #947157;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ede8e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c377da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e6dbd3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c8b2a2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.18rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.475rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.18rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.475rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfccb7 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uH3HKdd5Le {
  z-index: 1000;
  width: 100%;
}
.cid-uH3HKdd5Le nav.navbar {
  position: fixed;
}
.cid-uH3HKdd5Le .dropdown a {
  font-family: 'Raleway';
}
.cid-uH3HKdd5Le .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH3HKdd5Le .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH3HKdd5Le .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH3HKdd5Le .dropdown-item:hover,
.cid-uH3HKdd5Le .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH3HKdd5Le .dropdown-item:hover span {
  color: white;
}
.cid-uH3HKdd5Le .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH3HKdd5Le .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH3HKdd5Le .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH3HKdd5Le .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH3HKdd5Le .nav-link {
  position: relative;
}
.cid-uH3HKdd5Le .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH3HKdd5Le .container {
    flex-wrap: nowrap;
  }
}
.cid-uH3HKdd5Le .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH3HKdd5Le .dropdown-menu,
.cid-uH3HKdd5Le .navbar.opened {
  background: #ffffff !important;
}
.cid-uH3HKdd5Le .nav-item:focus,
.cid-uH3HKdd5Le .nav-link:focus {
  outline: none;
}
.cid-uH3HKdd5Le .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH3HKdd5Le .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH3HKdd5Le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH3HKdd5Le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH3HKdd5Le .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH3HKdd5Le .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH3HKdd5Le .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH3HKdd5Le .navbar.opened {
  transition: all 0.3s;
}
.cid-uH3HKdd5Le .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH3HKdd5Le .navbar .navbar-logo img {
  width: auto;
}
.cid-uH3HKdd5Le .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH3HKdd5Le .navbar.collapsed {
  justify-content: center;
}
.cid-uH3HKdd5Le .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH3HKdd5Le .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH3HKdd5Le .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH3HKdd5Le .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH3HKdd5Le .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH3HKdd5Le .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH3HKdd5Le .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH3HKdd5Le .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH3HKdd5Le .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH3HKdd5Le .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH3HKdd5Le .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH3HKdd5Le .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH3HKdd5Le .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH3HKdd5Le .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH3HKdd5Le .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH3HKdd5Le .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH3HKdd5Le .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH3HKdd5Le .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH3HKdd5Le .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH3HKdd5Le .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH3HKdd5Le .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH3HKdd5Le .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH3HKdd5Le .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH3HKdd5Le .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH3HKdd5Le .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH3HKdd5Le .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH3HKdd5Le .dropdown-item.active,
.cid-uH3HKdd5Le .dropdown-item:active {
  background-color: transparent;
}
.cid-uH3HKdd5Le .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH3HKdd5Le .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH3HKdd5Le .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH3HKdd5Le .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH3HKdd5Le .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH3HKdd5Le .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH3HKdd5Le ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH3HKdd5Le .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH3HKdd5Le button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH3HKdd5Le button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH3HKdd5Le button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH3HKdd5Le button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH3HKdd5Le button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH3HKdd5Le button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH3HKdd5Le nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH3HKdd5Le nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH3HKdd5Le nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH3HKdd5Le nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH3HKdd5Le .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH3HKdd5Le a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH3HKdd5Le .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH3HKdd5Le .navbar {
    height: 70px;
  }
  .cid-uH3HKdd5Le .navbar.opened {
    height: auto;
  }
  .cid-uH3HKdd5Le .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH3HKdd5Le .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH3HKdd5Le .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH3HKdd5Le .navbar-toggler:focus,
.cid-uH3HKdd5Le .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH3HKdd5Le .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH3HKdd5Le .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH31kERl4S {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uH31kERl4S .carousel {
  width: 100%;
}
.cid-uH31kERl4S .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uH31kERl4S .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uH31kERl4S .carousel-caption {
  bottom: 40px;
}
.cid-uH31kERl4S .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uH31kERl4S .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uH31kERl4S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uH31kERl4S .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uH31kERl4S .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uH31kERl4S .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uH31kERl4S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uH31kERl4S .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uH31kERl4S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH31kERl4S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH31kERl4S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uH31kERl4S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uH31kERl4S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uH31kERl4S .carousel-indicators li.active,
.cid-uH31kERl4S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH31kERl4S .carousel-indicators li::after,
.cid-uH31kERl4S .carousel-indicators li::before {
  content: none;
}
.cid-uH31kERl4S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH31kERl4S .carousel-indicators {
    display: none !important;
  }
}
.cid-uH3ynoBrni {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #947157;
}
.cid-uH3ynoBrni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3ynoBrni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3ynoBrni .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uH3ynoBrni .mbr-iconfont {
  font-size: 3rem;
  color: #dfccb7;
  padding-right: 2rem;
}
.cid-uH3ynoBrni .title {
  text-align: center;
  color: #ffffff;
}
.cid-uH3ynoBrni .card-text {
  color: #ffffff;
}
.cid-uH3ynoBrni .card-title {
  color: #ffffff;
}
.cid-uHaTeSkt0D {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHaTeSkt0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaTeSkt0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaTeSkt0D .content-wrap {
  justify-content: center;
}
.cid-uHaTeSkt0D .card {
  justify-content: center;
}
.cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHaTeSkt0D .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:hover,
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHaTeSkt0D .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHaTeSkt0D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHaTeSkt0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHaTeSkt0D .mbr-phone {
  color: #000000;
}
.cid-uHaTeSkt0D .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .item-wrap,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #000000;
}
.cid-uH5ceo18Ug {
  z-index: 1000;
  width: 100%;
}
.cid-uH5ceo18Ug nav.navbar {
  position: fixed;
}
.cid-uH5ceo18Ug .dropdown a {
  font-family: 'Raleway';
}
.cid-uH5ceo18Ug .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH5ceo18Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH5ceo18Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH5ceo18Ug .dropdown-item:hover,
.cid-uH5ceo18Ug .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH5ceo18Ug .dropdown-item:hover span {
  color: white;
}
.cid-uH5ceo18Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH5ceo18Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH5ceo18Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH5ceo18Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH5ceo18Ug .nav-link {
  position: relative;
}
.cid-uH5ceo18Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH5ceo18Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-uH5ceo18Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH5ceo18Ug .dropdown-menu,
.cid-uH5ceo18Ug .navbar.opened {
  background: #ffffff !important;
}
.cid-uH5ceo18Ug .nav-item:focus,
.cid-uH5ceo18Ug .nav-link:focus {
  outline: none;
}
.cid-uH5ceo18Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH5ceo18Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH5ceo18Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH5ceo18Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH5ceo18Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH5ceo18Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH5ceo18Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH5ceo18Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-uH5ceo18Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH5ceo18Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-uH5ceo18Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH5ceo18Ug .navbar.collapsed {
  justify-content: center;
}
.cid-uH5ceo18Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH5ceo18Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH5ceo18Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH5ceo18Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH5ceo18Ug .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH5ceo18Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH5ceo18Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH5ceo18Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH5ceo18Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH5ceo18Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH5ceo18Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH5ceo18Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH5ceo18Ug .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH5ceo18Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH5ceo18Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH5ceo18Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH5ceo18Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH5ceo18Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH5ceo18Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH5ceo18Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH5ceo18Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH5ceo18Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH5ceo18Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH5ceo18Ug .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH5ceo18Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH5ceo18Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH5ceo18Ug .dropdown-item.active,
.cid-uH5ceo18Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-uH5ceo18Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH5ceo18Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH5ceo18Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH5ceo18Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH5ceo18Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH5ceo18Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH5ceo18Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH5ceo18Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH5ceo18Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH5ceo18Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH5ceo18Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH5ceo18Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH5ceo18Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH5ceo18Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH5ceo18Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH5ceo18Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH5ceo18Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH5ceo18Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH5ceo18Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH5ceo18Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH5ceo18Ug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH5ceo18Ug .navbar {
    height: 70px;
  }
  .cid-uH5ceo18Ug .navbar.opened {
    height: auto;
  }
  .cid-uH5ceo18Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH5ceo18Ug .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH5ceo18Ug .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH5ceo18Ug .navbar-toggler:focus,
.cid-uH5ceo18Ug .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH5ceo18Ug .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH5ceo18Ug .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH5cepyeo2 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
.cid-uH5cepyeo2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uH5cepyeo2 .mbr-section-subtitle-a {
  color: #000000;
  text-align: center;
  font-size: 35px !important;
}
@media (max-width: 768px) {
  .cid-uH5cepyeo2 .mbr-section-subtitle-a {
    font-size: 25px !important;
  }
}
@media (max-width: 576px) {
  .cid-uH5cepyeo2 .mbr-section-subtitle-a {
    font-size: 20px !important;
  }
}
.cid-uH5cepyeo2 .custom-list {
  list-style-position: inside !important;
  padding-left: 0 !important;
}
.cid-uH5cepyeo2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH8I0EAZ3B {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #dfccb7;
}
.cid-uH8I0EAZ3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8I0EAZ3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8I0EAZ3B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uH8I0EAZ3B .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uH8I0EAZ3B .mbr-section-title {
  color: #000000;
}
.cid-uH8I0EAZ3B .custom-list {
  list-style-position: inside;
  padding-left: 0;
}
.cid-uH8I0EAZ3B .custom-list li {
  padding-left: 12px;
  text-align: center;
  display: list-item;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-uH8I0EAZ3B .custom-list li {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.cid-uH8I0EAZ3B .custom-list li p {
  line-height: 1.3;
  display: inline;
  margin: 0;
}
.cid-uH8I0EAZ3B .sub-pro {
  font-size: 24px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 575px) {
  .cid-uH8I0EAZ3B .sub-pro {
    font-size: 20px !important;
  }
}
.cid-uH8I0EAZ3B .mbr-text,
.cid-uH8I0EAZ3B .mbr-section-btn {
  color: #000000;
}
.cid-uH8I0EAZ3B .sub-pro-first {
  padding-top: 15px !important;
}
.cid-uH5ceqfTE4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
.cid-uH5ceqfTE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5ceqfTE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH5ceqfTE4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH5ceqfTE4 .row {
  flex-direction: row-reverse;
}
.cid-uH5ceqfTE4 img {
  width: 100%;
}
.cid-uH5ceqfTE4 .mbr-description {
  color: #000000;
}
.cid-uH5ceqV0D4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uH5ceqV0D4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5ceqV0D4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH5ceqV0D4 .content-wrap {
  justify-content: center;
}
.cid-uH5ceqV0D4 .card {
  justify-content: center;
}
.cid-uH5ceqV0D4 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uH5ceqV0D4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uH5ceqV0D4 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uH5ceqV0D4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uH5ceqV0D4 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH5ceqV0D4 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uH5ceqV0D4 .nav-wrapper .list .item-wrap:hover,
.cid-uH5ceqV0D4 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uH5ceqV0D4 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uH5ceqV0D4 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uH5ceqV0D4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uH5ceqV0D4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uH5ceqV0D4 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uH5ceqV0D4 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uH5ceqV0D4 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uH5ceqV0D4 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uH5ceqV0D4 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uH5ceqV0D4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uH5ceqV0D4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uH5ceqV0D4 .list,
.cid-uH5ceqV0D4 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uH5ceqV0D4 .mbr-phone {
  color: #000000;
}
.cid-uH5ceqV0D4 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uH5ceqV0D4 .list,
.cid-uH5ceqV0D4 .item-wrap,
.cid-uH5ceqV0D4 .nav-wrapper {
  color: #000000;
}
.cid-uH8pN2aqQ5 {
  z-index: 1000;
  width: 100%;
}
.cid-uH8pN2aqQ5 nav.navbar {
  position: fixed;
}
.cid-uH8pN2aqQ5 .dropdown a {
  font-family: 'Raleway';
}
.cid-uH8pN2aqQ5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8pN2aqQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH8pN2aqQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH8pN2aqQ5 .dropdown-item:hover,
.cid-uH8pN2aqQ5 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH8pN2aqQ5 .dropdown-item:hover span {
  color: white;
}
.cid-uH8pN2aqQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH8pN2aqQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH8pN2aqQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH8pN2aqQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH8pN2aqQ5 .nav-link {
  position: relative;
}
.cid-uH8pN2aqQ5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH8pN2aqQ5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uH8pN2aqQ5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH8pN2aqQ5 .dropdown-menu,
.cid-uH8pN2aqQ5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uH8pN2aqQ5 .nav-item:focus,
.cid-uH8pN2aqQ5 .nav-link:focus {
  outline: none;
}
.cid-uH8pN2aqQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8pN2aqQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8pN2aqQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8pN2aqQ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8pN2aqQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8pN2aqQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8pN2aqQ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH8pN2aqQ5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8pN2aqQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH8pN2aqQ5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uH8pN2aqQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH8pN2aqQ5 .navbar.collapsed {
  justify-content: center;
}
.cid-uH8pN2aqQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8pN2aqQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH8pN2aqQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8pN2aqQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8pN2aqQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH8pN2aqQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8pN2aqQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH8pN2aqQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH8pN2aqQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8pN2aqQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8pN2aqQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8pN2aqQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH8pN2aqQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH8pN2aqQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH8pN2aqQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH8pN2aqQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH8pN2aqQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH8pN2aqQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8pN2aqQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH8pN2aqQ5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH8pN2aqQ5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH8pN2aqQ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH8pN2aqQ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH8pN2aqQ5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8pN2aqQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH8pN2aqQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8pN2aqQ5 .dropdown-item.active,
.cid-uH8pN2aqQ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8pN2aqQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8pN2aqQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8pN2aqQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8pN2aqQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH8pN2aqQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH8pN2aqQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH8pN2aqQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH8pN2aqQ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH8pN2aqQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH8pN2aqQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH8pN2aqQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8pN2aqQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8pN2aqQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8pN2aqQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8pN2aqQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8pN2aqQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8pN2aqQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8pN2aqQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8pN2aqQ5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH8pN2aqQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH8pN2aqQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8pN2aqQ5 .navbar {
    height: 70px;
  }
  .cid-uH8pN2aqQ5 .navbar.opened {
    height: auto;
  }
  .cid-uH8pN2aqQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8pN2aqQ5 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH8pN2aqQ5 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH8pN2aqQ5 .navbar-toggler:focus,
.cid-uH8pN2aqQ5 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH8pN2aqQ5 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH8pN2aqQ5 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH8q08KNF9 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
.cid-uH8q08KNF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8q08KNF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8q08KNF9 .text-wrapper {
  border-left: 4px solid transparent;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uH8q08KNF9 .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-uH8q08KNF9 .image-wrapper {
  position: sticky;
  top: 32px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uH8q08KNF9 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uH8q08KNF9 .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid transparent;
  opacity: 0.8;
  border-radius: 1rem;
}
.cid-uH8q08KNF9 .image-wrapper img {
  transform: rotate(0deg);
  border-radius: 1rem;
}
.cid-uH8q08KNF9 .row {
  align-items: top;
}
.cid-uH8q08KNF9 .mbr-section-title {
  color: #000000;
}
.cid-uH8q08KNF9 .mbr-text,
.cid-uH8q08KNF9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uH8q08KNF9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uH8q08KNF9 .emilio-brand {
  font-family: 'LeviReBrushed';
}
.cid-uH8pN4B6wH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uH8pN4B6wH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8pN4B6wH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8pN4B6wH .content-wrap {
  justify-content: center;
}
.cid-uH8pN4B6wH .card {
  justify-content: center;
}
.cid-uH8pN4B6wH .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uH8pN4B6wH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uH8pN4B6wH .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uH8pN4B6wH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uH8pN4B6wH .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH8pN4B6wH .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uH8pN4B6wH .nav-wrapper .list .item-wrap:hover,
.cid-uH8pN4B6wH .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uH8pN4B6wH .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uH8pN4B6wH .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uH8pN4B6wH .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uH8pN4B6wH .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uH8pN4B6wH .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uH8pN4B6wH .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uH8pN4B6wH .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH8pN4B6wH .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH8pN4B6wH .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH8pN4B6wH .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uH8pN4B6wH .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uH8pN4B6wH .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uH8pN4B6wH .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uH8pN4B6wH .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uH8pN4B6wH .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uH8pN4B6wH .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uH8pN4B6wH .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uH8pN4B6wH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uH8pN4B6wH .list,
.cid-uH8pN4B6wH .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uH8pN4B6wH .mbr-phone {
  color: #000000;
}
.cid-uH8pN4B6wH .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uH8pN4B6wH .list,
.cid-uH8pN4B6wH .item-wrap,
.cid-uH8pN4B6wH .nav-wrapper {
  color: #000000;
}
.cid-uH8su8WTZy {
  z-index: 1000;
  width: 100%;
}
.cid-uH8su8WTZy nav.navbar {
  position: fixed;
}
.cid-uH8su8WTZy .dropdown a {
  font-family: 'Raleway';
}
.cid-uH8su8WTZy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8su8WTZy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH8su8WTZy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH8su8WTZy .dropdown-item:hover,
.cid-uH8su8WTZy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH8su8WTZy .dropdown-item:hover span {
  color: white;
}
.cid-uH8su8WTZy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH8su8WTZy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH8su8WTZy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH8su8WTZy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH8su8WTZy .nav-link {
  position: relative;
}
.cid-uH8su8WTZy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH8su8WTZy .container {
    flex-wrap: nowrap;
  }
}
.cid-uH8su8WTZy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH8su8WTZy .dropdown-menu,
.cid-uH8su8WTZy .navbar.opened {
  background: #ffffff !important;
}
.cid-uH8su8WTZy .nav-item:focus,
.cid-uH8su8WTZy .nav-link:focus {
  outline: none;
}
.cid-uH8su8WTZy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8su8WTZy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8su8WTZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8su8WTZy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8su8WTZy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8su8WTZy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8su8WTZy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH8su8WTZy .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8su8WTZy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH8su8WTZy .navbar .navbar-logo img {
  width: auto;
}
.cid-uH8su8WTZy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH8su8WTZy .navbar.collapsed {
  justify-content: center;
}
.cid-uH8su8WTZy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8su8WTZy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH8su8WTZy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8su8WTZy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8su8WTZy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH8su8WTZy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8su8WTZy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH8su8WTZy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH8su8WTZy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8su8WTZy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8su8WTZy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8su8WTZy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH8su8WTZy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH8su8WTZy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH8su8WTZy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH8su8WTZy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH8su8WTZy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH8su8WTZy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8su8WTZy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH8su8WTZy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH8su8WTZy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH8su8WTZy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH8su8WTZy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH8su8WTZy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8su8WTZy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH8su8WTZy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8su8WTZy .dropdown-item.active,
.cid-uH8su8WTZy .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8su8WTZy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8su8WTZy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8su8WTZy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8su8WTZy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH8su8WTZy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH8su8WTZy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH8su8WTZy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH8su8WTZy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH8su8WTZy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH8su8WTZy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH8su8WTZy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8su8WTZy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8su8WTZy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8su8WTZy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8su8WTZy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8su8WTZy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8su8WTZy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8su8WTZy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8su8WTZy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH8su8WTZy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH8su8WTZy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8su8WTZy .navbar {
    height: 70px;
  }
  .cid-uH8su8WTZy .navbar.opened {
    height: auto;
  }
  .cid-uH8su8WTZy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8su8WTZy .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH8su8WTZy .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH8su8WTZy .navbar-toggler:focus,
.cid-uH8su8WTZy .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH8su8WTZy .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH8su8WTZy .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH8wGNTbsc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
.cid-uH8wGNTbsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8wGNTbsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8wGNTbsc .mbr-section-title {
  color: #000000;
}
.cid-uH8wGNTbsc .mbr-section-subtitle {
  color: #000000;
}
.cid-uH8C9ZDHGy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #dfccb7;
}
.cid-uH8C9ZDHGy .nav-tabs .nav-item.open .nav-link:focus,
.cid-uH8C9ZDHGy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uH8C9ZDHGy .nav-tabs {
  justify-content: center;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uH8C9ZDHGy .nav-item {
    margin: 0;
  }
}
.cid-uH8C9ZDHGy .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 3px !important;
  width: flex;
  border: none;
}
.cid-uH8C9ZDHGy .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uH8C9ZDHGy .nav-link,
.cid-uH8C9ZDHGy .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  text-align: center;
}
.cid-uH8C9ZDHGy .nav-tabs .nav-link.active {
  background: #b79982;
  color: #000000;
  border: 0.5px solid white;
}
.cid-uH8C9ZDHGy H4 {
  text-align: center;
}
.cid-uH8C9ZDHGy H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uH8C9ZDHGy P {
  color: #000000;
}
.cid-uH8C9ZDHGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8C9ZDHGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8C9ZDHGy blockquote {
  border: none;
  font-family: 'Raleway';
}
.cid-uH8C9ZDHGy .text-wrapper2 {
  background-color: #b79982;
  border-radius: 3px;
  border: 0.5px solid white;
}
@media (min-width: 768px) {
  .cid-uH8C9ZDHGy .text-wrapper2 {
    padding: 6% 6% 0 6%;
  }
}
@media (max-width: 767px) {
  .cid-uH8C9ZDHGy .text-wrapper2 {
    padding: 12% 12% 0 12%;
  }
}
.cid-uH8C9ZDHGy .tab-title-fix {
  padding-bottom: 20px;
}
.cid-uH8C9ZDHGy .mbr-text {
  color: #000000;
}
.cid-uHaTeSkt0D {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHaTeSkt0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaTeSkt0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaTeSkt0D .content-wrap {
  justify-content: center;
}
.cid-uHaTeSkt0D .card {
  justify-content: center;
}
.cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHaTeSkt0D .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:hover,
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHaTeSkt0D .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHaTeSkt0D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHaTeSkt0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHaTeSkt0D .mbr-phone {
  color: #000000;
}
.cid-uHaTeSkt0D .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .item-wrap,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #000000;
}
.cid-uH8IXZb4Wu {
  z-index: 1000;
  width: 100%;
}
.cid-uH8IXZb4Wu nav.navbar {
  position: fixed;
}
.cid-uH8IXZb4Wu .dropdown a {
  font-family: 'Raleway';
}
.cid-uH8IXZb4Wu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8IXZb4Wu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH8IXZb4Wu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH8IXZb4Wu .dropdown-item:hover,
.cid-uH8IXZb4Wu .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH8IXZb4Wu .dropdown-item:hover span {
  color: white;
}
.cid-uH8IXZb4Wu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH8IXZb4Wu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH8IXZb4Wu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH8IXZb4Wu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH8IXZb4Wu .nav-link {
  position: relative;
}
.cid-uH8IXZb4Wu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH8IXZb4Wu .container {
    flex-wrap: nowrap;
  }
}
.cid-uH8IXZb4Wu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH8IXZb4Wu .dropdown-menu,
.cid-uH8IXZb4Wu .navbar.opened {
  background: #ffffff !important;
}
.cid-uH8IXZb4Wu .nav-item:focus,
.cid-uH8IXZb4Wu .nav-link:focus {
  outline: none;
}
.cid-uH8IXZb4Wu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8IXZb4Wu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8IXZb4Wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8IXZb4Wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8IXZb4Wu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8IXZb4Wu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8IXZb4Wu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH8IXZb4Wu .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8IXZb4Wu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH8IXZb4Wu .navbar .navbar-logo img {
  width: auto;
}
.cid-uH8IXZb4Wu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH8IXZb4Wu .navbar.collapsed {
  justify-content: center;
}
.cid-uH8IXZb4Wu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8IXZb4Wu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH8IXZb4Wu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8IXZb4Wu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8IXZb4Wu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH8IXZb4Wu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8IXZb4Wu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH8IXZb4Wu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH8IXZb4Wu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8IXZb4Wu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8IXZb4Wu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8IXZb4Wu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH8IXZb4Wu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH8IXZb4Wu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH8IXZb4Wu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH8IXZb4Wu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH8IXZb4Wu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH8IXZb4Wu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8IXZb4Wu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH8IXZb4Wu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH8IXZb4Wu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH8IXZb4Wu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH8IXZb4Wu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH8IXZb4Wu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8IXZb4Wu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH8IXZb4Wu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8IXZb4Wu .dropdown-item.active,
.cid-uH8IXZb4Wu .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8IXZb4Wu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8IXZb4Wu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8IXZb4Wu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8IXZb4Wu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH8IXZb4Wu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH8IXZb4Wu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH8IXZb4Wu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH8IXZb4Wu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH8IXZb4Wu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH8IXZb4Wu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH8IXZb4Wu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8IXZb4Wu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8IXZb4Wu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8IXZb4Wu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8IXZb4Wu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8IXZb4Wu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8IXZb4Wu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8IXZb4Wu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8IXZb4Wu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH8IXZb4Wu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH8IXZb4Wu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8IXZb4Wu .navbar {
    height: 70px;
  }
  .cid-uH8IXZb4Wu .navbar.opened {
    height: auto;
  }
  .cid-uH8IXZb4Wu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8IXZb4Wu .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH8IXZb4Wu .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH8IXZb4Wu .navbar-toggler:focus,
.cid-uH8IXZb4Wu .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH8IXZb4Wu .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH8IXZb4Wu .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH8IXZSAhu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
.cid-uH8IXZSAhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8IXZSAhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8IXZSAhu .mbr-section-title {
  color: #000000;
}
.cid-uH8IXZSAhu .mbr-section-subtitle {
  color: #000000;
}
.cid-uH8JCc532y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfccb7;
}
.cid-uH8JCc532y .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-uH8JCc532y .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 95px;
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .history-item {
    flex-wrap: wrap;
    margin-top: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uH8JCc532y .history-item {
    margin-top: 45px;
  }
}
.cid-uH8JCc532y .history-item-first {
  margin-top: 0;
}
.cid-uH8JCc532y .img-container {
  width: 60%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-uH8JCc532y .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 10px !important;
  }
}
.cid-uH8JCc532y .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .image-wrapper {
    max-width: 550px;
  }
}
.cid-uH8JCc532y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uH8JCc532y .text-container {
  width: 40%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-uH8JCc532y .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-uH8JCc532y .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uH8JCc532y .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-uH8JCc532y .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .text-wrapper {
    max-width: 550px;
  }
}
.cid-uH8JCc532y .card-title {
  font-family: 'Raleway';
  font-weight: extra-bold !important;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 36px !important;
}
@media (max-width: 992px) {
  .cid-uH8JCc532y .card-title {
    padding-top: 5px;
    font-size: 30px !important;
    text-align: center !important;
  }
  .cid-uH8JCc532y .card-subtitle {
    font-size: 20px !important;
    text-align: center !important;
    line-height: 2rem!important;
  }
  .cid-uH8JCc532y .mbr-text {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uH8JCc532y .card-title {
    font-size: 22px !important;
  }
  .cid-uH8JCc532y .card-subtitle {
    font-size: 15px !important;
    line-height: 1.4rem!important;
  }
  .cid-uH8JCc532y .mbr-text a {
    font-size: 14px !important;
  }
}
.cid-uH8JCc532y .card-subtitle {
  width: 100%;
  color: #000000;
  margin-top: 16px;
  text-align: left;
  font-size: 22px;
  line-height: 2rem;
}
.cid-uH8JCc532y .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 25px;
  text-align: left;
}
.cid-uH8JCc532y .mbr-text a {
  font-size: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: none !important;
}
.cid-uH8JCc532y .mbr-text a:hover {
  text-decoration: none !important;
}
.cid-uH8JCc532y .mbr-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 0.5px;
  background-color: #000;
  transition: width 0.3s ease-in-out;
}
.cid-uH8JCc532y .mbr-text a:hover::after {
  width: 100%;
}
.cid-uH8JCc532y .mbr-text a .icon {
  transition: transform 0.3s ease-in-out;
}
.cid-uH8JCc532y .mbr-text a:hover .icon {
  transform: translateX(6px);
}
.cid-uH8JCc532y .center-line {
  position: absolute;
  width: 1px;
  left: 00%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: transparent;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-uH8JCc532y .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border-radius: 50%;
  border: 0px solid #dfccb7;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-uH8JCc532y .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-uH8JCc532y .mbr-text,
.cid-uH8JCc532y .mbr-section-btn {
  color: #000000;
  text-align: left;
}
@media (min-width: 993px) {
  .cid-uH8JCc532y .history-item-reverse .text-wrapper {
    text-align: right !important;
  }
  .cid-uH8JCc532y .history-item-reverse .text-wrapper .card-title,
  .cid-uH8JCc532y .history-item-reverse .text-wrapper .card-subtitle,
  .cid-uH8JCc532y .history-item-reverse .text-wrapper .mbr-text {
    text-align: inherit !important;
  }
}
.cid-uH8IY1o3NM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uH8IY1o3NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8IY1o3NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8IY1o3NM .content-wrap {
  justify-content: center;
}
.cid-uH8IY1o3NM .card {
  justify-content: center;
}
.cid-uH8IY1o3NM .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uH8IY1o3NM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uH8IY1o3NM .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uH8IY1o3NM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uH8IY1o3NM .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uH8IY1o3NM .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uH8IY1o3NM .nav-wrapper .list .item-wrap:hover,
.cid-uH8IY1o3NM .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uH8IY1o3NM .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uH8IY1o3NM .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uH8IY1o3NM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uH8IY1o3NM .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uH8IY1o3NM .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uH8IY1o3NM .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uH8IY1o3NM .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH8IY1o3NM .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH8IY1o3NM .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH8IY1o3NM .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uH8IY1o3NM .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uH8IY1o3NM .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uH8IY1o3NM .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uH8IY1o3NM .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uH8IY1o3NM .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uH8IY1o3NM .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uH8IY1o3NM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uH8IY1o3NM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uH8IY1o3NM .list,
.cid-uH8IY1o3NM .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uH8IY1o3NM .mbr-phone {
  color: #000000;
}
.cid-uH8IY1o3NM .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uH8IY1o3NM .list,
.cid-uH8IY1o3NM .item-wrap,
.cid-uH8IY1o3NM .nav-wrapper {
  color: #000000;
}
.cid-uH9dZMsrVd {
  z-index: 1000;
  width: 100%;
}
.cid-uH9dZMsrVd nav.navbar {
  position: fixed;
}
.cid-uH9dZMsrVd .dropdown a {
  font-family: 'Raleway';
}
.cid-uH9dZMsrVd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH9dZMsrVd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH9dZMsrVd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH9dZMsrVd .dropdown-item:hover,
.cid-uH9dZMsrVd .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH9dZMsrVd .dropdown-item:hover span {
  color: white;
}
.cid-uH9dZMsrVd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH9dZMsrVd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH9dZMsrVd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH9dZMsrVd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH9dZMsrVd .nav-link {
  position: relative;
}
.cid-uH9dZMsrVd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH9dZMsrVd .container {
    flex-wrap: nowrap;
  }
}
.cid-uH9dZMsrVd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH9dZMsrVd .dropdown-menu,
.cid-uH9dZMsrVd .navbar.opened {
  background: #ffffff !important;
}
.cid-uH9dZMsrVd .nav-item:focus,
.cid-uH9dZMsrVd .nav-link:focus {
  outline: none;
}
.cid-uH9dZMsrVd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH9dZMsrVd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH9dZMsrVd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH9dZMsrVd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH9dZMsrVd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH9dZMsrVd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH9dZMsrVd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH9dZMsrVd .navbar.opened {
  transition: all 0.3s;
}
.cid-uH9dZMsrVd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH9dZMsrVd .navbar .navbar-logo img {
  width: auto;
}
.cid-uH9dZMsrVd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH9dZMsrVd .navbar.collapsed {
  justify-content: center;
}
.cid-uH9dZMsrVd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH9dZMsrVd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH9dZMsrVd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH9dZMsrVd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH9dZMsrVd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH9dZMsrVd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH9dZMsrVd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH9dZMsrVd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH9dZMsrVd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH9dZMsrVd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH9dZMsrVd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH9dZMsrVd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH9dZMsrVd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH9dZMsrVd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH9dZMsrVd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH9dZMsrVd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH9dZMsrVd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH9dZMsrVd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH9dZMsrVd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH9dZMsrVd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH9dZMsrVd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH9dZMsrVd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH9dZMsrVd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH9dZMsrVd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH9dZMsrVd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH9dZMsrVd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH9dZMsrVd .dropdown-item.active,
.cid-uH9dZMsrVd .dropdown-item:active {
  background-color: transparent;
}
.cid-uH9dZMsrVd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH9dZMsrVd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH9dZMsrVd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH9dZMsrVd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH9dZMsrVd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH9dZMsrVd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH9dZMsrVd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH9dZMsrVd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH9dZMsrVd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH9dZMsrVd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH9dZMsrVd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH9dZMsrVd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH9dZMsrVd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH9dZMsrVd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH9dZMsrVd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH9dZMsrVd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH9dZMsrVd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH9dZMsrVd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH9dZMsrVd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH9dZMsrVd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH9dZMsrVd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH9dZMsrVd .navbar {
    height: 70px;
  }
  .cid-uH9dZMsrVd .navbar.opened {
    height: auto;
  }
  .cid-uH9dZMsrVd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH9dZMsrVd .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH9dZMsrVd .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH9dZMsrVd .navbar-toggler:focus,
.cid-uH9dZMsrVd .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH9dZMsrVd .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH9dZMsrVd .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHe1M3fl4X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
.cid-uHe1M3fl4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHe1M3fl4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHe1M3fl4X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHe1M3fl4X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHe1M3fl4X .container {
    padding: 0 24px;
  }
}
.cid-uHe1M3fl4X .row {
  justify-content: center;
}
.cid-uHe1M3fl4X .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uHe1M3fl4X .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #000000;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #dfccb7;
  font-size: 18px;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #bca695;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #18212d !important;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #18212d;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uHe1M3fl4X .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uHe1M3fl4X .mbr-section-title {
  color: #000000;
}
.cid-uHe1M3fl4X .mbr-desc {
  color: #18212d;
}
.cid-uHe1M3fl4X .mbr-text {
  color: #18212d;
}
.cid-uHe1M3fl4X .mbr-soc {
  color: #18212d;
}
.cid-uHe1M3fl4X label {
  color: #18212d;
}
.cid-uHe1M3fl4X .mbr-text,
.cid-uHe1M3fl4X .text-wrapper {
  color: #000000;
}
.cid-uHaTeSkt0D {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHaTeSkt0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaTeSkt0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaTeSkt0D .content-wrap {
  justify-content: center;
}
.cid-uHaTeSkt0D .card {
  justify-content: center;
}
.cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHaTeSkt0D .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:hover,
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHaTeSkt0D .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHaTeSkt0D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHaTeSkt0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHaTeSkt0D .mbr-phone {
  color: #000000;
}
.cid-uHaTeSkt0D .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .item-wrap,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #000000;
}
.cid-uH9SJN22Lh {
  z-index: 1000;
  width: 100%;
}
.cid-uH9SJN22Lh nav.navbar {
  position: fixed;
}
.cid-uH9SJN22Lh .dropdown a {
  font-family: 'Raleway';
}
.cid-uH9SJN22Lh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH9SJN22Lh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH9SJN22Lh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH9SJN22Lh .dropdown-item:hover,
.cid-uH9SJN22Lh .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH9SJN22Lh .dropdown-item:hover span {
  color: white;
}
.cid-uH9SJN22Lh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH9SJN22Lh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH9SJN22Lh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH9SJN22Lh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH9SJN22Lh .nav-link {
  position: relative;
}
.cid-uH9SJN22Lh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH9SJN22Lh .container {
    flex-wrap: nowrap;
  }
}
.cid-uH9SJN22Lh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH9SJN22Lh .dropdown-menu,
.cid-uH9SJN22Lh .navbar.opened {
  background: #ffffff !important;
}
.cid-uH9SJN22Lh .nav-item:focus,
.cid-uH9SJN22Lh .nav-link:focus {
  outline: none;
}
.cid-uH9SJN22Lh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH9SJN22Lh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH9SJN22Lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH9SJN22Lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH9SJN22Lh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH9SJN22Lh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH9SJN22Lh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH9SJN22Lh .navbar.opened {
  transition: all 0.3s;
}
.cid-uH9SJN22Lh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH9SJN22Lh .navbar .navbar-logo img {
  width: auto;
}
.cid-uH9SJN22Lh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH9SJN22Lh .navbar.collapsed {
  justify-content: center;
}
.cid-uH9SJN22Lh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH9SJN22Lh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH9SJN22Lh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH9SJN22Lh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH9SJN22Lh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH9SJN22Lh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH9SJN22Lh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH9SJN22Lh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH9SJN22Lh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH9SJN22Lh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH9SJN22Lh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH9SJN22Lh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH9SJN22Lh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH9SJN22Lh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH9SJN22Lh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH9SJN22Lh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH9SJN22Lh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH9SJN22Lh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH9SJN22Lh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH9SJN22Lh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH9SJN22Lh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH9SJN22Lh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH9SJN22Lh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH9SJN22Lh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH9SJN22Lh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH9SJN22Lh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH9SJN22Lh .dropdown-item.active,
.cid-uH9SJN22Lh .dropdown-item:active {
  background-color: transparent;
}
.cid-uH9SJN22Lh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH9SJN22Lh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH9SJN22Lh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH9SJN22Lh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH9SJN22Lh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH9SJN22Lh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH9SJN22Lh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH9SJN22Lh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH9SJN22Lh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH9SJN22Lh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH9SJN22Lh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH9SJN22Lh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH9SJN22Lh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH9SJN22Lh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH9SJN22Lh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH9SJN22Lh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH9SJN22Lh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH9SJN22Lh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH9SJN22Lh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH9SJN22Lh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH9SJN22Lh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH9SJN22Lh .navbar {
    height: 70px;
  }
  .cid-uH9SJN22Lh .navbar.opened {
    height: auto;
  }
  .cid-uH9SJN22Lh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH9SJN22Lh .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH9SJN22Lh .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH9SJN22Lh .navbar-toggler:focus,
.cid-uH9SJN22Lh .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH9SJN22Lh .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH9SJN22Lh .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHa3Djcip8 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
.cid-uHa3Djcip8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHa3Djcip8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHa3Djcip8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHa3Djcip8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uHa3Djcip8 .mbr-section-title {
  color: #000000;
}
.cid-uHaTeSkt0D {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHaTeSkt0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaTeSkt0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaTeSkt0D .content-wrap {
  justify-content: center;
}
.cid-uHaTeSkt0D .card {
  justify-content: center;
}
.cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHaTeSkt0D .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:hover,
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHaTeSkt0D .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHaTeSkt0D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHaTeSkt0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHaTeSkt0D .mbr-phone {
  color: #000000;
}
.cid-uHaTeSkt0D .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .item-wrap,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #000000;
}
.cid-uHejEUu9Hk {
  z-index: 1000;
  width: 100%;
}
.cid-uHejEUu9Hk nav.navbar {
  position: fixed;
}
.cid-uHejEUu9Hk .dropdown a {
  font-family: 'Raleway';
}
.cid-uHejEUu9Hk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHejEUu9Hk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHejEUu9Hk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHejEUu9Hk .dropdown-item:hover,
.cid-uHejEUu9Hk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHejEUu9Hk .dropdown-item:hover span {
  color: white;
}
.cid-uHejEUu9Hk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHejEUu9Hk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHejEUu9Hk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHejEUu9Hk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHejEUu9Hk .nav-link {
  position: relative;
}
.cid-uHejEUu9Hk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHejEUu9Hk .container {
    flex-wrap: nowrap;
  }
}
.cid-uHejEUu9Hk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHejEUu9Hk .dropdown-menu,
.cid-uHejEUu9Hk .navbar.opened {
  background: #ffffff !important;
}
.cid-uHejEUu9Hk .nav-item:focus,
.cid-uHejEUu9Hk .nav-link:focus {
  outline: none;
}
.cid-uHejEUu9Hk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHejEUu9Hk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHejEUu9Hk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHejEUu9Hk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHejEUu9Hk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHejEUu9Hk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHejEUu9Hk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHejEUu9Hk .navbar.opened {
  transition: all 0.3s;
}
.cid-uHejEUu9Hk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHejEUu9Hk .navbar .navbar-logo img {
  width: auto;
}
.cid-uHejEUu9Hk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHejEUu9Hk .navbar.collapsed {
  justify-content: center;
}
.cid-uHejEUu9Hk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHejEUu9Hk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHejEUu9Hk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHejEUu9Hk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHejEUu9Hk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHejEUu9Hk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHejEUu9Hk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHejEUu9Hk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHejEUu9Hk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHejEUu9Hk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHejEUu9Hk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHejEUu9Hk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHejEUu9Hk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHejEUu9Hk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHejEUu9Hk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHejEUu9Hk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHejEUu9Hk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHejEUu9Hk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHejEUu9Hk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHejEUu9Hk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHejEUu9Hk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHejEUu9Hk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHejEUu9Hk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHejEUu9Hk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHejEUu9Hk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHejEUu9Hk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHejEUu9Hk .dropdown-item.active,
.cid-uHejEUu9Hk .dropdown-item:active {
  background-color: transparent;
}
.cid-uHejEUu9Hk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHejEUu9Hk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHejEUu9Hk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHejEUu9Hk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHejEUu9Hk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHejEUu9Hk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHejEUu9Hk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHejEUu9Hk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHejEUu9Hk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHejEUu9Hk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHejEUu9Hk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHejEUu9Hk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHejEUu9Hk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHejEUu9Hk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHejEUu9Hk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHejEUu9Hk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHejEUu9Hk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHejEUu9Hk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHejEUu9Hk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHejEUu9Hk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHejEUu9Hk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHejEUu9Hk .navbar {
    height: 70px;
  }
  .cid-uHejEUu9Hk .navbar.opened {
    height: auto;
  }
  .cid-uHejEUu9Hk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHejEUu9Hk .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHejEUu9Hk .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHejEUu9Hk .navbar-toggler:focus,
.cid-uHejEUu9Hk .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHejEUu9Hk .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHejEUu9Hk .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHgYQjjD8Y {
  padding-top: 8rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/gray-wall-texture3.webp");
}
.cid-uHgYQjjD8Y .mbr-section-title {
  margin-bottom: 18px;
  color: #000000;
}
.cid-uHgYQjjD8Y .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uHgYQjjD8Y .mbr-text {
  color: #000000;
}
.cid-uHgYQjjD8Y img,
.cid-uHgYQjjD8Y .item-img {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 300px;
}
.cid-uHgYQjjD8Y .item {
  margin-bottom: 65px;
}
.cid-uHgYQjjD8Y .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHgYQjjD8Y .card_info {
  margin-bottom: 12px;
}
.cid-uHgYQjjD8Y .card_title {
  color: #000000;
  line-height: 1.2727em;
  margin-bottom: 18px;
  text-align: center;
}
.cid-uHgYQjjD8Y .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uHgYQjjD8Y .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-uHgYQjjD8Y .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-uHgYQjjD8Y .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.4em;
  font-weight: 600 !important;
  text-decoration: none;
  letter-spacing: 0em;
}
.cid-uHgYQjjD8Y .linkBtn a:after,
.cid-uHgYQjjD8Y .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uHgYQjjD8Y .linkBtn a:before {
  left: 0;
}
.cid-uHgYQjjD8Y .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uHgYQjjD8Y .linkBtn a:hover:before,
.cid-uHgYQjjD8Y .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uHgYQjjD8Y .card_date {
  color: #000000;
  text-align: center;
}
.cid-uHgYQjjD8Y .card_text,
.cid-uHgYQjjD8Y .linkBtn {
  text-align: center;
  color: #000000;
}
.cid-uHejEWJ59Z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHejEWJ59Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHejEWJ59Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHejEWJ59Z .content-wrap {
  justify-content: center;
}
.cid-uHejEWJ59Z .card {
  justify-content: center;
}
.cid-uHejEWJ59Z .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHejEWJ59Z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHejEWJ59Z .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHejEWJ59Z .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHejEWJ59Z .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHejEWJ59Z .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHejEWJ59Z .nav-wrapper .list .item-wrap:hover,
.cid-uHejEWJ59Z .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHejEWJ59Z .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHejEWJ59Z .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHejEWJ59Z .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHejEWJ59Z .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHejEWJ59Z .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHejEWJ59Z .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHejEWJ59Z .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHejEWJ59Z .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHejEWJ59Z .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHejEWJ59Z .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHejEWJ59Z .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHejEWJ59Z .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHejEWJ59Z .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHejEWJ59Z .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHejEWJ59Z .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHejEWJ59Z .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHejEWJ59Z .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHejEWJ59Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHejEWJ59Z .list,
.cid-uHejEWJ59Z .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHejEWJ59Z .mbr-phone {
  color: #000000;
}
.cid-uHejEWJ59Z .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHejEWJ59Z .list,
.cid-uHejEWJ59Z .item-wrap,
.cid-uHejEWJ59Z .nav-wrapper {
  color: #000000;
}
.cid-uHfei4Pd2E {
  z-index: 1000;
  width: 100%;
}
.cid-uHfei4Pd2E nav.navbar {
  position: fixed;
}
.cid-uHfei4Pd2E .dropdown a {
  font-family: 'Raleway';
}
.cid-uHfei4Pd2E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHfei4Pd2E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHfei4Pd2E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHfei4Pd2E .dropdown-item:hover,
.cid-uHfei4Pd2E .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHfei4Pd2E .dropdown-item:hover span {
  color: white;
}
.cid-uHfei4Pd2E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHfei4Pd2E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHfei4Pd2E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHfei4Pd2E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHfei4Pd2E .nav-link {
  position: relative;
}
.cid-uHfei4Pd2E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHfei4Pd2E .container {
    flex-wrap: nowrap;
  }
}
.cid-uHfei4Pd2E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHfei4Pd2E .dropdown-menu,
.cid-uHfei4Pd2E .navbar.opened {
  background: #ffffff !important;
}
.cid-uHfei4Pd2E .nav-item:focus,
.cid-uHfei4Pd2E .nav-link:focus {
  outline: none;
}
.cid-uHfei4Pd2E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHfei4Pd2E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHfei4Pd2E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHfei4Pd2E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHfei4Pd2E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHfei4Pd2E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHfei4Pd2E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHfei4Pd2E .navbar.opened {
  transition: all 0.3s;
}
.cid-uHfei4Pd2E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHfei4Pd2E .navbar .navbar-logo img {
  width: auto;
}
.cid-uHfei4Pd2E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHfei4Pd2E .navbar.collapsed {
  justify-content: center;
}
.cid-uHfei4Pd2E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHfei4Pd2E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHfei4Pd2E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHfei4Pd2E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHfei4Pd2E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHfei4Pd2E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHfei4Pd2E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHfei4Pd2E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHfei4Pd2E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHfei4Pd2E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHfei4Pd2E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHfei4Pd2E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHfei4Pd2E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHfei4Pd2E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHfei4Pd2E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHfei4Pd2E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHfei4Pd2E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHfei4Pd2E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHfei4Pd2E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHfei4Pd2E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHfei4Pd2E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHfei4Pd2E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHfei4Pd2E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHfei4Pd2E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHfei4Pd2E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHfei4Pd2E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHfei4Pd2E .dropdown-item.active,
.cid-uHfei4Pd2E .dropdown-item:active {
  background-color: transparent;
}
.cid-uHfei4Pd2E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHfei4Pd2E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHfei4Pd2E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHfei4Pd2E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHfei4Pd2E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHfei4Pd2E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHfei4Pd2E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHfei4Pd2E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHfei4Pd2E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHfei4Pd2E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHfei4Pd2E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHfei4Pd2E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHfei4Pd2E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHfei4Pd2E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHfei4Pd2E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHfei4Pd2E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHfei4Pd2E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHfei4Pd2E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHfei4Pd2E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHfei4Pd2E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHfei4Pd2E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHfei4Pd2E .navbar {
    height: 70px;
  }
  .cid-uHfei4Pd2E .navbar.opened {
    height: auto;
  }
  .cid-uHfei4Pd2E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHfei4Pd2E .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHfei4Pd2E .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHfei4Pd2E .navbar-toggler:focus,
.cid-uHfei4Pd2E .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHfei4Pd2E .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHfei4Pd2E .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHgRx2665y {
  padding-top: 8rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/gray-wall-texture3.webp");
}
.cid-uHgRx2665y .mbr-section-title {
  margin-bottom: 18px;
  color: #000000;
}
.cid-uHgRx2665y .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uHgRx2665y .mbr-text {
  color: #000000;
}
.cid-uHgRx2665y img,
.cid-uHgRx2665y .item-img {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 300px;
}
.cid-uHgRx2665y .item {
  margin-bottom: 65px;
}
.cid-uHgRx2665y .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHgRx2665y .card_info {
  margin-bottom: 12px;
}
.cid-uHgRx2665y .card_title {
  color: #000000;
  line-height: 1.2727em;
  margin-bottom: 18px;
  text-align: center;
}
.cid-uHgRx2665y .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uHgRx2665y .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-uHgRx2665y .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-uHgRx2665y .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.4em;
  font-weight: 600 !important;
  text-decoration: none;
  letter-spacing: 0em;
}
.cid-uHgRx2665y .linkBtn a:after,
.cid-uHgRx2665y .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uHgRx2665y .linkBtn a:before {
  left: 0;
}
.cid-uHgRx2665y .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uHgRx2665y .linkBtn a:hover:before,
.cid-uHgRx2665y .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uHgRx2665y .card_date {
  color: #000000;
  text-align: center;
}
.cid-uHgRx2665y .card_text,
.cid-uHgRx2665y .linkBtn {
  text-align: center;
  color: #000000;
}
.cid-uHfei9LKRG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHfei9LKRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHfei9LKRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHfei9LKRG .content-wrap {
  justify-content: center;
}
.cid-uHfei9LKRG .card {
  justify-content: center;
}
.cid-uHfei9LKRG .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHfei9LKRG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHfei9LKRG .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHfei9LKRG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHfei9LKRG .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHfei9LKRG .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHfei9LKRG .nav-wrapper .list .item-wrap:hover,
.cid-uHfei9LKRG .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHfei9LKRG .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHfei9LKRG .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHfei9LKRG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHfei9LKRG .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHfei9LKRG .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHfei9LKRG .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHfei9LKRG .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHfei9LKRG .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHfei9LKRG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHfei9LKRG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHfei9LKRG .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHfei9LKRG .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHfei9LKRG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHfei9LKRG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHfei9LKRG .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHfei9LKRG .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHfei9LKRG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHfei9LKRG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHfei9LKRG .list,
.cid-uHfei9LKRG .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHfei9LKRG .mbr-phone {
  color: #000000;
}
.cid-uHfei9LKRG .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHfei9LKRG .list,
.cid-uHfei9LKRG .item-wrap,
.cid-uHfei9LKRG .nav-wrapper {
  color: #000000;
}
.cid-uH4osvFI32 {
  z-index: 1000;
  width: 100%;
}
.cid-uH4osvFI32 nav.navbar {
  position: fixed;
}
.cid-uH4osvFI32 .dropdown a {
  font-family: 'Raleway';
}
.cid-uH4osvFI32 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4osvFI32 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH4osvFI32 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH4osvFI32 .dropdown-item:hover,
.cid-uH4osvFI32 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH4osvFI32 .dropdown-item:hover span {
  color: white;
}
.cid-uH4osvFI32 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH4osvFI32 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH4osvFI32 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH4osvFI32 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH4osvFI32 .nav-link {
  position: relative;
}
.cid-uH4osvFI32 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH4osvFI32 .container {
    flex-wrap: nowrap;
  }
}
.cid-uH4osvFI32 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH4osvFI32 .dropdown-menu,
.cid-uH4osvFI32 .navbar.opened {
  background: #ffffff !important;
}
.cid-uH4osvFI32 .nav-item:focus,
.cid-uH4osvFI32 .nav-link:focus {
  outline: none;
}
.cid-uH4osvFI32 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH4osvFI32 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH4osvFI32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH4osvFI32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4osvFI32 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH4osvFI32 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH4osvFI32 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH4osvFI32 .navbar.opened {
  transition: all 0.3s;
}
.cid-uH4osvFI32 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH4osvFI32 .navbar .navbar-logo img {
  width: auto;
}
.cid-uH4osvFI32 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH4osvFI32 .navbar.collapsed {
  justify-content: center;
}
.cid-uH4osvFI32 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH4osvFI32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH4osvFI32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH4osvFI32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH4osvFI32 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH4osvFI32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH4osvFI32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH4osvFI32 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH4osvFI32 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH4osvFI32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH4osvFI32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH4osvFI32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH4osvFI32 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH4osvFI32 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH4osvFI32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH4osvFI32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH4osvFI32 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH4osvFI32 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH4osvFI32 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH4osvFI32 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH4osvFI32 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH4osvFI32 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH4osvFI32 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH4osvFI32 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH4osvFI32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH4osvFI32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH4osvFI32 .dropdown-item.active,
.cid-uH4osvFI32 .dropdown-item:active {
  background-color: transparent;
}
.cid-uH4osvFI32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH4osvFI32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH4osvFI32 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH4osvFI32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH4osvFI32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH4osvFI32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH4osvFI32 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH4osvFI32 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH4osvFI32 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH4osvFI32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH4osvFI32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH4osvFI32 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4osvFI32 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4osvFI32 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH4osvFI32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4osvFI32 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH4osvFI32 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH4osvFI32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4osvFI32 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH4osvFI32 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH4osvFI32 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH4osvFI32 .navbar {
    height: 70px;
  }
  .cid-uH4osvFI32 .navbar.opened {
    height: auto;
  }
  .cid-uH4osvFI32 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH4osvFI32 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH4osvFI32 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH4osvFI32 .navbar-toggler:focus,
.cid-uH4osvFI32 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH4osvFI32 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH4osvFI32 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH4tHRomQY {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #dfccb7;
}
.cid-uH4tHRomQY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uH4tHRomQY .mbr-section-subtitle-a {
  color: #000000;
  text-align: center;
  font-size: 35px !important;
}
@media (max-width: 768px) {
  .cid-uH4tHRomQY .mbr-section-subtitle-a {
    font-size: 25px !important;
  }
}
@media (max-width: 576px) {
  .cid-uH4tHRomQY .mbr-section-subtitle-a {
    font-size: 20px !important;
  }
}
.cid-uH4tHRomQY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uH4yUKgQfa {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
.cid-uH4yUKgQfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4yUKgQfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH4yUKgQfa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH4yUKgQfa .row {
  flex-direction: row-reverse;
}
.cid-uH4yUKgQfa img {
  width: 100%;
}
.cid-uH4yUKgQfa .mbr-description {
  color: #000000;
}
.cid-uHaTeSkt0D {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHaTeSkt0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaTeSkt0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaTeSkt0D .content-wrap {
  justify-content: center;
}
.cid-uHaTeSkt0D .card {
  justify-content: center;
}
.cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHaTeSkt0D .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:hover,
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHaTeSkt0D .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHaTeSkt0D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHaTeSkt0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHaTeSkt0D .mbr-phone {
  color: #000000;
}
.cid-uHaTeSkt0D .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .item-wrap,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #000000;
}
.cid-uHlbFXY9ak {
  z-index: 1000;
  width: 100%;
}
.cid-uHlbFXY9ak nav.navbar {
  position: fixed;
}
.cid-uHlbFXY9ak .dropdown a {
  font-family: 'Raleway';
}
.cid-uHlbFXY9ak .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHlbFXY9ak .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHlbFXY9ak .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHlbFXY9ak .dropdown-item:hover,
.cid-uHlbFXY9ak .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHlbFXY9ak .dropdown-item:hover span {
  color: white;
}
.cid-uHlbFXY9ak .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHlbFXY9ak .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHlbFXY9ak .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHlbFXY9ak .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHlbFXY9ak .nav-link {
  position: relative;
}
.cid-uHlbFXY9ak .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHlbFXY9ak .container {
    flex-wrap: nowrap;
  }
}
.cid-uHlbFXY9ak .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHlbFXY9ak .dropdown-menu,
.cid-uHlbFXY9ak .navbar.opened {
  background: #ffffff !important;
}
.cid-uHlbFXY9ak .nav-item:focus,
.cid-uHlbFXY9ak .nav-link:focus {
  outline: none;
}
.cid-uHlbFXY9ak .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHlbFXY9ak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHlbFXY9ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHlbFXY9ak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHlbFXY9ak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHlbFXY9ak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHlbFXY9ak .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHlbFXY9ak .navbar.opened {
  transition: all 0.3s;
}
.cid-uHlbFXY9ak .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHlbFXY9ak .navbar .navbar-logo img {
  width: auto;
}
.cid-uHlbFXY9ak .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHlbFXY9ak .navbar.collapsed {
  justify-content: center;
}
.cid-uHlbFXY9ak .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHlbFXY9ak .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHlbFXY9ak .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHlbFXY9ak .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHlbFXY9ak .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHlbFXY9ak .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHlbFXY9ak .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHlbFXY9ak .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHlbFXY9ak .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHlbFXY9ak .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHlbFXY9ak .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHlbFXY9ak .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHlbFXY9ak .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHlbFXY9ak .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHlbFXY9ak .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHlbFXY9ak .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHlbFXY9ak .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHlbFXY9ak .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHlbFXY9ak .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHlbFXY9ak .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHlbFXY9ak .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHlbFXY9ak .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHlbFXY9ak .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHlbFXY9ak .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHlbFXY9ak .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHlbFXY9ak .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHlbFXY9ak .dropdown-item.active,
.cid-uHlbFXY9ak .dropdown-item:active {
  background-color: transparent;
}
.cid-uHlbFXY9ak .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHlbFXY9ak .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHlbFXY9ak .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHlbFXY9ak .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHlbFXY9ak .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHlbFXY9ak .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHlbFXY9ak ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHlbFXY9ak .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHlbFXY9ak button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHlbFXY9ak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHlbFXY9ak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHlbFXY9ak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHlbFXY9ak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHlbFXY9ak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHlbFXY9ak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHlbFXY9ak nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHlbFXY9ak nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHlbFXY9ak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHlbFXY9ak .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHlbFXY9ak a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHlbFXY9ak .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHlbFXY9ak .navbar {
    height: 70px;
  }
  .cid-uHlbFXY9ak .navbar.opened {
    height: auto;
  }
  .cid-uHlbFXY9ak .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHlbFXY9ak .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHlbFXY9ak .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHlbFXY9ak .navbar-toggler:focus,
.cid-uHlbFXY9ak .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHlbFXY9ak .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHlbFXY9ak .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImfOygPvf {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImfOygPvf {
    padding-top: 8rem;
  }
}
.cid-uImfOygPvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImfOygPvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImfOygPvf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImfOygPvf .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImfOygPvf .mbr-section-title {
  color: #000000;
}
.cid-uImfOygPvf .mbr-text,
.cid-uImfOygPvf .mbr-section-btn {
  color: #000000;
}
.cid-uImfOygPvf P {
  text-align: center;
  color: #000000;
}
.cid-uImfOygPvf blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImfOygPvf blockquote {
    width: 90%;
  }
}
.cid-uImfOygPvf H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImfOygPvf .align-left,
  .cid-uImfOygPvf .align-right {
    text-align: center;
  }
  .cid-uImfOygPvf .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImfOygPvf .link,
  .cid-uImfOygPvf .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImfOygPvf span {
    width: 100%;
    display: block;
  }
}
.cid-uImfOygPvf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImfOygPvf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImfOygPvf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImfOygPvf H3 {
  color: #000000;
}
.cid-uHleayWxds {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uHleayWxds .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHleayWxds .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHleayWxds .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHleayWxds .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHleayWxds .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uHleayWxds .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHleayWxds .icon-focus {
  display: none;
}
.cid-uHleayWxds .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uHleayWxds ul {
  font-size: 0;
}
.cid-uHleayWxds .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uHleayWxds .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uHleayWxds .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uHleayWxds .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uHleayWxds .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uHleayWxds .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uHleayWxds .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uHleayWxds .btn:hover {
  background: transparent !important;
}
.cid-uHleayWxds .btn:hover:before {
  background: transparent !important;
}
.cid-uHleayWxds .btn:before {
  background-color: transparent !important;
}
.cid-uHleayWxds .btn:focus {
  box-shadow: none;
}
.cid-uHleayWxds .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uHlbG0ROek {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHlbG0ROek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlbG0ROek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlbG0ROek .content-wrap {
  justify-content: center;
}
.cid-uHlbG0ROek .card {
  justify-content: center;
}
.cid-uHlbG0ROek .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHlbG0ROek .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHlbG0ROek .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHlbG0ROek .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHlbG0ROek .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHlbG0ROek .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHlbG0ROek .nav-wrapper .list .item-wrap:hover,
.cid-uHlbG0ROek .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHlbG0ROek .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHlbG0ROek .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHlbG0ROek .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHlbG0ROek .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHlbG0ROek .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHlbG0ROek .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHlbG0ROek .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHlbG0ROek .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHlbG0ROek .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHlbG0ROek .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHlbG0ROek .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHlbG0ROek .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHlbG0ROek .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHlbG0ROek .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHlbG0ROek .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHlbG0ROek .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHlbG0ROek .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHlbG0ROek .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHlbG0ROek .list,
.cid-uHlbG0ROek .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHlbG0ROek .mbr-phone {
  color: #000000;
}
.cid-uHlbG0ROek .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHlbG0ROek .list,
.cid-uHlbG0ROek .item-wrap,
.cid-uHlbG0ROek .nav-wrapper {
  color: #000000;
}
.cid-uHqN2JJbdA {
  z-index: 1000;
  width: 100%;
}
.cid-uHqN2JJbdA nav.navbar {
  position: fixed;
}
.cid-uHqN2JJbdA .dropdown a {
  font-family: 'Raleway';
}
.cid-uHqN2JJbdA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHqN2JJbdA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHqN2JJbdA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHqN2JJbdA .dropdown-item:hover,
.cid-uHqN2JJbdA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHqN2JJbdA .dropdown-item:hover span {
  color: white;
}
.cid-uHqN2JJbdA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHqN2JJbdA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHqN2JJbdA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHqN2JJbdA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHqN2JJbdA .nav-link {
  position: relative;
}
.cid-uHqN2JJbdA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHqN2JJbdA .container {
    flex-wrap: nowrap;
  }
}
.cid-uHqN2JJbdA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHqN2JJbdA .dropdown-menu,
.cid-uHqN2JJbdA .navbar.opened {
  background: #ffffff !important;
}
.cid-uHqN2JJbdA .nav-item:focus,
.cid-uHqN2JJbdA .nav-link:focus {
  outline: none;
}
.cid-uHqN2JJbdA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHqN2JJbdA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHqN2JJbdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHqN2JJbdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHqN2JJbdA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHqN2JJbdA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHqN2JJbdA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHqN2JJbdA .navbar.opened {
  transition: all 0.3s;
}
.cid-uHqN2JJbdA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHqN2JJbdA .navbar .navbar-logo img {
  width: auto;
}
.cid-uHqN2JJbdA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHqN2JJbdA .navbar.collapsed {
  justify-content: center;
}
.cid-uHqN2JJbdA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHqN2JJbdA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHqN2JJbdA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHqN2JJbdA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHqN2JJbdA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHqN2JJbdA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHqN2JJbdA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHqN2JJbdA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHqN2JJbdA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHqN2JJbdA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHqN2JJbdA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHqN2JJbdA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHqN2JJbdA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHqN2JJbdA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHqN2JJbdA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHqN2JJbdA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHqN2JJbdA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHqN2JJbdA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHqN2JJbdA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHqN2JJbdA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHqN2JJbdA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHqN2JJbdA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHqN2JJbdA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHqN2JJbdA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHqN2JJbdA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHqN2JJbdA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHqN2JJbdA .dropdown-item.active,
.cid-uHqN2JJbdA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHqN2JJbdA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHqN2JJbdA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHqN2JJbdA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHqN2JJbdA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHqN2JJbdA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHqN2JJbdA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHqN2JJbdA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHqN2JJbdA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHqN2JJbdA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHqN2JJbdA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHqN2JJbdA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHqN2JJbdA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHqN2JJbdA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHqN2JJbdA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHqN2JJbdA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHqN2JJbdA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHqN2JJbdA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHqN2JJbdA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHqN2JJbdA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHqN2JJbdA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHqN2JJbdA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHqN2JJbdA .navbar {
    height: 70px;
  }
  .cid-uHqN2JJbdA .navbar.opened {
    height: auto;
  }
  .cid-uHqN2JJbdA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHqN2JJbdA .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHqN2JJbdA .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHqN2JJbdA .navbar-toggler:focus,
.cid-uHqN2JJbdA .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHqN2JJbdA .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHqN2JJbdA .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHqU1K3DUv {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHqU1K3DUv {
    padding-top: 8rem;
  }
}
.cid-uHqU1K3DUv iframe,
.cid-uHqU1K3DUv img,
.cid-uHqU1K3DUv video {
  width: 100%;
}
.cid-uHqU1K3DUv .mbr-media {
  position: relative;
}
.cid-uHqU1K3DUv .mbr-media img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.cid-uHqU1K3DUv .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uHqU1K3DUv .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uHqU1K3DUv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHqU1K3DUv .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uHqU1K3DUv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHqU1K3DUv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHqU1K3DUv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHqU1K3DUv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHqU1K3DUv .mbr-section-title {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHqU1K3DUv .align-left,
  .cid-uHqU1K3DUv .align-right {
    text-align: center;
  }
  .cid-uHqU1K3DUv .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHqU1K3DUv .link,
  .cid-uHqU1K3DUv .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHqU1K3DUv span {
    width: 100%;
    display: block;
  }
}
.cid-uHqU1K3DUv .mbr-section-subtitle {
  color: #000000;
}
.cid-uHqN2L45vc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHqN2L45vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqN2L45vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqN2L45vc .content-wrap {
  justify-content: center;
}
.cid-uHqN2L45vc .card {
  justify-content: center;
}
.cid-uHqN2L45vc .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHqN2L45vc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHqN2L45vc .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHqN2L45vc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHqN2L45vc .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHqN2L45vc .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHqN2L45vc .nav-wrapper .list .item-wrap:hover,
.cid-uHqN2L45vc .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHqN2L45vc .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHqN2L45vc .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHqN2L45vc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHqN2L45vc .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHqN2L45vc .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHqN2L45vc .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHqN2L45vc .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHqN2L45vc .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHqN2L45vc .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHqN2L45vc .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHqN2L45vc .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHqN2L45vc .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHqN2L45vc .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHqN2L45vc .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHqN2L45vc .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHqN2L45vc .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHqN2L45vc .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHqN2L45vc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHqN2L45vc .list,
.cid-uHqN2L45vc .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHqN2L45vc .mbr-phone {
  color: #000000;
}
.cid-uHqN2L45vc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHqN2L45vc .list,
.cid-uHqN2L45vc .item-wrap,
.cid-uHqN2L45vc .nav-wrapper {
  color: #000000;
}
.cid-uHlMSatzOP {
  z-index: 1000;
  width: 100%;
}
.cid-uHlMSatzOP nav.navbar {
  position: fixed;
}
.cid-uHlMSatzOP .dropdown a {
  font-family: 'Raleway';
}
.cid-uHlMSatzOP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHlMSatzOP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHlMSatzOP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHlMSatzOP .dropdown-item:hover,
.cid-uHlMSatzOP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHlMSatzOP .dropdown-item:hover span {
  color: white;
}
.cid-uHlMSatzOP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHlMSatzOP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHlMSatzOP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHlMSatzOP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHlMSatzOP .nav-link {
  position: relative;
}
.cid-uHlMSatzOP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHlMSatzOP .container {
    flex-wrap: nowrap;
  }
}
.cid-uHlMSatzOP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHlMSatzOP .dropdown-menu,
.cid-uHlMSatzOP .navbar.opened {
  background: #ffffff !important;
}
.cid-uHlMSatzOP .nav-item:focus,
.cid-uHlMSatzOP .nav-link:focus {
  outline: none;
}
.cid-uHlMSatzOP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHlMSatzOP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHlMSatzOP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHlMSatzOP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHlMSatzOP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHlMSatzOP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHlMSatzOP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHlMSatzOP .navbar.opened {
  transition: all 0.3s;
}
.cid-uHlMSatzOP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHlMSatzOP .navbar .navbar-logo img {
  width: auto;
}
.cid-uHlMSatzOP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHlMSatzOP .navbar.collapsed {
  justify-content: center;
}
.cid-uHlMSatzOP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHlMSatzOP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHlMSatzOP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHlMSatzOP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHlMSatzOP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHlMSatzOP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHlMSatzOP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHlMSatzOP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHlMSatzOP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHlMSatzOP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHlMSatzOP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHlMSatzOP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHlMSatzOP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHlMSatzOP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHlMSatzOP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHlMSatzOP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHlMSatzOP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHlMSatzOP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHlMSatzOP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHlMSatzOP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHlMSatzOP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHlMSatzOP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHlMSatzOP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHlMSatzOP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHlMSatzOP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHlMSatzOP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHlMSatzOP .dropdown-item.active,
.cid-uHlMSatzOP .dropdown-item:active {
  background-color: transparent;
}
.cid-uHlMSatzOP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHlMSatzOP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHlMSatzOP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHlMSatzOP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHlMSatzOP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHlMSatzOP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHlMSatzOP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHlMSatzOP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHlMSatzOP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHlMSatzOP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHlMSatzOP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHlMSatzOP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHlMSatzOP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHlMSatzOP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHlMSatzOP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHlMSatzOP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHlMSatzOP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHlMSatzOP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHlMSatzOP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHlMSatzOP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHlMSatzOP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHlMSatzOP .navbar {
    height: 70px;
  }
  .cid-uHlMSatzOP .navbar.opened {
    height: auto;
  }
  .cid-uHlMSatzOP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHlMSatzOP .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHlMSatzOP .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHlMSatzOP .navbar-toggler:focus,
.cid-uHlMSatzOP .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHlMSatzOP .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHlMSatzOP .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHlNyNgnuF {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHlNyNgnuF {
    padding-top: 8rem;
  }
}
.cid-uHlNyNgnuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlNyNgnuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlNyNgnuF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHlNyNgnuF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uHlNyNgnuF .mbr-section-title {
  color: #000000;
}
.cid-uHlNyNgnuF .mbr-text,
.cid-uHlNyNgnuF .mbr-section-btn {
  color: #000000;
}
.cid-uHlNyNgnuF P {
  text-align: center;
  color: #000000;
}
.cid-uHlNyNgnuF blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHlNyNgnuF blockquote {
    width: 90%;
  }
}
.cid-uHlNyNgnuF H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHlNyNgnuF .align-left,
  .cid-uHlNyNgnuF .align-right {
    text-align: center;
  }
  .cid-uHlNyNgnuF .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHlNyNgnuF .link,
  .cid-uHlNyNgnuF .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHlNyNgnuF span {
    width: 100%;
    display: block;
  }
}
.cid-uHlMSgaRO8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHlMSgaRO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlMSgaRO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlMSgaRO8 .content-wrap {
  justify-content: center;
}
.cid-uHlMSgaRO8 .card {
  justify-content: center;
}
.cid-uHlMSgaRO8 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHlMSgaRO8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHlMSgaRO8 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHlMSgaRO8 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHlMSgaRO8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHlMSgaRO8 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHlMSgaRO8 .nav-wrapper .list .item-wrap:hover,
.cid-uHlMSgaRO8 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHlMSgaRO8 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHlMSgaRO8 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHlMSgaRO8 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHlMSgaRO8 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHlMSgaRO8 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHlMSgaRO8 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHlMSgaRO8 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHlMSgaRO8 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHlMSgaRO8 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHlMSgaRO8 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHlMSgaRO8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHlMSgaRO8 .list,
.cid-uHlMSgaRO8 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHlMSgaRO8 .mbr-phone {
  color: #000000;
}
.cid-uHlMSgaRO8 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHlMSgaRO8 .list,
.cid-uHlMSgaRO8 .item-wrap,
.cid-uHlMSgaRO8 .nav-wrapper {
  color: #000000;
}
.cid-uHryaSnwWN {
  z-index: 1000;
  width: 100%;
}
.cid-uHryaSnwWN nav.navbar {
  position: fixed;
}
.cid-uHryaSnwWN .dropdown a {
  font-family: 'Raleway';
}
.cid-uHryaSnwWN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHryaSnwWN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHryaSnwWN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHryaSnwWN .dropdown-item:hover,
.cid-uHryaSnwWN .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHryaSnwWN .dropdown-item:hover span {
  color: white;
}
.cid-uHryaSnwWN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHryaSnwWN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHryaSnwWN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHryaSnwWN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHryaSnwWN .nav-link {
  position: relative;
}
.cid-uHryaSnwWN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHryaSnwWN .container {
    flex-wrap: nowrap;
  }
}
.cid-uHryaSnwWN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHryaSnwWN .dropdown-menu,
.cid-uHryaSnwWN .navbar.opened {
  background: #ffffff !important;
}
.cid-uHryaSnwWN .nav-item:focus,
.cid-uHryaSnwWN .nav-link:focus {
  outline: none;
}
.cid-uHryaSnwWN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHryaSnwWN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHryaSnwWN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHryaSnwWN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHryaSnwWN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHryaSnwWN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHryaSnwWN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHryaSnwWN .navbar.opened {
  transition: all 0.3s;
}
.cid-uHryaSnwWN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHryaSnwWN .navbar .navbar-logo img {
  width: auto;
}
.cid-uHryaSnwWN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHryaSnwWN .navbar.collapsed {
  justify-content: center;
}
.cid-uHryaSnwWN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHryaSnwWN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHryaSnwWN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHryaSnwWN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHryaSnwWN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHryaSnwWN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHryaSnwWN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHryaSnwWN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHryaSnwWN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHryaSnwWN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHryaSnwWN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHryaSnwWN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHryaSnwWN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHryaSnwWN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHryaSnwWN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHryaSnwWN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHryaSnwWN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHryaSnwWN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHryaSnwWN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHryaSnwWN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHryaSnwWN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHryaSnwWN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHryaSnwWN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHryaSnwWN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHryaSnwWN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHryaSnwWN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHryaSnwWN .dropdown-item.active,
.cid-uHryaSnwWN .dropdown-item:active {
  background-color: transparent;
}
.cid-uHryaSnwWN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHryaSnwWN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHryaSnwWN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHryaSnwWN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHryaSnwWN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHryaSnwWN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHryaSnwWN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHryaSnwWN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHryaSnwWN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHryaSnwWN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHryaSnwWN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHryaSnwWN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHryaSnwWN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHryaSnwWN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHryaSnwWN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHryaSnwWN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHryaSnwWN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHryaSnwWN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHryaSnwWN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHryaSnwWN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHryaSnwWN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHryaSnwWN .navbar {
    height: 70px;
  }
  .cid-uHryaSnwWN .navbar.opened {
    height: auto;
  }
  .cid-uHryaSnwWN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHryaSnwWN .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHryaSnwWN .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHryaSnwWN .navbar-toggler:focus,
.cid-uHryaSnwWN .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHryaSnwWN .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHryaSnwWN .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHryaPu2eF {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHryaPu2eF {
    padding-top: 8rem;
  }
}
.cid-uHryaPu2eF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHryaPu2eF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHryaPu2eF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHryaPu2eF .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uHryaPu2eF .mbr-section-title {
  color: #000000;
}
.cid-uHryaPu2eF .mbr-text,
.cid-uHryaPu2eF .mbr-section-btn {
  color: #000000;
}
.cid-uHryaPu2eF P {
  text-align: center;
  color: #000000;
}
.cid-uHryaPu2eF blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHryaPu2eF blockquote {
    width: 90%;
  }
}
.cid-uHryaPu2eF H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHryaPu2eF .align-left,
  .cid-uHryaPu2eF .align-right {
    text-align: center;
  }
  .cid-uHryaPu2eF .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHryaPu2eF .link,
  .cid-uHryaPu2eF .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHryaPu2eF span {
    width: 100%;
    display: block;
  }
}
.cid-uHryaPu2eF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHryaPu2eF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHryaPu2eF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHryaTsqOY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHryaTsqOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHryaTsqOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHryaTsqOY .content-wrap {
  justify-content: center;
}
.cid-uHryaTsqOY .card {
  justify-content: center;
}
.cid-uHryaTsqOY .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHryaTsqOY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHryaTsqOY .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHryaTsqOY .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHryaTsqOY .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHryaTsqOY .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHryaTsqOY .nav-wrapper .list .item-wrap:hover,
.cid-uHryaTsqOY .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHryaTsqOY .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHryaTsqOY .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHryaTsqOY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHryaTsqOY .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHryaTsqOY .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHryaTsqOY .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHryaTsqOY .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHryaTsqOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHryaTsqOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHryaTsqOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHryaTsqOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHryaTsqOY .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHryaTsqOY .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHryaTsqOY .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHryaTsqOY .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHryaTsqOY .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHryaTsqOY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHryaTsqOY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHryaTsqOY .list,
.cid-uHryaTsqOY .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHryaTsqOY .mbr-phone {
  color: #000000;
}
.cid-uHryaTsqOY .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHryaTsqOY .list,
.cid-uHryaTsqOY .item-wrap,
.cid-uHryaTsqOY .nav-wrapper {
  color: #000000;
}
.cid-uHsbH6utaR {
  z-index: 1000;
  width: 100%;
}
.cid-uHsbH6utaR nav.navbar {
  position: fixed;
}
.cid-uHsbH6utaR .dropdown a {
  font-family: 'Raleway';
}
.cid-uHsbH6utaR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsbH6utaR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHsbH6utaR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHsbH6utaR .dropdown-item:hover,
.cid-uHsbH6utaR .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHsbH6utaR .dropdown-item:hover span {
  color: white;
}
.cid-uHsbH6utaR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHsbH6utaR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHsbH6utaR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHsbH6utaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHsbH6utaR .nav-link {
  position: relative;
}
.cid-uHsbH6utaR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHsbH6utaR .container {
    flex-wrap: nowrap;
  }
}
.cid-uHsbH6utaR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHsbH6utaR .dropdown-menu,
.cid-uHsbH6utaR .navbar.opened {
  background: #ffffff !important;
}
.cid-uHsbH6utaR .nav-item:focus,
.cid-uHsbH6utaR .nav-link:focus {
  outline: none;
}
.cid-uHsbH6utaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHsbH6utaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHsbH6utaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHsbH6utaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsbH6utaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHsbH6utaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHsbH6utaR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHsbH6utaR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHsbH6utaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHsbH6utaR .navbar .navbar-logo img {
  width: auto;
}
.cid-uHsbH6utaR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHsbH6utaR .navbar.collapsed {
  justify-content: center;
}
.cid-uHsbH6utaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHsbH6utaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHsbH6utaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHsbH6utaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHsbH6utaR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHsbH6utaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHsbH6utaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHsbH6utaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHsbH6utaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHsbH6utaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHsbH6utaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHsbH6utaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHsbH6utaR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHsbH6utaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHsbH6utaR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHsbH6utaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHsbH6utaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHsbH6utaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHsbH6utaR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHsbH6utaR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHsbH6utaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHsbH6utaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHsbH6utaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHsbH6utaR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHsbH6utaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHsbH6utaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHsbH6utaR .dropdown-item.active,
.cid-uHsbH6utaR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHsbH6utaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHsbH6utaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHsbH6utaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHsbH6utaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHsbH6utaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHsbH6utaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHsbH6utaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHsbH6utaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHsbH6utaR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHsbH6utaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHsbH6utaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHsbH6utaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsbH6utaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsbH6utaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHsbH6utaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsbH6utaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHsbH6utaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHsbH6utaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsbH6utaR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHsbH6utaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHsbH6utaR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHsbH6utaR .navbar {
    height: 70px;
  }
  .cid-uHsbH6utaR .navbar.opened {
    height: auto;
  }
  .cid-uHsbH6utaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHsbH6utaR .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHsbH6utaR .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHsbH6utaR .navbar-toggler:focus,
.cid-uHsbH6utaR .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHsbH6utaR .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHsbH6utaR .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHsbH7Rl2r {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHsbH7Rl2r {
    padding-top: 8rem;
  }
}
.cid-uHsbH7Rl2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsbH7Rl2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsbH7Rl2r .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHsbH7Rl2r .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uHsbH7Rl2r .mbr-section-title {
  color: #000000;
}
.cid-uHsbH7Rl2r .mbr-text,
.cid-uHsbH7Rl2r .mbr-section-btn {
  color: #000000;
}
.cid-uHsbH7Rl2r P {
  text-align: center;
  color: #000000;
}
.cid-uHsbH7Rl2r blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHsbH7Rl2r blockquote {
    width: 90%;
  }
}
.cid-uHsbH7Rl2r H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHsbH7Rl2r .align-left,
  .cid-uHsbH7Rl2r .align-right {
    text-align: center;
  }
  .cid-uHsbH7Rl2r .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHsbH7Rl2r .link,
  .cid-uHsbH7Rl2r .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHsbH7Rl2r span {
    width: 100%;
    display: block;
  }
}
.cid-uHsbH7Rl2r .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHsbH7Rl2r .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHsbH7Rl2r .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHsbH8Jb2g {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHsbH8Jb2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsbH8Jb2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsbH8Jb2g .content-wrap {
  justify-content: center;
}
.cid-uHsbH8Jb2g .card {
  justify-content: center;
}
.cid-uHsbH8Jb2g .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHsbH8Jb2g .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHsbH8Jb2g .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHsbH8Jb2g .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHsbH8Jb2g .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHsbH8Jb2g .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHsbH8Jb2g .nav-wrapper .list .item-wrap:hover,
.cid-uHsbH8Jb2g .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHsbH8Jb2g .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHsbH8Jb2g .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHsbH8Jb2g .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHsbH8Jb2g .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHsbH8Jb2g .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHsbH8Jb2g .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHsbH8Jb2g .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHsbH8Jb2g .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHsbH8Jb2g .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHsbH8Jb2g .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHsbH8Jb2g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHsbH8Jb2g .list,
.cid-uHsbH8Jb2g .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHsbH8Jb2g .mbr-phone {
  color: #000000;
}
.cid-uHsbH8Jb2g .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHsbH8Jb2g .list,
.cid-uHsbH8Jb2g .item-wrap,
.cid-uHsbH8Jb2g .nav-wrapper {
  color: #000000;
}
.cid-uHsIH9A3Mq {
  z-index: 1000;
  width: 100%;
}
.cid-uHsIH9A3Mq nav.navbar {
  position: fixed;
}
.cid-uHsIH9A3Mq .dropdown a {
  font-family: 'Raleway';
}
.cid-uHsIH9A3Mq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsIH9A3Mq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHsIH9A3Mq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHsIH9A3Mq .dropdown-item:hover,
.cid-uHsIH9A3Mq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHsIH9A3Mq .dropdown-item:hover span {
  color: white;
}
.cid-uHsIH9A3Mq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHsIH9A3Mq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHsIH9A3Mq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHsIH9A3Mq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHsIH9A3Mq .nav-link {
  position: relative;
}
.cid-uHsIH9A3Mq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHsIH9A3Mq .container {
    flex-wrap: nowrap;
  }
}
.cid-uHsIH9A3Mq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHsIH9A3Mq .dropdown-menu,
.cid-uHsIH9A3Mq .navbar.opened {
  background: #ffffff !important;
}
.cid-uHsIH9A3Mq .nav-item:focus,
.cid-uHsIH9A3Mq .nav-link:focus {
  outline: none;
}
.cid-uHsIH9A3Mq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHsIH9A3Mq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHsIH9A3Mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHsIH9A3Mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsIH9A3Mq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHsIH9A3Mq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHsIH9A3Mq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHsIH9A3Mq .navbar.opened {
  transition: all 0.3s;
}
.cid-uHsIH9A3Mq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHsIH9A3Mq .navbar .navbar-logo img {
  width: auto;
}
.cid-uHsIH9A3Mq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHsIH9A3Mq .navbar.collapsed {
  justify-content: center;
}
.cid-uHsIH9A3Mq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHsIH9A3Mq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHsIH9A3Mq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHsIH9A3Mq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHsIH9A3Mq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHsIH9A3Mq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHsIH9A3Mq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHsIH9A3Mq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHsIH9A3Mq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHsIH9A3Mq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHsIH9A3Mq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHsIH9A3Mq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHsIH9A3Mq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHsIH9A3Mq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHsIH9A3Mq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHsIH9A3Mq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHsIH9A3Mq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHsIH9A3Mq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHsIH9A3Mq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHsIH9A3Mq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHsIH9A3Mq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHsIH9A3Mq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHsIH9A3Mq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHsIH9A3Mq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHsIH9A3Mq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHsIH9A3Mq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHsIH9A3Mq .dropdown-item.active,
.cid-uHsIH9A3Mq .dropdown-item:active {
  background-color: transparent;
}
.cid-uHsIH9A3Mq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHsIH9A3Mq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHsIH9A3Mq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHsIH9A3Mq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHsIH9A3Mq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHsIH9A3Mq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHsIH9A3Mq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHsIH9A3Mq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHsIH9A3Mq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHsIH9A3Mq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHsIH9A3Mq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHsIH9A3Mq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsIH9A3Mq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsIH9A3Mq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHsIH9A3Mq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsIH9A3Mq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHsIH9A3Mq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHsIH9A3Mq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsIH9A3Mq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHsIH9A3Mq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHsIH9A3Mq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHsIH9A3Mq .navbar {
    height: 70px;
  }
  .cid-uHsIH9A3Mq .navbar.opened {
    height: auto;
  }
  .cid-uHsIH9A3Mq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHsIH9A3Mq .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHsIH9A3Mq .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHsIH9A3Mq .navbar-toggler:focus,
.cid-uHsIH9A3Mq .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHsIH9A3Mq .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHsIH9A3Mq .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHsIHamnBF {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHsIHamnBF {
    padding-top: 8rem;
  }
}
.cid-uHsIHamnBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsIHamnBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsIHamnBF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHsIHamnBF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uHsIHamnBF .mbr-section-title {
  color: #000000;
}
.cid-uHsIHamnBF .mbr-text,
.cid-uHsIHamnBF .mbr-section-btn {
  color: #000000;
}
.cid-uHsIHamnBF P {
  text-align: center;
  color: #000000;
}
.cid-uHsIHamnBF blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHsIHamnBF blockquote {
    width: 90%;
  }
}
.cid-uHsIHamnBF H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHsIHamnBF .align-left,
  .cid-uHsIHamnBF .align-right {
    text-align: center;
  }
  .cid-uHsIHamnBF .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHsIHamnBF .link,
  .cid-uHsIHamnBF .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHsIHamnBF span {
    width: 100%;
    display: block;
  }
}
.cid-uHsIHamnBF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHsIHamnBF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHsIHamnBF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHsIHamnBF H3 {
  color: #000000;
}
.cid-uHsIHbeiHG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHsIHbeiHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsIHbeiHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsIHbeiHG .content-wrap {
  justify-content: center;
}
.cid-uHsIHbeiHG .card {
  justify-content: center;
}
.cid-uHsIHbeiHG .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHsIHbeiHG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHsIHbeiHG .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHsIHbeiHG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHsIHbeiHG .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHsIHbeiHG .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHsIHbeiHG .nav-wrapper .list .item-wrap:hover,
.cid-uHsIHbeiHG .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHsIHbeiHG .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHsIHbeiHG .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHsIHbeiHG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHsIHbeiHG .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHsIHbeiHG .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHsIHbeiHG .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHsIHbeiHG .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHsIHbeiHG .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHsIHbeiHG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHsIHbeiHG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHsIHbeiHG .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHsIHbeiHG .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHsIHbeiHG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHsIHbeiHG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHsIHbeiHG .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHsIHbeiHG .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHsIHbeiHG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHsIHbeiHG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHsIHbeiHG .list,
.cid-uHsIHbeiHG .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHsIHbeiHG .mbr-phone {
  color: #000000;
}
.cid-uHsIHbeiHG .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHsIHbeiHG .list,
.cid-uHsIHbeiHG .item-wrap,
.cid-uHsIHbeiHG .nav-wrapper {
  color: #000000;
}
.cid-uHwIoMFO0a {
  z-index: 1000;
  width: 100%;
}
.cid-uHwIoMFO0a nav.navbar {
  position: fixed;
}
.cid-uHwIoMFO0a .dropdown a {
  font-family: 'Raleway';
}
.cid-uHwIoMFO0a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHwIoMFO0a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHwIoMFO0a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHwIoMFO0a .dropdown-item:hover,
.cid-uHwIoMFO0a .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHwIoMFO0a .dropdown-item:hover span {
  color: white;
}
.cid-uHwIoMFO0a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHwIoMFO0a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHwIoMFO0a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHwIoMFO0a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHwIoMFO0a .nav-link {
  position: relative;
}
.cid-uHwIoMFO0a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHwIoMFO0a .container {
    flex-wrap: nowrap;
  }
}
.cid-uHwIoMFO0a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHwIoMFO0a .dropdown-menu,
.cid-uHwIoMFO0a .navbar.opened {
  background: #ffffff !important;
}
.cid-uHwIoMFO0a .nav-item:focus,
.cid-uHwIoMFO0a .nav-link:focus {
  outline: none;
}
.cid-uHwIoMFO0a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHwIoMFO0a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHwIoMFO0a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHwIoMFO0a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHwIoMFO0a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHwIoMFO0a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHwIoMFO0a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHwIoMFO0a .navbar.opened {
  transition: all 0.3s;
}
.cid-uHwIoMFO0a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHwIoMFO0a .navbar .navbar-logo img {
  width: auto;
}
.cid-uHwIoMFO0a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHwIoMFO0a .navbar.collapsed {
  justify-content: center;
}
.cid-uHwIoMFO0a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHwIoMFO0a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHwIoMFO0a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHwIoMFO0a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHwIoMFO0a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHwIoMFO0a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHwIoMFO0a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHwIoMFO0a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHwIoMFO0a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHwIoMFO0a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHwIoMFO0a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHwIoMFO0a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHwIoMFO0a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHwIoMFO0a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHwIoMFO0a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHwIoMFO0a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHwIoMFO0a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHwIoMFO0a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHwIoMFO0a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHwIoMFO0a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHwIoMFO0a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHwIoMFO0a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHwIoMFO0a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHwIoMFO0a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHwIoMFO0a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHwIoMFO0a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHwIoMFO0a .dropdown-item.active,
.cid-uHwIoMFO0a .dropdown-item:active {
  background-color: transparent;
}
.cid-uHwIoMFO0a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHwIoMFO0a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHwIoMFO0a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHwIoMFO0a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHwIoMFO0a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHwIoMFO0a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHwIoMFO0a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHwIoMFO0a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHwIoMFO0a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHwIoMFO0a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHwIoMFO0a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHwIoMFO0a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHwIoMFO0a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHwIoMFO0a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHwIoMFO0a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHwIoMFO0a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHwIoMFO0a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHwIoMFO0a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHwIoMFO0a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHwIoMFO0a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHwIoMFO0a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHwIoMFO0a .navbar {
    height: 70px;
  }
  .cid-uHwIoMFO0a .navbar.opened {
    height: auto;
  }
  .cid-uHwIoMFO0a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHwIoMFO0a .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHwIoMFO0a .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHwIoMFO0a .navbar-toggler:focus,
.cid-uHwIoMFO0a .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHwIoMFO0a .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHwIoMFO0a .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHwIoNmOmA {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHwIoNmOmA {
    padding-top: 8rem;
  }
}
.cid-uHwIoNmOmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwIoNmOmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwIoNmOmA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHwIoNmOmA .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHwIoNmOmA .mbr-section-title {
  color: #000000;
}
.cid-uHwIoNmOmA .mbr-text,
.cid-uHwIoNmOmA .mbr-section-btn {
  color: #000000;
}
.cid-uHwIoNmOmA P {
  text-align: center;
  color: #000000;
}
.cid-uHwIoNmOmA blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHwIoNmOmA blockquote {
    width: 90%;
  }
}
.cid-uHwIoNmOmA H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHwIoNmOmA .align-left,
  .cid-uHwIoNmOmA .align-right {
    text-align: center;
  }
  .cid-uHwIoNmOmA .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHwIoNmOmA .link,
  .cid-uHwIoNmOmA .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHwIoNmOmA span {
    width: 100%;
    display: block;
  }
}
.cid-uHwIoNmOmA .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHwIoNmOmA .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHwIoNmOmA .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHwIoNmOmA H3 {
  color: #000000;
}
.cid-uHwIoOhaI4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHwIoOhaI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwIoOhaI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwIoOhaI4 .content-wrap {
  justify-content: center;
}
.cid-uHwIoOhaI4 .card {
  justify-content: center;
}
.cid-uHwIoOhaI4 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHwIoOhaI4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHwIoOhaI4 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHwIoOhaI4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHwIoOhaI4 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHwIoOhaI4 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHwIoOhaI4 .nav-wrapper .list .item-wrap:hover,
.cid-uHwIoOhaI4 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHwIoOhaI4 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHwIoOhaI4 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHwIoOhaI4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHwIoOhaI4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHwIoOhaI4 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHwIoOhaI4 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHwIoOhaI4 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHwIoOhaI4 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHwIoOhaI4 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHwIoOhaI4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHwIoOhaI4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHwIoOhaI4 .list,
.cid-uHwIoOhaI4 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHwIoOhaI4 .mbr-phone {
  color: #000000;
}
.cid-uHwIoOhaI4 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHwIoOhaI4 .list,
.cid-uHwIoOhaI4 .item-wrap,
.cid-uHwIoOhaI4 .nav-wrapper {
  color: #000000;
}
.cid-uHVIS6yI8F {
  z-index: 1000;
  width: 100%;
}
.cid-uHVIS6yI8F nav.navbar {
  position: fixed;
}
.cid-uHVIS6yI8F .dropdown a {
  font-family: 'Raleway';
}
.cid-uHVIS6yI8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHVIS6yI8F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHVIS6yI8F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHVIS6yI8F .dropdown-item:hover,
.cid-uHVIS6yI8F .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHVIS6yI8F .dropdown-item:hover span {
  color: white;
}
.cid-uHVIS6yI8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHVIS6yI8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHVIS6yI8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHVIS6yI8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHVIS6yI8F .nav-link {
  position: relative;
}
.cid-uHVIS6yI8F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHVIS6yI8F .container {
    flex-wrap: nowrap;
  }
}
.cid-uHVIS6yI8F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHVIS6yI8F .dropdown-menu,
.cid-uHVIS6yI8F .navbar.opened {
  background: #ffffff !important;
}
.cid-uHVIS6yI8F .nav-item:focus,
.cid-uHVIS6yI8F .nav-link:focus {
  outline: none;
}
.cid-uHVIS6yI8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHVIS6yI8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHVIS6yI8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHVIS6yI8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHVIS6yI8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHVIS6yI8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHVIS6yI8F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHVIS6yI8F .navbar.opened {
  transition: all 0.3s;
}
.cid-uHVIS6yI8F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHVIS6yI8F .navbar .navbar-logo img {
  width: auto;
}
.cid-uHVIS6yI8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHVIS6yI8F .navbar.collapsed {
  justify-content: center;
}
.cid-uHVIS6yI8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHVIS6yI8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHVIS6yI8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHVIS6yI8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHVIS6yI8F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHVIS6yI8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHVIS6yI8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHVIS6yI8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHVIS6yI8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHVIS6yI8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHVIS6yI8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHVIS6yI8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHVIS6yI8F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHVIS6yI8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHVIS6yI8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHVIS6yI8F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHVIS6yI8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHVIS6yI8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHVIS6yI8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHVIS6yI8F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHVIS6yI8F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHVIS6yI8F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHVIS6yI8F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHVIS6yI8F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHVIS6yI8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHVIS6yI8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHVIS6yI8F .dropdown-item.active,
.cid-uHVIS6yI8F .dropdown-item:active {
  background-color: transparent;
}
.cid-uHVIS6yI8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHVIS6yI8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHVIS6yI8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHVIS6yI8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHVIS6yI8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHVIS6yI8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHVIS6yI8F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHVIS6yI8F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHVIS6yI8F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHVIS6yI8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHVIS6yI8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHVIS6yI8F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHVIS6yI8F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHVIS6yI8F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHVIS6yI8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHVIS6yI8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHVIS6yI8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHVIS6yI8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHVIS6yI8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHVIS6yI8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHVIS6yI8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHVIS6yI8F .navbar {
    height: 70px;
  }
  .cid-uHVIS6yI8F .navbar.opened {
    height: auto;
  }
  .cid-uHVIS6yI8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHVIS6yI8F .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHVIS6yI8F .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHVIS6yI8F .navbar-toggler:focus,
.cid-uHVIS6yI8F .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHVIS6yI8F .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHVIS6yI8F .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHVISa0qAY {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHVISa0qAY {
    padding-top: 8rem;
  }
}
.cid-uHVISa0qAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVISa0qAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVISa0qAY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHVISa0qAY .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uHVISa0qAY .mbr-section-title {
  color: #000000;
}
.cid-uHVISa0qAY .mbr-text,
.cid-uHVISa0qAY .mbr-section-btn {
  color: #000000;
}
.cid-uHVISa0qAY P {
  text-align: center;
  color: #000000;
}
.cid-uHVISa0qAY blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHVISa0qAY blockquote {
    width: 90%;
  }
}
.cid-uHVISa0qAY H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHVISa0qAY .align-left,
  .cid-uHVISa0qAY .align-right {
    text-align: center;
  }
  .cid-uHVISa0qAY .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHVISa0qAY .link,
  .cid-uHVISa0qAY .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHVISa0qAY span {
    width: 100%;
    display: block;
  }
}
.cid-uHVISa0qAY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHVISa0qAY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHVISa0qAY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHVISa0qAY H3 {
  color: #000000;
}
.cid-uHVISbmWa3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHVISbmWa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVISbmWa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVISbmWa3 .content-wrap {
  justify-content: center;
}
.cid-uHVISbmWa3 .card {
  justify-content: center;
}
.cid-uHVISbmWa3 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHVISbmWa3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHVISbmWa3 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHVISbmWa3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHVISbmWa3 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHVISbmWa3 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHVISbmWa3 .nav-wrapper .list .item-wrap:hover,
.cid-uHVISbmWa3 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHVISbmWa3 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHVISbmWa3 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHVISbmWa3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHVISbmWa3 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHVISbmWa3 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHVISbmWa3 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHVISbmWa3 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHVISbmWa3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHVISbmWa3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHVISbmWa3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHVISbmWa3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHVISbmWa3 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHVISbmWa3 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHVISbmWa3 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHVISbmWa3 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHVISbmWa3 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHVISbmWa3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHVISbmWa3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHVISbmWa3 .list,
.cid-uHVISbmWa3 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHVISbmWa3 .mbr-phone {
  color: #000000;
}
.cid-uHVISbmWa3 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHVISbmWa3 .list,
.cid-uHVISbmWa3 .item-wrap,
.cid-uHVISbmWa3 .nav-wrapper {
  color: #000000;
}
.cid-uHVVkn4lkI {
  z-index: 1000;
  width: 100%;
}
.cid-uHVVkn4lkI nav.navbar {
  position: fixed;
}
.cid-uHVVkn4lkI .dropdown a {
  font-family: 'Raleway';
}
.cid-uHVVkn4lkI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHVVkn4lkI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHVVkn4lkI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHVVkn4lkI .dropdown-item:hover,
.cid-uHVVkn4lkI .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHVVkn4lkI .dropdown-item:hover span {
  color: white;
}
.cid-uHVVkn4lkI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHVVkn4lkI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHVVkn4lkI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHVVkn4lkI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHVVkn4lkI .nav-link {
  position: relative;
}
.cid-uHVVkn4lkI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHVVkn4lkI .container {
    flex-wrap: nowrap;
  }
}
.cid-uHVVkn4lkI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHVVkn4lkI .dropdown-menu,
.cid-uHVVkn4lkI .navbar.opened {
  background: #ffffff !important;
}
.cid-uHVVkn4lkI .nav-item:focus,
.cid-uHVVkn4lkI .nav-link:focus {
  outline: none;
}
.cid-uHVVkn4lkI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHVVkn4lkI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHVVkn4lkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHVVkn4lkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHVVkn4lkI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHVVkn4lkI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHVVkn4lkI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHVVkn4lkI .navbar.opened {
  transition: all 0.3s;
}
.cid-uHVVkn4lkI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHVVkn4lkI .navbar .navbar-logo img {
  width: auto;
}
.cid-uHVVkn4lkI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHVVkn4lkI .navbar.collapsed {
  justify-content: center;
}
.cid-uHVVkn4lkI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHVVkn4lkI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHVVkn4lkI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHVVkn4lkI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHVVkn4lkI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHVVkn4lkI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHVVkn4lkI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHVVkn4lkI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHVVkn4lkI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHVVkn4lkI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHVVkn4lkI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHVVkn4lkI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHVVkn4lkI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHVVkn4lkI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHVVkn4lkI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHVVkn4lkI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHVVkn4lkI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHVVkn4lkI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHVVkn4lkI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHVVkn4lkI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHVVkn4lkI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHVVkn4lkI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHVVkn4lkI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHVVkn4lkI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHVVkn4lkI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHVVkn4lkI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHVVkn4lkI .dropdown-item.active,
.cid-uHVVkn4lkI .dropdown-item:active {
  background-color: transparent;
}
.cid-uHVVkn4lkI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHVVkn4lkI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHVVkn4lkI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHVVkn4lkI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHVVkn4lkI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHVVkn4lkI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHVVkn4lkI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHVVkn4lkI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHVVkn4lkI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHVVkn4lkI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHVVkn4lkI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHVVkn4lkI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHVVkn4lkI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHVVkn4lkI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHVVkn4lkI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHVVkn4lkI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHVVkn4lkI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHVVkn4lkI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHVVkn4lkI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHVVkn4lkI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHVVkn4lkI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHVVkn4lkI .navbar {
    height: 70px;
  }
  .cid-uHVVkn4lkI .navbar.opened {
    height: auto;
  }
  .cid-uHVVkn4lkI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHVVkn4lkI .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHVVkn4lkI .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHVVkn4lkI .navbar-toggler:focus,
.cid-uHVVkn4lkI .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHVVkn4lkI .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHVVkn4lkI .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHVVknH8m6 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHVVknH8m6 {
    padding-top: 8rem;
  }
}
.cid-uHVVknH8m6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVVknH8m6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVVknH8m6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHVVknH8m6 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uHVVknH8m6 .mbr-section-title {
  color: #000000;
}
.cid-uHVVknH8m6 .mbr-text,
.cid-uHVVknH8m6 .mbr-section-btn {
  color: #000000;
}
.cid-uHVVknH8m6 P {
  text-align: center;
  color: #000000;
}
.cid-uHVVknH8m6 blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHVVknH8m6 blockquote {
    width: 90%;
  }
}
.cid-uHVVknH8m6 H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHVVknH8m6 .align-left,
  .cid-uHVVknH8m6 .align-right {
    text-align: center;
  }
  .cid-uHVVknH8m6 .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHVVknH8m6 .link,
  .cid-uHVVknH8m6 .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHVVknH8m6 span {
    width: 100%;
    display: block;
  }
}
.cid-uHVVknH8m6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHVVknH8m6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHVVknH8m6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHVVknH8m6 H3 {
  color: #000000;
}
.cid-uHVVkopTv5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHVVkopTv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHVVkopTv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHVVkopTv5 .content-wrap {
  justify-content: center;
}
.cid-uHVVkopTv5 .card {
  justify-content: center;
}
.cid-uHVVkopTv5 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHVVkopTv5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHVVkopTv5 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHVVkopTv5 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHVVkopTv5 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHVVkopTv5 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHVVkopTv5 .nav-wrapper .list .item-wrap:hover,
.cid-uHVVkopTv5 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHVVkopTv5 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHVVkopTv5 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHVVkopTv5 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHVVkopTv5 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHVVkopTv5 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHVVkopTv5 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHVVkopTv5 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHVVkopTv5 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHVVkopTv5 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHVVkopTv5 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHVVkopTv5 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHVVkopTv5 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHVVkopTv5 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHVVkopTv5 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHVVkopTv5 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHVVkopTv5 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHVVkopTv5 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHVVkopTv5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHVVkopTv5 .list,
.cid-uHVVkopTv5 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHVVkopTv5 .mbr-phone {
  color: #000000;
}
.cid-uHVVkopTv5 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHVVkopTv5 .list,
.cid-uHVVkopTv5 .item-wrap,
.cid-uHVVkopTv5 .nav-wrapper {
  color: #000000;
}
.cid-uHWE0QRFhX {
  z-index: 1000;
  width: 100%;
}
.cid-uHWE0QRFhX nav.navbar {
  position: fixed;
}
.cid-uHWE0QRFhX .dropdown a {
  font-family: 'Raleway';
}
.cid-uHWE0QRFhX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHWE0QRFhX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHWE0QRFhX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHWE0QRFhX .dropdown-item:hover,
.cid-uHWE0QRFhX .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHWE0QRFhX .dropdown-item:hover span {
  color: white;
}
.cid-uHWE0QRFhX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHWE0QRFhX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHWE0QRFhX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHWE0QRFhX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHWE0QRFhX .nav-link {
  position: relative;
}
.cid-uHWE0QRFhX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHWE0QRFhX .container {
    flex-wrap: nowrap;
  }
}
.cid-uHWE0QRFhX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHWE0QRFhX .dropdown-menu,
.cid-uHWE0QRFhX .navbar.opened {
  background: #ffffff !important;
}
.cid-uHWE0QRFhX .nav-item:focus,
.cid-uHWE0QRFhX .nav-link:focus {
  outline: none;
}
.cid-uHWE0QRFhX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHWE0QRFhX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHWE0QRFhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHWE0QRFhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHWE0QRFhX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHWE0QRFhX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHWE0QRFhX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHWE0QRFhX .navbar.opened {
  transition: all 0.3s;
}
.cid-uHWE0QRFhX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHWE0QRFhX .navbar .navbar-logo img {
  width: auto;
}
.cid-uHWE0QRFhX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHWE0QRFhX .navbar.collapsed {
  justify-content: center;
}
.cid-uHWE0QRFhX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHWE0QRFhX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHWE0QRFhX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHWE0QRFhX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHWE0QRFhX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHWE0QRFhX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHWE0QRFhX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHWE0QRFhX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHWE0QRFhX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHWE0QRFhX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHWE0QRFhX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHWE0QRFhX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHWE0QRFhX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHWE0QRFhX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHWE0QRFhX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHWE0QRFhX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHWE0QRFhX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHWE0QRFhX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHWE0QRFhX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHWE0QRFhX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHWE0QRFhX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHWE0QRFhX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHWE0QRFhX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHWE0QRFhX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHWE0QRFhX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHWE0QRFhX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHWE0QRFhX .dropdown-item.active,
.cid-uHWE0QRFhX .dropdown-item:active {
  background-color: transparent;
}
.cid-uHWE0QRFhX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHWE0QRFhX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHWE0QRFhX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHWE0QRFhX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHWE0QRFhX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHWE0QRFhX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHWE0QRFhX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHWE0QRFhX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHWE0QRFhX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHWE0QRFhX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHWE0QRFhX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHWE0QRFhX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHWE0QRFhX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHWE0QRFhX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHWE0QRFhX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHWE0QRFhX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHWE0QRFhX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHWE0QRFhX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHWE0QRFhX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHWE0QRFhX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHWE0QRFhX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHWE0QRFhX .navbar {
    height: 70px;
  }
  .cid-uHWE0QRFhX .navbar.opened {
    height: auto;
  }
  .cid-uHWE0QRFhX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHWE0QRFhX .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHWE0QRFhX .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHWE0QRFhX .navbar-toggler:focus,
.cid-uHWE0QRFhX .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHWE0QRFhX .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHWE0QRFhX .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHWE0Rn7bz {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHWE0Rn7bz {
    padding-top: 8rem;
  }
}
.cid-uHWE0Rn7bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWE0Rn7bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWE0Rn7bz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHWE0Rn7bz .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uHWE0Rn7bz .mbr-section-title {
  color: #000000;
}
.cid-uHWE0Rn7bz .mbr-text,
.cid-uHWE0Rn7bz .mbr-section-btn {
  color: #000000;
}
.cid-uHWE0Rn7bz P {
  text-align: center;
  color: #000000;
}
.cid-uHWE0Rn7bz blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHWE0Rn7bz blockquote {
    width: 90%;
  }
}
.cid-uHWE0Rn7bz H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHWE0Rn7bz .align-left,
  .cid-uHWE0Rn7bz .align-right {
    text-align: center;
  }
  .cid-uHWE0Rn7bz .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHWE0Rn7bz .link,
  .cid-uHWE0Rn7bz .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHWE0Rn7bz span {
    width: 100%;
    display: block;
  }
  .cid-uHWE0Rn7bz .item img {
    margin-bottom: 25px;
  }
}
.cid-uHWE0Rn7bz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHWE0Rn7bz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHWE0Rn7bz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHWE0Rn7bz H3 {
  color: #000000;
}
.cid-uHWE0RWFLi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHWE0RWFLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWE0RWFLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWE0RWFLi .content-wrap {
  justify-content: center;
}
.cid-uHWE0RWFLi .card {
  justify-content: center;
}
.cid-uHWE0RWFLi .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHWE0RWFLi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHWE0RWFLi .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHWE0RWFLi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHWE0RWFLi .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHWE0RWFLi .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHWE0RWFLi .nav-wrapper .list .item-wrap:hover,
.cid-uHWE0RWFLi .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHWE0RWFLi .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHWE0RWFLi .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHWE0RWFLi .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHWE0RWFLi .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHWE0RWFLi .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHWE0RWFLi .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHWE0RWFLi .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHWE0RWFLi .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHWE0RWFLi .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHWE0RWFLi .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHWE0RWFLi .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHWE0RWFLi .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHWE0RWFLi .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHWE0RWFLi .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHWE0RWFLi .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHWE0RWFLi .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHWE0RWFLi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHWE0RWFLi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHWE0RWFLi .list,
.cid-uHWE0RWFLi .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHWE0RWFLi .mbr-phone {
  color: #000000;
}
.cid-uHWE0RWFLi .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHWE0RWFLi .list,
.cid-uHWE0RWFLi .item-wrap,
.cid-uHWE0RWFLi .nav-wrapper {
  color: #000000;
}
.cid-uHWE6DQbLm {
  z-index: 1000;
  width: 100%;
}
.cid-uHWE6DQbLm nav.navbar {
  position: fixed;
}
.cid-uHWE6DQbLm .dropdown a {
  font-family: 'Raleway';
}
.cid-uHWE6DQbLm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHWE6DQbLm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHWE6DQbLm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHWE6DQbLm .dropdown-item:hover,
.cid-uHWE6DQbLm .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHWE6DQbLm .dropdown-item:hover span {
  color: white;
}
.cid-uHWE6DQbLm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHWE6DQbLm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHWE6DQbLm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHWE6DQbLm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHWE6DQbLm .nav-link {
  position: relative;
}
.cid-uHWE6DQbLm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHWE6DQbLm .container {
    flex-wrap: nowrap;
  }
}
.cid-uHWE6DQbLm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHWE6DQbLm .dropdown-menu,
.cid-uHWE6DQbLm .navbar.opened {
  background: #ffffff !important;
}
.cid-uHWE6DQbLm .nav-item:focus,
.cid-uHWE6DQbLm .nav-link:focus {
  outline: none;
}
.cid-uHWE6DQbLm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHWE6DQbLm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHWE6DQbLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHWE6DQbLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHWE6DQbLm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHWE6DQbLm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHWE6DQbLm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHWE6DQbLm .navbar.opened {
  transition: all 0.3s;
}
.cid-uHWE6DQbLm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHWE6DQbLm .navbar .navbar-logo img {
  width: auto;
}
.cid-uHWE6DQbLm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHWE6DQbLm .navbar.collapsed {
  justify-content: center;
}
.cid-uHWE6DQbLm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHWE6DQbLm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHWE6DQbLm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHWE6DQbLm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHWE6DQbLm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHWE6DQbLm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHWE6DQbLm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHWE6DQbLm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHWE6DQbLm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHWE6DQbLm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHWE6DQbLm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHWE6DQbLm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHWE6DQbLm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHWE6DQbLm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHWE6DQbLm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHWE6DQbLm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHWE6DQbLm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHWE6DQbLm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHWE6DQbLm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHWE6DQbLm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHWE6DQbLm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHWE6DQbLm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHWE6DQbLm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHWE6DQbLm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHWE6DQbLm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHWE6DQbLm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHWE6DQbLm .dropdown-item.active,
.cid-uHWE6DQbLm .dropdown-item:active {
  background-color: transparent;
}
.cid-uHWE6DQbLm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHWE6DQbLm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHWE6DQbLm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHWE6DQbLm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHWE6DQbLm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHWE6DQbLm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHWE6DQbLm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHWE6DQbLm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHWE6DQbLm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHWE6DQbLm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHWE6DQbLm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHWE6DQbLm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHWE6DQbLm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHWE6DQbLm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHWE6DQbLm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHWE6DQbLm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHWE6DQbLm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHWE6DQbLm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHWE6DQbLm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHWE6DQbLm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHWE6DQbLm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHWE6DQbLm .navbar {
    height: 70px;
  }
  .cid-uHWE6DQbLm .navbar.opened {
    height: auto;
  }
  .cid-uHWE6DQbLm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHWE6DQbLm .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHWE6DQbLm .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHWE6DQbLm .navbar-toggler:focus,
.cid-uHWE6DQbLm .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHWE6DQbLm .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHWE6DQbLm .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHWE6EIwZt {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHWE6EIwZt {
    padding-top: 8rem;
  }
}
.cid-uHWE6EIwZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWE6EIwZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWE6EIwZt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHWE6EIwZt .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uHWE6EIwZt .mbr-section-title {
  color: #000000;
}
.cid-uHWE6EIwZt .mbr-text,
.cid-uHWE6EIwZt .mbr-section-btn {
  color: #000000;
}
.cid-uHWE6EIwZt P {
  text-align: center;
  color: #000000;
}
.cid-uHWE6EIwZt blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHWE6EIwZt blockquote {
    width: 90%;
  }
}
.cid-uHWE6EIwZt H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHWE6EIwZt .align-left,
  .cid-uHWE6EIwZt .align-right {
    text-align: center;
  }
  .cid-uHWE6EIwZt .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHWE6EIwZt .link,
  .cid-uHWE6EIwZt .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHWE6EIwZt span {
    width: 100%;
    display: block;
  }
}
.cid-uHWE6EIwZt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHWE6EIwZt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHWE6EIwZt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHWE6EIwZt H3 {
  color: #000000;
}
.cid-uHWE6FkoKX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHWE6FkoKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWE6FkoKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWE6FkoKX .content-wrap {
  justify-content: center;
}
.cid-uHWE6FkoKX .card {
  justify-content: center;
}
.cid-uHWE6FkoKX .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHWE6FkoKX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHWE6FkoKX .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHWE6FkoKX .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHWE6FkoKX .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHWE6FkoKX .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHWE6FkoKX .nav-wrapper .list .item-wrap:hover,
.cid-uHWE6FkoKX .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHWE6FkoKX .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHWE6FkoKX .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHWE6FkoKX .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHWE6FkoKX .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHWE6FkoKX .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHWE6FkoKX .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHWE6FkoKX .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHWE6FkoKX .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHWE6FkoKX .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHWE6FkoKX .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHWE6FkoKX .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHWE6FkoKX .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHWE6FkoKX .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHWE6FkoKX .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHWE6FkoKX .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHWE6FkoKX .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHWE6FkoKX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHWE6FkoKX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHWE6FkoKX .list,
.cid-uHWE6FkoKX .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHWE6FkoKX .mbr-phone {
  color: #000000;
}
.cid-uHWE6FkoKX .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHWE6FkoKX .list,
.cid-uHWE6FkoKX .item-wrap,
.cid-uHWE6FkoKX .nav-wrapper {
  color: #000000;
}
.cid-uHZrO1fZYG {
  z-index: 1000;
  width: 100%;
}
.cid-uHZrO1fZYG nav.navbar {
  position: fixed;
}
.cid-uHZrO1fZYG .dropdown a {
  font-family: 'Raleway';
}
.cid-uHZrO1fZYG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZrO1fZYG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZrO1fZYG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZrO1fZYG .dropdown-item:hover,
.cid-uHZrO1fZYG .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHZrO1fZYG .dropdown-item:hover span {
  color: white;
}
.cid-uHZrO1fZYG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZrO1fZYG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZrO1fZYG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZrO1fZYG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZrO1fZYG .nav-link {
  position: relative;
}
.cid-uHZrO1fZYG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZrO1fZYG .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZrO1fZYG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHZrO1fZYG .dropdown-menu,
.cid-uHZrO1fZYG .navbar.opened {
  background: #ffffff !important;
}
.cid-uHZrO1fZYG .nav-item:focus,
.cid-uHZrO1fZYG .nav-link:focus {
  outline: none;
}
.cid-uHZrO1fZYG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZrO1fZYG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZrO1fZYG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZrO1fZYG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZrO1fZYG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZrO1fZYG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZrO1fZYG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHZrO1fZYG .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZrO1fZYG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZrO1fZYG .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZrO1fZYG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZrO1fZYG .navbar.collapsed {
  justify-content: center;
}
.cid-uHZrO1fZYG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZrO1fZYG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHZrO1fZYG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZrO1fZYG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZrO1fZYG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHZrO1fZYG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZrO1fZYG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHZrO1fZYG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHZrO1fZYG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZrO1fZYG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZrO1fZYG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZrO1fZYG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZrO1fZYG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHZrO1fZYG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZrO1fZYG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZrO1fZYG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZrO1fZYG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZrO1fZYG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHZrO1fZYG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZrO1fZYG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZrO1fZYG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZrO1fZYG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZrO1fZYG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZrO1fZYG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZrO1fZYG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZrO1fZYG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZrO1fZYG .dropdown-item.active,
.cid-uHZrO1fZYG .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZrO1fZYG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZrO1fZYG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZrO1fZYG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZrO1fZYG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHZrO1fZYG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZrO1fZYG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZrO1fZYG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZrO1fZYG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZrO1fZYG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZrO1fZYG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHZrO1fZYG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZrO1fZYG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZrO1fZYG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZrO1fZYG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZrO1fZYG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZrO1fZYG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZrO1fZYG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZrO1fZYG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZrO1fZYG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZrO1fZYG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHZrO1fZYG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZrO1fZYG .navbar {
    height: 70px;
  }
  .cid-uHZrO1fZYG .navbar.opened {
    height: auto;
  }
  .cid-uHZrO1fZYG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZrO1fZYG .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHZrO1fZYG .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHZrO1fZYG .navbar-toggler:focus,
.cid-uHZrO1fZYG .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHZrO1fZYG .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHZrO1fZYG .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHZrO25SVM {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHZrO25SVM {
    padding-top: 8rem;
  }
}
.cid-uHZrO25SVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZrO25SVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZrO25SVM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHZrO25SVM .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uHZrO25SVM .mbr-section-title {
  color: #000000;
}
.cid-uHZrO25SVM .mbr-text,
.cid-uHZrO25SVM .mbr-section-btn {
  color: #000000;
}
.cid-uHZrO25SVM P {
  text-align: center;
  color: #000000;
}
.cid-uHZrO25SVM blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHZrO25SVM blockquote {
    width: 90%;
  }
}
.cid-uHZrO25SVM H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHZrO25SVM .align-left,
  .cid-uHZrO25SVM .align-right {
    text-align: center;
  }
  .cid-uHZrO25SVM .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHZrO25SVM .link,
  .cid-uHZrO25SVM .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHZrO25SVM span {
    width: 100%;
    display: block;
  }
}
.cid-uHZrO25SVM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHZrO25SVM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHZrO25SVM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHZrO25SVM H3 {
  color: #000000;
}
.cid-uHZrO2DVld {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHZrO2DVld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZrO2DVld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZrO2DVld .content-wrap {
  justify-content: center;
}
.cid-uHZrO2DVld .card {
  justify-content: center;
}
.cid-uHZrO2DVld .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZrO2DVld .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHZrO2DVld .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZrO2DVld .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZrO2DVld .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHZrO2DVld .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHZrO2DVld .nav-wrapper .list .item-wrap:hover,
.cid-uHZrO2DVld .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHZrO2DVld .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHZrO2DVld .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHZrO2DVld .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZrO2DVld .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHZrO2DVld .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZrO2DVld .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHZrO2DVld .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHZrO2DVld .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHZrO2DVld .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHZrO2DVld .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHZrO2DVld .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHZrO2DVld .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHZrO2DVld .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZrO2DVld .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHZrO2DVld .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHZrO2DVld .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHZrO2DVld .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHZrO2DVld .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZrO2DVld .list,
.cid-uHZrO2DVld .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHZrO2DVld .mbr-phone {
  color: #000000;
}
.cid-uHZrO2DVld .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHZrO2DVld .list,
.cid-uHZrO2DVld .item-wrap,
.cid-uHZrO2DVld .nav-wrapper {
  color: #000000;
}
.cid-uHZwZq4ETu {
  z-index: 1000;
  width: 100%;
}
.cid-uHZwZq4ETu nav.navbar {
  position: fixed;
}
.cid-uHZwZq4ETu .dropdown a {
  font-family: 'Raleway';
}
.cid-uHZwZq4ETu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZwZq4ETu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZwZq4ETu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZwZq4ETu .dropdown-item:hover,
.cid-uHZwZq4ETu .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHZwZq4ETu .dropdown-item:hover span {
  color: white;
}
.cid-uHZwZq4ETu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZwZq4ETu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZwZq4ETu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZwZq4ETu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZwZq4ETu .nav-link {
  position: relative;
}
.cid-uHZwZq4ETu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZwZq4ETu .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZwZq4ETu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHZwZq4ETu .dropdown-menu,
.cid-uHZwZq4ETu .navbar.opened {
  background: #ffffff !important;
}
.cid-uHZwZq4ETu .nav-item:focus,
.cid-uHZwZq4ETu .nav-link:focus {
  outline: none;
}
.cid-uHZwZq4ETu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZwZq4ETu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZwZq4ETu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZwZq4ETu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZwZq4ETu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZwZq4ETu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZwZq4ETu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHZwZq4ETu .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZwZq4ETu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZwZq4ETu .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZwZq4ETu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZwZq4ETu .navbar.collapsed {
  justify-content: center;
}
.cid-uHZwZq4ETu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZwZq4ETu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHZwZq4ETu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZwZq4ETu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZwZq4ETu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHZwZq4ETu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZwZq4ETu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHZwZq4ETu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHZwZq4ETu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZwZq4ETu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZwZq4ETu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZwZq4ETu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZwZq4ETu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHZwZq4ETu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZwZq4ETu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZwZq4ETu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZwZq4ETu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZwZq4ETu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHZwZq4ETu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZwZq4ETu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZwZq4ETu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZwZq4ETu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZwZq4ETu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZwZq4ETu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZwZq4ETu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZwZq4ETu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZwZq4ETu .dropdown-item.active,
.cid-uHZwZq4ETu .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZwZq4ETu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZwZq4ETu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZwZq4ETu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZwZq4ETu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHZwZq4ETu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZwZq4ETu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZwZq4ETu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZwZq4ETu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZwZq4ETu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZwZq4ETu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHZwZq4ETu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZwZq4ETu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZwZq4ETu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZwZq4ETu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZwZq4ETu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZwZq4ETu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZwZq4ETu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZwZq4ETu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZwZq4ETu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZwZq4ETu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHZwZq4ETu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZwZq4ETu .navbar {
    height: 70px;
  }
  .cid-uHZwZq4ETu .navbar.opened {
    height: auto;
  }
  .cid-uHZwZq4ETu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZwZq4ETu .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHZwZq4ETu .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHZwZq4ETu .navbar-toggler:focus,
.cid-uHZwZq4ETu .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHZwZq4ETu .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHZwZq4ETu .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHZwZrIKFH {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHZwZrIKFH {
    padding-top: 8rem;
  }
}
.cid-uHZwZrIKFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZwZrIKFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZwZrIKFH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHZwZrIKFH .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHZwZrIKFH .mbr-section-title {
  color: #000000;
}
.cid-uHZwZrIKFH .mbr-text,
.cid-uHZwZrIKFH .mbr-section-btn {
  color: #000000;
}
.cid-uHZwZrIKFH P {
  text-align: center;
  color: #000000;
}
.cid-uHZwZrIKFH blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uHZwZrIKFH blockquote {
    width: 90%;
  }
}
.cid-uHZwZrIKFH H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHZwZrIKFH .align-left,
  .cid-uHZwZrIKFH .align-right {
    text-align: center;
  }
  .cid-uHZwZrIKFH .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHZwZrIKFH .link,
  .cid-uHZwZrIKFH .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHZwZrIKFH span {
    width: 100%;
    display: block;
  }
}
.cid-uHZwZrIKFH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHZwZrIKFH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uHZwZrIKFH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHZwZrIKFH H3 {
  color: #000000;
}
.cid-uHZwZspAfX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHZwZspAfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZwZspAfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZwZspAfX .content-wrap {
  justify-content: center;
}
.cid-uHZwZspAfX .card {
  justify-content: center;
}
.cid-uHZwZspAfX .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZwZspAfX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHZwZspAfX .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZwZspAfX .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZwZspAfX .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHZwZspAfX .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHZwZspAfX .nav-wrapper .list .item-wrap:hover,
.cid-uHZwZspAfX .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHZwZspAfX .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHZwZspAfX .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHZwZspAfX .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZwZspAfX .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHZwZspAfX .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZwZspAfX .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHZwZspAfX .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHZwZspAfX .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHZwZspAfX .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHZwZspAfX .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHZwZspAfX .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHZwZspAfX .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHZwZspAfX .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZwZspAfX .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHZwZspAfX .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHZwZspAfX .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHZwZspAfX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHZwZspAfX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZwZspAfX .list,
.cid-uHZwZspAfX .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHZwZspAfX .mbr-phone {
  color: #000000;
}
.cid-uHZwZspAfX .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHZwZspAfX .list,
.cid-uHZwZspAfX .item-wrap,
.cid-uHZwZspAfX .nav-wrapper {
  color: #000000;
}
.cid-uHZBJk9cWe {
  z-index: 1000;
  width: 100%;
}
.cid-uHZBJk9cWe nav.navbar {
  position: fixed;
}
.cid-uHZBJk9cWe .dropdown a {
  font-family: 'Raleway';
}
.cid-uHZBJk9cWe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZBJk9cWe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZBJk9cWe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZBJk9cWe .dropdown-item:hover,
.cid-uHZBJk9cWe .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHZBJk9cWe .dropdown-item:hover span {
  color: white;
}
.cid-uHZBJk9cWe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZBJk9cWe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZBJk9cWe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZBJk9cWe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZBJk9cWe .nav-link {
  position: relative;
}
.cid-uHZBJk9cWe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZBJk9cWe .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZBJk9cWe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHZBJk9cWe .dropdown-menu,
.cid-uHZBJk9cWe .navbar.opened {
  background: #ffffff !important;
}
.cid-uHZBJk9cWe .nav-item:focus,
.cid-uHZBJk9cWe .nav-link:focus {
  outline: none;
}
.cid-uHZBJk9cWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZBJk9cWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZBJk9cWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZBJk9cWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZBJk9cWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZBJk9cWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZBJk9cWe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHZBJk9cWe .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZBJk9cWe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZBJk9cWe .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZBJk9cWe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZBJk9cWe .navbar.collapsed {
  justify-content: center;
}
.cid-uHZBJk9cWe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZBJk9cWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHZBJk9cWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZBJk9cWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZBJk9cWe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHZBJk9cWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZBJk9cWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHZBJk9cWe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHZBJk9cWe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZBJk9cWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZBJk9cWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZBJk9cWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZBJk9cWe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHZBJk9cWe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZBJk9cWe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZBJk9cWe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZBJk9cWe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZBJk9cWe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHZBJk9cWe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZBJk9cWe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZBJk9cWe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZBJk9cWe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZBJk9cWe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZBJk9cWe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZBJk9cWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZBJk9cWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZBJk9cWe .dropdown-item.active,
.cid-uHZBJk9cWe .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZBJk9cWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZBJk9cWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZBJk9cWe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZBJk9cWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHZBJk9cWe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZBJk9cWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZBJk9cWe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZBJk9cWe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZBJk9cWe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZBJk9cWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHZBJk9cWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZBJk9cWe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZBJk9cWe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZBJk9cWe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZBJk9cWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZBJk9cWe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZBJk9cWe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZBJk9cWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZBJk9cWe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZBJk9cWe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHZBJk9cWe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZBJk9cWe .navbar {
    height: 70px;
  }
  .cid-uHZBJk9cWe .navbar.opened {
    height: auto;
  }
  .cid-uHZBJk9cWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZBJk9cWe .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHZBJk9cWe .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHZBJk9cWe .navbar-toggler:focus,
.cid-uHZBJk9cWe .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHZBJk9cWe .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHZBJk9cWe .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHZBJkMBrF {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHZBJkMBrF {
    padding-top: 8rem;
  }
}
.cid-uHZBJkMBrF iframe,
.cid-uHZBJkMBrF img,
.cid-uHZBJkMBrF video {
  width: 100%;
}
.cid-uHZBJkMBrF .mbr-media {
  position: relative;
}
.cid-uHZBJkMBrF .mbr-media img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.cid-uHZBJkMBrF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uHZBJkMBrF .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uHZBJkMBrF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHZBJkMBrF .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uHZBJkMBrF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHZBJkMBrF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHZBJkMBrF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHZBJkMBrF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHZBJkMBrF .mbr-section-title {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHZBJkMBrF .align-left,
  .cid-uHZBJkMBrF .align-right {
    text-align: center;
  }
  .cid-uHZBJkMBrF .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHZBJkMBrF .link,
  .cid-uHZBJkMBrF .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHZBJkMBrF span {
    width: 100%;
    display: block;
  }
}
.cid-uHZBJkMBrF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHZBJkMBrF .image-wrap img {
    display: block;
    margin: auto;
    width: 75%;
  }
}
.cid-uHZBJkMBrF P {
  text-align: center;
  color: #000000;
}
.cid-uHZBJkMBrF H2 {
  color: #000000;
}
.cid-uHZBJkMBrF H3 {
  color: #000000;
}
.cid-uHZBJlO4tv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHZBJlO4tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZBJlO4tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZBJlO4tv .content-wrap {
  justify-content: center;
}
.cid-uHZBJlO4tv .card {
  justify-content: center;
}
.cid-uHZBJlO4tv .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZBJlO4tv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHZBJlO4tv .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZBJlO4tv .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZBJlO4tv .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHZBJlO4tv .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHZBJlO4tv .nav-wrapper .list .item-wrap:hover,
.cid-uHZBJlO4tv .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHZBJlO4tv .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHZBJlO4tv .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHZBJlO4tv .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZBJlO4tv .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHZBJlO4tv .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZBJlO4tv .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHZBJlO4tv .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHZBJlO4tv .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHZBJlO4tv .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHZBJlO4tv .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHZBJlO4tv .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHZBJlO4tv .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHZBJlO4tv .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZBJlO4tv .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHZBJlO4tv .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHZBJlO4tv .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHZBJlO4tv .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHZBJlO4tv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZBJlO4tv .list,
.cid-uHZBJlO4tv .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHZBJlO4tv .mbr-phone {
  color: #000000;
}
.cid-uHZBJlO4tv .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHZBJlO4tv .list,
.cid-uHZBJlO4tv .item-wrap,
.cid-uHZBJlO4tv .nav-wrapper {
  color: #000000;
}
.cid-uHZJpru2uy {
  z-index: 1000;
  width: 100%;
}
.cid-uHZJpru2uy nav.navbar {
  position: fixed;
}
.cid-uHZJpru2uy .dropdown a {
  font-family: 'Raleway';
}
.cid-uHZJpru2uy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZJpru2uy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZJpru2uy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZJpru2uy .dropdown-item:hover,
.cid-uHZJpru2uy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uHZJpru2uy .dropdown-item:hover span {
  color: white;
}
.cid-uHZJpru2uy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZJpru2uy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZJpru2uy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZJpru2uy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZJpru2uy .nav-link {
  position: relative;
}
.cid-uHZJpru2uy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZJpru2uy .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZJpru2uy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHZJpru2uy .dropdown-menu,
.cid-uHZJpru2uy .navbar.opened {
  background: #ffffff !important;
}
.cid-uHZJpru2uy .nav-item:focus,
.cid-uHZJpru2uy .nav-link:focus {
  outline: none;
}
.cid-uHZJpru2uy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZJpru2uy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZJpru2uy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZJpru2uy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZJpru2uy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZJpru2uy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZJpru2uy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uHZJpru2uy .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZJpru2uy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZJpru2uy .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZJpru2uy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZJpru2uy .navbar.collapsed {
  justify-content: center;
}
.cid-uHZJpru2uy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZJpru2uy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHZJpru2uy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZJpru2uy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZJpru2uy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHZJpru2uy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZJpru2uy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHZJpru2uy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHZJpru2uy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZJpru2uy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZJpru2uy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZJpru2uy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZJpru2uy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHZJpru2uy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZJpru2uy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZJpru2uy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZJpru2uy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZJpru2uy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHZJpru2uy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZJpru2uy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZJpru2uy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZJpru2uy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZJpru2uy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZJpru2uy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZJpru2uy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZJpru2uy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZJpru2uy .dropdown-item.active,
.cid-uHZJpru2uy .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZJpru2uy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZJpru2uy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZJpru2uy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZJpru2uy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHZJpru2uy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZJpru2uy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZJpru2uy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZJpru2uy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZJpru2uy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZJpru2uy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHZJpru2uy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZJpru2uy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZJpru2uy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZJpru2uy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZJpru2uy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZJpru2uy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZJpru2uy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZJpru2uy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZJpru2uy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZJpru2uy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHZJpru2uy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZJpru2uy .navbar {
    height: 70px;
  }
  .cid-uHZJpru2uy .navbar.opened {
    height: auto;
  }
  .cid-uHZJpru2uy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZJpru2uy .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uHZJpru2uy .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uHZJpru2uy .navbar-toggler:focus,
.cid-uHZJpru2uy .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uHZJpru2uy .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uHZJpru2uy .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uHZJpsvlkd {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uHZJpsvlkd {
    padding-top: 8rem;
  }
}
.cid-uHZJpsvlkd iframe,
.cid-uHZJpsvlkd img,
.cid-uHZJpsvlkd video {
  width: 100%;
}
.cid-uHZJpsvlkd .mbr-media {
  position: relative;
}
.cid-uHZJpsvlkd .mbr-media img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.cid-uHZJpsvlkd .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uHZJpsvlkd .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uHZJpsvlkd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHZJpsvlkd .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uHZJpsvlkd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHZJpsvlkd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHZJpsvlkd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHZJpsvlkd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHZJpsvlkd .mbr-section-title {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHZJpsvlkd .align-left,
  .cid-uHZJpsvlkd .align-right {
    text-align: center;
  }
  .cid-uHZJpsvlkd .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uHZJpsvlkd .link,
  .cid-uHZJpsvlkd .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uHZJpsvlkd span {
    width: 100%;
    display: block;
  }
}
.cid-uHZJpsvlkd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHZJpsvlkd .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHZJpsvlkd H2 {
  color: #000000;
}
.cid-uHZJpsvlkd P {
  color: #000000;
}
.cid-uHZJpubGdK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHZJpubGdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZJpubGdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZJpubGdK .content-wrap {
  justify-content: center;
}
.cid-uHZJpubGdK .card {
  justify-content: center;
}
.cid-uHZJpubGdK .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZJpubGdK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHZJpubGdK .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHZJpubGdK .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZJpubGdK .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHZJpubGdK .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHZJpubGdK .nav-wrapper .list .item-wrap:hover,
.cid-uHZJpubGdK .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHZJpubGdK .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHZJpubGdK .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHZJpubGdK .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHZJpubGdK .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHZJpubGdK .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZJpubGdK .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHZJpubGdK .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHZJpubGdK .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHZJpubGdK .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHZJpubGdK .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHZJpubGdK .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHZJpubGdK .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHZJpubGdK .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHZJpubGdK .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHZJpubGdK .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHZJpubGdK .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHZJpubGdK .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHZJpubGdK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZJpubGdK .list,
.cid-uHZJpubGdK .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHZJpubGdK .mbr-phone {
  color: #000000;
}
.cid-uHZJpubGdK .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHZJpubGdK .list,
.cid-uHZJpubGdK .item-wrap,
.cid-uHZJpubGdK .nav-wrapper {
  color: #000000;
}
.cid-uImaNQzf6c {
  z-index: 1000;
  width: 100%;
}
.cid-uImaNQzf6c nav.navbar {
  position: fixed;
}
.cid-uImaNQzf6c .dropdown a {
  font-family: 'Raleway';
}
.cid-uImaNQzf6c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImaNQzf6c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImaNQzf6c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImaNQzf6c .dropdown-item:hover,
.cid-uImaNQzf6c .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImaNQzf6c .dropdown-item:hover span {
  color: white;
}
.cid-uImaNQzf6c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImaNQzf6c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImaNQzf6c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImaNQzf6c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImaNQzf6c .nav-link {
  position: relative;
}
.cid-uImaNQzf6c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImaNQzf6c .container {
    flex-wrap: nowrap;
  }
}
.cid-uImaNQzf6c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImaNQzf6c .dropdown-menu,
.cid-uImaNQzf6c .navbar.opened {
  background: #ffffff !important;
}
.cid-uImaNQzf6c .nav-item:focus,
.cid-uImaNQzf6c .nav-link:focus {
  outline: none;
}
.cid-uImaNQzf6c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImaNQzf6c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImaNQzf6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImaNQzf6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImaNQzf6c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImaNQzf6c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImaNQzf6c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImaNQzf6c .navbar.opened {
  transition: all 0.3s;
}
.cid-uImaNQzf6c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImaNQzf6c .navbar .navbar-logo img {
  width: auto;
}
.cid-uImaNQzf6c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImaNQzf6c .navbar.collapsed {
  justify-content: center;
}
.cid-uImaNQzf6c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImaNQzf6c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImaNQzf6c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImaNQzf6c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImaNQzf6c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImaNQzf6c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImaNQzf6c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImaNQzf6c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImaNQzf6c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImaNQzf6c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImaNQzf6c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImaNQzf6c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImaNQzf6c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImaNQzf6c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImaNQzf6c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImaNQzf6c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImaNQzf6c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImaNQzf6c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImaNQzf6c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImaNQzf6c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImaNQzf6c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImaNQzf6c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImaNQzf6c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImaNQzf6c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImaNQzf6c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImaNQzf6c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImaNQzf6c .dropdown-item.active,
.cid-uImaNQzf6c .dropdown-item:active {
  background-color: transparent;
}
.cid-uImaNQzf6c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImaNQzf6c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImaNQzf6c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImaNQzf6c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImaNQzf6c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImaNQzf6c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImaNQzf6c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImaNQzf6c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImaNQzf6c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImaNQzf6c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImaNQzf6c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImaNQzf6c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImaNQzf6c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImaNQzf6c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImaNQzf6c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImaNQzf6c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImaNQzf6c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImaNQzf6c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImaNQzf6c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImaNQzf6c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImaNQzf6c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImaNQzf6c .navbar {
    height: 70px;
  }
  .cid-uImaNQzf6c .navbar.opened {
    height: auto;
  }
  .cid-uImaNQzf6c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImaNQzf6c .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImaNQzf6c .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImaNQzf6c .navbar-toggler:focus,
.cid-uImaNQzf6c .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImaNQzf6c .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImaNQzf6c .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImeabtykn {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImeabtykn {
    padding-top: 8rem;
  }
}
.cid-uImeabtykn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImeabtykn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImeabtykn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImeabtykn .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImeabtykn .mbr-section-title {
  color: #000000;
}
.cid-uImeabtykn .mbr-text,
.cid-uImeabtykn .mbr-section-btn {
  color: #000000;
}
.cid-uImeabtykn P {
  text-align: center;
  color: #000000;
}
.cid-uImeabtykn blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImeabtykn blockquote {
    width: 90%;
  }
}
.cid-uImeabtykn H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImeabtykn .align-left,
  .cid-uImeabtykn .align-right {
    text-align: center;
  }
  .cid-uImeabtykn .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImeabtykn .link,
  .cid-uImeabtykn .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImeabtykn span {
    width: 100%;
    display: block;
  }
}
.cid-uImeabtykn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImeabtykn .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImeabtykn .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImeabtykn H3 {
  color: #000000;
}
.cid-uImaNS9qsl {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImaNS9qsl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImaNS9qsl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImaNS9qsl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImaNS9qsl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImaNS9qsl .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImaNS9qsl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImaNS9qsl .icon-focus {
  display: none;
}
.cid-uImaNS9qsl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImaNS9qsl ul {
  font-size: 0;
}
.cid-uImaNS9qsl .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImaNS9qsl .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImaNS9qsl .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImaNS9qsl .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImaNS9qsl .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImaNS9qsl .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImaNS9qsl .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImaNS9qsl .btn:hover {
  background: transparent !important;
}
.cid-uImaNS9qsl .btn:hover:before {
  background: transparent !important;
}
.cid-uImaNS9qsl .btn:before {
  background-color: transparent !important;
}
.cid-uImaNS9qsl .btn:focus {
  box-shadow: none;
}
.cid-uImaNS9qsl .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uImaNUIBbG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImaNUIBbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImaNUIBbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImaNUIBbG .content-wrap {
  justify-content: center;
}
.cid-uImaNUIBbG .card {
  justify-content: center;
}
.cid-uImaNUIBbG .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImaNUIBbG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImaNUIBbG .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImaNUIBbG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImaNUIBbG .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImaNUIBbG .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImaNUIBbG .nav-wrapper .list .item-wrap:hover,
.cid-uImaNUIBbG .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImaNUIBbG .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImaNUIBbG .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImaNUIBbG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImaNUIBbG .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImaNUIBbG .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImaNUIBbG .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImaNUIBbG .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImaNUIBbG .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImaNUIBbG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImaNUIBbG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImaNUIBbG .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImaNUIBbG .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImaNUIBbG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImaNUIBbG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImaNUIBbG .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImaNUIBbG .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImaNUIBbG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImaNUIBbG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImaNUIBbG .list,
.cid-uImaNUIBbG .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImaNUIBbG .mbr-phone {
  color: #000000;
}
.cid-uImaNUIBbG .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImaNUIBbG .list,
.cid-uImaNUIBbG .item-wrap,
.cid-uImaNUIBbG .nav-wrapper {
  color: #000000;
}
.cid-uImo6veSyS {
  z-index: 1000;
  width: 100%;
}
.cid-uImo6veSyS nav.navbar {
  position: fixed;
}
.cid-uImo6veSyS .dropdown a {
  font-family: 'Raleway';
}
.cid-uImo6veSyS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImo6veSyS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImo6veSyS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImo6veSyS .dropdown-item:hover,
.cid-uImo6veSyS .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImo6veSyS .dropdown-item:hover span {
  color: white;
}
.cid-uImo6veSyS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImo6veSyS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImo6veSyS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImo6veSyS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImo6veSyS .nav-link {
  position: relative;
}
.cid-uImo6veSyS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImo6veSyS .container {
    flex-wrap: nowrap;
  }
}
.cid-uImo6veSyS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImo6veSyS .dropdown-menu,
.cid-uImo6veSyS .navbar.opened {
  background: #ffffff !important;
}
.cid-uImo6veSyS .nav-item:focus,
.cid-uImo6veSyS .nav-link:focus {
  outline: none;
}
.cid-uImo6veSyS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImo6veSyS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImo6veSyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImo6veSyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImo6veSyS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImo6veSyS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImo6veSyS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImo6veSyS .navbar.opened {
  transition: all 0.3s;
}
.cid-uImo6veSyS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImo6veSyS .navbar .navbar-logo img {
  width: auto;
}
.cid-uImo6veSyS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImo6veSyS .navbar.collapsed {
  justify-content: center;
}
.cid-uImo6veSyS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImo6veSyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImo6veSyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImo6veSyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImo6veSyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImo6veSyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImo6veSyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImo6veSyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImo6veSyS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImo6veSyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImo6veSyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImo6veSyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImo6veSyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImo6veSyS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImo6veSyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImo6veSyS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImo6veSyS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImo6veSyS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImo6veSyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImo6veSyS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImo6veSyS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImo6veSyS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImo6veSyS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImo6veSyS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImo6veSyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImo6veSyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImo6veSyS .dropdown-item.active,
.cid-uImo6veSyS .dropdown-item:active {
  background-color: transparent;
}
.cid-uImo6veSyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImo6veSyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImo6veSyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImo6veSyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImo6veSyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImo6veSyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImo6veSyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImo6veSyS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImo6veSyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImo6veSyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImo6veSyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImo6veSyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImo6veSyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImo6veSyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImo6veSyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImo6veSyS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImo6veSyS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImo6veSyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImo6veSyS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImo6veSyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImo6veSyS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImo6veSyS .navbar {
    height: 70px;
  }
  .cid-uImo6veSyS .navbar.opened {
    height: auto;
  }
  .cid-uImo6veSyS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImo6veSyS .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImo6veSyS .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImo6veSyS .navbar-toggler:focus,
.cid-uImo6veSyS .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImo6veSyS .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImo6veSyS .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImo6w5gXZ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImo6w5gXZ {
    padding-top: 8rem;
  }
}
.cid-uImo6w5gXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImo6w5gXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImo6w5gXZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImo6w5gXZ .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImo6w5gXZ .mbr-section-title {
  color: #000000;
}
.cid-uImo6w5gXZ .mbr-text,
.cid-uImo6w5gXZ .mbr-section-btn {
  color: #000000;
}
.cid-uImo6w5gXZ P {
  text-align: center;
  color: #000000;
}
.cid-uImo6w5gXZ blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImo6w5gXZ blockquote {
    width: 90%;
  }
}
.cid-uImo6w5gXZ H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImo6w5gXZ .align-left,
  .cid-uImo6w5gXZ .align-right {
    text-align: center;
  }
  .cid-uImo6w5gXZ .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImo6w5gXZ .link,
  .cid-uImo6w5gXZ .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImo6w5gXZ span {
    width: 100%;
    display: block;
  }
}
.cid-uImo6w5gXZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImo6w5gXZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImo6w5gXZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImo6w5gXZ H3 {
  color: #000000;
}
.cid-uImo6wHfmz {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImo6wHfmz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImo6wHfmz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImo6wHfmz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImo6wHfmz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImo6wHfmz .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImo6wHfmz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImo6wHfmz .icon-focus {
  display: none;
}
.cid-uImo6wHfmz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImo6wHfmz ul {
  font-size: 0;
}
.cid-uImo6wHfmz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImo6wHfmz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImo6wHfmz .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImo6wHfmz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImo6wHfmz .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImo6wHfmz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImo6wHfmz .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImo6wHfmz .btn:hover {
  background: transparent !important;
}
.cid-uImo6wHfmz .btn:hover:before {
  background: transparent !important;
}
.cid-uImo6wHfmz .btn:before {
  background-color: transparent !important;
}
.cid-uImo6wHfmz .btn:focus {
  box-shadow: none;
}
.cid-uImo6wHfmz .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uImo6xPQ9V {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImo6xPQ9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImo6xPQ9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImo6xPQ9V .content-wrap {
  justify-content: center;
}
.cid-uImo6xPQ9V .card {
  justify-content: center;
}
.cid-uImo6xPQ9V .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImo6xPQ9V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImo6xPQ9V .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImo6xPQ9V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImo6xPQ9V .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImo6xPQ9V .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImo6xPQ9V .nav-wrapper .list .item-wrap:hover,
.cid-uImo6xPQ9V .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImo6xPQ9V .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImo6xPQ9V .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImo6xPQ9V .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImo6xPQ9V .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImo6xPQ9V .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImo6xPQ9V .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImo6xPQ9V .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImo6xPQ9V .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImo6xPQ9V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImo6xPQ9V .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImo6xPQ9V .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImo6xPQ9V .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImo6xPQ9V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImo6xPQ9V .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImo6xPQ9V .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImo6xPQ9V .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImo6xPQ9V .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImo6xPQ9V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImo6xPQ9V .list,
.cid-uImo6xPQ9V .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImo6xPQ9V .mbr-phone {
  color: #000000;
}
.cid-uImo6xPQ9V .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImo6xPQ9V .list,
.cid-uImo6xPQ9V .item-wrap,
.cid-uImo6xPQ9V .nav-wrapper {
  color: #000000;
}
.cid-uImskRYlKY {
  z-index: 1000;
  width: 100%;
}
.cid-uImskRYlKY nav.navbar {
  position: fixed;
}
.cid-uImskRYlKY .dropdown a {
  font-family: 'Raleway';
}
.cid-uImskRYlKY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImskRYlKY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImskRYlKY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImskRYlKY .dropdown-item:hover,
.cid-uImskRYlKY .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImskRYlKY .dropdown-item:hover span {
  color: white;
}
.cid-uImskRYlKY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImskRYlKY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImskRYlKY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImskRYlKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImskRYlKY .nav-link {
  position: relative;
}
.cid-uImskRYlKY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImskRYlKY .container {
    flex-wrap: nowrap;
  }
}
.cid-uImskRYlKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImskRYlKY .dropdown-menu,
.cid-uImskRYlKY .navbar.opened {
  background: #ffffff !important;
}
.cid-uImskRYlKY .nav-item:focus,
.cid-uImskRYlKY .nav-link:focus {
  outline: none;
}
.cid-uImskRYlKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImskRYlKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImskRYlKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImskRYlKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImskRYlKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImskRYlKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImskRYlKY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImskRYlKY .navbar.opened {
  transition: all 0.3s;
}
.cid-uImskRYlKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImskRYlKY .navbar .navbar-logo img {
  width: auto;
}
.cid-uImskRYlKY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImskRYlKY .navbar.collapsed {
  justify-content: center;
}
.cid-uImskRYlKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImskRYlKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImskRYlKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImskRYlKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImskRYlKY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImskRYlKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImskRYlKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImskRYlKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImskRYlKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImskRYlKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImskRYlKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImskRYlKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImskRYlKY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImskRYlKY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImskRYlKY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImskRYlKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImskRYlKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImskRYlKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImskRYlKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImskRYlKY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImskRYlKY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImskRYlKY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImskRYlKY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImskRYlKY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImskRYlKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImskRYlKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImskRYlKY .dropdown-item.active,
.cid-uImskRYlKY .dropdown-item:active {
  background-color: transparent;
}
.cid-uImskRYlKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImskRYlKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImskRYlKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImskRYlKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImskRYlKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImskRYlKY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImskRYlKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImskRYlKY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImskRYlKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImskRYlKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImskRYlKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImskRYlKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImskRYlKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImskRYlKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImskRYlKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImskRYlKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImskRYlKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImskRYlKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImskRYlKY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImskRYlKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImskRYlKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImskRYlKY .navbar {
    height: 70px;
  }
  .cid-uImskRYlKY .navbar.opened {
    height: auto;
  }
  .cid-uImskRYlKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImskRYlKY .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImskRYlKY .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImskRYlKY .navbar-toggler:focus,
.cid-uImskRYlKY .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImskRYlKY .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImskRYlKY .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImskTGA9w {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImskTGA9w {
    padding-top: 8rem;
  }
}
.cid-uImskTGA9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImskTGA9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImskTGA9w .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImskTGA9w .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImskTGA9w .mbr-section-title {
  color: #000000;
}
.cid-uImskTGA9w .mbr-text,
.cid-uImskTGA9w .mbr-section-btn {
  color: #000000;
}
.cid-uImskTGA9w P {
  text-align: center;
  color: #000000;
}
.cid-uImskTGA9w blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImskTGA9w blockquote {
    width: 90%;
  }
}
.cid-uImskTGA9w H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImskTGA9w .align-left,
  .cid-uImskTGA9w .align-right {
    text-align: center;
  }
  .cid-uImskTGA9w .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImskTGA9w .link,
  .cid-uImskTGA9w .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImskTGA9w span {
    width: 100%;
    display: block;
  }
}
.cid-uImskTGA9w .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImskTGA9w .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImskTGA9w .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImskTGA9w H3 {
  color: #000000;
}
.cid-uImskUDIh3 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImskUDIh3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImskUDIh3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImskUDIh3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImskUDIh3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImskUDIh3 .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImskUDIh3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImskUDIh3 .icon-focus {
  display: none;
}
.cid-uImskUDIh3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImskUDIh3 ul {
  font-size: 0;
}
.cid-uImskUDIh3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImskUDIh3 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImskUDIh3 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImskUDIh3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImskUDIh3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImskUDIh3 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImskUDIh3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImskUDIh3 .btn:hover {
  background: transparent !important;
}
.cid-uImskUDIh3 .btn:hover:before {
  background: transparent !important;
}
.cid-uImskUDIh3 .btn:before {
  background-color: transparent !important;
}
.cid-uImskUDIh3 .btn:focus {
  box-shadow: none;
}
.cid-uImskUDIh3 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uImskW6HqO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImskW6HqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImskW6HqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImskW6HqO .content-wrap {
  justify-content: center;
}
.cid-uImskW6HqO .card {
  justify-content: center;
}
.cid-uImskW6HqO .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImskW6HqO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImskW6HqO .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImskW6HqO .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImskW6HqO .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImskW6HqO .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImskW6HqO .nav-wrapper .list .item-wrap:hover,
.cid-uImskW6HqO .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImskW6HqO .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImskW6HqO .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImskW6HqO .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImskW6HqO .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImskW6HqO .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImskW6HqO .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImskW6HqO .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImskW6HqO .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImskW6HqO .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImskW6HqO .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImskW6HqO .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImskW6HqO .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImskW6HqO .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImskW6HqO .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImskW6HqO .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImskW6HqO .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImskW6HqO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImskW6HqO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImskW6HqO .list,
.cid-uImskW6HqO .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImskW6HqO .mbr-phone {
  color: #000000;
}
.cid-uImskW6HqO .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImskW6HqO .list,
.cid-uImskW6HqO .item-wrap,
.cid-uImskW6HqO .nav-wrapper {
  color: #000000;
}
.cid-uImsn1rnVB {
  z-index: 1000;
  width: 100%;
}
.cid-uImsn1rnVB nav.navbar {
  position: fixed;
}
.cid-uImsn1rnVB .dropdown a {
  font-family: 'Raleway';
}
.cid-uImsn1rnVB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImsn1rnVB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImsn1rnVB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImsn1rnVB .dropdown-item:hover,
.cid-uImsn1rnVB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImsn1rnVB .dropdown-item:hover span {
  color: white;
}
.cid-uImsn1rnVB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImsn1rnVB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImsn1rnVB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImsn1rnVB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImsn1rnVB .nav-link {
  position: relative;
}
.cid-uImsn1rnVB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImsn1rnVB .container {
    flex-wrap: nowrap;
  }
}
.cid-uImsn1rnVB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImsn1rnVB .dropdown-menu,
.cid-uImsn1rnVB .navbar.opened {
  background: #ffffff !important;
}
.cid-uImsn1rnVB .nav-item:focus,
.cid-uImsn1rnVB .nav-link:focus {
  outline: none;
}
.cid-uImsn1rnVB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImsn1rnVB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImsn1rnVB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImsn1rnVB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImsn1rnVB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImsn1rnVB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImsn1rnVB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImsn1rnVB .navbar.opened {
  transition: all 0.3s;
}
.cid-uImsn1rnVB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImsn1rnVB .navbar .navbar-logo img {
  width: auto;
}
.cid-uImsn1rnVB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImsn1rnVB .navbar.collapsed {
  justify-content: center;
}
.cid-uImsn1rnVB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImsn1rnVB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImsn1rnVB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImsn1rnVB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImsn1rnVB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImsn1rnVB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImsn1rnVB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImsn1rnVB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImsn1rnVB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImsn1rnVB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImsn1rnVB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImsn1rnVB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImsn1rnVB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImsn1rnVB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImsn1rnVB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImsn1rnVB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImsn1rnVB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImsn1rnVB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImsn1rnVB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImsn1rnVB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImsn1rnVB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImsn1rnVB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImsn1rnVB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImsn1rnVB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImsn1rnVB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImsn1rnVB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImsn1rnVB .dropdown-item.active,
.cid-uImsn1rnVB .dropdown-item:active {
  background-color: transparent;
}
.cid-uImsn1rnVB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImsn1rnVB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImsn1rnVB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImsn1rnVB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImsn1rnVB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImsn1rnVB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImsn1rnVB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImsn1rnVB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImsn1rnVB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImsn1rnVB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImsn1rnVB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImsn1rnVB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImsn1rnVB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImsn1rnVB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImsn1rnVB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImsn1rnVB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImsn1rnVB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImsn1rnVB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImsn1rnVB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImsn1rnVB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImsn1rnVB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImsn1rnVB .navbar {
    height: 70px;
  }
  .cid-uImsn1rnVB .navbar.opened {
    height: auto;
  }
  .cid-uImsn1rnVB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImsn1rnVB .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImsn1rnVB .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImsn1rnVB .navbar-toggler:focus,
.cid-uImsn1rnVB .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImsn1rnVB .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImsn1rnVB .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImsn2gXRw {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImsn2gXRw {
    padding-top: 8rem;
  }
}
.cid-uImsn2gXRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImsn2gXRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImsn2gXRw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImsn2gXRw .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImsn2gXRw .mbr-section-title {
  color: #000000;
}
.cid-uImsn2gXRw .mbr-text,
.cid-uImsn2gXRw .mbr-section-btn {
  color: #000000;
}
.cid-uImsn2gXRw P {
  text-align: center;
  color: #000000;
}
.cid-uImsn2gXRw blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImsn2gXRw blockquote {
    width: 90%;
  }
}
.cid-uImsn2gXRw H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImsn2gXRw .align-left,
  .cid-uImsn2gXRw .align-right {
    text-align: center;
  }
  .cid-uImsn2gXRw .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImsn2gXRw .link,
  .cid-uImsn2gXRw .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImsn2gXRw span {
    width: 100%;
    display: block;
  }
}
.cid-uImsn2gXRw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImsn2gXRw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImsn2gXRw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImsn2gXRw H3 {
  color: #000000;
}
.cid-uImsn302WF {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImsn302WF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImsn302WF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImsn302WF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImsn302WF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImsn302WF .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImsn302WF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImsn302WF .icon-focus {
  display: none;
}
.cid-uImsn302WF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImsn302WF ul {
  font-size: 0;
}
.cid-uImsn302WF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImsn302WF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImsn302WF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImsn302WF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImsn302WF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImsn302WF .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImsn302WF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImsn302WF .btn:hover {
  background: transparent !important;
}
.cid-uImsn302WF .btn:hover:before {
  background: transparent !important;
}
.cid-uImsn302WF .btn:before {
  background-color: transparent !important;
}
.cid-uImsn302WF .btn:focus {
  box-shadow: none;
}
.cid-uImsn302WF .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uImsn45F5t {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImsn45F5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImsn45F5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImsn45F5t .content-wrap {
  justify-content: center;
}
.cid-uImsn45F5t .card {
  justify-content: center;
}
.cid-uImsn45F5t .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImsn45F5t .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImsn45F5t .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImsn45F5t .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImsn45F5t .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImsn45F5t .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImsn45F5t .nav-wrapper .list .item-wrap:hover,
.cid-uImsn45F5t .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImsn45F5t .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImsn45F5t .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImsn45F5t .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImsn45F5t .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImsn45F5t .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImsn45F5t .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImsn45F5t .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImsn45F5t .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImsn45F5t .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImsn45F5t .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImsn45F5t .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImsn45F5t .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImsn45F5t .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImsn45F5t .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImsn45F5t .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImsn45F5t .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImsn45F5t .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImsn45F5t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImsn45F5t .list,
.cid-uImsn45F5t .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImsn45F5t .mbr-phone {
  color: #000000;
}
.cid-uImsn45F5t .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImsn45F5t .list,
.cid-uImsn45F5t .item-wrap,
.cid-uImsn45F5t .nav-wrapper {
  color: #000000;
}
.cid-uImyyokKOk {
  z-index: 1000;
  width: 100%;
}
.cid-uImyyokKOk nav.navbar {
  position: fixed;
}
.cid-uImyyokKOk .dropdown a {
  font-family: 'Raleway';
}
.cid-uImyyokKOk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImyyokKOk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImyyokKOk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImyyokKOk .dropdown-item:hover,
.cid-uImyyokKOk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImyyokKOk .dropdown-item:hover span {
  color: white;
}
.cid-uImyyokKOk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImyyokKOk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImyyokKOk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImyyokKOk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImyyokKOk .nav-link {
  position: relative;
}
.cid-uImyyokKOk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImyyokKOk .container {
    flex-wrap: nowrap;
  }
}
.cid-uImyyokKOk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImyyokKOk .dropdown-menu,
.cid-uImyyokKOk .navbar.opened {
  background: #ffffff !important;
}
.cid-uImyyokKOk .nav-item:focus,
.cid-uImyyokKOk .nav-link:focus {
  outline: none;
}
.cid-uImyyokKOk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImyyokKOk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImyyokKOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImyyokKOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImyyokKOk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImyyokKOk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImyyokKOk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImyyokKOk .navbar.opened {
  transition: all 0.3s;
}
.cid-uImyyokKOk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImyyokKOk .navbar .navbar-logo img {
  width: auto;
}
.cid-uImyyokKOk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImyyokKOk .navbar.collapsed {
  justify-content: center;
}
.cid-uImyyokKOk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImyyokKOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImyyokKOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImyyokKOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImyyokKOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImyyokKOk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImyyokKOk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImyyokKOk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImyyokKOk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImyyokKOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImyyokKOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImyyokKOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImyyokKOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImyyokKOk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImyyokKOk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImyyokKOk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImyyokKOk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImyyokKOk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImyyokKOk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImyyokKOk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImyyokKOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImyyokKOk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImyyokKOk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImyyokKOk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImyyokKOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImyyokKOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImyyokKOk .dropdown-item.active,
.cid-uImyyokKOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uImyyokKOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImyyokKOk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImyyokKOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImyyokKOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImyyokKOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImyyokKOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImyyokKOk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImyyokKOk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImyyokKOk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImyyokKOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImyyokKOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImyyokKOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImyyokKOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImyyokKOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImyyokKOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImyyokKOk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImyyokKOk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImyyokKOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImyyokKOk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImyyokKOk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImyyokKOk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImyyokKOk .navbar {
    height: 70px;
  }
  .cid-uImyyokKOk .navbar.opened {
    height: auto;
  }
  .cid-uImyyokKOk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImyyokKOk .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImyyokKOk .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImyyokKOk .navbar-toggler:focus,
.cid-uImyyokKOk .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImyyokKOk .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImyyokKOk .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImyyoXOKZ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImyyoXOKZ {
    padding-top: 8rem;
  }
}
.cid-uImyyoXOKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImyyoXOKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImyyoXOKZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImyyoXOKZ .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImyyoXOKZ .mbr-section-title {
  color: #000000;
}
.cid-uImyyoXOKZ .mbr-text,
.cid-uImyyoXOKZ .mbr-section-btn {
  color: #000000;
}
.cid-uImyyoXOKZ P {
  text-align: center;
  color: #000000;
}
.cid-uImyyoXOKZ blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImyyoXOKZ blockquote {
    width: 90%;
  }
}
.cid-uImyyoXOKZ H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImyyoXOKZ .align-left,
  .cid-uImyyoXOKZ .align-right {
    text-align: center;
  }
  .cid-uImyyoXOKZ .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImyyoXOKZ .link,
  .cid-uImyyoXOKZ .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImyyoXOKZ span {
    width: 100%;
    display: block;
  }
}
.cid-uImyyoXOKZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImyyoXOKZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImyyoXOKZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImyyoXOKZ H3 {
  color: #000000;
}
.cid-uImyypvgCE {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImyypvgCE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImyypvgCE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImyypvgCE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImyypvgCE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImyypvgCE .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImyypvgCE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImyypvgCE .icon-focus {
  display: none;
}
.cid-uImyypvgCE .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImyypvgCE ul {
  font-size: 0;
}
.cid-uImyypvgCE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImyypvgCE .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImyypvgCE .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImyypvgCE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImyypvgCE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImyypvgCE .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImyypvgCE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImyypvgCE .btn:hover {
  background: transparent !important;
}
.cid-uImyypvgCE .btn:hover:before {
  background: transparent !important;
}
.cid-uImyypvgCE .btn:before {
  background-color: transparent !important;
}
.cid-uImyypvgCE .btn:focus {
  box-shadow: none;
}
.cid-uImyypvgCE .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uImyyqpDOY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImyyqpDOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImyyqpDOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImyyqpDOY .content-wrap {
  justify-content: center;
}
.cid-uImyyqpDOY .card {
  justify-content: center;
}
.cid-uImyyqpDOY .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImyyqpDOY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImyyqpDOY .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImyyqpDOY .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImyyqpDOY .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImyyqpDOY .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImyyqpDOY .nav-wrapper .list .item-wrap:hover,
.cid-uImyyqpDOY .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImyyqpDOY .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImyyqpDOY .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImyyqpDOY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImyyqpDOY .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImyyqpDOY .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImyyqpDOY .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImyyqpDOY .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImyyqpDOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImyyqpDOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImyyqpDOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImyyqpDOY .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImyyqpDOY .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImyyqpDOY .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImyyqpDOY .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImyyqpDOY .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImyyqpDOY .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImyyqpDOY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImyyqpDOY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImyyqpDOY .list,
.cid-uImyyqpDOY .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImyyqpDOY .mbr-phone {
  color: #000000;
}
.cid-uImyyqpDOY .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImyyqpDOY .list,
.cid-uImyyqpDOY .item-wrap,
.cid-uImyyqpDOY .nav-wrapper {
  color: #000000;
}
.cid-uImzNtsKmp {
  z-index: 1000;
  width: 100%;
}
.cid-uImzNtsKmp nav.navbar {
  position: fixed;
}
.cid-uImzNtsKmp .dropdown a {
  font-family: 'Raleway';
}
.cid-uImzNtsKmp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImzNtsKmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImzNtsKmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImzNtsKmp .dropdown-item:hover,
.cid-uImzNtsKmp .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImzNtsKmp .dropdown-item:hover span {
  color: white;
}
.cid-uImzNtsKmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImzNtsKmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImzNtsKmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImzNtsKmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImzNtsKmp .nav-link {
  position: relative;
}
.cid-uImzNtsKmp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImzNtsKmp .container {
    flex-wrap: nowrap;
  }
}
.cid-uImzNtsKmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImzNtsKmp .dropdown-menu,
.cid-uImzNtsKmp .navbar.opened {
  background: #ffffff !important;
}
.cid-uImzNtsKmp .nav-item:focus,
.cid-uImzNtsKmp .nav-link:focus {
  outline: none;
}
.cid-uImzNtsKmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImzNtsKmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImzNtsKmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImzNtsKmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImzNtsKmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImzNtsKmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImzNtsKmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImzNtsKmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uImzNtsKmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImzNtsKmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uImzNtsKmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImzNtsKmp .navbar.collapsed {
  justify-content: center;
}
.cid-uImzNtsKmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImzNtsKmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImzNtsKmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImzNtsKmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImzNtsKmp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImzNtsKmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImzNtsKmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImzNtsKmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImzNtsKmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImzNtsKmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImzNtsKmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImzNtsKmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImzNtsKmp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImzNtsKmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImzNtsKmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImzNtsKmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImzNtsKmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImzNtsKmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImzNtsKmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImzNtsKmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImzNtsKmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImzNtsKmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImzNtsKmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImzNtsKmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImzNtsKmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImzNtsKmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImzNtsKmp .dropdown-item.active,
.cid-uImzNtsKmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uImzNtsKmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImzNtsKmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImzNtsKmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImzNtsKmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImzNtsKmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImzNtsKmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImzNtsKmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImzNtsKmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImzNtsKmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImzNtsKmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImzNtsKmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImzNtsKmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImzNtsKmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImzNtsKmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImzNtsKmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImzNtsKmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImzNtsKmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImzNtsKmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImzNtsKmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImzNtsKmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImzNtsKmp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImzNtsKmp .navbar {
    height: 70px;
  }
  .cid-uImzNtsKmp .navbar.opened {
    height: auto;
  }
  .cid-uImzNtsKmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImzNtsKmp .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImzNtsKmp .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImzNtsKmp .navbar-toggler:focus,
.cid-uImzNtsKmp .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImzNtsKmp .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImzNtsKmp .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImzNtXDkd {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImzNtXDkd {
    padding-top: 8rem;
  }
}
.cid-uImzNtXDkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImzNtXDkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImzNtXDkd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImzNtXDkd .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImzNtXDkd .mbr-section-title {
  color: #000000;
}
.cid-uImzNtXDkd .mbr-text,
.cid-uImzNtXDkd .mbr-section-btn {
  color: #000000;
}
.cid-uImzNtXDkd P {
  text-align: center;
  color: #000000;
}
.cid-uImzNtXDkd blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImzNtXDkd blockquote {
    width: 90%;
  }
}
.cid-uImzNtXDkd H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImzNtXDkd .align-left,
  .cid-uImzNtXDkd .align-right {
    text-align: center;
  }
  .cid-uImzNtXDkd .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImzNtXDkd .link,
  .cid-uImzNtXDkd .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImzNtXDkd span {
    width: 100%;
    display: block;
  }
}
.cid-uImzNtXDkd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImzNtXDkd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImzNtXDkd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImzNtXDkd H3 {
  color: #000000;
}
.cid-uImzNukngL {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImzNukngL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImzNukngL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImzNukngL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImzNukngL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImzNukngL .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImzNukngL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImzNukngL .icon-focus {
  display: none;
}
.cid-uImzNukngL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImzNukngL ul {
  font-size: 0;
}
.cid-uImzNukngL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImzNukngL .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImzNukngL .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImzNukngL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImzNukngL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImzNukngL .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImzNukngL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImzNukngL .btn:hover {
  background: transparent !important;
}
.cid-uImzNukngL .btn:hover:before {
  background: transparent !important;
}
.cid-uImzNukngL .btn:before {
  background-color: transparent !important;
}
.cid-uImzNukngL .btn:focus {
  box-shadow: none;
}
.cid-uImzNukngL .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uImzNv9you {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImzNv9you .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImzNv9you .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImzNv9you .content-wrap {
  justify-content: center;
}
.cid-uImzNv9you .card {
  justify-content: center;
}
.cid-uImzNv9you .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImzNv9you .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImzNv9you .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImzNv9you .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImzNv9you .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImzNv9you .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImzNv9you .nav-wrapper .list .item-wrap:hover,
.cid-uImzNv9you .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImzNv9you .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImzNv9you .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImzNv9you .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImzNv9you .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImzNv9you .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImzNv9you .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImzNv9you .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImzNv9you .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImzNv9you .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImzNv9you .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImzNv9you .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImzNv9you .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImzNv9you .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImzNv9you .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImzNv9you .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImzNv9you .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImzNv9you .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImzNv9you .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImzNv9you .list,
.cid-uImzNv9you .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImzNv9you .mbr-phone {
  color: #000000;
}
.cid-uImzNv9you .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImzNv9you .list,
.cid-uImzNv9you .item-wrap,
.cid-uImzNv9you .nav-wrapper {
  color: #000000;
}
.cid-uImM2TZNv9 {
  z-index: 1000;
  width: 100%;
}
.cid-uImM2TZNv9 nav.navbar {
  position: fixed;
}
.cid-uImM2TZNv9 .dropdown a {
  font-family: 'Raleway';
}
.cid-uImM2TZNv9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImM2TZNv9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uImM2TZNv9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uImM2TZNv9 .dropdown-item:hover,
.cid-uImM2TZNv9 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uImM2TZNv9 .dropdown-item:hover span {
  color: white;
}
.cid-uImM2TZNv9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uImM2TZNv9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uImM2TZNv9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uImM2TZNv9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uImM2TZNv9 .nav-link {
  position: relative;
}
.cid-uImM2TZNv9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uImM2TZNv9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uImM2TZNv9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uImM2TZNv9 .dropdown-menu,
.cid-uImM2TZNv9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uImM2TZNv9 .nav-item:focus,
.cid-uImM2TZNv9 .nav-link:focus {
  outline: none;
}
.cid-uImM2TZNv9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uImM2TZNv9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uImM2TZNv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uImM2TZNv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uImM2TZNv9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uImM2TZNv9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uImM2TZNv9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uImM2TZNv9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uImM2TZNv9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uImM2TZNv9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uImM2TZNv9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uImM2TZNv9 .navbar.collapsed {
  justify-content: center;
}
.cid-uImM2TZNv9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uImM2TZNv9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uImM2TZNv9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uImM2TZNv9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uImM2TZNv9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uImM2TZNv9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uImM2TZNv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uImM2TZNv9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uImM2TZNv9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uImM2TZNv9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uImM2TZNv9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uImM2TZNv9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uImM2TZNv9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uImM2TZNv9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uImM2TZNv9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uImM2TZNv9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uImM2TZNv9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uImM2TZNv9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uImM2TZNv9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uImM2TZNv9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uImM2TZNv9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uImM2TZNv9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uImM2TZNv9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uImM2TZNv9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uImM2TZNv9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uImM2TZNv9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uImM2TZNv9 .dropdown-item.active,
.cid-uImM2TZNv9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uImM2TZNv9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uImM2TZNv9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uImM2TZNv9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uImM2TZNv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uImM2TZNv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uImM2TZNv9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uImM2TZNv9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uImM2TZNv9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uImM2TZNv9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uImM2TZNv9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uImM2TZNv9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uImM2TZNv9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImM2TZNv9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uImM2TZNv9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uImM2TZNv9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImM2TZNv9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uImM2TZNv9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uImM2TZNv9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uImM2TZNv9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uImM2TZNv9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uImM2TZNv9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uImM2TZNv9 .navbar {
    height: 70px;
  }
  .cid-uImM2TZNv9 .navbar.opened {
    height: auto;
  }
  .cid-uImM2TZNv9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uImM2TZNv9 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uImM2TZNv9 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uImM2TZNv9 .navbar-toggler:focus,
.cid-uImM2TZNv9 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uImM2TZNv9 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uImM2TZNv9 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uImM2UJzUa {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uImM2UJzUa {
    padding-top: 8rem;
  }
}
.cid-uImM2UJzUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImM2UJzUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImM2UJzUa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uImM2UJzUa .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uImM2UJzUa .mbr-section-title {
  color: #000000;
}
.cid-uImM2UJzUa .mbr-text,
.cid-uImM2UJzUa .mbr-section-btn {
  color: #000000;
}
.cid-uImM2UJzUa P {
  text-align: center;
  color: #000000;
}
.cid-uImM2UJzUa blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uImM2UJzUa blockquote {
    width: 90%;
  }
}
.cid-uImM2UJzUa H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uImM2UJzUa .align-left,
  .cid-uImM2UJzUa .align-right {
    text-align: center;
  }
  .cid-uImM2UJzUa .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uImM2UJzUa .link,
  .cid-uImM2UJzUa .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uImM2UJzUa span {
    width: 100%;
    display: block;
  }
}
.cid-uImM2UJzUa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uImM2UJzUa .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uImM2UJzUa .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uImM2UJzUa H3 {
  color: #000000;
}
.cid-uImM2VkTkr {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uImM2VkTkr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uImM2VkTkr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImM2VkTkr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImM2VkTkr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uImM2VkTkr .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uImM2VkTkr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uImM2VkTkr .icon-focus {
  display: none;
}
.cid-uImM2VkTkr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uImM2VkTkr ul {
  font-size: 0;
}
.cid-uImM2VkTkr .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uImM2VkTkr .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uImM2VkTkr .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uImM2VkTkr .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uImM2VkTkr .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uImM2VkTkr .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uImM2VkTkr .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uImM2VkTkr .btn:hover {
  background: transparent !important;
}
.cid-uImM2VkTkr .btn:hover:before {
  background: transparent !important;
}
.cid-uImM2VkTkr .btn:before {
  background-color: transparent !important;
}
.cid-uImM2VkTkr .btn:focus {
  box-shadow: none;
}
.cid-uImM2VkTkr .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uInaWNko82 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dfccb7;
}
.cid-uInaWNko82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInaWNko82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uInaWNko82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uInaWNko82 .row {
  flex-direction: row-reverse;
}
.cid-uInaWNko82 img {
  width: 100%;
}
.cid-uImM2W6W4J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uImM2W6W4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImM2W6W4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImM2W6W4J .content-wrap {
  justify-content: center;
}
.cid-uImM2W6W4J .card {
  justify-content: center;
}
.cid-uImM2W6W4J .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImM2W6W4J .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uImM2W6W4J .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uImM2W6W4J .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImM2W6W4J .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uImM2W6W4J .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uImM2W6W4J .nav-wrapper .list .item-wrap:hover,
.cid-uImM2W6W4J .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uImM2W6W4J .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uImM2W6W4J .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uImM2W6W4J .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uImM2W6W4J .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uImM2W6W4J .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImM2W6W4J .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uImM2W6W4J .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uImM2W6W4J .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uImM2W6W4J .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uImM2W6W4J .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uImM2W6W4J .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uImM2W6W4J .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uImM2W6W4J .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uImM2W6W4J .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uImM2W6W4J .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uImM2W6W4J .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uImM2W6W4J .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uImM2W6W4J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uImM2W6W4J .list,
.cid-uImM2W6W4J .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uImM2W6W4J .mbr-phone {
  color: #000000;
}
.cid-uImM2W6W4J .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uImM2W6W4J .list,
.cid-uImM2W6W4J .item-wrap,
.cid-uImM2W6W4J .nav-wrapper {
  color: #000000;
}
.cid-uInov7KmEn {
  z-index: 1000;
  width: 100%;
}
.cid-uInov7KmEn nav.navbar {
  position: fixed;
}
.cid-uInov7KmEn .dropdown a {
  font-family: 'Raleway';
}
.cid-uInov7KmEn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInov7KmEn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uInov7KmEn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uInov7KmEn .dropdown-item:hover,
.cid-uInov7KmEn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uInov7KmEn .dropdown-item:hover span {
  color: white;
}
.cid-uInov7KmEn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uInov7KmEn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uInov7KmEn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uInov7KmEn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uInov7KmEn .nav-link {
  position: relative;
}
.cid-uInov7KmEn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uInov7KmEn .container {
    flex-wrap: nowrap;
  }
}
.cid-uInov7KmEn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uInov7KmEn .dropdown-menu,
.cid-uInov7KmEn .navbar.opened {
  background: #ffffff !important;
}
.cid-uInov7KmEn .nav-item:focus,
.cid-uInov7KmEn .nav-link:focus {
  outline: none;
}
.cid-uInov7KmEn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uInov7KmEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uInov7KmEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uInov7KmEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uInov7KmEn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uInov7KmEn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uInov7KmEn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uInov7KmEn .navbar.opened {
  transition: all 0.3s;
}
.cid-uInov7KmEn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uInov7KmEn .navbar .navbar-logo img {
  width: auto;
}
.cid-uInov7KmEn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uInov7KmEn .navbar.collapsed {
  justify-content: center;
}
.cid-uInov7KmEn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uInov7KmEn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uInov7KmEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uInov7KmEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uInov7KmEn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uInov7KmEn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uInov7KmEn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uInov7KmEn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uInov7KmEn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uInov7KmEn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uInov7KmEn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uInov7KmEn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uInov7KmEn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uInov7KmEn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uInov7KmEn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uInov7KmEn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uInov7KmEn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uInov7KmEn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uInov7KmEn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uInov7KmEn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uInov7KmEn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uInov7KmEn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uInov7KmEn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uInov7KmEn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uInov7KmEn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uInov7KmEn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uInov7KmEn .dropdown-item.active,
.cid-uInov7KmEn .dropdown-item:active {
  background-color: transparent;
}
.cid-uInov7KmEn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uInov7KmEn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uInov7KmEn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uInov7KmEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uInov7KmEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uInov7KmEn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uInov7KmEn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uInov7KmEn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uInov7KmEn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uInov7KmEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uInov7KmEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uInov7KmEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInov7KmEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uInov7KmEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uInov7KmEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInov7KmEn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uInov7KmEn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uInov7KmEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uInov7KmEn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uInov7KmEn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uInov7KmEn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uInov7KmEn .navbar {
    height: 70px;
  }
  .cid-uInov7KmEn .navbar.opened {
    height: auto;
  }
  .cid-uInov7KmEn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uInov7KmEn .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uInov7KmEn .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uInov7KmEn .navbar-toggler:focus,
.cid-uInov7KmEn .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uInov7KmEn .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uInov7KmEn .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uInovbetPL {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uInovbetPL {
    padding-top: 8rem;
  }
}
.cid-uInovbetPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInovbetPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uInovbetPL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uInovbetPL .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uInovbetPL .mbr-section-title {
  color: #000000;
}
.cid-uInovbetPL .mbr-text,
.cid-uInovbetPL .mbr-section-btn {
  color: #000000;
}
.cid-uInovbetPL P {
  text-align: center;
  color: #000000;
}
.cid-uInovbetPL blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uInovbetPL blockquote {
    width: 90%;
  }
}
.cid-uInovbetPL H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uInovbetPL .align-left,
  .cid-uInovbetPL .align-right {
    text-align: center;
  }
  .cid-uInovbetPL .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uInovbetPL .link,
  .cid-uInovbetPL .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uInovbetPL span {
    width: 100%;
    display: block;
  }
}
.cid-uInovbetPL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uInovbetPL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uInovbetPL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uInovbetPL H3 {
  color: #000000;
}
.cid-uInovdjU73 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uInovdjU73 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uInovdjU73 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uInovdjU73 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uInovdjU73 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uInovdjU73 .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uInovdjU73 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uInovdjU73 .icon-focus {
  display: none;
}
.cid-uInovdjU73 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uInovdjU73 ul {
  font-size: 0;
}
.cid-uInovdjU73 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uInovdjU73 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uInovdjU73 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uInovdjU73 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uInovdjU73 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uInovdjU73 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uInovdjU73 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uInovdjU73 .btn:hover {
  background: transparent !important;
}
.cid-uInovdjU73 .btn:hover:before {
  background: transparent !important;
}
.cid-uInovdjU73 .btn:before {
  background-color: transparent !important;
}
.cid-uInovdjU73 .btn:focus {
  box-shadow: none;
}
.cid-uInovdjU73 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uInovhurcV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uInovhurcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInovhurcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uInovhurcV .content-wrap {
  justify-content: center;
}
.cid-uInovhurcV .card {
  justify-content: center;
}
.cid-uInovhurcV .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uInovhurcV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uInovhurcV .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uInovhurcV .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uInovhurcV .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uInovhurcV .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uInovhurcV .nav-wrapper .list .item-wrap:hover,
.cid-uInovhurcV .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uInovhurcV .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uInovhurcV .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uInovhurcV .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uInovhurcV .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uInovhurcV .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uInovhurcV .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uInovhurcV .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uInovhurcV .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uInovhurcV .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uInovhurcV .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uInovhurcV .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uInovhurcV .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uInovhurcV .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uInovhurcV .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uInovhurcV .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uInovhurcV .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uInovhurcV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uInovhurcV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uInovhurcV .list,
.cid-uInovhurcV .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uInovhurcV .mbr-phone {
  color: #000000;
}
.cid-uInovhurcV .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uInovhurcV .list,
.cid-uInovhurcV .item-wrap,
.cid-uInovhurcV .nav-wrapper {
  color: #000000;
}
.cid-uIo252Mst7 {
  z-index: 1000;
  width: 100%;
}
.cid-uIo252Mst7 nav.navbar {
  position: fixed;
}
.cid-uIo252Mst7 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIo252Mst7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIo252Mst7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIo252Mst7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIo252Mst7 .dropdown-item:hover,
.cid-uIo252Mst7 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIo252Mst7 .dropdown-item:hover span {
  color: white;
}
.cid-uIo252Mst7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIo252Mst7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIo252Mst7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIo252Mst7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIo252Mst7 .nav-link {
  position: relative;
}
.cid-uIo252Mst7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIo252Mst7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIo252Mst7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIo252Mst7 .dropdown-menu,
.cid-uIo252Mst7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIo252Mst7 .nav-item:focus,
.cid-uIo252Mst7 .nav-link:focus {
  outline: none;
}
.cid-uIo252Mst7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIo252Mst7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIo252Mst7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIo252Mst7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIo252Mst7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIo252Mst7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIo252Mst7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIo252Mst7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIo252Mst7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIo252Mst7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIo252Mst7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIo252Mst7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIo252Mst7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIo252Mst7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIo252Mst7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIo252Mst7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIo252Mst7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIo252Mst7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIo252Mst7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIo252Mst7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIo252Mst7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIo252Mst7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIo252Mst7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIo252Mst7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIo252Mst7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIo252Mst7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIo252Mst7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIo252Mst7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIo252Mst7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIo252Mst7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIo252Mst7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIo252Mst7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIo252Mst7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIo252Mst7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIo252Mst7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIo252Mst7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIo252Mst7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIo252Mst7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIo252Mst7 .dropdown-item.active,
.cid-uIo252Mst7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIo252Mst7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIo252Mst7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIo252Mst7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIo252Mst7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIo252Mst7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIo252Mst7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIo252Mst7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIo252Mst7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIo252Mst7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIo252Mst7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIo252Mst7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIo252Mst7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIo252Mst7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIo252Mst7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIo252Mst7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIo252Mst7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIo252Mst7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIo252Mst7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIo252Mst7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIo252Mst7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIo252Mst7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIo252Mst7 .navbar {
    height: 70px;
  }
  .cid-uIo252Mst7 .navbar.opened {
    height: auto;
  }
  .cid-uIo252Mst7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIo252Mst7 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIo252Mst7 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIo252Mst7 .navbar-toggler:focus,
.cid-uIo252Mst7 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIo252Mst7 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIo252Mst7 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIoCToUM7e {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIoCToUM7e {
    padding-top: 8rem;
  }
}
.cid-uIoCToUM7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIoCToUM7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIoCToUM7e .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIoCToUM7e .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIoCToUM7e .mbr-section-title {
  color: #000000;
}
.cid-uIoCToUM7e .mbr-text,
.cid-uIoCToUM7e .mbr-section-btn {
  color: #000000;
}
.cid-uIoCToUM7e P {
  text-align: center;
  color: #000000;
}
.cid-uIoCToUM7e blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIoCToUM7e blockquote {
    width: 90%;
  }
}
.cid-uIoCToUM7e H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIoCToUM7e .align-left,
  .cid-uIoCToUM7e .align-right {
    text-align: center;
  }
  .cid-uIoCToUM7e .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIoCToUM7e .link,
  .cid-uIoCToUM7e .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIoCToUM7e span {
    width: 100%;
    display: block;
  }
}
.cid-uIoCToUM7e .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIoCToUM7e .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIoCToUM7e .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIoCToUM7e H3 {
  color: #000000;
}
.cid-uIprdGdkVq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dfccb7;
}
.cid-uIprdGdkVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIprdGdkVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIprdGdkVq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIprdGdkVq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIprdGdkVq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIprdGdkVq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIprdGdkVq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIprdGdkVq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIprdGdkVq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIprdGdkVq .item {
    margin-bottom: 28px;
  }
}
.cid-uIprdGdkVq .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uIprdGdkVq .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIprdGdkVq .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uIprdGdkVq .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIprdGdkVq .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uIprdGdkVq .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uIprdGdkVq .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIprdGdkVq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIprdGdkVq .mbr-text,
.cid-uIprdGdkVq .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uIprdGdkVq .item-title {
  color: #ffffff;
}
.cid-uIprdGdkVq .item-title,
.cid-uIprdGdkVq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uIo255mdYd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIo255mdYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIo255mdYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIo255mdYd .content-wrap {
  justify-content: center;
}
.cid-uIo255mdYd .card {
  justify-content: center;
}
.cid-uIo255mdYd .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIo255mdYd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIo255mdYd .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIo255mdYd .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIo255mdYd .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIo255mdYd .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIo255mdYd .nav-wrapper .list .item-wrap:hover,
.cid-uIo255mdYd .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIo255mdYd .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIo255mdYd .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIo255mdYd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIo255mdYd .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIo255mdYd .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIo255mdYd .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIo255mdYd .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIo255mdYd .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIo255mdYd .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIo255mdYd .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIo255mdYd .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIo255mdYd .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIo255mdYd .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIo255mdYd .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIo255mdYd .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIo255mdYd .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIo255mdYd .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIo255mdYd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIo255mdYd .list,
.cid-uIo255mdYd .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIo255mdYd .mbr-phone {
  color: #000000;
}
.cid-uIo255mdYd .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIo255mdYd .list,
.cid-uIo255mdYd .item-wrap,
.cid-uIo255mdYd .nav-wrapper {
  color: #000000;
}
.cid-uIpD8Ug4j1 {
  z-index: 1000;
  width: 100%;
}
.cid-uIpD8Ug4j1 nav.navbar {
  position: fixed;
}
.cid-uIpD8Ug4j1 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIpD8Ug4j1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpD8Ug4j1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIpD8Ug4j1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIpD8Ug4j1 .dropdown-item:hover,
.cid-uIpD8Ug4j1 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIpD8Ug4j1 .dropdown-item:hover span {
  color: white;
}
.cid-uIpD8Ug4j1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIpD8Ug4j1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIpD8Ug4j1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIpD8Ug4j1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIpD8Ug4j1 .nav-link {
  position: relative;
}
.cid-uIpD8Ug4j1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIpD8Ug4j1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIpD8Ug4j1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIpD8Ug4j1 .dropdown-menu,
.cid-uIpD8Ug4j1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIpD8Ug4j1 .nav-item:focus,
.cid-uIpD8Ug4j1 .nav-link:focus {
  outline: none;
}
.cid-uIpD8Ug4j1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIpD8Ug4j1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpD8Ug4j1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIpD8Ug4j1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpD8Ug4j1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIpD8Ug4j1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIpD8Ug4j1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIpD8Ug4j1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIpD8Ug4j1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIpD8Ug4j1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIpD8Ug4j1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIpD8Ug4j1 .navbar.collapsed {
  justify-content: center;
}
.cid-uIpD8Ug4j1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIpD8Ug4j1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIpD8Ug4j1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIpD8Ug4j1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIpD8Ug4j1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIpD8Ug4j1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIpD8Ug4j1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIpD8Ug4j1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIpD8Ug4j1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIpD8Ug4j1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIpD8Ug4j1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIpD8Ug4j1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIpD8Ug4j1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIpD8Ug4j1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIpD8Ug4j1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIpD8Ug4j1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIpD8Ug4j1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIpD8Ug4j1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIpD8Ug4j1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIpD8Ug4j1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIpD8Ug4j1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIpD8Ug4j1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIpD8Ug4j1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIpD8Ug4j1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIpD8Ug4j1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIpD8Ug4j1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIpD8Ug4j1 .dropdown-item.active,
.cid-uIpD8Ug4j1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIpD8Ug4j1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIpD8Ug4j1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIpD8Ug4j1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIpD8Ug4j1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIpD8Ug4j1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIpD8Ug4j1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIpD8Ug4j1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIpD8Ug4j1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIpD8Ug4j1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIpD8Ug4j1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIpD8Ug4j1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIpD8Ug4j1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpD8Ug4j1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpD8Ug4j1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIpD8Ug4j1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpD8Ug4j1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIpD8Ug4j1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIpD8Ug4j1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpD8Ug4j1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIpD8Ug4j1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIpD8Ug4j1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIpD8Ug4j1 .navbar {
    height: 70px;
  }
  .cid-uIpD8Ug4j1 .navbar.opened {
    height: auto;
  }
  .cid-uIpD8Ug4j1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIpD8Ug4j1 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIpD8Ug4j1 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIpD8Ug4j1 .navbar-toggler:focus,
.cid-uIpD8Ug4j1 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIpD8Ug4j1 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIpD8Ug4j1 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIpD8Vd8jH {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIpD8Vd8jH {
    padding-top: 8rem;
  }
}
.cid-uIpD8Vd8jH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpD8Vd8jH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpD8Vd8jH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIpD8Vd8jH .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIpD8Vd8jH .mbr-section-title {
  color: #000000;
}
.cid-uIpD8Vd8jH .mbr-text,
.cid-uIpD8Vd8jH .mbr-section-btn {
  color: #000000;
}
.cid-uIpD8Vd8jH P {
  text-align: center;
  color: #000000;
}
.cid-uIpD8Vd8jH blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIpD8Vd8jH blockquote {
    width: 90%;
  }
}
.cid-uIpD8Vd8jH H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIpD8Vd8jH .align-left,
  .cid-uIpD8Vd8jH .align-right {
    text-align: center;
  }
  .cid-uIpD8Vd8jH .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIpD8Vd8jH .link,
  .cid-uIpD8Vd8jH .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIpD8Vd8jH span {
    width: 100%;
    display: block;
  }
}
.cid-uIpD8Vd8jH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIpD8Vd8jH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIpD8Vd8jH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIpD8Vd8jH H3 {
  color: #000000;
}
.cid-uIpD8VRPHv {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uIpD8VRPHv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIpD8VRPHv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIpD8VRPHv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIpD8VRPHv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIpD8VRPHv .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIpD8VRPHv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIpD8VRPHv .icon-focus {
  display: none;
}
.cid-uIpD8VRPHv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uIpD8VRPHv ul {
  font-size: 0;
}
.cid-uIpD8VRPHv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uIpD8VRPHv .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uIpD8VRPHv .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uIpD8VRPHv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uIpD8VRPHv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uIpD8VRPHv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uIpD8VRPHv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uIpD8VRPHv .btn:hover {
  background: transparent !important;
}
.cid-uIpD8VRPHv .btn:hover:before {
  background: transparent !important;
}
.cid-uIpD8VRPHv .btn:before {
  background-color: transparent !important;
}
.cid-uIpD8VRPHv .btn:focus {
  box-shadow: none;
}
.cid-uIpD8VRPHv .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uIpD8Ynm4y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIpD8Ynm4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpD8Ynm4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpD8Ynm4y .content-wrap {
  justify-content: center;
}
.cid-uIpD8Ynm4y .card {
  justify-content: center;
}
.cid-uIpD8Ynm4y .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIpD8Ynm4y .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIpD8Ynm4y .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIpD8Ynm4y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpD8Ynm4y .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIpD8Ynm4y .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIpD8Ynm4y .nav-wrapper .list .item-wrap:hover,
.cid-uIpD8Ynm4y .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIpD8Ynm4y .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIpD8Ynm4y .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIpD8Ynm4y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIpD8Ynm4y .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIpD8Ynm4y .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIpD8Ynm4y .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIpD8Ynm4y .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIpD8Ynm4y .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIpD8Ynm4y .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIpD8Ynm4y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIpD8Ynm4y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIpD8Ynm4y .list,
.cid-uIpD8Ynm4y .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIpD8Ynm4y .mbr-phone {
  color: #000000;
}
.cid-uIpD8Ynm4y .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIpD8Ynm4y .list,
.cid-uIpD8Ynm4y .item-wrap,
.cid-uIpD8Ynm4y .nav-wrapper {
  color: #000000;
}
.cid-uIpT3ULd1P {
  z-index: 1000;
  width: 100%;
}
.cid-uIpT3ULd1P nav.navbar {
  position: fixed;
}
.cid-uIpT3ULd1P .dropdown a {
  font-family: 'Raleway';
}
.cid-uIpT3ULd1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpT3ULd1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIpT3ULd1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIpT3ULd1P .dropdown-item:hover,
.cid-uIpT3ULd1P .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIpT3ULd1P .dropdown-item:hover span {
  color: white;
}
.cid-uIpT3ULd1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIpT3ULd1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIpT3ULd1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIpT3ULd1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIpT3ULd1P .nav-link {
  position: relative;
}
.cid-uIpT3ULd1P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIpT3ULd1P .container {
    flex-wrap: nowrap;
  }
}
.cid-uIpT3ULd1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIpT3ULd1P .dropdown-menu,
.cid-uIpT3ULd1P .navbar.opened {
  background: #ffffff !important;
}
.cid-uIpT3ULd1P .nav-item:focus,
.cid-uIpT3ULd1P .nav-link:focus {
  outline: none;
}
.cid-uIpT3ULd1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIpT3ULd1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpT3ULd1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIpT3ULd1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpT3ULd1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIpT3ULd1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIpT3ULd1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIpT3ULd1P .navbar.opened {
  transition: all 0.3s;
}
.cid-uIpT3ULd1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIpT3ULd1P .navbar .navbar-logo img {
  width: auto;
}
.cid-uIpT3ULd1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIpT3ULd1P .navbar.collapsed {
  justify-content: center;
}
.cid-uIpT3ULd1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIpT3ULd1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIpT3ULd1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIpT3ULd1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIpT3ULd1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIpT3ULd1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIpT3ULd1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIpT3ULd1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIpT3ULd1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIpT3ULd1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIpT3ULd1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIpT3ULd1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIpT3ULd1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIpT3ULd1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIpT3ULd1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIpT3ULd1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIpT3ULd1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIpT3ULd1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIpT3ULd1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIpT3ULd1P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIpT3ULd1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIpT3ULd1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIpT3ULd1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIpT3ULd1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIpT3ULd1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIpT3ULd1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIpT3ULd1P .dropdown-item.active,
.cid-uIpT3ULd1P .dropdown-item:active {
  background-color: transparent;
}
.cid-uIpT3ULd1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIpT3ULd1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIpT3ULd1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIpT3ULd1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIpT3ULd1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIpT3ULd1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIpT3ULd1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIpT3ULd1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIpT3ULd1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIpT3ULd1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIpT3ULd1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIpT3ULd1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpT3ULd1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpT3ULd1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIpT3ULd1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpT3ULd1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIpT3ULd1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIpT3ULd1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpT3ULd1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIpT3ULd1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIpT3ULd1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIpT3ULd1P .navbar {
    height: 70px;
  }
  .cid-uIpT3ULd1P .navbar.opened {
    height: auto;
  }
  .cid-uIpT3ULd1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIpT3ULd1P .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIpT3ULd1P .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIpT3ULd1P .navbar-toggler:focus,
.cid-uIpT3ULd1P .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIpT3ULd1P .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIpT3ULd1P .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIpT3VJVIc {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIpT3VJVIc {
    padding-top: 8rem;
  }
}
.cid-uIpT3VJVIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpT3VJVIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpT3VJVIc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIpT3VJVIc .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIpT3VJVIc .mbr-section-title {
  color: #000000;
}
.cid-uIpT3VJVIc .mbr-text,
.cid-uIpT3VJVIc .mbr-section-btn {
  color: #000000;
}
.cid-uIpT3VJVIc P {
  text-align: center;
  color: #000000;
}
.cid-uIpT3VJVIc blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIpT3VJVIc blockquote {
    width: 90%;
  }
}
.cid-uIpT3VJVIc H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIpT3VJVIc .align-left,
  .cid-uIpT3VJVIc .align-right {
    text-align: center;
  }
  .cid-uIpT3VJVIc .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIpT3VJVIc .link,
  .cid-uIpT3VJVIc .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIpT3VJVIc span {
    width: 100%;
    display: block;
  }
}
.cid-uIpT3VJVIc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIpT3VJVIc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIpT3VJVIc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIpT3VJVIc H3 {
  color: #000000;
}
.cid-uIpT3WEiUc {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uIpT3WEiUc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIpT3WEiUc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIpT3WEiUc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIpT3WEiUc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIpT3WEiUc .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIpT3WEiUc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIpT3WEiUc .icon-focus {
  display: none;
}
.cid-uIpT3WEiUc .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uIpT3WEiUc ul {
  font-size: 0;
}
.cid-uIpT3WEiUc .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uIpT3WEiUc .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uIpT3WEiUc .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uIpT3WEiUc .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uIpT3WEiUc .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uIpT3WEiUc .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uIpT3WEiUc .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uIpT3WEiUc .btn:hover {
  background: transparent !important;
}
.cid-uIpT3WEiUc .btn:hover:before {
  background: transparent !important;
}
.cid-uIpT3WEiUc .btn:before {
  background-color: transparent !important;
}
.cid-uIpT3WEiUc .btn:focus {
  box-shadow: none;
}
.cid-uIpT3WEiUc .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uIpT3Yb0Ys {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIpT3Yb0Ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpT3Yb0Ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpT3Yb0Ys .content-wrap {
  justify-content: center;
}
.cid-uIpT3Yb0Ys .card {
  justify-content: center;
}
.cid-uIpT3Yb0Ys .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIpT3Yb0Ys .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIpT3Yb0Ys .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIpT3Yb0Ys .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpT3Yb0Ys .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIpT3Yb0Ys .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIpT3Yb0Ys .nav-wrapper .list .item-wrap:hover,
.cid-uIpT3Yb0Ys .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIpT3Yb0Ys .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIpT3Yb0Ys .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIpT3Yb0Ys .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIpT3Yb0Ys .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIpT3Yb0Ys .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIpT3Yb0Ys .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIpT3Yb0Ys .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIpT3Yb0Ys .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIpT3Yb0Ys .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIpT3Yb0Ys .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIpT3Yb0Ys .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIpT3Yb0Ys .list,
.cid-uIpT3Yb0Ys .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIpT3Yb0Ys .mbr-phone {
  color: #000000;
}
.cid-uIpT3Yb0Ys .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIpT3Yb0Ys .list,
.cid-uIpT3Yb0Ys .item-wrap,
.cid-uIpT3Yb0Ys .nav-wrapper {
  color: #000000;
}
.cid-uIq1MqiNF7 {
  z-index: 1000;
  width: 100%;
}
.cid-uIq1MqiNF7 nav.navbar {
  position: fixed;
}
.cid-uIq1MqiNF7 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIq1MqiNF7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq1MqiNF7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIq1MqiNF7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIq1MqiNF7 .dropdown-item:hover,
.cid-uIq1MqiNF7 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIq1MqiNF7 .dropdown-item:hover span {
  color: white;
}
.cid-uIq1MqiNF7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIq1MqiNF7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIq1MqiNF7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIq1MqiNF7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIq1MqiNF7 .nav-link {
  position: relative;
}
.cid-uIq1MqiNF7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIq1MqiNF7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIq1MqiNF7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq1MqiNF7 .dropdown-menu,
.cid-uIq1MqiNF7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIq1MqiNF7 .nav-item:focus,
.cid-uIq1MqiNF7 .nav-link:focus {
  outline: none;
}
.cid-uIq1MqiNF7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq1MqiNF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq1MqiNF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq1MqiNF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq1MqiNF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq1MqiNF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq1MqiNF7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIq1MqiNF7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq1MqiNF7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq1MqiNF7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq1MqiNF7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIq1MqiNF7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIq1MqiNF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq1MqiNF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIq1MqiNF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq1MqiNF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq1MqiNF7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIq1MqiNF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq1MqiNF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq1MqiNF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIq1MqiNF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq1MqiNF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq1MqiNF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq1MqiNF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq1MqiNF7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIq1MqiNF7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIq1MqiNF7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIq1MqiNF7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq1MqiNF7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIq1MqiNF7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq1MqiNF7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIq1MqiNF7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIq1MqiNF7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIq1MqiNF7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIq1MqiNF7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIq1MqiNF7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIq1MqiNF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq1MqiNF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq1MqiNF7 .dropdown-item.active,
.cid-uIq1MqiNF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq1MqiNF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq1MqiNF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq1MqiNF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq1MqiNF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq1MqiNF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIq1MqiNF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIq1MqiNF7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq1MqiNF7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIq1MqiNF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq1MqiNF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq1MqiNF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq1MqiNF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq1MqiNF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq1MqiNF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq1MqiNF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq1MqiNF7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq1MqiNF7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq1MqiNF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq1MqiNF7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIq1MqiNF7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq1MqiNF7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq1MqiNF7 .navbar {
    height: 70px;
  }
  .cid-uIq1MqiNF7 .navbar.opened {
    height: auto;
  }
  .cid-uIq1MqiNF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq1MqiNF7 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIq1MqiNF7 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq1MqiNF7 .navbar-toggler:focus,
.cid-uIq1MqiNF7 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIq1MqiNF7 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIq1MqiNF7 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIq1MrDW2B {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIq1MrDW2B {
    padding-top: 8rem;
  }
}
.cid-uIq1MrDW2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIq1MrDW2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIq1MrDW2B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIq1MrDW2B .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIq1MrDW2B .mbr-section-title {
  color: #000000;
}
.cid-uIq1MrDW2B .mbr-text,
.cid-uIq1MrDW2B .mbr-section-btn {
  color: #000000;
}
.cid-uIq1MrDW2B P {
  text-align: center;
  color: #000000;
}
.cid-uIq1MrDW2B blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIq1MrDW2B blockquote {
    width: 90%;
  }
}
.cid-uIq1MrDW2B H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIq1MrDW2B .align-left,
  .cid-uIq1MrDW2B .align-right {
    text-align: center;
  }
  .cid-uIq1MrDW2B .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIq1MrDW2B .link,
  .cid-uIq1MrDW2B .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIq1MrDW2B span {
    width: 100%;
    display: block;
  }
}
.cid-uIq1MrDW2B .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIq1MrDW2B .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIq1MrDW2B .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIq1MrDW2B H3 {
  color: #000000;
}
.cid-uIqblpKmTs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIqblpKmTs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIqblpKmTs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIqblpKmTs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIqblpKmTs .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIqblpKmTs .container {
  padding: 0;
}
.cid-uIqblpKmTs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIqblpKmTs .icon-focus {
  display: none;
}
.cid-uIqblpKmTs .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIqblpKmTs .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIqblpKmTs li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIqblpKmTs li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIqblpKmTs .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIqblpKmTs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIqblpKmTs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIqblpKmTs .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIqblpKmTs .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIqblpKmTs .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIqblpKmTs .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIqblpKmTs .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIqblpKmTs li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIqblpKmTs .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIqblpKmTs .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px !important;
}
.cid-uIqblpKmTs .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIq1Mvcwjx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIq1Mvcwjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIq1Mvcwjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIq1Mvcwjx .content-wrap {
  justify-content: center;
}
.cid-uIq1Mvcwjx .card {
  justify-content: center;
}
.cid-uIq1Mvcwjx .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIq1Mvcwjx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIq1Mvcwjx .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIq1Mvcwjx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIq1Mvcwjx .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIq1Mvcwjx .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIq1Mvcwjx .nav-wrapper .list .item-wrap:hover,
.cid-uIq1Mvcwjx .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIq1Mvcwjx .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIq1Mvcwjx .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIq1Mvcwjx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIq1Mvcwjx .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIq1Mvcwjx .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIq1Mvcwjx .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIq1Mvcwjx .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIq1Mvcwjx .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIq1Mvcwjx .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIq1Mvcwjx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIq1Mvcwjx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIq1Mvcwjx .list,
.cid-uIq1Mvcwjx .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIq1Mvcwjx .mbr-phone {
  color: #000000;
}
.cid-uIq1Mvcwjx .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIq1Mvcwjx .list,
.cid-uIq1Mvcwjx .item-wrap,
.cid-uIq1Mvcwjx .nav-wrapper {
  color: #000000;
}
.cid-uIseWVicgH {
  z-index: 1000;
  width: 100%;
}
.cid-uIseWVicgH nav.navbar {
  position: fixed;
}
.cid-uIseWVicgH .dropdown a {
  font-family: 'Raleway';
}
.cid-uIseWVicgH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIseWVicgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIseWVicgH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIseWVicgH .dropdown-item:hover,
.cid-uIseWVicgH .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIseWVicgH .dropdown-item:hover span {
  color: white;
}
.cid-uIseWVicgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIseWVicgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIseWVicgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIseWVicgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIseWVicgH .nav-link {
  position: relative;
}
.cid-uIseWVicgH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIseWVicgH .container {
    flex-wrap: nowrap;
  }
}
.cid-uIseWVicgH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIseWVicgH .dropdown-menu,
.cid-uIseWVicgH .navbar.opened {
  background: #ffffff !important;
}
.cid-uIseWVicgH .nav-item:focus,
.cid-uIseWVicgH .nav-link:focus {
  outline: none;
}
.cid-uIseWVicgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIseWVicgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIseWVicgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIseWVicgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIseWVicgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIseWVicgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIseWVicgH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIseWVicgH .navbar.opened {
  transition: all 0.3s;
}
.cid-uIseWVicgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIseWVicgH .navbar .navbar-logo img {
  width: auto;
}
.cid-uIseWVicgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIseWVicgH .navbar.collapsed {
  justify-content: center;
}
.cid-uIseWVicgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIseWVicgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIseWVicgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIseWVicgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIseWVicgH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIseWVicgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIseWVicgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIseWVicgH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIseWVicgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIseWVicgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIseWVicgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIseWVicgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIseWVicgH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIseWVicgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIseWVicgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIseWVicgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIseWVicgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIseWVicgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIseWVicgH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIseWVicgH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIseWVicgH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIseWVicgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIseWVicgH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIseWVicgH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIseWVicgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIseWVicgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIseWVicgH .dropdown-item.active,
.cid-uIseWVicgH .dropdown-item:active {
  background-color: transparent;
}
.cid-uIseWVicgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIseWVicgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIseWVicgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIseWVicgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIseWVicgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIseWVicgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIseWVicgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIseWVicgH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIseWVicgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIseWVicgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIseWVicgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIseWVicgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIseWVicgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIseWVicgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIseWVicgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIseWVicgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIseWVicgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIseWVicgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIseWVicgH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIseWVicgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIseWVicgH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIseWVicgH .navbar {
    height: 70px;
  }
  .cid-uIseWVicgH .navbar.opened {
    height: auto;
  }
  .cid-uIseWVicgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIseWVicgH .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIseWVicgH .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIseWVicgH .navbar-toggler:focus,
.cid-uIseWVicgH .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIseWVicgH .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIseWVicgH .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIseWVWzwj {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIseWVWzwj {
    padding-top: 8rem;
  }
}
.cid-uIseWVWzwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIseWVWzwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIseWVWzwj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIseWVWzwj .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIseWVWzwj .mbr-section-title {
  color: #000000;
}
.cid-uIseWVWzwj .mbr-text,
.cid-uIseWVWzwj .mbr-section-btn {
  color: #000000;
}
.cid-uIseWVWzwj P {
  text-align: center;
  color: #000000;
}
.cid-uIseWVWzwj blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIseWVWzwj blockquote {
    width: 90%;
  }
}
.cid-uIseWVWzwj H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIseWVWzwj .align-left,
  .cid-uIseWVWzwj .align-right {
    text-align: center;
  }
  .cid-uIseWVWzwj .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIseWVWzwj .link,
  .cid-uIseWVWzwj .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIseWVWzwj span {
    width: 100%;
    display: block;
  }
}
.cid-uIseWVWzwj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIseWVWzwj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIseWVWzwj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIseWVWzwj H3 {
  color: #000000;
}
.cid-uIseWWCV2y {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uIseWWCV2y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIseWWCV2y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIseWWCV2y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIseWWCV2y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIseWWCV2y .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIseWWCV2y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIseWWCV2y .icon-focus {
  display: none;
}
.cid-uIseWWCV2y .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uIseWWCV2y ul {
  font-size: 0;
}
.cid-uIseWWCV2y .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uIseWWCV2y .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uIseWWCV2y .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uIseWWCV2y .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uIseWWCV2y .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uIseWWCV2y .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uIseWWCV2y .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uIseWWCV2y .btn:hover {
  background: transparent !important;
}
.cid-uIseWWCV2y .btn:hover:before {
  background: transparent !important;
}
.cid-uIseWWCV2y .btn:before {
  background-color: transparent !important;
}
.cid-uIseWWCV2y .btn:focus {
  box-shadow: none;
}
.cid-uIseWWCV2y .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uIseWXuzNT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIseWXuzNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIseWXuzNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIseWXuzNT .content-wrap {
  justify-content: center;
}
.cid-uIseWXuzNT .card {
  justify-content: center;
}
.cid-uIseWXuzNT .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIseWXuzNT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIseWXuzNT .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIseWXuzNT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIseWXuzNT .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIseWXuzNT .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIseWXuzNT .nav-wrapper .list .item-wrap:hover,
.cid-uIseWXuzNT .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIseWXuzNT .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIseWXuzNT .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIseWXuzNT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIseWXuzNT .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIseWXuzNT .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIseWXuzNT .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIseWXuzNT .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIseWXuzNT .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIseWXuzNT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIseWXuzNT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIseWXuzNT .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIseWXuzNT .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIseWXuzNT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIseWXuzNT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIseWXuzNT .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIseWXuzNT .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIseWXuzNT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIseWXuzNT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIseWXuzNT .list,
.cid-uIseWXuzNT .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIseWXuzNT .mbr-phone {
  color: #000000;
}
.cid-uIseWXuzNT .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIseWXuzNT .list,
.cid-uIseWXuzNT .item-wrap,
.cid-uIseWXuzNT .nav-wrapper {
  color: #000000;
}
.cid-uI0gGLV114 {
  z-index: 1000;
  width: 100%;
}
.cid-uI0gGLV114 nav.navbar {
  position: fixed;
}
.cid-uI0gGLV114 .dropdown a {
  font-family: 'Raleway';
}
.cid-uI0gGLV114 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI0gGLV114 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI0gGLV114 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI0gGLV114 .dropdown-item:hover,
.cid-uI0gGLV114 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uI0gGLV114 .dropdown-item:hover span {
  color: white;
}
.cid-uI0gGLV114 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI0gGLV114 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI0gGLV114 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI0gGLV114 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI0gGLV114 .nav-link {
  position: relative;
}
.cid-uI0gGLV114 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI0gGLV114 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI0gGLV114 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI0gGLV114 .dropdown-menu,
.cid-uI0gGLV114 .navbar.opened {
  background: #ffffff !important;
}
.cid-uI0gGLV114 .nav-item:focus,
.cid-uI0gGLV114 .nav-link:focus {
  outline: none;
}
.cid-uI0gGLV114 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI0gGLV114 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI0gGLV114 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI0gGLV114 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI0gGLV114 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI0gGLV114 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI0gGLV114 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uI0gGLV114 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI0gGLV114 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI0gGLV114 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI0gGLV114 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI0gGLV114 .navbar.collapsed {
  justify-content: center;
}
.cid-uI0gGLV114 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI0gGLV114 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uI0gGLV114 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI0gGLV114 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI0gGLV114 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI0gGLV114 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI0gGLV114 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI0gGLV114 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI0gGLV114 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI0gGLV114 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI0gGLV114 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI0gGLV114 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI0gGLV114 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI0gGLV114 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI0gGLV114 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI0gGLV114 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI0gGLV114 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI0gGLV114 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI0gGLV114 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI0gGLV114 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI0gGLV114 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI0gGLV114 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI0gGLV114 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI0gGLV114 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI0gGLV114 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI0gGLV114 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI0gGLV114 .dropdown-item.active,
.cid-uI0gGLV114 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI0gGLV114 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI0gGLV114 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI0gGLV114 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI0gGLV114 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uI0gGLV114 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI0gGLV114 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI0gGLV114 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI0gGLV114 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI0gGLV114 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI0gGLV114 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uI0gGLV114 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI0gGLV114 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI0gGLV114 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI0gGLV114 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI0gGLV114 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI0gGLV114 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI0gGLV114 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI0gGLV114 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI0gGLV114 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI0gGLV114 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI0gGLV114 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI0gGLV114 .navbar {
    height: 70px;
  }
  .cid-uI0gGLV114 .navbar.opened {
    height: auto;
  }
  .cid-uI0gGLV114 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI0gGLV114 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uI0gGLV114 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uI0gGLV114 .navbar-toggler:focus,
.cid-uI0gGLV114 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uI0gGLV114 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uI0gGLV114 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uI0gGMBPAj {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uI0gGMBPAj {
    padding-top: 8rem;
  }
}
.cid-uI0gGMBPAj iframe,
.cid-uI0gGMBPAj img,
.cid-uI0gGMBPAj video {
  width: 100%;
}
.cid-uI0gGMBPAj .mbr-media {
  position: relative;
}
.cid-uI0gGMBPAj .mbr-media img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.cid-uI0gGMBPAj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uI0gGMBPAj .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uI0gGMBPAj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uI0gGMBPAj .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uI0gGMBPAj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uI0gGMBPAj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uI0gGMBPAj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uI0gGMBPAj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uI0gGMBPAj .mbr-section-title {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uI0gGMBPAj .align-left,
  .cid-uI0gGMBPAj .align-right {
    text-align: center;
  }
  .cid-uI0gGMBPAj .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uI0gGMBPAj .link,
  .cid-uI0gGMBPAj .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uI0gGMBPAj span {
    width: 100%;
    display: block;
  }
}
.cid-uI0gGMBPAj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uI0gGMBPAj .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uI0gGMBPAj H2 {
  color: #000000;
}
.cid-uI0gGMBPAj P {
  color: #000000;
}
.cid-uI0gGOdJUU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uI0gGOdJUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0gGOdJUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0gGOdJUU .content-wrap {
  justify-content: center;
}
.cid-uI0gGOdJUU .card {
  justify-content: center;
}
.cid-uI0gGOdJUU .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uI0gGOdJUU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uI0gGOdJUU .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uI0gGOdJUU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uI0gGOdJUU .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uI0gGOdJUU .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uI0gGOdJUU .nav-wrapper .list .item-wrap:hover,
.cid-uI0gGOdJUU .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uI0gGOdJUU .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uI0gGOdJUU .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uI0gGOdJUU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uI0gGOdJUU .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uI0gGOdJUU .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uI0gGOdJUU .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uI0gGOdJUU .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uI0gGOdJUU .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI0gGOdJUU .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI0gGOdJUU .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uI0gGOdJUU .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uI0gGOdJUU .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uI0gGOdJUU .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uI0gGOdJUU .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uI0gGOdJUU .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uI0gGOdJUU .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uI0gGOdJUU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uI0gGOdJUU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uI0gGOdJUU .list,
.cid-uI0gGOdJUU .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uI0gGOdJUU .mbr-phone {
  color: #000000;
}
.cid-uI0gGOdJUU .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uI0gGOdJUU .list,
.cid-uI0gGOdJUU .item-wrap,
.cid-uI0gGOdJUU .nav-wrapper {
  color: #000000;
}
.cid-uIt1VXGT06 {
  z-index: 1000;
  width: 100%;
}
.cid-uIt1VXGT06 nav.navbar {
  position: fixed;
}
.cid-uIt1VXGT06 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIt1VXGT06 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt1VXGT06 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIt1VXGT06 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIt1VXGT06 .dropdown-item:hover,
.cid-uIt1VXGT06 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIt1VXGT06 .dropdown-item:hover span {
  color: white;
}
.cid-uIt1VXGT06 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIt1VXGT06 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIt1VXGT06 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIt1VXGT06 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIt1VXGT06 .nav-link {
  position: relative;
}
.cid-uIt1VXGT06 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIt1VXGT06 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIt1VXGT06 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt1VXGT06 .dropdown-menu,
.cid-uIt1VXGT06 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIt1VXGT06 .nav-item:focus,
.cid-uIt1VXGT06 .nav-link:focus {
  outline: none;
}
.cid-uIt1VXGT06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt1VXGT06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt1VXGT06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt1VXGT06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt1VXGT06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt1VXGT06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt1VXGT06 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIt1VXGT06 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt1VXGT06 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt1VXGT06 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt1VXGT06 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIt1VXGT06 .navbar.collapsed {
  justify-content: center;
}
.cid-uIt1VXGT06 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt1VXGT06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIt1VXGT06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt1VXGT06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt1VXGT06 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIt1VXGT06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt1VXGT06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt1VXGT06 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIt1VXGT06 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt1VXGT06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt1VXGT06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt1VXGT06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt1VXGT06 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIt1VXGT06 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIt1VXGT06 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIt1VXGT06 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt1VXGT06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIt1VXGT06 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt1VXGT06 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIt1VXGT06 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIt1VXGT06 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIt1VXGT06 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIt1VXGT06 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIt1VXGT06 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIt1VXGT06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt1VXGT06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt1VXGT06 .dropdown-item.active,
.cid-uIt1VXGT06 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt1VXGT06 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt1VXGT06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt1VXGT06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt1VXGT06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIt1VXGT06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIt1VXGT06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIt1VXGT06 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt1VXGT06 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIt1VXGT06 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt1VXGT06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIt1VXGT06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt1VXGT06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt1VXGT06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt1VXGT06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt1VXGT06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt1VXGT06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt1VXGT06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt1VXGT06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt1VXGT06 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIt1VXGT06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt1VXGT06 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt1VXGT06 .navbar {
    height: 70px;
  }
  .cid-uIt1VXGT06 .navbar.opened {
    height: auto;
  }
  .cid-uIt1VXGT06 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt1VXGT06 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIt1VXGT06 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIt1VXGT06 .navbar-toggler:focus,
.cid-uIt1VXGT06 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIt1VXGT06 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIt1VXGT06 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIt1VYuG6m {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uIt1VYuG6m {
    padding-top: 8rem;
  }
}
.cid-uIt1VYuG6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIt1VYuG6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIt1VYuG6m .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIt1VYuG6m .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIt1VYuG6m .mbr-section-title {
  color: #000000;
}
.cid-uIt1VYuG6m .mbr-text,
.cid-uIt1VYuG6m .mbr-section-btn {
  color: #000000;
}
.cid-uIt1VYuG6m P {
  text-align: center;
  color: #000000;
}
.cid-uIt1VYuG6m blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIt1VYuG6m blockquote {
    width: 90%;
  }
}
.cid-uIt1VYuG6m H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt1VYuG6m .align-left,
  .cid-uIt1VYuG6m .align-right {
    text-align: center;
  }
  .cid-uIt1VYuG6m .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIt1VYuG6m .link,
  .cid-uIt1VYuG6m .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIt1VYuG6m span {
    width: 100%;
    display: block;
  }
  .cid-uIt1VYuG6m .item img {
    margin-bottom: 25px;
  }
}
.cid-uIt1VYuG6m .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIt1VYuG6m .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIt1VYuG6m .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIt1VYuG6m H3 {
  color: #000000;
}
.cid-uIt1VZdTBs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIt1VZdTBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIt1VZdTBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIt1VZdTBs .content-wrap {
  justify-content: center;
}
.cid-uIt1VZdTBs .card {
  justify-content: center;
}
.cid-uIt1VZdTBs .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIt1VZdTBs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIt1VZdTBs .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIt1VZdTBs .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIt1VZdTBs .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIt1VZdTBs .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIt1VZdTBs .nav-wrapper .list .item-wrap:hover,
.cid-uIt1VZdTBs .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIt1VZdTBs .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIt1VZdTBs .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIt1VZdTBs .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIt1VZdTBs .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIt1VZdTBs .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIt1VZdTBs .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIt1VZdTBs .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIt1VZdTBs .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIt1VZdTBs .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIt1VZdTBs .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIt1VZdTBs .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIt1VZdTBs .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIt1VZdTBs .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIt1VZdTBs .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIt1VZdTBs .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIt1VZdTBs .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIt1VZdTBs .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIt1VZdTBs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIt1VZdTBs .list,
.cid-uIt1VZdTBs .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIt1VZdTBs .mbr-phone {
  color: #000000;
}
.cid-uIt1VZdTBs .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIt1VZdTBs .list,
.cid-uIt1VZdTBs .item-wrap,
.cid-uIt1VZdTBs .nav-wrapper {
  color: #000000;
}
.cid-uIwD9HmIAx {
  z-index: 1000;
  width: 100%;
}
.cid-uIwD9HmIAx nav.navbar {
  position: fixed;
}
.cid-uIwD9HmIAx .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwD9HmIAx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwD9HmIAx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwD9HmIAx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwD9HmIAx .dropdown-item:hover,
.cid-uIwD9HmIAx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwD9HmIAx .dropdown-item:hover span {
  color: white;
}
.cid-uIwD9HmIAx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwD9HmIAx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwD9HmIAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwD9HmIAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwD9HmIAx .nav-link {
  position: relative;
}
.cid-uIwD9HmIAx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwD9HmIAx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwD9HmIAx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwD9HmIAx .dropdown-menu,
.cid-uIwD9HmIAx .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwD9HmIAx .nav-item:focus,
.cid-uIwD9HmIAx .nav-link:focus {
  outline: none;
}
.cid-uIwD9HmIAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwD9HmIAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwD9HmIAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwD9HmIAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwD9HmIAx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwD9HmIAx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwD9HmIAx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwD9HmIAx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwD9HmIAx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwD9HmIAx .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwD9HmIAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwD9HmIAx .navbar.collapsed {
  justify-content: center;
}
.cid-uIwD9HmIAx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwD9HmIAx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwD9HmIAx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwD9HmIAx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwD9HmIAx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwD9HmIAx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwD9HmIAx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwD9HmIAx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwD9HmIAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwD9HmIAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwD9HmIAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwD9HmIAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwD9HmIAx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwD9HmIAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwD9HmIAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwD9HmIAx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwD9HmIAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwD9HmIAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwD9HmIAx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwD9HmIAx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwD9HmIAx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwD9HmIAx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwD9HmIAx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwD9HmIAx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwD9HmIAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwD9HmIAx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwD9HmIAx .dropdown-item.active,
.cid-uIwD9HmIAx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwD9HmIAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwD9HmIAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwD9HmIAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwD9HmIAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwD9HmIAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwD9HmIAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwD9HmIAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwD9HmIAx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwD9HmIAx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwD9HmIAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwD9HmIAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwD9HmIAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwD9HmIAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwD9HmIAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwD9HmIAx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwD9HmIAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwD9HmIAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwD9HmIAx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwD9HmIAx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwD9HmIAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwD9HmIAx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwD9HmIAx .navbar {
    height: 70px;
  }
  .cid-uIwD9HmIAx .navbar.opened {
    height: auto;
  }
  .cid-uIwD9HmIAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwD9HmIAx .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwD9HmIAx .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwD9HmIAx .navbar-toggler:focus,
.cid-uIwD9HmIAx .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwD9HmIAx .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwD9HmIAx .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwD9HPsCI {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwD9HPsCI {
    padding-top: 8rem;
  }
}
.cid-uIwD9HPsCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwD9HPsCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwD9HPsCI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwD9HPsCI .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwD9HPsCI .mbr-section-title {
  color: #000000;
}
.cid-uIwD9HPsCI .mbr-text,
.cid-uIwD9HPsCI .mbr-section-btn {
  color: #000000;
}
.cid-uIwD9HPsCI P {
  text-align: center;
  color: #000000;
}
.cid-uIwD9HPsCI blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwD9HPsCI blockquote {
    width: 90%;
  }
}
.cid-uIwD9HPsCI H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwD9HPsCI .align-left,
  .cid-uIwD9HPsCI .align-right {
    text-align: center;
  }
  .cid-uIwD9HPsCI .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwD9HPsCI .link,
  .cid-uIwD9HPsCI .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwD9HPsCI span {
    width: 100%;
    display: block;
  }
}
.cid-uIwD9HPsCI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwD9HPsCI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwD9HPsCI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwD9HPsCI H3 {
  color: #000000;
}
.cid-uIwDI9LFSu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwDI9LFSu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwDI9LFSu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwDI9LFSu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwDI9LFSu .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwDI9LFSu .container {
  padding: 0;
}
.cid-uIwDI9LFSu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwDI9LFSu .icon-focus {
  display: none;
}
.cid-uIwDI9LFSu .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwDI9LFSu .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwDI9LFSu li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwDI9LFSu li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwDI9LFSu .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwDI9LFSu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwDI9LFSu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwDI9LFSu .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwDI9LFSu .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwDI9LFSu .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwDI9LFSu .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwDI9LFSu .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwDI9LFSu li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwDI9LFSu .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwDI9LFSu .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwDI9LFSu .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwD9IKEqG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwD9IKEqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwD9IKEqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwD9IKEqG .content-wrap {
  justify-content: center;
}
.cid-uIwD9IKEqG .card {
  justify-content: center;
}
.cid-uIwD9IKEqG .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwD9IKEqG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwD9IKEqG .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwD9IKEqG .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwD9IKEqG .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwD9IKEqG .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwD9IKEqG .nav-wrapper .list .item-wrap:hover,
.cid-uIwD9IKEqG .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwD9IKEqG .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwD9IKEqG .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwD9IKEqG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwD9IKEqG .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwD9IKEqG .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwD9IKEqG .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwD9IKEqG .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwD9IKEqG .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwD9IKEqG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwD9IKEqG .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwD9IKEqG .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwD9IKEqG .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwD9IKEqG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwD9IKEqG .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwD9IKEqG .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwD9IKEqG .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwD9IKEqG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwD9IKEqG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwD9IKEqG .list,
.cid-uIwD9IKEqG .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwD9IKEqG .mbr-phone {
  color: #000000;
}
.cid-uIwD9IKEqG .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwD9IKEqG .list,
.cid-uIwD9IKEqG .item-wrap,
.cid-uIwD9IKEqG .nav-wrapper {
  color: #000000;
}
.cid-uIwEBeDvow {
  z-index: 1000;
  width: 100%;
}
.cid-uIwEBeDvow nav.navbar {
  position: fixed;
}
.cid-uIwEBeDvow .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwEBeDvow .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwEBeDvow .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwEBeDvow .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwEBeDvow .dropdown-item:hover,
.cid-uIwEBeDvow .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwEBeDvow .dropdown-item:hover span {
  color: white;
}
.cid-uIwEBeDvow .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwEBeDvow .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwEBeDvow .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwEBeDvow .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwEBeDvow .nav-link {
  position: relative;
}
.cid-uIwEBeDvow .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwEBeDvow .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwEBeDvow .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwEBeDvow .dropdown-menu,
.cid-uIwEBeDvow .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwEBeDvow .nav-item:focus,
.cid-uIwEBeDvow .nav-link:focus {
  outline: none;
}
.cid-uIwEBeDvow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwEBeDvow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwEBeDvow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwEBeDvow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwEBeDvow .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwEBeDvow .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwEBeDvow .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwEBeDvow .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwEBeDvow .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwEBeDvow .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwEBeDvow .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwEBeDvow .navbar.collapsed {
  justify-content: center;
}
.cid-uIwEBeDvow .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwEBeDvow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwEBeDvow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwEBeDvow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwEBeDvow .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwEBeDvow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwEBeDvow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwEBeDvow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwEBeDvow .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwEBeDvow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwEBeDvow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwEBeDvow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwEBeDvow .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwEBeDvow .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwEBeDvow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwEBeDvow .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwEBeDvow .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwEBeDvow .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwEBeDvow .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwEBeDvow .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwEBeDvow .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwEBeDvow .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwEBeDvow .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwEBeDvow .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwEBeDvow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwEBeDvow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwEBeDvow .dropdown-item.active,
.cid-uIwEBeDvow .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwEBeDvow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwEBeDvow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwEBeDvow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwEBeDvow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwEBeDvow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwEBeDvow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwEBeDvow ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwEBeDvow .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwEBeDvow button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwEBeDvow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwEBeDvow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwEBeDvow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwEBeDvow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwEBeDvow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwEBeDvow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwEBeDvow nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwEBeDvow nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwEBeDvow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwEBeDvow .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwEBeDvow a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwEBeDvow .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwEBeDvow .navbar {
    height: 70px;
  }
  .cid-uIwEBeDvow .navbar.opened {
    height: auto;
  }
  .cid-uIwEBeDvow .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwEBeDvow .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwEBeDvow .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwEBeDvow .navbar-toggler:focus,
.cid-uIwEBeDvow .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwEBeDvow .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwEBeDvow .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwEBftKbH {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwEBftKbH {
    padding-top: 8rem;
  }
}
.cid-uIwEBftKbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwEBftKbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwEBftKbH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwEBftKbH .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwEBftKbH .mbr-section-title {
  color: #000000;
}
.cid-uIwEBftKbH .mbr-text,
.cid-uIwEBftKbH .mbr-section-btn {
  color: #000000;
}
.cid-uIwEBftKbH P {
  text-align: center;
  color: #000000;
}
.cid-uIwEBftKbH blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwEBftKbH blockquote {
    width: 90%;
  }
}
.cid-uIwEBftKbH H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwEBftKbH .align-left,
  .cid-uIwEBftKbH .align-right {
    text-align: center;
  }
  .cid-uIwEBftKbH .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwEBftKbH .link,
  .cid-uIwEBftKbH .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwEBftKbH span {
    width: 100%;
    display: block;
  }
}
.cid-uIwEBftKbH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwEBftKbH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwEBftKbH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwEBftKbH H3 {
  color: #000000;
}
.cid-uIwFiavoeJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwFiavoeJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwFiavoeJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwFiavoeJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwFiavoeJ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwFiavoeJ .container {
  padding: 0;
}
.cid-uIwFiavoeJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwFiavoeJ .icon-focus {
  display: none;
}
.cid-uIwFiavoeJ .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwFiavoeJ .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwFiavoeJ li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwFiavoeJ li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwFiavoeJ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwFiavoeJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwFiavoeJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwFiavoeJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwFiavoeJ .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwFiavoeJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwFiavoeJ .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwFiavoeJ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwFiavoeJ li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwFiavoeJ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwFiavoeJ .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwFiavoeJ .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwEBgQLQ4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwEBgQLQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwEBgQLQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwEBgQLQ4 .content-wrap {
  justify-content: center;
}
.cid-uIwEBgQLQ4 .card {
  justify-content: center;
}
.cid-uIwEBgQLQ4 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwEBgQLQ4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwEBgQLQ4 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwEBgQLQ4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwEBgQLQ4 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwEBgQLQ4 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwEBgQLQ4 .nav-wrapper .list .item-wrap:hover,
.cid-uIwEBgQLQ4 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwEBgQLQ4 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwEBgQLQ4 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwEBgQLQ4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwEBgQLQ4 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwEBgQLQ4 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwEBgQLQ4 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwEBgQLQ4 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwEBgQLQ4 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwEBgQLQ4 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwEBgQLQ4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwEBgQLQ4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwEBgQLQ4 .list,
.cid-uIwEBgQLQ4 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwEBgQLQ4 .mbr-phone {
  color: #000000;
}
.cid-uIwEBgQLQ4 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwEBgQLQ4 .list,
.cid-uIwEBgQLQ4 .item-wrap,
.cid-uIwEBgQLQ4 .nav-wrapper {
  color: #000000;
}
.cid-uIwO62FNIE {
  z-index: 1000;
  width: 100%;
}
.cid-uIwO62FNIE nav.navbar {
  position: fixed;
}
.cid-uIwO62FNIE .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwO62FNIE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwO62FNIE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwO62FNIE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwO62FNIE .dropdown-item:hover,
.cid-uIwO62FNIE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwO62FNIE .dropdown-item:hover span {
  color: white;
}
.cid-uIwO62FNIE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwO62FNIE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwO62FNIE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwO62FNIE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwO62FNIE .nav-link {
  position: relative;
}
.cid-uIwO62FNIE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwO62FNIE .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwO62FNIE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwO62FNIE .dropdown-menu,
.cid-uIwO62FNIE .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwO62FNIE .nav-item:focus,
.cid-uIwO62FNIE .nav-link:focus {
  outline: none;
}
.cid-uIwO62FNIE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwO62FNIE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwO62FNIE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwO62FNIE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwO62FNIE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwO62FNIE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwO62FNIE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwO62FNIE .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwO62FNIE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwO62FNIE .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwO62FNIE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwO62FNIE .navbar.collapsed {
  justify-content: center;
}
.cid-uIwO62FNIE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwO62FNIE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwO62FNIE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwO62FNIE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwO62FNIE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwO62FNIE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwO62FNIE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwO62FNIE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwO62FNIE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwO62FNIE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwO62FNIE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwO62FNIE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwO62FNIE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwO62FNIE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwO62FNIE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwO62FNIE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwO62FNIE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwO62FNIE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwO62FNIE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwO62FNIE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwO62FNIE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwO62FNIE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwO62FNIE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwO62FNIE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwO62FNIE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwO62FNIE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwO62FNIE .dropdown-item.active,
.cid-uIwO62FNIE .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwO62FNIE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwO62FNIE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwO62FNIE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwO62FNIE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwO62FNIE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwO62FNIE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwO62FNIE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwO62FNIE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwO62FNIE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwO62FNIE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwO62FNIE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwO62FNIE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwO62FNIE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwO62FNIE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwO62FNIE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwO62FNIE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwO62FNIE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwO62FNIE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwO62FNIE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwO62FNIE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwO62FNIE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwO62FNIE .navbar {
    height: 70px;
  }
  .cid-uIwO62FNIE .navbar.opened {
    height: auto;
  }
  .cid-uIwO62FNIE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwO62FNIE .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwO62FNIE .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwO62FNIE .navbar-toggler:focus,
.cid-uIwO62FNIE .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwO62FNIE .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwO62FNIE .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwO63dEqg {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwO63dEqg {
    padding-top: 8rem;
  }
}
.cid-uIwO63dEqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwO63dEqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwO63dEqg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwO63dEqg .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwO63dEqg .mbr-section-title {
  color: #000000;
}
.cid-uIwO63dEqg .mbr-text,
.cid-uIwO63dEqg .mbr-section-btn {
  color: #000000;
}
.cid-uIwO63dEqg P {
  text-align: center;
  color: #000000;
}
.cid-uIwO63dEqg blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwO63dEqg blockquote {
    width: 90%;
  }
}
.cid-uIwO63dEqg H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwO63dEqg .align-left,
  .cid-uIwO63dEqg .align-right {
    text-align: center;
  }
  .cid-uIwO63dEqg .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwO63dEqg .link,
  .cid-uIwO63dEqg .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwO63dEqg span {
    width: 100%;
    display: block;
  }
}
.cid-uIwO63dEqg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwO63dEqg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwO63dEqg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwO63dEqg H3 {
  color: #000000;
}
.cid-uIwOMEvYRp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwOMEvYRp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwOMEvYRp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwOMEvYRp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwOMEvYRp .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwOMEvYRp .container {
  padding: 0;
}
.cid-uIwOMEvYRp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwOMEvYRp .icon-focus {
  display: none;
}
.cid-uIwOMEvYRp .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwOMEvYRp .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwOMEvYRp li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwOMEvYRp li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwOMEvYRp .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwOMEvYRp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwOMEvYRp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwOMEvYRp .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwOMEvYRp .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwOMEvYRp .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwOMEvYRp .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwOMEvYRp .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwOMEvYRp li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwOMEvYRp .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwOMEvYRp .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwOMEvYRp .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwO64uyGM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwO64uyGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwO64uyGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwO64uyGM .content-wrap {
  justify-content: center;
}
.cid-uIwO64uyGM .card {
  justify-content: center;
}
.cid-uIwO64uyGM .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwO64uyGM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwO64uyGM .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwO64uyGM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwO64uyGM .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwO64uyGM .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwO64uyGM .nav-wrapper .list .item-wrap:hover,
.cid-uIwO64uyGM .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwO64uyGM .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwO64uyGM .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwO64uyGM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwO64uyGM .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwO64uyGM .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwO64uyGM .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwO64uyGM .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwO64uyGM .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwO64uyGM .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwO64uyGM .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwO64uyGM .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwO64uyGM .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwO64uyGM .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwO64uyGM .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwO64uyGM .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwO64uyGM .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwO64uyGM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwO64uyGM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwO64uyGM .list,
.cid-uIwO64uyGM .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwO64uyGM .mbr-phone {
  color: #000000;
}
.cid-uIwO64uyGM .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwO64uyGM .list,
.cid-uIwO64uyGM .item-wrap,
.cid-uIwO64uyGM .nav-wrapper {
  color: #000000;
}
.cid-uIyITvJiC2 {
  z-index: 1000;
  width: 100%;
}
.cid-uIyITvJiC2 nav.navbar {
  position: fixed;
}
.cid-uIyITvJiC2 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIyITvJiC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyITvJiC2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIyITvJiC2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIyITvJiC2 .dropdown-item:hover,
.cid-uIyITvJiC2 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIyITvJiC2 .dropdown-item:hover span {
  color: white;
}
.cid-uIyITvJiC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIyITvJiC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIyITvJiC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIyITvJiC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIyITvJiC2 .nav-link {
  position: relative;
}
.cid-uIyITvJiC2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIyITvJiC2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIyITvJiC2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIyITvJiC2 .dropdown-menu,
.cid-uIyITvJiC2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIyITvJiC2 .nav-item:focus,
.cid-uIyITvJiC2 .nav-link:focus {
  outline: none;
}
.cid-uIyITvJiC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyITvJiC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyITvJiC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIyITvJiC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyITvJiC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyITvJiC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyITvJiC2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIyITvJiC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIyITvJiC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIyITvJiC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIyITvJiC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIyITvJiC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIyITvJiC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIyITvJiC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIyITvJiC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIyITvJiC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIyITvJiC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIyITvJiC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIyITvJiC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIyITvJiC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyITvJiC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIyITvJiC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIyITvJiC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIyITvJiC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIyITvJiC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIyITvJiC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIyITvJiC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIyITvJiC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIyITvJiC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIyITvJiC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIyITvJiC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIyITvJiC2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIyITvJiC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIyITvJiC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIyITvJiC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIyITvJiC2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIyITvJiC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIyITvJiC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIyITvJiC2 .dropdown-item.active,
.cid-uIyITvJiC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIyITvJiC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIyITvJiC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIyITvJiC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIyITvJiC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIyITvJiC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIyITvJiC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyITvJiC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIyITvJiC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIyITvJiC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIyITvJiC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIyITvJiC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyITvJiC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyITvJiC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyITvJiC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyITvJiC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyITvJiC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyITvJiC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyITvJiC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyITvJiC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIyITvJiC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyITvJiC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIyITvJiC2 .navbar {
    height: 70px;
  }
  .cid-uIyITvJiC2 .navbar.opened {
    height: auto;
  }
  .cid-uIyITvJiC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIyITvJiC2 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIyITvJiC2 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIyITvJiC2 .navbar-toggler:focus,
.cid-uIyITvJiC2 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIyITvJiC2 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIyITvJiC2 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIyITwkuIV {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIyITwkuIV {
    padding-top: 8rem;
  }
}
.cid-uIyITwkuIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyITwkuIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyITwkuIV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIyITwkuIV .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIyITwkuIV .mbr-section-title {
  color: #000000;
}
.cid-uIyITwkuIV .mbr-text,
.cid-uIyITwkuIV .mbr-section-btn {
  color: #000000;
}
.cid-uIyITwkuIV P {
  text-align: center;
  color: #000000;
}
.cid-uIyITwkuIV blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIyITwkuIV blockquote {
    width: 90%;
  }
}
.cid-uIyITwkuIV H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIyITwkuIV .align-left,
  .cid-uIyITwkuIV .align-right {
    text-align: center;
  }
  .cid-uIyITwkuIV .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIyITwkuIV .link,
  .cid-uIyITwkuIV .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIyITwkuIV span {
    width: 100%;
    display: block;
  }
}
.cid-uIyITwkuIV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIyITwkuIV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIyITwkuIV .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIyITwkuIV H3 {
  color: #000000;
}
.cid-uIyJGvqdP6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIyJGvqdP6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIyJGvqdP6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIyJGvqdP6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIyJGvqdP6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIyJGvqdP6 .container {
  padding: 0;
}
.cid-uIyJGvqdP6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIyJGvqdP6 .icon-focus {
  display: none;
}
.cid-uIyJGvqdP6 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIyJGvqdP6 .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIyJGvqdP6 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIyJGvqdP6 li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIyJGvqdP6 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIyJGvqdP6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIyJGvqdP6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIyJGvqdP6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIyJGvqdP6 .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIyJGvqdP6 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIyJGvqdP6 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIyJGvqdP6 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIyJGvqdP6 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIyJGvqdP6 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIyJGvqdP6 .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIyJGvqdP6 .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIyITxpdq3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIyITxpdq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyITxpdq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyITxpdq3 .content-wrap {
  justify-content: center;
}
.cid-uIyITxpdq3 .card {
  justify-content: center;
}
.cid-uIyITxpdq3 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyITxpdq3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIyITxpdq3 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyITxpdq3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyITxpdq3 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIyITxpdq3 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIyITxpdq3 .nav-wrapper .list .item-wrap:hover,
.cid-uIyITxpdq3 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIyITxpdq3 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIyITxpdq3 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIyITxpdq3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyITxpdq3 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIyITxpdq3 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyITxpdq3 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIyITxpdq3 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIyITxpdq3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIyITxpdq3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIyITxpdq3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIyITxpdq3 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIyITxpdq3 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIyITxpdq3 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyITxpdq3 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIyITxpdq3 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIyITxpdq3 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIyITxpdq3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIyITxpdq3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIyITxpdq3 .list,
.cid-uIyITxpdq3 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIyITxpdq3 .mbr-phone {
  color: #000000;
}
.cid-uIyITxpdq3 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIyITxpdq3 .list,
.cid-uIyITxpdq3 .item-wrap,
.cid-uIyITxpdq3 .nav-wrapper {
  color: #000000;
}
.cid-uIwLkNm6Cs {
  z-index: 1000;
  width: 100%;
}
.cid-uIwLkNm6Cs nav.navbar {
  position: fixed;
}
.cid-uIwLkNm6Cs .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwLkNm6Cs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwLkNm6Cs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwLkNm6Cs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwLkNm6Cs .dropdown-item:hover,
.cid-uIwLkNm6Cs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwLkNm6Cs .dropdown-item:hover span {
  color: white;
}
.cid-uIwLkNm6Cs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwLkNm6Cs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwLkNm6Cs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwLkNm6Cs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwLkNm6Cs .nav-link {
  position: relative;
}
.cid-uIwLkNm6Cs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwLkNm6Cs .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwLkNm6Cs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwLkNm6Cs .dropdown-menu,
.cid-uIwLkNm6Cs .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwLkNm6Cs .nav-item:focus,
.cid-uIwLkNm6Cs .nav-link:focus {
  outline: none;
}
.cid-uIwLkNm6Cs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwLkNm6Cs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwLkNm6Cs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwLkNm6Cs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwLkNm6Cs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwLkNm6Cs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwLkNm6Cs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwLkNm6Cs .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwLkNm6Cs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwLkNm6Cs .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwLkNm6Cs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwLkNm6Cs .navbar.collapsed {
  justify-content: center;
}
.cid-uIwLkNm6Cs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwLkNm6Cs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwLkNm6Cs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwLkNm6Cs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwLkNm6Cs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwLkNm6Cs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwLkNm6Cs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwLkNm6Cs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwLkNm6Cs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwLkNm6Cs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwLkNm6Cs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwLkNm6Cs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwLkNm6Cs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwLkNm6Cs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwLkNm6Cs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwLkNm6Cs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwLkNm6Cs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwLkNm6Cs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwLkNm6Cs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwLkNm6Cs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwLkNm6Cs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwLkNm6Cs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwLkNm6Cs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwLkNm6Cs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwLkNm6Cs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwLkNm6Cs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwLkNm6Cs .dropdown-item.active,
.cid-uIwLkNm6Cs .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwLkNm6Cs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwLkNm6Cs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwLkNm6Cs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwLkNm6Cs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwLkNm6Cs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwLkNm6Cs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwLkNm6Cs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwLkNm6Cs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwLkNm6Cs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwLkNm6Cs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwLkNm6Cs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwLkNm6Cs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwLkNm6Cs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwLkNm6Cs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwLkNm6Cs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwLkNm6Cs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwLkNm6Cs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwLkNm6Cs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwLkNm6Cs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwLkNm6Cs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwLkNm6Cs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwLkNm6Cs .navbar {
    height: 70px;
  }
  .cid-uIwLkNm6Cs .navbar.opened {
    height: auto;
  }
  .cid-uIwLkNm6Cs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwLkNm6Cs .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwLkNm6Cs .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwLkNm6Cs .navbar-toggler:focus,
.cid-uIwLkNm6Cs .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwLkNm6Cs .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwLkNm6Cs .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwLkOhup3 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwLkOhup3 {
    padding-top: 8rem;
  }
}
.cid-uIwLkOhup3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwLkOhup3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwLkOhup3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwLkOhup3 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwLkOhup3 .mbr-section-title {
  color: #000000;
}
.cid-uIwLkOhup3 .mbr-text,
.cid-uIwLkOhup3 .mbr-section-btn {
  color: #000000;
}
.cid-uIwLkOhup3 P {
  text-align: center;
  color: #000000;
}
.cid-uIwLkOhup3 blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwLkOhup3 blockquote {
    width: 90%;
  }
}
.cid-uIwLkOhup3 H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwLkOhup3 .align-left,
  .cid-uIwLkOhup3 .align-right {
    text-align: center;
  }
  .cid-uIwLkOhup3 .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwLkOhup3 .link,
  .cid-uIwLkOhup3 .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwLkOhup3 span {
    width: 100%;
    display: block;
  }
}
.cid-uIwLkOhup3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwLkOhup3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwLkOhup3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwLkOhup3 H3 {
  color: #000000;
}
.cid-uIwLMBgBtU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwLMBgBtU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwLMBgBtU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwLMBgBtU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwLMBgBtU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwLMBgBtU .container {
  padding: 0;
}
.cid-uIwLMBgBtU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwLMBgBtU .icon-focus {
  display: none;
}
.cid-uIwLMBgBtU .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwLMBgBtU .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwLMBgBtU li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwLMBgBtU li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwLMBgBtU .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwLMBgBtU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwLMBgBtU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwLMBgBtU .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwLMBgBtU .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwLMBgBtU .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwLMBgBtU .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwLMBgBtU .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwLMBgBtU li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwLMBgBtU .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwLMBgBtU .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwLMBgBtU .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwLkPnHHU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwLkPnHHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwLkPnHHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwLkPnHHU .content-wrap {
  justify-content: center;
}
.cid-uIwLkPnHHU .card {
  justify-content: center;
}
.cid-uIwLkPnHHU .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwLkPnHHU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwLkPnHHU .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwLkPnHHU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwLkPnHHU .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwLkPnHHU .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwLkPnHHU .nav-wrapper .list .item-wrap:hover,
.cid-uIwLkPnHHU .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwLkPnHHU .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwLkPnHHU .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwLkPnHHU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwLkPnHHU .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwLkPnHHU .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwLkPnHHU .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwLkPnHHU .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwLkPnHHU .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwLkPnHHU .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwLkPnHHU .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwLkPnHHU .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwLkPnHHU .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwLkPnHHU .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwLkPnHHU .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwLkPnHHU .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwLkPnHHU .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwLkPnHHU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwLkPnHHU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwLkPnHHU .list,
.cid-uIwLkPnHHU .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwLkPnHHU .mbr-phone {
  color: #000000;
}
.cid-uIwLkPnHHU .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwLkPnHHU .list,
.cid-uIwLkPnHHU .item-wrap,
.cid-uIwLkPnHHU .nav-wrapper {
  color: #000000;
}
.cid-uIyOnhGsq0 {
  z-index: 1000;
  width: 100%;
}
.cid-uIyOnhGsq0 nav.navbar {
  position: fixed;
}
.cid-uIyOnhGsq0 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIyOnhGsq0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyOnhGsq0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIyOnhGsq0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIyOnhGsq0 .dropdown-item:hover,
.cid-uIyOnhGsq0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIyOnhGsq0 .dropdown-item:hover span {
  color: white;
}
.cid-uIyOnhGsq0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIyOnhGsq0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIyOnhGsq0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIyOnhGsq0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIyOnhGsq0 .nav-link {
  position: relative;
}
.cid-uIyOnhGsq0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIyOnhGsq0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIyOnhGsq0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIyOnhGsq0 .dropdown-menu,
.cid-uIyOnhGsq0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIyOnhGsq0 .nav-item:focus,
.cid-uIyOnhGsq0 .nav-link:focus {
  outline: none;
}
.cid-uIyOnhGsq0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyOnhGsq0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyOnhGsq0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIyOnhGsq0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyOnhGsq0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyOnhGsq0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyOnhGsq0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIyOnhGsq0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIyOnhGsq0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIyOnhGsq0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIyOnhGsq0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIyOnhGsq0 .navbar.collapsed {
  justify-content: center;
}
.cid-uIyOnhGsq0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIyOnhGsq0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIyOnhGsq0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIyOnhGsq0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIyOnhGsq0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIyOnhGsq0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIyOnhGsq0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIyOnhGsq0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyOnhGsq0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIyOnhGsq0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIyOnhGsq0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIyOnhGsq0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIyOnhGsq0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIyOnhGsq0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIyOnhGsq0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIyOnhGsq0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIyOnhGsq0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIyOnhGsq0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIyOnhGsq0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIyOnhGsq0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIyOnhGsq0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIyOnhGsq0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIyOnhGsq0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIyOnhGsq0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIyOnhGsq0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIyOnhGsq0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIyOnhGsq0 .dropdown-item.active,
.cid-uIyOnhGsq0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIyOnhGsq0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIyOnhGsq0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIyOnhGsq0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIyOnhGsq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIyOnhGsq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIyOnhGsq0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyOnhGsq0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIyOnhGsq0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIyOnhGsq0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIyOnhGsq0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIyOnhGsq0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyOnhGsq0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyOnhGsq0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyOnhGsq0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyOnhGsq0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyOnhGsq0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyOnhGsq0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyOnhGsq0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyOnhGsq0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIyOnhGsq0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyOnhGsq0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIyOnhGsq0 .navbar {
    height: 70px;
  }
  .cid-uIyOnhGsq0 .navbar.opened {
    height: auto;
  }
  .cid-uIyOnhGsq0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIyOnhGsq0 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIyOnhGsq0 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIyOnhGsq0 .navbar-toggler:focus,
.cid-uIyOnhGsq0 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIyOnhGsq0 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIyOnhGsq0 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIyOnihSFH {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIyOnihSFH {
    padding-top: 8rem;
  }
}
.cid-uIyOnihSFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyOnihSFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyOnihSFH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIyOnihSFH .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIyOnihSFH .mbr-section-title {
  color: #000000;
}
.cid-uIyOnihSFH .mbr-text,
.cid-uIyOnihSFH .mbr-section-btn {
  color: #000000;
}
.cid-uIyOnihSFH P {
  text-align: center;
  color: #000000;
}
.cid-uIyOnihSFH blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIyOnihSFH blockquote {
    width: 90%;
  }
}
.cid-uIyOnihSFH H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIyOnihSFH .align-left,
  .cid-uIyOnihSFH .align-right {
    text-align: center;
  }
  .cid-uIyOnihSFH .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIyOnihSFH .link,
  .cid-uIyOnihSFH .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIyOnihSFH span {
    width: 100%;
    display: block;
  }
}
.cid-uIyOnihSFH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIyOnihSFH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIyOnihSFH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIyOnihSFH H3 {
  color: #000000;
}
.cid-uIyP9dnPS6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIyP9dnPS6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIyP9dnPS6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIyP9dnPS6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIyP9dnPS6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIyP9dnPS6 .container {
  padding: 0;
}
.cid-uIyP9dnPS6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIyP9dnPS6 .icon-focus {
  display: none;
}
.cid-uIyP9dnPS6 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIyP9dnPS6 .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIyP9dnPS6 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIyP9dnPS6 li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIyP9dnPS6 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIyP9dnPS6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIyP9dnPS6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIyP9dnPS6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIyP9dnPS6 .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIyP9dnPS6 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIyP9dnPS6 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIyP9dnPS6 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIyP9dnPS6 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIyP9dnPS6 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIyP9dnPS6 .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIyP9dnPS6 .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIyOnjyqqc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIyOnjyqqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyOnjyqqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyOnjyqqc .content-wrap {
  justify-content: center;
}
.cid-uIyOnjyqqc .card {
  justify-content: center;
}
.cid-uIyOnjyqqc .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyOnjyqqc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIyOnjyqqc .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyOnjyqqc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyOnjyqqc .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIyOnjyqqc .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIyOnjyqqc .nav-wrapper .list .item-wrap:hover,
.cid-uIyOnjyqqc .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIyOnjyqqc .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIyOnjyqqc .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIyOnjyqqc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyOnjyqqc .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIyOnjyqqc .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyOnjyqqc .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIyOnjyqqc .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIyOnjyqqc .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIyOnjyqqc .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIyOnjyqqc .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIyOnjyqqc .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIyOnjyqqc .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIyOnjyqqc .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyOnjyqqc .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIyOnjyqqc .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIyOnjyqqc .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIyOnjyqqc .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIyOnjyqqc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIyOnjyqqc .list,
.cid-uIyOnjyqqc .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIyOnjyqqc .mbr-phone {
  color: #000000;
}
.cid-uIyOnjyqqc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIyOnjyqqc .list,
.cid-uIyOnjyqqc .item-wrap,
.cid-uIyOnjyqqc .nav-wrapper {
  color: #000000;
}
.cid-uIyRJzsdpu {
  z-index: 1000;
  width: 100%;
}
.cid-uIyRJzsdpu nav.navbar {
  position: fixed;
}
.cid-uIyRJzsdpu .dropdown a {
  font-family: 'Raleway';
}
.cid-uIyRJzsdpu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyRJzsdpu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIyRJzsdpu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIyRJzsdpu .dropdown-item:hover,
.cid-uIyRJzsdpu .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIyRJzsdpu .dropdown-item:hover span {
  color: white;
}
.cid-uIyRJzsdpu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIyRJzsdpu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIyRJzsdpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIyRJzsdpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIyRJzsdpu .nav-link {
  position: relative;
}
.cid-uIyRJzsdpu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIyRJzsdpu .container {
    flex-wrap: nowrap;
  }
}
.cid-uIyRJzsdpu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIyRJzsdpu .dropdown-menu,
.cid-uIyRJzsdpu .navbar.opened {
  background: #ffffff !important;
}
.cid-uIyRJzsdpu .nav-item:focus,
.cid-uIyRJzsdpu .nav-link:focus {
  outline: none;
}
.cid-uIyRJzsdpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyRJzsdpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyRJzsdpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIyRJzsdpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyRJzsdpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyRJzsdpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyRJzsdpu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIyRJzsdpu .navbar.opened {
  transition: all 0.3s;
}
.cid-uIyRJzsdpu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIyRJzsdpu .navbar .navbar-logo img {
  width: auto;
}
.cid-uIyRJzsdpu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIyRJzsdpu .navbar.collapsed {
  justify-content: center;
}
.cid-uIyRJzsdpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIyRJzsdpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIyRJzsdpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIyRJzsdpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIyRJzsdpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIyRJzsdpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIyRJzsdpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIyRJzsdpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyRJzsdpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIyRJzsdpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIyRJzsdpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIyRJzsdpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIyRJzsdpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIyRJzsdpu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIyRJzsdpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIyRJzsdpu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIyRJzsdpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIyRJzsdpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIyRJzsdpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIyRJzsdpu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIyRJzsdpu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIyRJzsdpu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIyRJzsdpu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIyRJzsdpu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIyRJzsdpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIyRJzsdpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIyRJzsdpu .dropdown-item.active,
.cid-uIyRJzsdpu .dropdown-item:active {
  background-color: transparent;
}
.cid-uIyRJzsdpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIyRJzsdpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIyRJzsdpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIyRJzsdpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIyRJzsdpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIyRJzsdpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyRJzsdpu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIyRJzsdpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIyRJzsdpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIyRJzsdpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIyRJzsdpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyRJzsdpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyRJzsdpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyRJzsdpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyRJzsdpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyRJzsdpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyRJzsdpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyRJzsdpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyRJzsdpu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIyRJzsdpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyRJzsdpu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIyRJzsdpu .navbar {
    height: 70px;
  }
  .cid-uIyRJzsdpu .navbar.opened {
    height: auto;
  }
  .cid-uIyRJzsdpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIyRJzsdpu .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIyRJzsdpu .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIyRJzsdpu .navbar-toggler:focus,
.cid-uIyRJzsdpu .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIyRJzsdpu .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIyRJzsdpu .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIyRJA7HlN {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIyRJA7HlN {
    padding-top: 8rem;
  }
}
.cid-uIyRJA7HlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyRJA7HlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyRJA7HlN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIyRJA7HlN .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIyRJA7HlN .mbr-section-title {
  color: #000000;
}
.cid-uIyRJA7HlN .mbr-text,
.cid-uIyRJA7HlN .mbr-section-btn {
  color: #000000;
}
.cid-uIyRJA7HlN P {
  text-align: center;
  color: #000000;
}
.cid-uIyRJA7HlN blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIyRJA7HlN blockquote {
    width: 90%;
  }
}
.cid-uIyRJA7HlN H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIyRJA7HlN .align-left,
  .cid-uIyRJA7HlN .align-right {
    text-align: center;
  }
  .cid-uIyRJA7HlN .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIyRJA7HlN .link,
  .cid-uIyRJA7HlN .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIyRJA7HlN span {
    width: 100%;
    display: block;
  }
}
.cid-uIyRJA7HlN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIyRJA7HlN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIyRJA7HlN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIyRJA7HlN H3 {
  color: #000000;
}
.cid-uIySDdR4Dg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIySDdR4Dg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIySDdR4Dg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIySDdR4Dg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIySDdR4Dg .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIySDdR4Dg .container {
  padding: 0;
}
.cid-uIySDdR4Dg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIySDdR4Dg .icon-focus {
  display: none;
}
.cid-uIySDdR4Dg .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIySDdR4Dg .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIySDdR4Dg li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIySDdR4Dg li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIySDdR4Dg .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIySDdR4Dg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIySDdR4Dg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIySDdR4Dg .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIySDdR4Dg .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIySDdR4Dg .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIySDdR4Dg .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIySDdR4Dg .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIySDdR4Dg li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIySDdR4Dg .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIySDdR4Dg .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIySDdR4Dg .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIyRJBcGcC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIyRJBcGcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyRJBcGcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyRJBcGcC .content-wrap {
  justify-content: center;
}
.cid-uIyRJBcGcC .card {
  justify-content: center;
}
.cid-uIyRJBcGcC .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyRJBcGcC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIyRJBcGcC .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyRJBcGcC .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyRJBcGcC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIyRJBcGcC .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIyRJBcGcC .nav-wrapper .list .item-wrap:hover,
.cid-uIyRJBcGcC .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIyRJBcGcC .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIyRJBcGcC .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIyRJBcGcC .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyRJBcGcC .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIyRJBcGcC .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyRJBcGcC .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIyRJBcGcC .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIyRJBcGcC .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIyRJBcGcC .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIyRJBcGcC .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIyRJBcGcC .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIyRJBcGcC .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIyRJBcGcC .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyRJBcGcC .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIyRJBcGcC .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIyRJBcGcC .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIyRJBcGcC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIyRJBcGcC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIyRJBcGcC .list,
.cid-uIyRJBcGcC .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIyRJBcGcC .mbr-phone {
  color: #000000;
}
.cid-uIyRJBcGcC .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIyRJBcGcC .list,
.cid-uIyRJBcGcC .item-wrap,
.cid-uIyRJBcGcC .nav-wrapper {
  color: #000000;
}
.cid-uIyY3pdbN7 {
  z-index: 1000;
  width: 100%;
}
.cid-uIyY3pdbN7 nav.navbar {
  position: fixed;
}
.cid-uIyY3pdbN7 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIyY3pdbN7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyY3pdbN7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIyY3pdbN7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIyY3pdbN7 .dropdown-item:hover,
.cid-uIyY3pdbN7 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIyY3pdbN7 .dropdown-item:hover span {
  color: white;
}
.cid-uIyY3pdbN7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIyY3pdbN7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIyY3pdbN7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIyY3pdbN7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIyY3pdbN7 .nav-link {
  position: relative;
}
.cid-uIyY3pdbN7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIyY3pdbN7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIyY3pdbN7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIyY3pdbN7 .dropdown-menu,
.cid-uIyY3pdbN7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIyY3pdbN7 .nav-item:focus,
.cid-uIyY3pdbN7 .nav-link:focus {
  outline: none;
}
.cid-uIyY3pdbN7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyY3pdbN7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyY3pdbN7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIyY3pdbN7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyY3pdbN7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyY3pdbN7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyY3pdbN7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIyY3pdbN7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIyY3pdbN7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIyY3pdbN7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIyY3pdbN7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIyY3pdbN7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIyY3pdbN7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIyY3pdbN7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIyY3pdbN7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIyY3pdbN7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIyY3pdbN7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIyY3pdbN7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIyY3pdbN7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIyY3pdbN7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyY3pdbN7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIyY3pdbN7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIyY3pdbN7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIyY3pdbN7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIyY3pdbN7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIyY3pdbN7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIyY3pdbN7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIyY3pdbN7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIyY3pdbN7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIyY3pdbN7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIyY3pdbN7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIyY3pdbN7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIyY3pdbN7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIyY3pdbN7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIyY3pdbN7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIyY3pdbN7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIyY3pdbN7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIyY3pdbN7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIyY3pdbN7 .dropdown-item.active,
.cid-uIyY3pdbN7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIyY3pdbN7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIyY3pdbN7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIyY3pdbN7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIyY3pdbN7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIyY3pdbN7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIyY3pdbN7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyY3pdbN7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIyY3pdbN7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIyY3pdbN7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIyY3pdbN7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIyY3pdbN7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyY3pdbN7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyY3pdbN7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyY3pdbN7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyY3pdbN7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyY3pdbN7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyY3pdbN7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyY3pdbN7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyY3pdbN7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIyY3pdbN7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyY3pdbN7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIyY3pdbN7 .navbar {
    height: 70px;
  }
  .cid-uIyY3pdbN7 .navbar.opened {
    height: auto;
  }
  .cid-uIyY3pdbN7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIyY3pdbN7 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIyY3pdbN7 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIyY3pdbN7 .navbar-toggler:focus,
.cid-uIyY3pdbN7 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIyY3pdbN7 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIyY3pdbN7 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIyY3pZho2 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIyY3pZho2 {
    padding-top: 8rem;
  }
}
.cid-uIyY3pZho2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyY3pZho2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyY3pZho2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIyY3pZho2 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIyY3pZho2 .mbr-section-title {
  color: #000000;
}
.cid-uIyY3pZho2 .mbr-text,
.cid-uIyY3pZho2 .mbr-section-btn {
  color: #000000;
}
.cid-uIyY3pZho2 P {
  text-align: center;
  color: #000000;
}
.cid-uIyY3pZho2 blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIyY3pZho2 blockquote {
    width: 90%;
  }
}
.cid-uIyY3pZho2 H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIyY3pZho2 .align-left,
  .cid-uIyY3pZho2 .align-right {
    text-align: center;
  }
  .cid-uIyY3pZho2 .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIyY3pZho2 .link,
  .cid-uIyY3pZho2 .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIyY3pZho2 span {
    width: 100%;
    display: block;
  }
}
.cid-uIyY3pZho2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIyY3pZho2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIyY3pZho2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIyY3pZho2 H3 {
  color: #000000;
}
.cid-uIz0ucPKXa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIz0ucPKXa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIz0ucPKXa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIz0ucPKXa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIz0ucPKXa .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIz0ucPKXa .container {
  padding: 0;
}
.cid-uIz0ucPKXa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIz0ucPKXa .icon-focus {
  display: none;
}
.cid-uIz0ucPKXa .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIz0ucPKXa .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIz0ucPKXa li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIz0ucPKXa li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIz0ucPKXa .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIz0ucPKXa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIz0ucPKXa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIz0ucPKXa .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIz0ucPKXa .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIz0ucPKXa .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIz0ucPKXa .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIz0ucPKXa .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIz0ucPKXa li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIz0ucPKXa .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIz0ucPKXa .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIz0ucPKXa .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIyY3r6cZ9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIyY3r6cZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyY3r6cZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyY3r6cZ9 .content-wrap {
  justify-content: center;
}
.cid-uIyY3r6cZ9 .card {
  justify-content: center;
}
.cid-uIyY3r6cZ9 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyY3r6cZ9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIyY3r6cZ9 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIyY3r6cZ9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyY3r6cZ9 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIyY3r6cZ9 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIyY3r6cZ9 .nav-wrapper .list .item-wrap:hover,
.cid-uIyY3r6cZ9 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIyY3r6cZ9 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIyY3r6cZ9 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIyY3r6cZ9 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIyY3r6cZ9 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIyY3r6cZ9 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIyY3r6cZ9 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIyY3r6cZ9 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIyY3r6cZ9 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIyY3r6cZ9 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIyY3r6cZ9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIyY3r6cZ9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIyY3r6cZ9 .list,
.cid-uIyY3r6cZ9 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIyY3r6cZ9 .mbr-phone {
  color: #000000;
}
.cid-uIyY3r6cZ9 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIyY3r6cZ9 .list,
.cid-uIyY3r6cZ9 .item-wrap,
.cid-uIyY3r6cZ9 .nav-wrapper {
  color: #000000;
}
.cid-uIz14kPDPu {
  z-index: 1000;
  width: 100%;
}
.cid-uIz14kPDPu nav.navbar {
  position: fixed;
}
.cid-uIz14kPDPu .dropdown a {
  font-family: 'Raleway';
}
.cid-uIz14kPDPu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz14kPDPu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIz14kPDPu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIz14kPDPu .dropdown-item:hover,
.cid-uIz14kPDPu .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIz14kPDPu .dropdown-item:hover span {
  color: white;
}
.cid-uIz14kPDPu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIz14kPDPu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIz14kPDPu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIz14kPDPu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIz14kPDPu .nav-link {
  position: relative;
}
.cid-uIz14kPDPu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIz14kPDPu .container {
    flex-wrap: nowrap;
  }
}
.cid-uIz14kPDPu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIz14kPDPu .dropdown-menu,
.cid-uIz14kPDPu .navbar.opened {
  background: #ffffff !important;
}
.cid-uIz14kPDPu .nav-item:focus,
.cid-uIz14kPDPu .nav-link:focus {
  outline: none;
}
.cid-uIz14kPDPu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIz14kPDPu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIz14kPDPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIz14kPDPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz14kPDPu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIz14kPDPu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIz14kPDPu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIz14kPDPu .navbar.opened {
  transition: all 0.3s;
}
.cid-uIz14kPDPu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIz14kPDPu .navbar .navbar-logo img {
  width: auto;
}
.cid-uIz14kPDPu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIz14kPDPu .navbar.collapsed {
  justify-content: center;
}
.cid-uIz14kPDPu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIz14kPDPu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIz14kPDPu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIz14kPDPu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIz14kPDPu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIz14kPDPu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIz14kPDPu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIz14kPDPu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIz14kPDPu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIz14kPDPu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIz14kPDPu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIz14kPDPu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIz14kPDPu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIz14kPDPu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIz14kPDPu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIz14kPDPu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIz14kPDPu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIz14kPDPu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIz14kPDPu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIz14kPDPu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIz14kPDPu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIz14kPDPu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIz14kPDPu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIz14kPDPu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIz14kPDPu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIz14kPDPu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIz14kPDPu .dropdown-item.active,
.cid-uIz14kPDPu .dropdown-item:active {
  background-color: transparent;
}
.cid-uIz14kPDPu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIz14kPDPu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIz14kPDPu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIz14kPDPu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIz14kPDPu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIz14kPDPu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIz14kPDPu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIz14kPDPu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIz14kPDPu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIz14kPDPu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIz14kPDPu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIz14kPDPu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz14kPDPu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz14kPDPu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIz14kPDPu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz14kPDPu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIz14kPDPu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIz14kPDPu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz14kPDPu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIz14kPDPu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIz14kPDPu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIz14kPDPu .navbar {
    height: 70px;
  }
  .cid-uIz14kPDPu .navbar.opened {
    height: auto;
  }
  .cid-uIz14kPDPu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIz14kPDPu .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIz14kPDPu .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIz14kPDPu .navbar-toggler:focus,
.cid-uIz14kPDPu .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIz14kPDPu .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIz14kPDPu .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIz14ltkoF {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIz14ltkoF {
    padding-top: 8rem;
  }
}
.cid-uIz14ltkoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz14ltkoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz14ltkoF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIz14ltkoF .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIz14ltkoF .mbr-section-title {
  color: #000000;
}
.cid-uIz14ltkoF .mbr-text,
.cid-uIz14ltkoF .mbr-section-btn {
  color: #000000;
}
.cid-uIz14ltkoF P {
  text-align: center;
  color: #000000;
}
.cid-uIz14ltkoF blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIz14ltkoF blockquote {
    width: 90%;
  }
}
.cid-uIz14ltkoF H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIz14ltkoF .align-left,
  .cid-uIz14ltkoF .align-right {
    text-align: center;
  }
  .cid-uIz14ltkoF .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIz14ltkoF .link,
  .cid-uIz14ltkoF .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIz14ltkoF span {
    width: 100%;
    display: block;
  }
}
.cid-uIz14ltkoF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIz14ltkoF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIz14ltkoF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIz14ltkoF H3 {
  color: #000000;
}
.cid-uIz25WRL1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIz25WRL1j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIz25WRL1j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIz25WRL1j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIz25WRL1j .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIz25WRL1j .container {
  padding: 0;
}
.cid-uIz25WRL1j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIz25WRL1j .icon-focus {
  display: none;
}
.cid-uIz25WRL1j .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIz25WRL1j .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIz25WRL1j li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIz25WRL1j li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIz25WRL1j .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIz25WRL1j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIz25WRL1j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIz25WRL1j .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIz25WRL1j .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIz25WRL1j .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIz25WRL1j .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIz25WRL1j .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIz25WRL1j li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIz25WRL1j .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIz25WRL1j .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIz25WRL1j .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIz14mHaww {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIz14mHaww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz14mHaww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz14mHaww .content-wrap {
  justify-content: center;
}
.cid-uIz14mHaww .card {
  justify-content: center;
}
.cid-uIz14mHaww .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIz14mHaww .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIz14mHaww .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIz14mHaww .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIz14mHaww .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIz14mHaww .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIz14mHaww .nav-wrapper .list .item-wrap:hover,
.cid-uIz14mHaww .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIz14mHaww .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIz14mHaww .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIz14mHaww .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIz14mHaww .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIz14mHaww .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIz14mHaww .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIz14mHaww .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIz14mHaww .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIz14mHaww .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIz14mHaww .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIz14mHaww .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIz14mHaww .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIz14mHaww .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIz14mHaww .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIz14mHaww .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIz14mHaww .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIz14mHaww .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIz14mHaww .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIz14mHaww .list,
.cid-uIz14mHaww .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIz14mHaww .mbr-phone {
  color: #000000;
}
.cid-uIz14mHaww .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIz14mHaww .list,
.cid-uIz14mHaww .item-wrap,
.cid-uIz14mHaww .nav-wrapper {
  color: #000000;
}
.cid-uIz3pKVrTn {
  z-index: 1000;
  width: 100%;
}
.cid-uIz3pKVrTn nav.navbar {
  position: fixed;
}
.cid-uIz3pKVrTn .dropdown a {
  font-family: 'Raleway';
}
.cid-uIz3pKVrTn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz3pKVrTn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIz3pKVrTn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIz3pKVrTn .dropdown-item:hover,
.cid-uIz3pKVrTn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIz3pKVrTn .dropdown-item:hover span {
  color: white;
}
.cid-uIz3pKVrTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIz3pKVrTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIz3pKVrTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIz3pKVrTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIz3pKVrTn .nav-link {
  position: relative;
}
.cid-uIz3pKVrTn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIz3pKVrTn .container {
    flex-wrap: nowrap;
  }
}
.cid-uIz3pKVrTn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIz3pKVrTn .dropdown-menu,
.cid-uIz3pKVrTn .navbar.opened {
  background: #ffffff !important;
}
.cid-uIz3pKVrTn .nav-item:focus,
.cid-uIz3pKVrTn .nav-link:focus {
  outline: none;
}
.cid-uIz3pKVrTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIz3pKVrTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIz3pKVrTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIz3pKVrTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz3pKVrTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIz3pKVrTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIz3pKVrTn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIz3pKVrTn .navbar.opened {
  transition: all 0.3s;
}
.cid-uIz3pKVrTn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIz3pKVrTn .navbar .navbar-logo img {
  width: auto;
}
.cid-uIz3pKVrTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIz3pKVrTn .navbar.collapsed {
  justify-content: center;
}
.cid-uIz3pKVrTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIz3pKVrTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIz3pKVrTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIz3pKVrTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIz3pKVrTn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIz3pKVrTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIz3pKVrTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIz3pKVrTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIz3pKVrTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIz3pKVrTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIz3pKVrTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIz3pKVrTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIz3pKVrTn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIz3pKVrTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIz3pKVrTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIz3pKVrTn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIz3pKVrTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIz3pKVrTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIz3pKVrTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIz3pKVrTn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIz3pKVrTn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIz3pKVrTn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIz3pKVrTn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIz3pKVrTn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIz3pKVrTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIz3pKVrTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIz3pKVrTn .dropdown-item.active,
.cid-uIz3pKVrTn .dropdown-item:active {
  background-color: transparent;
}
.cid-uIz3pKVrTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIz3pKVrTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIz3pKVrTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIz3pKVrTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIz3pKVrTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIz3pKVrTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIz3pKVrTn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIz3pKVrTn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIz3pKVrTn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIz3pKVrTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIz3pKVrTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIz3pKVrTn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz3pKVrTn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz3pKVrTn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIz3pKVrTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz3pKVrTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIz3pKVrTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIz3pKVrTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz3pKVrTn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIz3pKVrTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIz3pKVrTn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIz3pKVrTn .navbar {
    height: 70px;
  }
  .cid-uIz3pKVrTn .navbar.opened {
    height: auto;
  }
  .cid-uIz3pKVrTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIz3pKVrTn .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIz3pKVrTn .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIz3pKVrTn .navbar-toggler:focus,
.cid-uIz3pKVrTn .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIz3pKVrTn .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIz3pKVrTn .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIz3pLuRmx {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIz3pLuRmx {
    padding-top: 8rem;
  }
}
.cid-uIz3pLuRmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz3pLuRmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz3pLuRmx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIz3pLuRmx .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIz3pLuRmx .mbr-section-title {
  color: #000000;
}
.cid-uIz3pLuRmx .mbr-text,
.cid-uIz3pLuRmx .mbr-section-btn {
  color: #000000;
}
.cid-uIz3pLuRmx P {
  text-align: center;
  color: #000000;
}
.cid-uIz3pLuRmx blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIz3pLuRmx blockquote {
    width: 90%;
  }
}
.cid-uIz3pLuRmx H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIz3pLuRmx .align-left,
  .cid-uIz3pLuRmx .align-right {
    text-align: center;
  }
  .cid-uIz3pLuRmx .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIz3pLuRmx .link,
  .cid-uIz3pLuRmx .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIz3pLuRmx span {
    width: 100%;
    display: block;
  }
}
.cid-uIz3pLuRmx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIz3pLuRmx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIz3pLuRmx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIz3pLuRmx H3 {
  color: #000000;
}
.cid-uIz4xdkNFF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIz4xdkNFF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIz4xdkNFF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIz4xdkNFF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIz4xdkNFF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIz4xdkNFF .container {
  padding: 0;
}
.cid-uIz4xdkNFF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIz4xdkNFF .icon-focus {
  display: none;
}
.cid-uIz4xdkNFF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIz4xdkNFF .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIz4xdkNFF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIz4xdkNFF li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIz4xdkNFF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIz4xdkNFF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIz4xdkNFF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIz4xdkNFF .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIz4xdkNFF .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIz4xdkNFF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIz4xdkNFF .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIz4xdkNFF .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIz4xdkNFF li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIz4xdkNFF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIz4xdkNFF .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIz4xdkNFF .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIz3pMn7CL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIz3pMn7CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz3pMn7CL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz3pMn7CL .content-wrap {
  justify-content: center;
}
.cid-uIz3pMn7CL .card {
  justify-content: center;
}
.cid-uIz3pMn7CL .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIz3pMn7CL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIz3pMn7CL .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIz3pMn7CL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIz3pMn7CL .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIz3pMn7CL .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIz3pMn7CL .nav-wrapper .list .item-wrap:hover,
.cid-uIz3pMn7CL .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIz3pMn7CL .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIz3pMn7CL .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIz3pMn7CL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIz3pMn7CL .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIz3pMn7CL .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIz3pMn7CL .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIz3pMn7CL .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIz3pMn7CL .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIz3pMn7CL .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIz3pMn7CL .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIz3pMn7CL .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIz3pMn7CL .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIz3pMn7CL .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIz3pMn7CL .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIz3pMn7CL .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIz3pMn7CL .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIz3pMn7CL .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIz3pMn7CL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIz3pMn7CL .list,
.cid-uIz3pMn7CL .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIz3pMn7CL .mbr-phone {
  color: #000000;
}
.cid-uIz3pMn7CL .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIz3pMn7CL .list,
.cid-uIz3pMn7CL .item-wrap,
.cid-uIz3pMn7CL .nav-wrapper {
  color: #000000;
}
.cid-uIz6E5Opkm {
  z-index: 1000;
  width: 100%;
}
.cid-uIz6E5Opkm nav.navbar {
  position: fixed;
}
.cid-uIz6E5Opkm .dropdown a {
  font-family: 'Raleway';
}
.cid-uIz6E5Opkm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz6E5Opkm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIz6E5Opkm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIz6E5Opkm .dropdown-item:hover,
.cid-uIz6E5Opkm .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIz6E5Opkm .dropdown-item:hover span {
  color: white;
}
.cid-uIz6E5Opkm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIz6E5Opkm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIz6E5Opkm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIz6E5Opkm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIz6E5Opkm .nav-link {
  position: relative;
}
.cid-uIz6E5Opkm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIz6E5Opkm .container {
    flex-wrap: nowrap;
  }
}
.cid-uIz6E5Opkm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIz6E5Opkm .dropdown-menu,
.cid-uIz6E5Opkm .navbar.opened {
  background: #ffffff !important;
}
.cid-uIz6E5Opkm .nav-item:focus,
.cid-uIz6E5Opkm .nav-link:focus {
  outline: none;
}
.cid-uIz6E5Opkm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIz6E5Opkm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIz6E5Opkm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIz6E5Opkm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz6E5Opkm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIz6E5Opkm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIz6E5Opkm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIz6E5Opkm .navbar.opened {
  transition: all 0.3s;
}
.cid-uIz6E5Opkm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIz6E5Opkm .navbar .navbar-logo img {
  width: auto;
}
.cid-uIz6E5Opkm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIz6E5Opkm .navbar.collapsed {
  justify-content: center;
}
.cid-uIz6E5Opkm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIz6E5Opkm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIz6E5Opkm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIz6E5Opkm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIz6E5Opkm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIz6E5Opkm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIz6E5Opkm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIz6E5Opkm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIz6E5Opkm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIz6E5Opkm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIz6E5Opkm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIz6E5Opkm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIz6E5Opkm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIz6E5Opkm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIz6E5Opkm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIz6E5Opkm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIz6E5Opkm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIz6E5Opkm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIz6E5Opkm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIz6E5Opkm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIz6E5Opkm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIz6E5Opkm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIz6E5Opkm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIz6E5Opkm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIz6E5Opkm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIz6E5Opkm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIz6E5Opkm .dropdown-item.active,
.cid-uIz6E5Opkm .dropdown-item:active {
  background-color: transparent;
}
.cid-uIz6E5Opkm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIz6E5Opkm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIz6E5Opkm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIz6E5Opkm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIz6E5Opkm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIz6E5Opkm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIz6E5Opkm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIz6E5Opkm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIz6E5Opkm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIz6E5Opkm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIz6E5Opkm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIz6E5Opkm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz6E5Opkm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz6E5Opkm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIz6E5Opkm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz6E5Opkm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIz6E5Opkm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIz6E5Opkm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz6E5Opkm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIz6E5Opkm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIz6E5Opkm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIz6E5Opkm .navbar {
    height: 70px;
  }
  .cid-uIz6E5Opkm .navbar.opened {
    height: auto;
  }
  .cid-uIz6E5Opkm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIz6E5Opkm .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIz6E5Opkm .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIz6E5Opkm .navbar-toggler:focus,
.cid-uIz6E5Opkm .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIz6E5Opkm .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIz6E5Opkm .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIz6E6rhnZ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIz6E6rhnZ {
    padding-top: 8rem;
  }
}
.cid-uIz6E6rhnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz6E6rhnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz6E6rhnZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIz6E6rhnZ .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIz6E6rhnZ .mbr-section-title {
  color: #000000;
}
.cid-uIz6E6rhnZ .mbr-text,
.cid-uIz6E6rhnZ .mbr-section-btn {
  color: #000000;
}
.cid-uIz6E6rhnZ P {
  text-align: center;
  color: #000000;
}
.cid-uIz6E6rhnZ blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIz6E6rhnZ blockquote {
    width: 90%;
  }
}
.cid-uIz6E6rhnZ H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIz6E6rhnZ .align-left,
  .cid-uIz6E6rhnZ .align-right {
    text-align: center;
  }
  .cid-uIz6E6rhnZ .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIz6E6rhnZ .link,
  .cid-uIz6E6rhnZ .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIz6E6rhnZ span {
    width: 100%;
    display: block;
  }
}
.cid-uIz6E6rhnZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIz6E6rhnZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIz6E6rhnZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIz6E6rhnZ H3 {
  color: #000000;
}
.cid-uIz7v0f6gP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIz7v0f6gP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIz7v0f6gP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIz7v0f6gP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIz7v0f6gP .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIz7v0f6gP .container {
  padding: 0;
}
.cid-uIz7v0f6gP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIz7v0f6gP .icon-focus {
  display: none;
}
.cid-uIz7v0f6gP .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIz7v0f6gP .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIz7v0f6gP li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIz7v0f6gP li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIz7v0f6gP .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIz7v0f6gP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIz7v0f6gP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIz7v0f6gP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIz7v0f6gP .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIz7v0f6gP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIz7v0f6gP .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIz7v0f6gP .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIz7v0f6gP li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIz7v0f6gP .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIz7v0f6gP .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIz7v0f6gP .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIz6E7q3RJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIz6E7q3RJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz6E7q3RJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz6E7q3RJ .content-wrap {
  justify-content: center;
}
.cid-uIz6E7q3RJ .card {
  justify-content: center;
}
.cid-uIz6E7q3RJ .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIz6E7q3RJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIz6E7q3RJ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIz6E7q3RJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIz6E7q3RJ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIz6E7q3RJ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIz6E7q3RJ .nav-wrapper .list .item-wrap:hover,
.cid-uIz6E7q3RJ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIz6E7q3RJ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIz6E7q3RJ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIz6E7q3RJ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIz6E7q3RJ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIz6E7q3RJ .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIz6E7q3RJ .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIz6E7q3RJ .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIz6E7q3RJ .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIz6E7q3RJ .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIz6E7q3RJ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIz6E7q3RJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIz6E7q3RJ .list,
.cid-uIz6E7q3RJ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIz6E7q3RJ .mbr-phone {
  color: #000000;
}
.cid-uIz6E7q3RJ .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIz6E7q3RJ .list,
.cid-uIz6E7q3RJ .item-wrap,
.cid-uIz6E7q3RJ .nav-wrapper {
  color: #000000;
}
.cid-uIwst9Wlli {
  z-index: 1000;
  width: 100%;
}
.cid-uIwst9Wlli nav.navbar {
  position: fixed;
}
.cid-uIwst9Wlli .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwst9Wlli .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwst9Wlli .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwst9Wlli .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwst9Wlli .dropdown-item:hover,
.cid-uIwst9Wlli .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwst9Wlli .dropdown-item:hover span {
  color: white;
}
.cid-uIwst9Wlli .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwst9Wlli .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwst9Wlli .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwst9Wlli .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwst9Wlli .nav-link {
  position: relative;
}
.cid-uIwst9Wlli .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwst9Wlli .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwst9Wlli .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwst9Wlli .dropdown-menu,
.cid-uIwst9Wlli .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwst9Wlli .nav-item:focus,
.cid-uIwst9Wlli .nav-link:focus {
  outline: none;
}
.cid-uIwst9Wlli .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwst9Wlli .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwst9Wlli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwst9Wlli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwst9Wlli .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwst9Wlli .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwst9Wlli .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwst9Wlli .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwst9Wlli .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwst9Wlli .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwst9Wlli .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwst9Wlli .navbar.collapsed {
  justify-content: center;
}
.cid-uIwst9Wlli .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwst9Wlli .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwst9Wlli .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwst9Wlli .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwst9Wlli .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwst9Wlli .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwst9Wlli .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwst9Wlli .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwst9Wlli .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwst9Wlli .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwst9Wlli .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwst9Wlli .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwst9Wlli .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwst9Wlli .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwst9Wlli .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwst9Wlli .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwst9Wlli .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwst9Wlli .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwst9Wlli .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwst9Wlli .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwst9Wlli .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwst9Wlli .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwst9Wlli .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwst9Wlli .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwst9Wlli .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwst9Wlli .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwst9Wlli .dropdown-item.active,
.cid-uIwst9Wlli .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwst9Wlli .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwst9Wlli .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwst9Wlli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwst9Wlli .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwst9Wlli .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwst9Wlli .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwst9Wlli ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwst9Wlli .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwst9Wlli button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwst9Wlli button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwst9Wlli button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwst9Wlli button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwst9Wlli button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwst9Wlli button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwst9Wlli nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwst9Wlli nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwst9Wlli nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwst9Wlli nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwst9Wlli .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwst9Wlli a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwst9Wlli .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwst9Wlli .navbar {
    height: 70px;
  }
  .cid-uIwst9Wlli .navbar.opened {
    height: auto;
  }
  .cid-uIwst9Wlli .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwst9Wlli .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwst9Wlli .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwst9Wlli .navbar-toggler:focus,
.cid-uIwst9Wlli .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwst9Wlli .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwst9Wlli .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwstaD300 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwstaD300 {
    padding-top: 8rem;
  }
}
.cid-uIwstaD300 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwstaD300 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwstaD300 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwstaD300 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwstaD300 .mbr-section-title {
  color: #000000;
}
.cid-uIwstaD300 .mbr-text,
.cid-uIwstaD300 .mbr-section-btn {
  color: #000000;
}
.cid-uIwstaD300 P {
  text-align: center;
  color: #000000;
}
.cid-uIwstaD300 blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwstaD300 blockquote {
    width: 90%;
  }
}
.cid-uIwstaD300 H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwstaD300 .align-left,
  .cid-uIwstaD300 .align-right {
    text-align: center;
  }
  .cid-uIwstaD300 .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwstaD300 .link,
  .cid-uIwstaD300 .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwstaD300 span {
    width: 100%;
    display: block;
  }
}
.cid-uIwstaD300 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwstaD300 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwstaD300 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwstaD300 H3 {
  color: #000000;
}
.cid-uIwu06iCCG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwu06iCCG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwu06iCCG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwu06iCCG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwu06iCCG .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwu06iCCG .container {
  padding: 0;
}
.cid-uIwu06iCCG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwu06iCCG .icon-focus {
  display: none;
}
.cid-uIwu06iCCG .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwu06iCCG .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwu06iCCG li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwu06iCCG li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwu06iCCG .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwu06iCCG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwu06iCCG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwu06iCCG .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwu06iCCG .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwu06iCCG .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwu06iCCG .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwu06iCCG .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwu06iCCG li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwu06iCCG .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwu06iCCG .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwu06iCCG .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwstdg46B {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwstdg46B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwstdg46B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwstdg46B .content-wrap {
  justify-content: center;
}
.cid-uIwstdg46B .card {
  justify-content: center;
}
.cid-uIwstdg46B .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwstdg46B .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwstdg46B .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwstdg46B .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwstdg46B .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwstdg46B .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwstdg46B .nav-wrapper .list .item-wrap:hover,
.cid-uIwstdg46B .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwstdg46B .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwstdg46B .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwstdg46B .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwstdg46B .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwstdg46B .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwstdg46B .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwstdg46B .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwstdg46B .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwstdg46B .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwstdg46B .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwstdg46B .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwstdg46B .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwstdg46B .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwstdg46B .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwstdg46B .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwstdg46B .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwstdg46B .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwstdg46B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwstdg46B .list,
.cid-uIwstdg46B .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwstdg46B .mbr-phone {
  color: #000000;
}
.cid-uIwstdg46B .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwstdg46B .list,
.cid-uIwstdg46B .item-wrap,
.cid-uIwstdg46B .nav-wrapper {
  color: #000000;
}
.cid-uIwvjFuyi7 {
  z-index: 1000;
  width: 100%;
}
.cid-uIwvjFuyi7 nav.navbar {
  position: fixed;
}
.cid-uIwvjFuyi7 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwvjFuyi7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwvjFuyi7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwvjFuyi7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwvjFuyi7 .dropdown-item:hover,
.cid-uIwvjFuyi7 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwvjFuyi7 .dropdown-item:hover span {
  color: white;
}
.cid-uIwvjFuyi7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwvjFuyi7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwvjFuyi7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwvjFuyi7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwvjFuyi7 .nav-link {
  position: relative;
}
.cid-uIwvjFuyi7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwvjFuyi7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwvjFuyi7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwvjFuyi7 .dropdown-menu,
.cid-uIwvjFuyi7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwvjFuyi7 .nav-item:focus,
.cid-uIwvjFuyi7 .nav-link:focus {
  outline: none;
}
.cid-uIwvjFuyi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwvjFuyi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwvjFuyi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwvjFuyi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwvjFuyi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwvjFuyi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwvjFuyi7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwvjFuyi7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwvjFuyi7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwvjFuyi7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwvjFuyi7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwvjFuyi7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIwvjFuyi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwvjFuyi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwvjFuyi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwvjFuyi7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwvjFuyi7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwvjFuyi7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwvjFuyi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwvjFuyi7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwvjFuyi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwvjFuyi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwvjFuyi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwvjFuyi7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwvjFuyi7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwvjFuyi7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwvjFuyi7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwvjFuyi7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwvjFuyi7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwvjFuyi7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwvjFuyi7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwvjFuyi7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwvjFuyi7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwvjFuyi7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwvjFuyi7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwvjFuyi7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwvjFuyi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwvjFuyi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwvjFuyi7 .dropdown-item.active,
.cid-uIwvjFuyi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwvjFuyi7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwvjFuyi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwvjFuyi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwvjFuyi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwvjFuyi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwvjFuyi7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwvjFuyi7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwvjFuyi7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwvjFuyi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwvjFuyi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwvjFuyi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwvjFuyi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwvjFuyi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwvjFuyi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwvjFuyi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwvjFuyi7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwvjFuyi7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwvjFuyi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwvjFuyi7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwvjFuyi7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwvjFuyi7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwvjFuyi7 .navbar {
    height: 70px;
  }
  .cid-uIwvjFuyi7 .navbar.opened {
    height: auto;
  }
  .cid-uIwvjFuyi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwvjFuyi7 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwvjFuyi7 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwvjFuyi7 .navbar-toggler:focus,
.cid-uIwvjFuyi7 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwvjFuyi7 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwvjFuyi7 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwvjGc9Ym {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwvjGc9Ym {
    padding-top: 8rem;
  }
}
.cid-uIwvjGc9Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwvjGc9Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwvjGc9Ym .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwvjGc9Ym .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwvjGc9Ym .mbr-section-title {
  color: #000000;
}
.cid-uIwvjGc9Ym .mbr-text,
.cid-uIwvjGc9Ym .mbr-section-btn {
  color: #000000;
}
.cid-uIwvjGc9Ym P {
  text-align: center;
  color: #000000;
}
.cid-uIwvjGc9Ym blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwvjGc9Ym blockquote {
    width: 90%;
  }
}
.cid-uIwvjGc9Ym H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwvjGc9Ym .align-left,
  .cid-uIwvjGc9Ym .align-right {
    text-align: center;
  }
  .cid-uIwvjGc9Ym .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwvjGc9Ym .link,
  .cid-uIwvjGc9Ym .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwvjGc9Ym span {
    width: 100%;
    display: block;
  }
}
.cid-uIwvjGc9Ym .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwvjGc9Ym .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwvjGc9Ym .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwvjGc9Ym H3 {
  color: #000000;
}
.cid-uIwvNHd9Ou {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwvNHd9Ou .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwvNHd9Ou .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwvNHd9Ou .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwvNHd9Ou .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwvNHd9Ou .container {
  padding: 0;
}
.cid-uIwvNHd9Ou .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwvNHd9Ou .icon-focus {
  display: none;
}
.cid-uIwvNHd9Ou .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwvNHd9Ou .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwvNHd9Ou li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwvNHd9Ou li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwvNHd9Ou .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwvNHd9Ou .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwvNHd9Ou .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwvNHd9Ou .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwvNHd9Ou .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwvNHd9Ou .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwvNHd9Ou .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwvNHd9Ou .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwvNHd9Ou li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwvNHd9Ou .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwvNHd9Ou .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwvNHd9Ou .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwvjHWt6n {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwvjHWt6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwvjHWt6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwvjHWt6n .content-wrap {
  justify-content: center;
}
.cid-uIwvjHWt6n .card {
  justify-content: center;
}
.cid-uIwvjHWt6n .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwvjHWt6n .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwvjHWt6n .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwvjHWt6n .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwvjHWt6n .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwvjHWt6n .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwvjHWt6n .nav-wrapper .list .item-wrap:hover,
.cid-uIwvjHWt6n .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwvjHWt6n .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwvjHWt6n .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwvjHWt6n .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwvjHWt6n .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwvjHWt6n .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwvjHWt6n .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwvjHWt6n .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwvjHWt6n .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwvjHWt6n .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwvjHWt6n .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwvjHWt6n .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwvjHWt6n .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwvjHWt6n .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwvjHWt6n .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwvjHWt6n .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwvjHWt6n .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwvjHWt6n .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwvjHWt6n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwvjHWt6n .list,
.cid-uIwvjHWt6n .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwvjHWt6n .mbr-phone {
  color: #000000;
}
.cid-uIwvjHWt6n .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwvjHWt6n .list,
.cid-uIwvjHWt6n .item-wrap,
.cid-uIwvjHWt6n .nav-wrapper {
  color: #000000;
}
.cid-uIzc9MEv4F {
  z-index: 1000;
  width: 100%;
}
.cid-uIzc9MEv4F nav.navbar {
  position: fixed;
}
.cid-uIzc9MEv4F .dropdown a {
  font-family: 'Raleway';
}
.cid-uIzc9MEv4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzc9MEv4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIzc9MEv4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIzc9MEv4F .dropdown-item:hover,
.cid-uIzc9MEv4F .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIzc9MEv4F .dropdown-item:hover span {
  color: white;
}
.cid-uIzc9MEv4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIzc9MEv4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIzc9MEv4F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIzc9MEv4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIzc9MEv4F .nav-link {
  position: relative;
}
.cid-uIzc9MEv4F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIzc9MEv4F .container {
    flex-wrap: nowrap;
  }
}
.cid-uIzc9MEv4F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIzc9MEv4F .dropdown-menu,
.cid-uIzc9MEv4F .navbar.opened {
  background: #ffffff !important;
}
.cid-uIzc9MEv4F .nav-item:focus,
.cid-uIzc9MEv4F .nav-link:focus {
  outline: none;
}
.cid-uIzc9MEv4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzc9MEv4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzc9MEv4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzc9MEv4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzc9MEv4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzc9MEv4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzc9MEv4F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIzc9MEv4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzc9MEv4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIzc9MEv4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uIzc9MEv4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIzc9MEv4F .navbar.collapsed {
  justify-content: center;
}
.cid-uIzc9MEv4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzc9MEv4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzc9MEv4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzc9MEv4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzc9MEv4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIzc9MEv4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzc9MEv4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIzc9MEv4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIzc9MEv4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzc9MEv4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzc9MEv4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzc9MEv4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIzc9MEv4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIzc9MEv4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIzc9MEv4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIzc9MEv4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIzc9MEv4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIzc9MEv4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzc9MEv4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIzc9MEv4F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIzc9MEv4F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzc9MEv4F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIzc9MEv4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzc9MEv4F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzc9MEv4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIzc9MEv4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzc9MEv4F .dropdown-item.active,
.cid-uIzc9MEv4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzc9MEv4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIzc9MEv4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzc9MEv4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzc9MEv4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIzc9MEv4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzc9MEv4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzc9MEv4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIzc9MEv4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzc9MEv4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIzc9MEv4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzc9MEv4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzc9MEv4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzc9MEv4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzc9MEv4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzc9MEv4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzc9MEv4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzc9MEv4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzc9MEv4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzc9MEv4F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIzc9MEv4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzc9MEv4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzc9MEv4F .navbar {
    height: 70px;
  }
  .cid-uIzc9MEv4F .navbar.opened {
    height: auto;
  }
  .cid-uIzc9MEv4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzc9MEv4F .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIzc9MEv4F .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIzc9MEv4F .navbar-toggler:focus,
.cid-uIzc9MEv4F .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIzc9MEv4F .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIzc9MEv4F .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIzc9Nfh6D {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIzc9Nfh6D {
    padding-top: 8rem;
  }
}
.cid-uIzc9Nfh6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzc9Nfh6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzc9Nfh6D .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIzc9Nfh6D .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIzc9Nfh6D .mbr-section-title {
  color: #000000;
}
.cid-uIzc9Nfh6D .mbr-text,
.cid-uIzc9Nfh6D .mbr-section-btn {
  color: #000000;
}
.cid-uIzc9Nfh6D P {
  text-align: center;
  color: #000000;
}
.cid-uIzc9Nfh6D blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIzc9Nfh6D blockquote {
    width: 90%;
  }
}
.cid-uIzc9Nfh6D H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIzc9Nfh6D .align-left,
  .cid-uIzc9Nfh6D .align-right {
    text-align: center;
  }
  .cid-uIzc9Nfh6D .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIzc9Nfh6D .link,
  .cid-uIzc9Nfh6D .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIzc9Nfh6D span {
    width: 100%;
    display: block;
  }
}
.cid-uIzc9Nfh6D .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIzc9Nfh6D .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIzc9Nfh6D .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIzc9Nfh6D H3 {
  color: #000000;
}
.cid-uIzg7tW8uk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIzg7tW8uk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIzg7tW8uk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIzg7tW8uk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIzg7tW8uk .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIzg7tW8uk .container {
  padding: 0;
}
.cid-uIzg7tW8uk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIzg7tW8uk .icon-focus {
  display: none;
}
.cid-uIzg7tW8uk .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIzg7tW8uk .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIzg7tW8uk li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIzg7tW8uk li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIzg7tW8uk .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIzg7tW8uk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIzg7tW8uk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIzg7tW8uk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIzg7tW8uk .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIzg7tW8uk .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIzg7tW8uk .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIzg7tW8uk .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIzg7tW8uk li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIzg7tW8uk .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIzg7tW8uk .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIzg7tW8uk .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIzc9O4H24 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIzc9O4H24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzc9O4H24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzc9O4H24 .content-wrap {
  justify-content: center;
}
.cid-uIzc9O4H24 .card {
  justify-content: center;
}
.cid-uIzc9O4H24 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzc9O4H24 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIzc9O4H24 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzc9O4H24 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzc9O4H24 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIzc9O4H24 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIzc9O4H24 .nav-wrapper .list .item-wrap:hover,
.cid-uIzc9O4H24 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIzc9O4H24 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIzc9O4H24 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIzc9O4H24 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzc9O4H24 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIzc9O4H24 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzc9O4H24 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIzc9O4H24 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzc9O4H24 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIzc9O4H24 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzc9O4H24 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIzc9O4H24 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIzc9O4H24 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIzc9O4H24 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzc9O4H24 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIzc9O4H24 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIzc9O4H24 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIzc9O4H24 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIzc9O4H24 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzc9O4H24 .list,
.cid-uIzc9O4H24 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIzc9O4H24 .mbr-phone {
  color: #000000;
}
.cid-uIzc9O4H24 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIzc9O4H24 .list,
.cid-uIzc9O4H24 .item-wrap,
.cid-uIzc9O4H24 .nav-wrapper {
  color: #000000;
}
.cid-uIzcDkTC8I {
  z-index: 1000;
  width: 100%;
}
.cid-uIzcDkTC8I nav.navbar {
  position: fixed;
}
.cid-uIzcDkTC8I .dropdown a {
  font-family: 'Raleway';
}
.cid-uIzcDkTC8I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzcDkTC8I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIzcDkTC8I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIzcDkTC8I .dropdown-item:hover,
.cid-uIzcDkTC8I .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIzcDkTC8I .dropdown-item:hover span {
  color: white;
}
.cid-uIzcDkTC8I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIzcDkTC8I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIzcDkTC8I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIzcDkTC8I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIzcDkTC8I .nav-link {
  position: relative;
}
.cid-uIzcDkTC8I .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIzcDkTC8I .container {
    flex-wrap: nowrap;
  }
}
.cid-uIzcDkTC8I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIzcDkTC8I .dropdown-menu,
.cid-uIzcDkTC8I .navbar.opened {
  background: #ffffff !important;
}
.cid-uIzcDkTC8I .nav-item:focus,
.cid-uIzcDkTC8I .nav-link:focus {
  outline: none;
}
.cid-uIzcDkTC8I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzcDkTC8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzcDkTC8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzcDkTC8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzcDkTC8I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzcDkTC8I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzcDkTC8I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIzcDkTC8I .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzcDkTC8I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIzcDkTC8I .navbar .navbar-logo img {
  width: auto;
}
.cid-uIzcDkTC8I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIzcDkTC8I .navbar.collapsed {
  justify-content: center;
}
.cid-uIzcDkTC8I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzcDkTC8I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzcDkTC8I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzcDkTC8I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzcDkTC8I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIzcDkTC8I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzcDkTC8I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIzcDkTC8I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIzcDkTC8I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzcDkTC8I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzcDkTC8I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzcDkTC8I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIzcDkTC8I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIzcDkTC8I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIzcDkTC8I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIzcDkTC8I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIzcDkTC8I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIzcDkTC8I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzcDkTC8I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIzcDkTC8I .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIzcDkTC8I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzcDkTC8I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIzcDkTC8I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzcDkTC8I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzcDkTC8I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIzcDkTC8I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzcDkTC8I .dropdown-item.active,
.cid-uIzcDkTC8I .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzcDkTC8I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIzcDkTC8I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzcDkTC8I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzcDkTC8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIzcDkTC8I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzcDkTC8I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzcDkTC8I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIzcDkTC8I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzcDkTC8I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIzcDkTC8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzcDkTC8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzcDkTC8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzcDkTC8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzcDkTC8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzcDkTC8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzcDkTC8I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzcDkTC8I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzcDkTC8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzcDkTC8I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIzcDkTC8I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzcDkTC8I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzcDkTC8I .navbar {
    height: 70px;
  }
  .cid-uIzcDkTC8I .navbar.opened {
    height: auto;
  }
  .cid-uIzcDkTC8I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzcDkTC8I .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIzcDkTC8I .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIzcDkTC8I .navbar-toggler:focus,
.cid-uIzcDkTC8I .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIzcDkTC8I .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIzcDkTC8I .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIzcDm6qZy {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIzcDm6qZy {
    padding-top: 8rem;
  }
}
.cid-uIzcDm6qZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzcDm6qZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzcDm6qZy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIzcDm6qZy .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIzcDm6qZy .mbr-section-title {
  color: #000000;
}
.cid-uIzcDm6qZy .mbr-text,
.cid-uIzcDm6qZy .mbr-section-btn {
  color: #000000;
}
.cid-uIzcDm6qZy P {
  text-align: center;
  color: #000000;
}
.cid-uIzcDm6qZy blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIzcDm6qZy blockquote {
    width: 90%;
  }
}
.cid-uIzcDm6qZy H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIzcDm6qZy .align-left,
  .cid-uIzcDm6qZy .align-right {
    text-align: center;
  }
  .cid-uIzcDm6qZy .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIzcDm6qZy .link,
  .cid-uIzcDm6qZy .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIzcDm6qZy span {
    width: 100%;
    display: block;
  }
}
.cid-uIzcDm6qZy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIzcDm6qZy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIzcDm6qZy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIzcDm6qZy H3 {
  color: #000000;
}
.cid-uIzfeFfZGU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIzfeFfZGU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIzfeFfZGU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIzfeFfZGU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIzfeFfZGU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIzfeFfZGU .container {
  padding: 0;
}
.cid-uIzfeFfZGU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIzfeFfZGU .icon-focus {
  display: none;
}
.cid-uIzfeFfZGU .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIzfeFfZGU .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIzfeFfZGU li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIzfeFfZGU li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIzfeFfZGU .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIzfeFfZGU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIzfeFfZGU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIzfeFfZGU .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIzfeFfZGU .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIzfeFfZGU .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIzfeFfZGU .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIzfeFfZGU .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIzfeFfZGU li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIzfeFfZGU .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIzfeFfZGU .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIzfeFfZGU .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIzcDn1rjZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIzcDn1rjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzcDn1rjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzcDn1rjZ .content-wrap {
  justify-content: center;
}
.cid-uIzcDn1rjZ .card {
  justify-content: center;
}
.cid-uIzcDn1rjZ .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzcDn1rjZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIzcDn1rjZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzcDn1rjZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzcDn1rjZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIzcDn1rjZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIzcDn1rjZ .nav-wrapper .list .item-wrap:hover,
.cid-uIzcDn1rjZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIzcDn1rjZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIzcDn1rjZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIzcDn1rjZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIzcDn1rjZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIzcDn1rjZ .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIzcDn1rjZ .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzcDn1rjZ .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIzcDn1rjZ .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIzcDn1rjZ .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIzcDn1rjZ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIzcDn1rjZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzcDn1rjZ .list,
.cid-uIzcDn1rjZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIzcDn1rjZ .mbr-phone {
  color: #000000;
}
.cid-uIzcDn1rjZ .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIzcDn1rjZ .list,
.cid-uIzcDn1rjZ .item-wrap,
.cid-uIzcDn1rjZ .nav-wrapper {
  color: #000000;
}
.cid-uIzcX9QrlN {
  z-index: 1000;
  width: 100%;
}
.cid-uIzcX9QrlN nav.navbar {
  position: fixed;
}
.cid-uIzcX9QrlN .dropdown a {
  font-family: 'Raleway';
}
.cid-uIzcX9QrlN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzcX9QrlN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIzcX9QrlN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIzcX9QrlN .dropdown-item:hover,
.cid-uIzcX9QrlN .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIzcX9QrlN .dropdown-item:hover span {
  color: white;
}
.cid-uIzcX9QrlN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIzcX9QrlN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIzcX9QrlN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIzcX9QrlN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIzcX9QrlN .nav-link {
  position: relative;
}
.cid-uIzcX9QrlN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIzcX9QrlN .container {
    flex-wrap: nowrap;
  }
}
.cid-uIzcX9QrlN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIzcX9QrlN .dropdown-menu,
.cid-uIzcX9QrlN .navbar.opened {
  background: #ffffff !important;
}
.cid-uIzcX9QrlN .nav-item:focus,
.cid-uIzcX9QrlN .nav-link:focus {
  outline: none;
}
.cid-uIzcX9QrlN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzcX9QrlN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzcX9QrlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzcX9QrlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzcX9QrlN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzcX9QrlN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzcX9QrlN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIzcX9QrlN .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzcX9QrlN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIzcX9QrlN .navbar .navbar-logo img {
  width: auto;
}
.cid-uIzcX9QrlN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIzcX9QrlN .navbar.collapsed {
  justify-content: center;
}
.cid-uIzcX9QrlN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzcX9QrlN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzcX9QrlN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzcX9QrlN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzcX9QrlN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIzcX9QrlN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzcX9QrlN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIzcX9QrlN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIzcX9QrlN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzcX9QrlN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzcX9QrlN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzcX9QrlN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIzcX9QrlN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIzcX9QrlN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIzcX9QrlN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIzcX9QrlN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIzcX9QrlN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIzcX9QrlN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzcX9QrlN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIzcX9QrlN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIzcX9QrlN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzcX9QrlN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIzcX9QrlN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzcX9QrlN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzcX9QrlN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIzcX9QrlN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzcX9QrlN .dropdown-item.active,
.cid-uIzcX9QrlN .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzcX9QrlN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIzcX9QrlN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzcX9QrlN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzcX9QrlN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIzcX9QrlN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzcX9QrlN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzcX9QrlN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIzcX9QrlN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzcX9QrlN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIzcX9QrlN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzcX9QrlN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzcX9QrlN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzcX9QrlN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzcX9QrlN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzcX9QrlN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzcX9QrlN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzcX9QrlN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzcX9QrlN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzcX9QrlN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIzcX9QrlN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzcX9QrlN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzcX9QrlN .navbar {
    height: 70px;
  }
  .cid-uIzcX9QrlN .navbar.opened {
    height: auto;
  }
  .cid-uIzcX9QrlN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzcX9QrlN .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIzcX9QrlN .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIzcX9QrlN .navbar-toggler:focus,
.cid-uIzcX9QrlN .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIzcX9QrlN .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIzcX9QrlN .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIzcXbaW6m {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIzcXbaW6m {
    padding-top: 8rem;
  }
}
.cid-uIzcXbaW6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzcXbaW6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzcXbaW6m .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIzcXbaW6m .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIzcXbaW6m .mbr-section-title {
  color: #000000;
}
.cid-uIzcXbaW6m .mbr-text,
.cid-uIzcXbaW6m .mbr-section-btn {
  color: #000000;
}
.cid-uIzcXbaW6m P {
  text-align: center;
  color: #000000;
}
.cid-uIzcXbaW6m blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIzcXbaW6m blockquote {
    width: 90%;
  }
}
.cid-uIzcXbaW6m H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIzcXbaW6m .align-left,
  .cid-uIzcXbaW6m .align-right {
    text-align: center;
  }
  .cid-uIzcXbaW6m .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIzcXbaW6m .link,
  .cid-uIzcXbaW6m .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIzcXbaW6m span {
    width: 100%;
    display: block;
  }
}
.cid-uIzcXbaW6m .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIzcXbaW6m .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIzcXbaW6m .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIzcXbaW6m H3 {
  color: #000000;
}
.cid-uIzdNwln7I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIzdNwln7I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIzdNwln7I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIzdNwln7I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIzdNwln7I .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIzdNwln7I .container {
  padding: 0;
}
.cid-uIzdNwln7I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIzdNwln7I .icon-focus {
  display: none;
}
.cid-uIzdNwln7I .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIzdNwln7I .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIzdNwln7I li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIzdNwln7I li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIzdNwln7I .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIzdNwln7I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIzdNwln7I .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIzdNwln7I .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIzdNwln7I .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIzdNwln7I .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIzdNwln7I .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIzdNwln7I .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIzdNwln7I li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIzdNwln7I .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIzdNwln7I .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIzdNwln7I .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIzcXde5wV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIzcXde5wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzcXde5wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzcXde5wV .content-wrap {
  justify-content: center;
}
.cid-uIzcXde5wV .card {
  justify-content: center;
}
.cid-uIzcXde5wV .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzcXde5wV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIzcXde5wV .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzcXde5wV .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzcXde5wV .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIzcXde5wV .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIzcXde5wV .nav-wrapper .list .item-wrap:hover,
.cid-uIzcXde5wV .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIzcXde5wV .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIzcXde5wV .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIzcXde5wV .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzcXde5wV .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIzcXde5wV .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzcXde5wV .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIzcXde5wV .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzcXde5wV .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIzcXde5wV .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzcXde5wV .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIzcXde5wV .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIzcXde5wV .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIzcXde5wV .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzcXde5wV .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIzcXde5wV .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIzcXde5wV .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIzcXde5wV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIzcXde5wV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzcXde5wV .list,
.cid-uIzcXde5wV .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIzcXde5wV .mbr-phone {
  color: #000000;
}
.cid-uIzcXde5wV .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIzcXde5wV .list,
.cid-uIzcXde5wV .item-wrap,
.cid-uIzcXde5wV .nav-wrapper {
  color: #000000;
}
.cid-uIzpWTPq0z {
  z-index: 1000;
  width: 100%;
}
.cid-uIzpWTPq0z nav.navbar {
  position: fixed;
}
.cid-uIzpWTPq0z .dropdown a {
  font-family: 'Raleway';
}
.cid-uIzpWTPq0z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzpWTPq0z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIzpWTPq0z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIzpWTPq0z .dropdown-item:hover,
.cid-uIzpWTPq0z .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIzpWTPq0z .dropdown-item:hover span {
  color: white;
}
.cid-uIzpWTPq0z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIzpWTPq0z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIzpWTPq0z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIzpWTPq0z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIzpWTPq0z .nav-link {
  position: relative;
}
.cid-uIzpWTPq0z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIzpWTPq0z .container {
    flex-wrap: nowrap;
  }
}
.cid-uIzpWTPq0z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIzpWTPq0z .dropdown-menu,
.cid-uIzpWTPq0z .navbar.opened {
  background: #ffffff !important;
}
.cid-uIzpWTPq0z .nav-item:focus,
.cid-uIzpWTPq0z .nav-link:focus {
  outline: none;
}
.cid-uIzpWTPq0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzpWTPq0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzpWTPq0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzpWTPq0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzpWTPq0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzpWTPq0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzpWTPq0z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIzpWTPq0z .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzpWTPq0z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIzpWTPq0z .navbar .navbar-logo img {
  width: auto;
}
.cid-uIzpWTPq0z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIzpWTPq0z .navbar.collapsed {
  justify-content: center;
}
.cid-uIzpWTPq0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzpWTPq0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzpWTPq0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzpWTPq0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzpWTPq0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIzpWTPq0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzpWTPq0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIzpWTPq0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIzpWTPq0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzpWTPq0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzpWTPq0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzpWTPq0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIzpWTPq0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIzpWTPq0z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIzpWTPq0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIzpWTPq0z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIzpWTPq0z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIzpWTPq0z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzpWTPq0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIzpWTPq0z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIzpWTPq0z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzpWTPq0z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIzpWTPq0z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzpWTPq0z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzpWTPq0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIzpWTPq0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzpWTPq0z .dropdown-item.active,
.cid-uIzpWTPq0z .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzpWTPq0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIzpWTPq0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzpWTPq0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzpWTPq0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIzpWTPq0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzpWTPq0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzpWTPq0z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIzpWTPq0z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzpWTPq0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIzpWTPq0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzpWTPq0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzpWTPq0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzpWTPq0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzpWTPq0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzpWTPq0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzpWTPq0z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzpWTPq0z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzpWTPq0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzpWTPq0z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIzpWTPq0z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzpWTPq0z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzpWTPq0z .navbar {
    height: 70px;
  }
  .cid-uIzpWTPq0z .navbar.opened {
    height: auto;
  }
  .cid-uIzpWTPq0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzpWTPq0z .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIzpWTPq0z .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIzpWTPq0z .navbar-toggler:focus,
.cid-uIzpWTPq0z .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIzpWTPq0z .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIzpWTPq0z .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIzpWUEQL9 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gray-wall-texture2.webp");
}
@media (max-width: 600px) {
  .cid-uIzpWUEQL9 {
    padding-top: 8rem;
  }
}
.cid-uIzpWUEQL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzpWUEQL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzpWUEQL9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIzpWUEQL9 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uIzpWUEQL9 .mbr-section-title {
  color: #000000;
}
.cid-uIzpWUEQL9 .mbr-text,
.cid-uIzpWUEQL9 .mbr-section-btn {
  color: #000000;
}
.cid-uIzpWUEQL9 P {
  text-align: center;
  color: #000000;
}
.cid-uIzpWUEQL9 blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIzpWUEQL9 blockquote {
    width: 90%;
  }
}
.cid-uIzpWUEQL9 H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIzpWUEQL9 .align-left,
  .cid-uIzpWUEQL9 .align-right {
    text-align: center;
  }
  .cid-uIzpWUEQL9 .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIzpWUEQL9 .link,
  .cid-uIzpWUEQL9 .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIzpWUEQL9 span {
    width: 100%;
    display: block;
  }
}
.cid-uIzpWUEQL9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIzpWUEQL9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIzpWUEQL9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIzpWVYj5I {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIzpWVYj5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzpWVYj5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzpWVYj5I .content-wrap {
  justify-content: center;
}
.cid-uIzpWVYj5I .card {
  justify-content: center;
}
.cid-uIzpWVYj5I .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzpWVYj5I .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIzpWVYj5I .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzpWVYj5I .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzpWVYj5I .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIzpWVYj5I .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIzpWVYj5I .nav-wrapper .list .item-wrap:hover,
.cid-uIzpWVYj5I .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIzpWVYj5I .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIzpWVYj5I .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIzpWVYj5I .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzpWVYj5I .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIzpWVYj5I .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzpWVYj5I .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIzpWVYj5I .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzpWVYj5I .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIzpWVYj5I .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzpWVYj5I .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIzpWVYj5I .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIzpWVYj5I .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIzpWVYj5I .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzpWVYj5I .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIzpWVYj5I .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIzpWVYj5I .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIzpWVYj5I .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIzpWVYj5I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzpWVYj5I .list,
.cid-uIzpWVYj5I .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIzpWVYj5I .mbr-phone {
  color: #000000;
}
.cid-uIzpWVYj5I .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIzpWVYj5I .list,
.cid-uIzpWVYj5I .item-wrap,
.cid-uIzpWVYj5I .nav-wrapper {
  color: #000000;
}
.cid-uIzsHqeU97 {
  z-index: 1000;
  width: 100%;
}
.cid-uIzsHqeU97 nav.navbar {
  position: fixed;
}
.cid-uIzsHqeU97 .dropdown a {
  font-family: 'Raleway';
}
.cid-uIzsHqeU97 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzsHqeU97 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIzsHqeU97 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIzsHqeU97 .dropdown-item:hover,
.cid-uIzsHqeU97 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIzsHqeU97 .dropdown-item:hover span {
  color: white;
}
.cid-uIzsHqeU97 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIzsHqeU97 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIzsHqeU97 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIzsHqeU97 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIzsHqeU97 .nav-link {
  position: relative;
}
.cid-uIzsHqeU97 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIzsHqeU97 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIzsHqeU97 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIzsHqeU97 .dropdown-menu,
.cid-uIzsHqeU97 .navbar.opened {
  background: #ffffff !important;
}
.cid-uIzsHqeU97 .nav-item:focus,
.cid-uIzsHqeU97 .nav-link:focus {
  outline: none;
}
.cid-uIzsHqeU97 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzsHqeU97 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzsHqeU97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzsHqeU97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzsHqeU97 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzsHqeU97 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzsHqeU97 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIzsHqeU97 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzsHqeU97 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIzsHqeU97 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIzsHqeU97 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIzsHqeU97 .navbar.collapsed {
  justify-content: center;
}
.cid-uIzsHqeU97 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzsHqeU97 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzsHqeU97 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzsHqeU97 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzsHqeU97 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIzsHqeU97 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzsHqeU97 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIzsHqeU97 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIzsHqeU97 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzsHqeU97 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzsHqeU97 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzsHqeU97 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIzsHqeU97 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIzsHqeU97 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIzsHqeU97 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIzsHqeU97 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIzsHqeU97 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIzsHqeU97 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzsHqeU97 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIzsHqeU97 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIzsHqeU97 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzsHqeU97 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIzsHqeU97 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzsHqeU97 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzsHqeU97 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIzsHqeU97 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzsHqeU97 .dropdown-item.active,
.cid-uIzsHqeU97 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzsHqeU97 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIzsHqeU97 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzsHqeU97 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzsHqeU97 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIzsHqeU97 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzsHqeU97 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzsHqeU97 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIzsHqeU97 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzsHqeU97 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIzsHqeU97 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzsHqeU97 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzsHqeU97 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzsHqeU97 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzsHqeU97 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzsHqeU97 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzsHqeU97 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzsHqeU97 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzsHqeU97 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzsHqeU97 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIzsHqeU97 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzsHqeU97 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzsHqeU97 .navbar {
    height: 70px;
  }
  .cid-uIzsHqeU97 .navbar.opened {
    height: auto;
  }
  .cid-uIzsHqeU97 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzsHqeU97 .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIzsHqeU97 .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIzsHqeU97 .navbar-toggler:focus,
.cid-uIzsHqeU97 .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIzsHqeU97 .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIzsHqeU97 .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIzsHqXZDm {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIzsHqXZDm {
    padding-top: 8rem;
  }
}
.cid-uIzsHqXZDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzsHqXZDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzsHqXZDm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIzsHqXZDm .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIzsHqXZDm .mbr-section-title {
  color: #000000;
}
.cid-uIzsHqXZDm .mbr-text,
.cid-uIzsHqXZDm .mbr-section-btn {
  color: #000000;
}
.cid-uIzsHqXZDm P {
  text-align: center;
  color: #000000;
}
.cid-uIzsHqXZDm blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIzsHqXZDm blockquote {
    width: 90%;
  }
}
.cid-uIzsHqXZDm H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIzsHqXZDm .align-left,
  .cid-uIzsHqXZDm .align-right {
    text-align: center;
  }
  .cid-uIzsHqXZDm .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIzsHqXZDm .link,
  .cid-uIzsHqXZDm .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIzsHqXZDm span {
    width: 100%;
    display: block;
  }
}
.cid-uIzsHqXZDm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIzsHqXZDm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIzsHqXZDm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIzsHqXZDm H3 {
  color: #000000;
}
.cid-uIzsHronA8 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uIzsHronA8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIzsHronA8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIzsHronA8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIzsHronA8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIzsHronA8 .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIzsHronA8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIzsHronA8 .icon-focus {
  display: none;
}
.cid-uIzsHronA8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uIzsHronA8 ul {
  font-size: 0;
}
.cid-uIzsHronA8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uIzsHronA8 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uIzsHronA8 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uIzsHronA8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uIzsHronA8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uIzsHronA8 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uIzsHronA8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uIzsHronA8 .btn:hover {
  background: transparent !important;
}
.cid-uIzsHronA8 .btn:hover:before {
  background: transparent !important;
}
.cid-uIzsHronA8 .btn:before {
  background-color: transparent !important;
}
.cid-uIzsHronA8 .btn:focus {
  box-shadow: none;
}
.cid-uIzsHronA8 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uIzsHsCCFT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIzsHsCCFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzsHsCCFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzsHsCCFT .content-wrap {
  justify-content: center;
}
.cid-uIzsHsCCFT .card {
  justify-content: center;
}
.cid-uIzsHsCCFT .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzsHsCCFT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIzsHsCCFT .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzsHsCCFT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzsHsCCFT .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIzsHsCCFT .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIzsHsCCFT .nav-wrapper .list .item-wrap:hover,
.cid-uIzsHsCCFT .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIzsHsCCFT .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIzsHsCCFT .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIzsHsCCFT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzsHsCCFT .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIzsHsCCFT .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzsHsCCFT .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIzsHsCCFT .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzsHsCCFT .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIzsHsCCFT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzsHsCCFT .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIzsHsCCFT .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIzsHsCCFT .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIzsHsCCFT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzsHsCCFT .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIzsHsCCFT .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIzsHsCCFT .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIzsHsCCFT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIzsHsCCFT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzsHsCCFT .list,
.cid-uIzsHsCCFT .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIzsHsCCFT .mbr-phone {
  color: #000000;
}
.cid-uIzsHsCCFT .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIzsHsCCFT .list,
.cid-uIzsHsCCFT .item-wrap,
.cid-uIzsHsCCFT .nav-wrapper {
  color: #000000;
}
.cid-uIzub99Wqx {
  z-index: 1000;
  width: 100%;
}
.cid-uIzub99Wqx nav.navbar {
  position: fixed;
}
.cid-uIzub99Wqx .dropdown a {
  font-family: 'Raleway';
}
.cid-uIzub99Wqx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzub99Wqx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIzub99Wqx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIzub99Wqx .dropdown-item:hover,
.cid-uIzub99Wqx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIzub99Wqx .dropdown-item:hover span {
  color: white;
}
.cid-uIzub99Wqx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIzub99Wqx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIzub99Wqx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIzub99Wqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIzub99Wqx .nav-link {
  position: relative;
}
.cid-uIzub99Wqx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIzub99Wqx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIzub99Wqx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIzub99Wqx .dropdown-menu,
.cid-uIzub99Wqx .navbar.opened {
  background: #ffffff !important;
}
.cid-uIzub99Wqx .nav-item:focus,
.cid-uIzub99Wqx .nav-link:focus {
  outline: none;
}
.cid-uIzub99Wqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIzub99Wqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIzub99Wqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIzub99Wqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIzub99Wqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIzub99Wqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIzub99Wqx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIzub99Wqx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIzub99Wqx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIzub99Wqx .navbar .navbar-logo img {
  width: auto;
}
.cid-uIzub99Wqx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIzub99Wqx .navbar.collapsed {
  justify-content: center;
}
.cid-uIzub99Wqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIzub99Wqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIzub99Wqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIzub99Wqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIzub99Wqx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIzub99Wqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIzub99Wqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIzub99Wqx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIzub99Wqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIzub99Wqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIzub99Wqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIzub99Wqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIzub99Wqx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIzub99Wqx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIzub99Wqx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIzub99Wqx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIzub99Wqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIzub99Wqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIzub99Wqx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIzub99Wqx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIzub99Wqx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIzub99Wqx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIzub99Wqx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIzub99Wqx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIzub99Wqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIzub99Wqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIzub99Wqx .dropdown-item.active,
.cid-uIzub99Wqx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIzub99Wqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIzub99Wqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIzub99Wqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIzub99Wqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIzub99Wqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIzub99Wqx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIzub99Wqx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIzub99Wqx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIzub99Wqx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIzub99Wqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIzub99Wqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIzub99Wqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzub99Wqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIzub99Wqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIzub99Wqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzub99Wqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIzub99Wqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIzub99Wqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIzub99Wqx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIzub99Wqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzub99Wqx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIzub99Wqx .navbar {
    height: 70px;
  }
  .cid-uIzub99Wqx .navbar.opened {
    height: auto;
  }
  .cid-uIzub99Wqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIzub99Wqx .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIzub99Wqx .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIzub99Wqx .navbar-toggler:focus,
.cid-uIzub99Wqx .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIzub99Wqx .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIzub99Wqx .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIzub9HPFb {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIzub9HPFb {
    padding-top: 8rem;
  }
}
.cid-uIzub9HPFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzub9HPFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzub9HPFb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIzub9HPFb .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIzub9HPFb .mbr-section-title {
  color: #000000;
}
.cid-uIzub9HPFb .mbr-text,
.cid-uIzub9HPFb .mbr-section-btn {
  color: #000000;
}
.cid-uIzub9HPFb P {
  text-align: center;
  color: #000000;
}
.cid-uIzub9HPFb blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIzub9HPFb blockquote {
    width: 90%;
  }
}
.cid-uIzub9HPFb H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIzub9HPFb .align-left,
  .cid-uIzub9HPFb .align-right {
    text-align: center;
  }
  .cid-uIzub9HPFb .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIzub9HPFb .link,
  .cid-uIzub9HPFb .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIzub9HPFb span {
    width: 100%;
    display: block;
  }
}
.cid-uIzub9HPFb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIzub9HPFb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIzub9HPFb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIzub9HPFb H3 {
  color: #000000;
}
.cid-uIzuba8A67 {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dfccb7;
}
.cid-uIzuba8A67 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIzuba8A67 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIzuba8A67 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIzuba8A67 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIzuba8A67 .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIzuba8A67 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIzuba8A67 .icon-focus {
  display: none;
}
.cid-uIzuba8A67 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uIzuba8A67 ul {
  font-size: 0;
}
.cid-uIzuba8A67 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uIzuba8A67 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uIzuba8A67 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #dfccb7);
}
.cid-uIzuba8A67 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uIzuba8A67 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uIzuba8A67 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uIzuba8A67 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uIzuba8A67 .btn:hover {
  background: transparent !important;
}
.cid-uIzuba8A67 .btn:hover:before {
  background: transparent !important;
}
.cid-uIzuba8A67 .btn:before {
  background-color: transparent !important;
}
.cid-uIzuba8A67 .btn:focus {
  box-shadow: none;
}
.cid-uIzuba8A67 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cid-uIzubaPdNp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIzubaPdNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzubaPdNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzubaPdNp .content-wrap {
  justify-content: center;
}
.cid-uIzubaPdNp .card {
  justify-content: center;
}
.cid-uIzubaPdNp .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzubaPdNp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIzubaPdNp .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIzubaPdNp .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzubaPdNp .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIzubaPdNp .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIzubaPdNp .nav-wrapper .list .item-wrap:hover,
.cid-uIzubaPdNp .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIzubaPdNp .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIzubaPdNp .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIzubaPdNp .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIzubaPdNp .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIzubaPdNp .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzubaPdNp .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIzubaPdNp .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIzubaPdNp .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIzubaPdNp .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIzubaPdNp .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIzubaPdNp .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIzubaPdNp .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIzubaPdNp .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIzubaPdNp .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIzubaPdNp .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIzubaPdNp .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIzubaPdNp .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIzubaPdNp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzubaPdNp .list,
.cid-uIzubaPdNp .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIzubaPdNp .mbr-phone {
  color: #000000;
}
.cid-uIzubaPdNp .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIzubaPdNp .list,
.cid-uIzubaPdNp .item-wrap,
.cid-uIzubaPdNp .nav-wrapper {
  color: #000000;
}
.cid-uH8EMRHRnd {
  z-index: 1000;
  width: 100%;
}
.cid-uH8EMRHRnd nav.navbar {
  position: fixed;
}
.cid-uH8EMRHRnd .dropdown a {
  font-family: 'Raleway';
}
.cid-uH8EMRHRnd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8EMRHRnd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH8EMRHRnd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH8EMRHRnd .dropdown-item:hover,
.cid-uH8EMRHRnd .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uH8EMRHRnd .dropdown-item:hover span {
  color: white;
}
.cid-uH8EMRHRnd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH8EMRHRnd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH8EMRHRnd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH8EMRHRnd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH8EMRHRnd .nav-link {
  position: relative;
}
.cid-uH8EMRHRnd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH8EMRHRnd .container {
    flex-wrap: nowrap;
  }
}
.cid-uH8EMRHRnd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH8EMRHRnd .dropdown-menu,
.cid-uH8EMRHRnd .navbar.opened {
  background: #ffffff !important;
}
.cid-uH8EMRHRnd .nav-item:focus,
.cid-uH8EMRHRnd .nav-link:focus {
  outline: none;
}
.cid-uH8EMRHRnd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8EMRHRnd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8EMRHRnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8EMRHRnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8EMRHRnd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8EMRHRnd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8EMRHRnd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uH8EMRHRnd .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8EMRHRnd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH8EMRHRnd .navbar .navbar-logo img {
  width: auto;
}
.cid-uH8EMRHRnd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH8EMRHRnd .navbar.collapsed {
  justify-content: center;
}
.cid-uH8EMRHRnd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8EMRHRnd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH8EMRHRnd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8EMRHRnd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8EMRHRnd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH8EMRHRnd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8EMRHRnd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH8EMRHRnd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH8EMRHRnd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8EMRHRnd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8EMRHRnd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8EMRHRnd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH8EMRHRnd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH8EMRHRnd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH8EMRHRnd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH8EMRHRnd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH8EMRHRnd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH8EMRHRnd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8EMRHRnd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH8EMRHRnd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH8EMRHRnd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH8EMRHRnd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH8EMRHRnd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH8EMRHRnd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8EMRHRnd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH8EMRHRnd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8EMRHRnd .dropdown-item.active,
.cid-uH8EMRHRnd .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8EMRHRnd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8EMRHRnd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8EMRHRnd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8EMRHRnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH8EMRHRnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH8EMRHRnd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH8EMRHRnd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH8EMRHRnd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH8EMRHRnd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH8EMRHRnd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH8EMRHRnd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8EMRHRnd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8EMRHRnd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8EMRHRnd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8EMRHRnd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8EMRHRnd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8EMRHRnd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8EMRHRnd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8EMRHRnd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH8EMRHRnd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH8EMRHRnd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8EMRHRnd .navbar {
    height: 70px;
  }
  .cid-uH8EMRHRnd .navbar.opened {
    height: auto;
  }
  .cid-uH8EMRHRnd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8EMRHRnd .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uH8EMRHRnd .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uH8EMRHRnd .navbar-toggler:focus,
.cid-uH8EMRHRnd .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uH8EMRHRnd .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uH8EMRHRnd .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uH8FhKzrmA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #b79982;
}
.cid-uH8FhKzrmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8FhKzrmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8FhKzrmA .mbr-section-subtitle {
  text-align: center;
}
.cid-uH8FhKzrmA .title-plus {
  line-height: 1.6;
  font-size: 55px !important;
}
@media (max-width: 768px) {
  .cid-uH8FhKzrmA .title-plus {
    line-height: 1.2;
  }
}
.cid-uH8FhKzrmA .mbr-section-title {
  color: #000000;
}
.cid-uH8FhKzrmA .mbr-text,
.cid-uH8FhKzrmA .mbr-section-btn {
  color: #000000;
}
.cid-uH8FjNAA7h {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #b79982;
}
.cid-uH8FjNAA7h .row {
  justify-content: center;
}
.cid-uH8FjNAA7h .item-img {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
  height: auto;
  min-height: auto;
}
@media (min-width: 768px) {
  .cid-uH8FjNAA7h .item-img:hover img {
    transform: translateY(-8px);
  }
}
@media (max-width: 991px) {
  .cid-uH8FjNAA7h .item-img {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uH8FjNAA7h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.cid-uH8FjNAA7h .item:focus,
.cid-uH8FjNAA7h span:focus {
  outline: none;
}
.cid-uH8FjNAA7h .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uH8FjNAA7h .col-items {
    flex-wrap: wrap;
  }
}
.cid-uH8FjNAA7h .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 768px) {
  .cid-uH8FjNAA7h .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uH8FjNAA7h .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uH8FjNAA7h .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 991px) {
  .cid-uH8FjNAA7h .item-wrapper {
    flex-direction: column;
  }
}
.cid-uH8FjNAA7h .item-content {
  text-shadow: 0 0 15px #ffffff;
  filter: drop-shadow(0 0 10px #ffffff);
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uH8FjNAA7h .item-content {
    margin-left: -45px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .cid-uH8FjNAA7h .item-content {
    text-align: center;
  }
}
.cid-uH8FjNAA7h .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uH8FjNAA7h .label-text {
    text-align: center !important;
  }
}
.cid-uH8FjNAA7h .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-uH8FjNAA7h .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uH8FjNAA7h .item-title {
  color: #222222;
  margin-bottom: 16px;
}
.cid-uH8FjNAA7h .mbr-section-head {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uH8FjNAA7h .mbr-section-head {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uH8FjNAA7h .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uH8FjNAA7h .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uH8FjNAA7h .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uH8FjNAA7h .social-row {
    justify-content: center;
  }
}
.cid-uH8FjNAA7h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 12px;
  transition: 0.5s all;
}
.cid-uH8FjNAA7h .soc-item span {
  font-size: 15px;
  color: #000000;
}
.cid-uH8FjNAA7h .soc-item:hover {
  background-color: #000000;
  border-color: #000000;
}
.cid-uH8FjNAA7h .soc-item:hover span {
  color: #ffffff;
  color: #b79982;
}
.cid-uH8FjNAA7h .item-title,
.cid-uH8FjNAA7h .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHaTeSkt0D {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uHaTeSkt0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaTeSkt0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaTeSkt0D .content-wrap {
  justify-content: center;
}
.cid-uHaTeSkt0D .card {
  justify-content: center;
}
.cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uHaTeSkt0D .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:hover,
.cid-uHaTeSkt0D .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uHaTeSkt0D .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uHaTeSkt0D .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uHaTeSkt0D .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uHaTeSkt0D .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHaTeSkt0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uHaTeSkt0D .mbr-phone {
  color: #000000;
}
.cid-uHaTeSkt0D .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uHaTeSkt0D .list,
.cid-uHaTeSkt0D .item-wrap,
.cid-uHaTeSkt0D .nav-wrapper {
  color: #000000;
}
.cid-uIwxrSdDFL {
  z-index: 1000;
  width: 100%;
}
.cid-uIwxrSdDFL nav.navbar {
  position: fixed;
}
.cid-uIwxrSdDFL .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwxrSdDFL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwxrSdDFL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwxrSdDFL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwxrSdDFL .dropdown-item:hover,
.cid-uIwxrSdDFL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwxrSdDFL .dropdown-item:hover span {
  color: white;
}
.cid-uIwxrSdDFL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwxrSdDFL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwxrSdDFL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwxrSdDFL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwxrSdDFL .nav-link {
  position: relative;
}
.cid-uIwxrSdDFL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwxrSdDFL .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwxrSdDFL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwxrSdDFL .dropdown-menu,
.cid-uIwxrSdDFL .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwxrSdDFL .nav-item:focus,
.cid-uIwxrSdDFL .nav-link:focus {
  outline: none;
}
.cid-uIwxrSdDFL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwxrSdDFL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwxrSdDFL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwxrSdDFL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwxrSdDFL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwxrSdDFL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwxrSdDFL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwxrSdDFL .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwxrSdDFL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwxrSdDFL .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwxrSdDFL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwxrSdDFL .navbar.collapsed {
  justify-content: center;
}
.cid-uIwxrSdDFL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwxrSdDFL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwxrSdDFL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwxrSdDFL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwxrSdDFL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwxrSdDFL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwxrSdDFL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwxrSdDFL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwxrSdDFL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwxrSdDFL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwxrSdDFL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwxrSdDFL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwxrSdDFL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwxrSdDFL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwxrSdDFL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwxrSdDFL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwxrSdDFL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwxrSdDFL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwxrSdDFL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwxrSdDFL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwxrSdDFL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwxrSdDFL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwxrSdDFL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwxrSdDFL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwxrSdDFL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwxrSdDFL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwxrSdDFL .dropdown-item.active,
.cid-uIwxrSdDFL .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwxrSdDFL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwxrSdDFL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwxrSdDFL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwxrSdDFL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwxrSdDFL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwxrSdDFL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwxrSdDFL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwxrSdDFL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwxrSdDFL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwxrSdDFL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwxrSdDFL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwxrSdDFL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwxrSdDFL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwxrSdDFL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwxrSdDFL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwxrSdDFL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwxrSdDFL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwxrSdDFL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwxrSdDFL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwxrSdDFL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwxrSdDFL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwxrSdDFL .navbar {
    height: 70px;
  }
  .cid-uIwxrSdDFL .navbar.opened {
    height: auto;
  }
  .cid-uIwxrSdDFL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwxrSdDFL .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwxrSdDFL .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwxrSdDFL .navbar-toggler:focus,
.cid-uIwxrSdDFL .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwxrSdDFL .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwxrSdDFL .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwxrSRViR {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwxrSRViR {
    padding-top: 8rem;
  }
}
.cid-uIwxrSRViR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwxrSRViR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwxrSRViR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwxrSRViR .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwxrSRViR .mbr-section-title {
  color: #000000;
}
.cid-uIwxrSRViR .mbr-text,
.cid-uIwxrSRViR .mbr-section-btn {
  color: #000000;
}
.cid-uIwxrSRViR P {
  text-align: center;
  color: #000000;
}
.cid-uIwxrSRViR blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwxrSRViR blockquote {
    width: 90%;
  }
}
.cid-uIwxrSRViR H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwxrSRViR .align-left,
  .cid-uIwxrSRViR .align-right {
    text-align: center;
  }
  .cid-uIwxrSRViR .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwxrSRViR .link,
  .cid-uIwxrSRViR .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwxrSRViR span {
    width: 100%;
    display: block;
  }
}
.cid-uIwxrSRViR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwxrSRViR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwxrSRViR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwxrSRViR H3 {
  color: #000000;
}
.cid-uIwy4tTAyM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwy4tTAyM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwy4tTAyM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwy4tTAyM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwy4tTAyM .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwy4tTAyM .container {
  padding: 0;
}
.cid-uIwy4tTAyM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwy4tTAyM .icon-focus {
  display: none;
}
.cid-uIwy4tTAyM .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwy4tTAyM .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwy4tTAyM li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwy4tTAyM li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwy4tTAyM .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwy4tTAyM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwy4tTAyM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwy4tTAyM .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwy4tTAyM .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwy4tTAyM .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwy4tTAyM .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwy4tTAyM .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwy4tTAyM li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwy4tTAyM .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwy4tTAyM .mbr-gallery-item > div > span {
  text-align: center;
  font-family: 16px;
}
.cid-uIwy4tTAyM .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwxrUjLvD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwxrUjLvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwxrUjLvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwxrUjLvD .content-wrap {
  justify-content: center;
}
.cid-uIwxrUjLvD .card {
  justify-content: center;
}
.cid-uIwxrUjLvD .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwxrUjLvD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwxrUjLvD .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwxrUjLvD .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwxrUjLvD .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwxrUjLvD .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwxrUjLvD .nav-wrapper .list .item-wrap:hover,
.cid-uIwxrUjLvD .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwxrUjLvD .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwxrUjLvD .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwxrUjLvD .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwxrUjLvD .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwxrUjLvD .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwxrUjLvD .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwxrUjLvD .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwxrUjLvD .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwxrUjLvD .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwxrUjLvD .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwxrUjLvD .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwxrUjLvD .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwxrUjLvD .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwxrUjLvD .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwxrUjLvD .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwxrUjLvD .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwxrUjLvD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwxrUjLvD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwxrUjLvD .list,
.cid-uIwxrUjLvD .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwxrUjLvD .mbr-phone {
  color: #000000;
}
.cid-uIwxrUjLvD .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwxrUjLvD .list,
.cid-uIwxrUjLvD .item-wrap,
.cid-uIwxrUjLvD .nav-wrapper {
  color: #000000;
}
.cid-uIwzCd9kum {
  z-index: 1000;
  width: 100%;
}
.cid-uIwzCd9kum nav.navbar {
  position: fixed;
}
.cid-uIwzCd9kum .dropdown a {
  font-family: 'Raleway';
}
.cid-uIwzCd9kum .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwzCd9kum .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIwzCd9kum .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIwzCd9kum .dropdown-item:hover,
.cid-uIwzCd9kum .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uIwzCd9kum .dropdown-item:hover span {
  color: white;
}
.cid-uIwzCd9kum .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIwzCd9kum .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIwzCd9kum .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIwzCd9kum .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIwzCd9kum .nav-link {
  position: relative;
}
.cid-uIwzCd9kum .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIwzCd9kum .container {
    flex-wrap: nowrap;
  }
}
.cid-uIwzCd9kum .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIwzCd9kum .dropdown-menu,
.cid-uIwzCd9kum .navbar.opened {
  background: #ffffff !important;
}
.cid-uIwzCd9kum .nav-item:focus,
.cid-uIwzCd9kum .nav-link:focus {
  outline: none;
}
.cid-uIwzCd9kum .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwzCd9kum .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwzCd9kum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwzCd9kum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwzCd9kum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwzCd9kum .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwzCd9kum .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-uIwzCd9kum .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwzCd9kum .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIwzCd9kum .navbar .navbar-logo img {
  width: auto;
}
.cid-uIwzCd9kum .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwzCd9kum .navbar.collapsed {
  justify-content: center;
}
.cid-uIwzCd9kum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwzCd9kum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwzCd9kum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwzCd9kum .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwzCd9kum .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIwzCd9kum .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwzCd9kum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIwzCd9kum .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIwzCd9kum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwzCd9kum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwzCd9kum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwzCd9kum .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIwzCd9kum .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIwzCd9kum .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwzCd9kum .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIwzCd9kum .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIwzCd9kum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIwzCd9kum .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwzCd9kum .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIwzCd9kum .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIwzCd9kum .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwzCd9kum .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwzCd9kum .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwzCd9kum .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwzCd9kum .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIwzCd9kum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwzCd9kum .dropdown-item.active,
.cid-uIwzCd9kum .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwzCd9kum .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIwzCd9kum .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwzCd9kum .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwzCd9kum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIwzCd9kum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwzCd9kum .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwzCd9kum ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIwzCd9kum .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwzCd9kum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIwzCd9kum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIwzCd9kum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwzCd9kum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwzCd9kum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwzCd9kum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwzCd9kum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwzCd9kum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwzCd9kum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwzCd9kum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwzCd9kum .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIwzCd9kum a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIwzCd9kum .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwzCd9kum .navbar {
    height: 70px;
  }
  .cid-uIwzCd9kum .navbar.opened {
    height: auto;
  }
  .cid-uIwzCd9kum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwzCd9kum .glow-link {
  color: black !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5) !important;
  transition: text-shadow 0.3s ease-in-out !important;
}
.cid-uIwzCd9kum .glow-link:hover {
  color: #222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8) !important;
}
.cid-uIwzCd9kum .navbar-toggler:focus,
.cid-uIwzCd9kum .navbar-toggler:hover {
  color: #222222 !important;
  text-shadow: 0 0 15px #ffffff, 0 0 25px rgba(255, 255, 255, 0.9), 0 0 35px rgba(255, 255, 255, 0.8);
}
.cid-uIwzCd9kum .hamburger span {
  background-color: black !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cid-uIwzCd9kum .pro-plus {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cid-uIwzCewUFc {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dfccb7;
}
@media (max-width: 600px) {
  .cid-uIwzCewUFc {
    padding-top: 8rem;
  }
}
.cid-uIwzCewUFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwzCewUFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwzCewUFc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIwzCewUFc .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uIwzCewUFc .mbr-section-title {
  color: #000000;
}
.cid-uIwzCewUFc .mbr-text,
.cid-uIwzCewUFc .mbr-section-btn {
  color: #000000;
}
.cid-uIwzCewUFc P {
  text-align: center;
  color: #000000;
}
.cid-uIwzCewUFc blockquote {
  border-left: none;
  text-align: center;
  width: 60%;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .cid-uIwzCewUFc blockquote {
    width: 90%;
  }
}
.cid-uIwzCewUFc H2 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwzCewUFc .align-left,
  .cid-uIwzCewUFc .align-right {
    text-align: center;
  }
  .cid-uIwzCewUFc .align-left {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .cid-uIwzCewUFc .link,
  .cid-uIwzCewUFc .link2 {
    padding: 0 1.5rem!important;
  }
  .cid-uIwzCewUFc span {
    width: 100%;
    display: block;
  }
}
.cid-uIwzCewUFc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIwzCewUFc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIwzCewUFc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIwzCewUFc H3 {
  color: #000000;
}
.cid-uIwA4r3mkH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dfccb7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIwA4r3mkH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIwA4r3mkH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIwA4r3mkH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIwA4r3mkH .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIwA4r3mkH .container {
  padding: 0;
}
.cid-uIwA4r3mkH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIwA4r3mkH .icon-focus {
  display: none;
}
.cid-uIwA4r3mkH .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uIwA4r3mkH .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uIwA4r3mkH li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uIwA4r3mkH li {
  position: relative;
  font-family: 'EB Garamond' !important;
}
.cid-uIwA4r3mkH .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
  font-family: 'EB Garamond' !important;
}
.cid-uIwA4r3mkH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIwA4r3mkH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIwA4r3mkH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uIwA4r3mkH .btn {
  font-family: 'EB Garamond' !important;
}
.cid-uIwA4r3mkH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uIwA4r3mkH .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uIwA4r3mkH .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIwA4r3mkH li:not(:last-child):after {
    top: 9px;
  }
  .cid-uIwA4r3mkH .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uIwA4r3mkH .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 16px;
}
.cid-uIwA4r3mkH .mbr-gallery-item div img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cid-uIwzCg4kWL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfccb7;
}
.cid-uIwzCg4kWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwzCg4kWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwzCg4kWL .content-wrap {
  justify-content: center;
}
.cid-uIwzCg4kWL .card {
  justify-content: center;
}
.cid-uIwzCg4kWL .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwzCg4kWL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uIwzCg4kWL .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uIwzCg4kWL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwzCg4kWL .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uIwzCg4kWL .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIwzCg4kWL .nav-wrapper .list .item-wrap:hover,
.cid-uIwzCg4kWL .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uIwzCg4kWL .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uIwzCg4kWL .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uIwzCg4kWL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIwzCg4kWL .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uIwzCg4kWL .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwzCg4kWL .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uIwzCg4kWL .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIwzCg4kWL .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIwzCg4kWL .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIwzCg4kWL .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uIwzCg4kWL .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #dfccb7;
  background-color: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uIwzCg4kWL .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uIwzCg4kWL .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uIwzCg4kWL .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uIwzCg4kWL .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uIwzCg4kWL .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uIwzCg4kWL .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIwzCg4kWL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIwzCg4kWL .list,
.cid-uIwzCg4kWL .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uIwzCg4kWL .mbr-phone {
  color: #000000;
}
.cid-uIwzCg4kWL .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uIwzCg4kWL .list,
.cid-uIwzCg4kWL .item-wrap,
.cid-uIwzCg4kWL .nav-wrapper {
  color: #000000;
}
