.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Play', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Play', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Play', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Play', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Play', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6a0000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #f5edc7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6a0000 !important;
  border-color: #6a0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9d0000 !important;
  border-color: #9d0000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d0000 !important;
  border-color: #9d0000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5f0e8 !important;
  border-color: #f5f0e8 !important;
  color: #9b7943 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9b7943 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5edc7 !important;
  border-color: #f5edc7 !important;
  color: #a0891d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fdfbf2 !important;
  border-color: #fdfbf2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #a0891d !important;
  background-color: #fdfbf2 !important;
  border-color: #fdfbf2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6a0000;
  color: #6a0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #130000 !important;
  background-color: transparent !important;
  border-color: #130000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a0000 !important;
  border-color: #6a0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f5f0e8;
  color: #f5f0e8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dbc9ac !important;
  background-color: transparent !important;
  border-color: #dbc9ac !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #9b7943 !important;
  background-color: #f5f0e8 !important;
  border-color: #f5f0e8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f5edc7;
  color: #f5edc7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e8d57d !important;
  background-color: transparent !important;
  border-color: #e8d57d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #a0891d !important;
  background-color: #f5edc7 !important;
  border-color: #f5edc7 !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: #6a0000 !important;
}
.text-secondary {
  color: #f5f0e8 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #f5edc7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d6c2a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e6d170 !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: #6a0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #f5edc7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6a0000;
  border-color: #6a0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6a0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ea0000;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Play', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #6a0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Play', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6a0000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6a0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6a0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6a0000;
  border-bottom-color: #6a0000;
}
.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: #6a0000 !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: #f5f0e8 !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='%236a0000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-veJj4Zh6Sp .navbar-dropdown {
  position: relative !important;
}
.cid-veJj4Zh6Sp .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-veJj4Zh6Sp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veJj4Zh6Sp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veJj4Zh6Sp .dropdown-item:hover,
.cid-veJj4Zh6Sp .dropdown-item:focus {
  background: #6a0000 !important;
  color: white !important;
}
.cid-veJj4Zh6Sp .dropdown-item:hover span {
  color: white;
}
.cid-veJj4Zh6Sp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veJj4Zh6Sp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veJj4Zh6Sp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veJj4Zh6Sp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veJj4Zh6Sp .nav-link {
  position: relative;
}
.cid-veJj4Zh6Sp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veJj4Zh6Sp .container {
    flex-wrap: wrap;
  }
}
.cid-veJj4Zh6Sp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veJj4Zh6Sp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veJj4Zh6Sp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJj4Zh6Sp .dropdown-menu,
.cid-veJj4Zh6Sp .navbar.opened {
  background: #000000 !important;
}
.cid-veJj4Zh6Sp .nav-item:focus,
.cid-veJj4Zh6Sp .nav-link:focus {
  outline: none;
}
.cid-veJj4Zh6Sp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJj4Zh6Sp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJj4Zh6Sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJj4Zh6Sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJj4Zh6Sp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJj4Zh6Sp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJj4Zh6Sp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-veJj4Zh6Sp .navbar.opened {
  transition: all 0.3s;
}
.cid-veJj4Zh6Sp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJj4Zh6Sp .navbar .navbar-logo img {
  width: auto;
}
.cid-veJj4Zh6Sp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veJj4Zh6Sp .navbar.collapsed {
  justify-content: center;
}
.cid-veJj4Zh6Sp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJj4Zh6Sp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJj4Zh6Sp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veJj4Zh6Sp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJj4Zh6Sp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJj4Zh6Sp .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-veJj4Zh6Sp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJj4Zh6Sp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJj4Zh6Sp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veJj4Zh6Sp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJj4Zh6Sp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJj4Zh6Sp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJj4Zh6Sp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJj4Zh6Sp .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-veJj4Zh6Sp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veJj4Zh6Sp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veJj4Zh6Sp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJj4Zh6Sp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veJj4Zh6Sp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJj4Zh6Sp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veJj4Zh6Sp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veJj4Zh6Sp .navbar.navbar-short {
  min-height: 60px;
}
.cid-veJj4Zh6Sp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veJj4Zh6Sp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veJj4Zh6Sp .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-veJj4Zh6Sp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJj4Zh6Sp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJj4Zh6Sp .dropdown-item.active,
.cid-veJj4Zh6Sp .dropdown-item:active {
  background-color: transparent;
}
.cid-veJj4Zh6Sp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJj4Zh6Sp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJj4Zh6Sp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJj4Zh6Sp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-veJj4Zh6Sp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veJj4Zh6Sp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veJj4Zh6Sp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJj4Zh6Sp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veJj4Zh6Sp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJj4Zh6Sp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5edc7;
}
.cid-veJj4Zh6Sp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJj4Zh6Sp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJj4Zh6Sp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJj4Zh6Sp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJj4Zh6Sp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJj4Zh6Sp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJj4Zh6Sp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJj4Zh6Sp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJj4Zh6Sp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJj4Zh6Sp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJj4Zh6Sp .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-veJj4Zh6Sp .navbar {
    height: 70px;
  }
  .cid-veJj4Zh6Sp .navbar.opened {
    height: auto;
  }
  .cid-veJj4Zh6Sp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJiZLeQyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--site-bg-dark);
}
.cid-veJiZLeQyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJiZLeQyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJiZLeQyj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veJiZLeQyj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veJiZLeQyj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veJiZLeQyj .mbr-section-title {
  color: #f2edd8;
}
.cid-veJiZLeQyj .mbr-text,
.cid-veJiZLeQyj .mbr-section-btn {
  color: #f2edd8;
}
.cid-vpyoyXA2X1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpyoyXA2X1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyoyXA2X1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyoyXA2X1 .row {
  flex-direction: row-reverse;
}
.cid-vpyoyXA2X1 .mbr-description {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpyAQT9jcq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpyAQT9jcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyAQT9jcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyAQT9jcq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpyAQT9jcq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpyAQT9jcq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpyAQT9jcq .panel-body,
.cid-vpyAQT9jcq .card-header {
  padding: 1rem 0;
}
.cid-vpyAQT9jcq .panel-title-edit {
  color: #f2edd8;
}
.cid-vpyAQT9jcq .panel-text {
  color: #f2edd8;
}
.cid-vpstUuJpIO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpstUuJpIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpstUuJpIO .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-vpstUuJpIO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpstUuJpIO .row {
  flex-direction: row-reverse;
}
.cid-vpstUuJpIO img {
  width: 100%;
}
.cid-vpyNMPB36v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpyNMPB36v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyNMPB36v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyNMPB36v .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpyNMPB36v .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpyNMPB36v .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpyNMPB36v .panel-body,
.cid-vpyNMPB36v .card-header {
  padding: 1rem 0;
}
.cid-vpyNMPB36v .panel-title-edit {
  color: #f2edd8;
}
.cid-vpyNMPB36v .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpszln9rP0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpszln9rP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpszln9rP0 .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-vpszln9rP0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpszln9rP0 .row {
  flex-direction: row-reverse;
}
.cid-vpszln9rP0 img {
  width: 100%;
}
.cid-vpyNQKmZtC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpyNQKmZtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyNQKmZtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyNQKmZtC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpyNQKmZtC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpyNQKmZtC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpyNQKmZtC .panel-body,
.cid-vpyNQKmZtC .card-header {
  padding: 1rem 0;
}
.cid-vpyNQKmZtC .panel-title-edit {
  color: #f2edd8;
}
.cid-vpyNQKmZtC .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpswg3UZLx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpswg3UZLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpswg3UZLx .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-vpswg3UZLx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpswg3UZLx .row {
  flex-direction: row-reverse;
}
.cid-vpswg3UZLx img {
  width: 100%;
}
.cid-vpyNRTLYSX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpyNRTLYSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyNRTLYSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyNRTLYSX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpyNRTLYSX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpyNRTLYSX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpyNRTLYSX .panel-body,
.cid-vpyNRTLYSX .card-header {
  padding: 1rem 0;
}
.cid-vpyNRTLYSX .panel-title-edit {
  color: #f2edd8;
}
.cid-vpyNRTLYSX .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vfhfy9NQ1B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vfhfy9NQ1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhfy9NQ1B .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-vfhfy9NQ1B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhfy9NQ1B .row {
  flex-direction: row-reverse;
}
.cid-vfhfy9NQ1B img {
  width: 100%;
}
.cid-vpyNSt4GBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpyNSt4GBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyNSt4GBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyNSt4GBu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpyNSt4GBu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpyNSt4GBu .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpyNSt4GBu .panel-body,
.cid-vpyNSt4GBu .card-header {
  padding: 1rem 0;
}
.cid-vpyNSt4GBu .panel-title-edit {
  color: #f2edd8;
}
.cid-vpyNSt4GBu .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpsBbuONWG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpsBbuONWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsBbuONWG .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-vpsBbuONWG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpsBbuONWG .row {
  flex-direction: row-reverse;
}
.cid-vpsBbuONWG img {
  width: 100%;
}
.cid-vpyNTxk6YX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpyNTxk6YX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpyNTxk6YX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpyNTxk6YX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpyNTxk6YX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpyNTxk6YX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpyNTxk6YX .panel-body,
.cid-vpyNTxk6YX .card-header {
  padding: 1rem 0;
}
.cid-vpyNTxk6YX .panel-title-edit {
  color: #f2edd8;
}
.cid-vpyNTxk6YX .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpsH3Au6P5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: var(--site-bg-light);
}
.cid-vpsH3Au6P5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsH3Au6P5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpsH3Au6P5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpsH3Au6P5 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veOI8bLaGQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--site-bg-footer);
}
.cid-veOI8bLaGQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veOI8bLaGQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veOI8bLaGQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veOI8bLaGQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veOI8bLaGQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veOI8bLaGQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veOI8bLaGQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veOI8bLaGQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veOI8bLaGQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veOI8bLaGQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veOI8bLaGQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veOI8bLaGQ .media-container-row .mbr-text {
  color: #f2edd8;
}
.cid-veMJS39vWt .navbar-dropdown {
  position: relative !important;
}
.cid-veMJS39vWt .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-veMJS39vWt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veMJS39vWt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veMJS39vWt .dropdown-item:hover,
.cid-veMJS39vWt .dropdown-item:focus {
  background: #6a0000 !important;
  color: white !important;
}
.cid-veMJS39vWt .dropdown-item:hover span {
  color: white;
}
.cid-veMJS39vWt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veMJS39vWt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veMJS39vWt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veMJS39vWt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veMJS39vWt .nav-link {
  position: relative;
}
.cid-veMJS39vWt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veMJS39vWt .container {
    flex-wrap: wrap;
  }
}
.cid-veMJS39vWt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veMJS39vWt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veMJS39vWt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veMJS39vWt .dropdown-menu,
.cid-veMJS39vWt .navbar.opened {
  background: #000000 !important;
}
.cid-veMJS39vWt .nav-item:focus,
.cid-veMJS39vWt .nav-link:focus {
  outline: none;
}
.cid-veMJS39vWt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veMJS39vWt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMJS39vWt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veMJS39vWt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veMJS39vWt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veMJS39vWt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veMJS39vWt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-veMJS39vWt .navbar.opened {
  transition: all 0.3s;
}
.cid-veMJS39vWt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veMJS39vWt .navbar .navbar-logo img {
  width: auto;
}
.cid-veMJS39vWt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veMJS39vWt .navbar.collapsed {
  justify-content: center;
}
.cid-veMJS39vWt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veMJS39vWt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veMJS39vWt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veMJS39vWt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veMJS39vWt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veMJS39vWt .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-veMJS39vWt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veMJS39vWt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veMJS39vWt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veMJS39vWt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veMJS39vWt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veMJS39vWt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veMJS39vWt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veMJS39vWt .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-veMJS39vWt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veMJS39vWt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veMJS39vWt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veMJS39vWt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veMJS39vWt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veMJS39vWt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veMJS39vWt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veMJS39vWt .navbar.navbar-short {
  min-height: 60px;
}
.cid-veMJS39vWt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veMJS39vWt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veMJS39vWt .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-veMJS39vWt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veMJS39vWt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veMJS39vWt .dropdown-item.active,
.cid-veMJS39vWt .dropdown-item:active {
  background-color: transparent;
}
.cid-veMJS39vWt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veMJS39vWt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veMJS39vWt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veMJS39vWt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-veMJS39vWt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veMJS39vWt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veMJS39vWt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veMJS39vWt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veMJS39vWt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veMJS39vWt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5edc7;
}
.cid-veMJS39vWt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veMJS39vWt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMJS39vWt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMJS39vWt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veMJS39vWt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMJS39vWt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veMJS39vWt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veMJS39vWt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMJS39vWt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veMJS39vWt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veMJS39vWt .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-veMJS39vWt .navbar {
    height: 70px;
  }
  .cid-veMJS39vWt .navbar.opened {
    height: auto;
  }
  .cid-veMJS39vWt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpsJ5Ct1cR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpsJ5Ct1cR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsJ5Ct1cR .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-vpsJ5Ct1cR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpsJ5Ct1cR .row {
  flex-direction: row-reverse;
}
.cid-vpsJ5Ct1cR img {
  width: 100%;
}
.cid-vpD1C6ZWfU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpD1C6ZWfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpD1C6ZWfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpD1C6ZWfU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpD1C6ZWfU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpD1C6ZWfU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpD1C6ZWfU .panel-body,
.cid-vpD1C6ZWfU .card-header {
  padding: 1rem 0;
}
.cid-vpD1C6ZWfU .panel-title-edit {
  color: #f2edd8;
}
.cid-vpD1C6ZWfU .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpD1mSlOrM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpD1mSlOrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpD1mSlOrM .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-vpD1mSlOrM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpD1mSlOrM .row {
  flex-direction: row-reverse;
}
.cid-vpD1mSlOrM img {
  width: 100%;
}
.cid-vpD1DXh41E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpD1DXh41E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpD1DXh41E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpD1DXh41E .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpD1DXh41E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpD1DXh41E .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpD1DXh41E .panel-body,
.cid-vpD1DXh41E .card-header {
  padding: 1rem 0;
}
.cid-vpD1DXh41E .panel-title-edit {
  color: #f2edd8;
}
.cid-vpD1DXh41E .panel-text {
  color: #f2edd8;
}
.cid-vpDgZoO35U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpDgZoO35U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpDgZoO35U .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-vpDgZoO35U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpDgZoO35U .row {
  flex-direction: row-reverse;
}
.cid-vpDgZoO35U img {
  width: 100%;
}
.cid-vpDh1YWhzP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpDh1YWhzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpDh1YWhzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpDh1YWhzP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpDh1YWhzP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpDh1YWhzP .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpDh1YWhzP .panel-body,
.cid-vpDh1YWhzP .card-header {
  padding: 1rem 0;
}
.cid-vpDh1YWhzP .panel-title-edit {
  color: #f2edd8;
}
.cid-vpDh1YWhzP .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpDhbd7vYR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpDhbd7vYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpDhbd7vYR .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-vpDhbd7vYR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpDhbd7vYR .row {
  flex-direction: row-reverse;
}
.cid-vpDhbd7vYR img {
  width: 100%;
}
.cid-vpDhcYi6dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-light);
}
.cid-vpDhcYi6dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpDhcYi6dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpDhcYi6dE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpDhcYi6dE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpDhcYi6dE .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpDhcYi6dE .panel-body,
.cid-vpDhcYi6dE .card-header {
  padding: 1rem 0;
}
.cid-vpDhcYi6dE .panel-title-edit {
  color: #f2edd8;
}
.cid-vpDhcYi6dE .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-vpsID5mhf1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpsID5mhf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsID5mhf1 .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-vpsID5mhf1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpsID5mhf1 .row {
  flex-direction: row-reverse;
}
.cid-vpsID5mhf1 img {
  width: 100%;
}
.cid-vpE1swNtT8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--site-bg-dark);
}
.cid-vpE1swNtT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpE1swNtT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpE1swNtT8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vpE1swNtT8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpE1swNtT8 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6a0000;
}
.cid-vpE1swNtT8 .panel-body,
.cid-vpE1swNtT8 .card-header {
  padding: 1rem 0;
}
.cid-vpE1swNtT8 .panel-title-edit {
  color: #f2edd8;
}
.cid-vpE1swNtT8 .panel-text {
  color: #f2edd8;
  text-align: justify;
}
.cid-veOI8bLaGQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--site-bg-footer);
}
.cid-veOI8bLaGQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veOI8bLaGQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veOI8bLaGQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veOI8bLaGQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veOI8bLaGQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veOI8bLaGQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veOI8bLaGQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veOI8bLaGQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veOI8bLaGQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veOI8bLaGQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veOI8bLaGQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veOI8bLaGQ .media-container-row .mbr-text {
  color: #f2edd8;
}
.cid-vfewqy2rXS .navbar-dropdown {
  position: relative !important;
}
.cid-vfewqy2rXS .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-vfewqy2rXS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfewqy2rXS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfewqy2rXS .dropdown-item:hover,
.cid-vfewqy2rXS .dropdown-item:focus {
  background: #6a0000 !important;
  color: white !important;
}
.cid-vfewqy2rXS .dropdown-item:hover span {
  color: white;
}
.cid-vfewqy2rXS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfewqy2rXS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfewqy2rXS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfewqy2rXS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfewqy2rXS .nav-link {
  position: relative;
}
.cid-vfewqy2rXS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vfewqy2rXS .container {
    flex-wrap: wrap;
  }
}
.cid-vfewqy2rXS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vfewqy2rXS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vfewqy2rXS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfewqy2rXS .dropdown-menu,
.cid-vfewqy2rXS .navbar.opened {
  background: #000000 !important;
}
.cid-vfewqy2rXS .nav-item:focus,
.cid-vfewqy2rXS .nav-link:focus {
  outline: none;
}
.cid-vfewqy2rXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfewqy2rXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfewqy2rXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfewqy2rXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfewqy2rXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfewqy2rXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfewqy2rXS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vfewqy2rXS .navbar.opened {
  transition: all 0.3s;
}
.cid-vfewqy2rXS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfewqy2rXS .navbar .navbar-logo img {
  width: auto;
}
.cid-vfewqy2rXS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfewqy2rXS .navbar.collapsed {
  justify-content: center;
}
.cid-vfewqy2rXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfewqy2rXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfewqy2rXS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfewqy2rXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfewqy2rXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfewqy2rXS .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-vfewqy2rXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfewqy2rXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfewqy2rXS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfewqy2rXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfewqy2rXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfewqy2rXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfewqy2rXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfewqy2rXS .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-vfewqy2rXS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfewqy2rXS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfewqy2rXS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfewqy2rXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfewqy2rXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfewqy2rXS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfewqy2rXS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfewqy2rXS .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfewqy2rXS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfewqy2rXS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfewqy2rXS .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-vfewqy2rXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfewqy2rXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfewqy2rXS .dropdown-item.active,
.cid-vfewqy2rXS .dropdown-item:active {
  background-color: transparent;
}
.cid-vfewqy2rXS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfewqy2rXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfewqy2rXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfewqy2rXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vfewqy2rXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfewqy2rXS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfewqy2rXS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfewqy2rXS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfewqy2rXS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfewqy2rXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5edc7;
}
.cid-vfewqy2rXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfewqy2rXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfewqy2rXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfewqy2rXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfewqy2rXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfewqy2rXS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfewqy2rXS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfewqy2rXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfewqy2rXS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfewqy2rXS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfewqy2rXS .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-vfewqy2rXS .navbar {
    height: 70px;
  }
  .cid-vfewqy2rXS .navbar.opened {
    height: auto;
  }
  .cid-vfewqy2rXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpsMZzscwZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #3e1801;
}
.cid-vpsMZzscwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsMZzscwZ .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-vpsMZzscwZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpsMZzscwZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpsMZzscwZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vpsMZzscwZ .mbr-section-title {
  color: #f2edd8;
}
.cid-vpsMZzscwZ .mbr-text {
  color: #f2edd8;
}
.cid-vfeK8lb0Qg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #282209;
}
.cid-vfeK8lb0Qg .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-veOI8bLaGQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--site-bg-footer);
}
.cid-veOI8bLaGQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veOI8bLaGQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veOI8bLaGQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veOI8bLaGQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veOI8bLaGQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veOI8bLaGQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veOI8bLaGQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veOI8bLaGQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veOI8bLaGQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veOI8bLaGQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veOI8bLaGQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veOI8bLaGQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veOI8bLaGQ .media-container-row .mbr-text {
  color: #f2edd8;
}

/* ========================================================================== */
/* SVIYART: УСІ РУЧНІ НАЛАШТУВАННЯ — ЗМІНЮЙТЕ ЛИШЕ ЗНАЧЕННЯ НИЖЧЕ          */
/* ========================================================================== */
:root {
  --poster-gap-top: 1.8rem;           /* Смуга над кожним постером */
  --poster-gap-bottom: 0rem;          /* Відступ під постером до назви */
  --story-gap-bottom: 0rem;           /* Відступ після текстового блоку */
  --story-row-padding: 0.5rem;        /* Вертикальний відступ рядка з назвою */

  --arrow-color: #f2edd8;             /* Колір верхньої та нижньої стрілок */
  --arrow-size: 1rem;                 /* Розмір стрілок */
  --arrow-thickness: 2px;             /* Товщина стрілок */

  --menu-avatar-height: 3rem;         /* Висота малого аватара в меню */
  --youtube-play-size: 56px;          /* Розмір кнопки play.png */
  --audio-play-size: 56px;            /* Розмір кнопки play1.png */
  --audio-progress-height: 3px;       /* Висота смуги поступу аудіо */
  --audio-progress-bottom: 0px;       /* Відступ смуги поступу від низу постера */

  --header-height-desktop: 7.45rem;   /* Висота шапки на великому екрані */
  --header-height-mobile: 4.65rem;    /* Висота шапки на смартфоні */
  --page-intro-gap-top: 0.65rem;      /* Відступ над коротким вступом сторінки */
  --page-intro-gap-bottom: 0.35rem;   /* Відступ під коротким вступом сторінки */

  --about-avatar-size: 320px;         /* Розмір аватара на сторінці «Хто він?» */
  --about-text-width: 850px;          /* Максимальна ширина текстових блоків */
  --about-section-gap: 0.9rem;        /* Вертикальні відступи блоків «Хто він?» */
}

/* Закріплена шапка не перекриває вміст сторінки. */
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height-desktop) + var(--poster-gap-top)); }
body { padding-top: var(--header-height-desktop) !important; }
section.menu {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5000 !important;
}
section.image3,
section.image01,
#contacts,
#about {
  scroll-margin-top: calc(var(--header-height-desktop) + var(--poster-gap-top));
}

/* Постери, назви й описи. */
section.image3,
section.image01 {
  padding-top: var(--poster-gap-top) !important;
  padding-bottom: var(--poster-gap-bottom) !important;
}
section.image01 .image-wrapper.mb-4 { margin-bottom: 0 !important; }
section.content17 {
  padding-top: 0 !important;
  padding-bottom: var(--story-gap-bottom) !important;
}
section.content17 .card-header {
  padding-top: var(--story-row-padding) !important;
  padding-bottom: var(--story-row-padding) !important;
}
section.content17 .sign,
.story-collapse-bottom .sign {
  color: var(--arrow-color) !important;
  font-size: var(--arrow-size) !important;
  -webkit-text-stroke: var(--arrow-thickness) var(--arrow-color);
}
.story-collapse-bottom {
  position: relative;
  z-index: 30;
  display: block;
  width: 100%;
  min-height: 2.8rem;
  padding: .45rem 0 .7rem;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
}
.story-collapse-bottom .sign { pointer-events: none; }

/* Кнопки відтворення та аудіосмуга. */
.navbar-logo img { height: var(--menu-avatar-height) !important; width: auto !important; }
.youtube-poster,
.audio-poster { position: relative; overflow: hidden; }
.youtube-poster > img,
.audio-poster > img { display: block; width: 100%; }
.media-play-button,
.audio-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.media-play-button img { display: block; width: var(--youtube-play-size); height: auto; }
.audio-play-button img { display: block; width: var(--audio-play-size); height: auto; }
.audio-poster.is-playing .audio-play-button { opacity: .28; }
.youtube-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.audio-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--audio-progress-bottom);
  z-index: 4;
  height: var(--audio-progress-height);
  background: rgba(255,255,255,.38);
  cursor: pointer;
}
.audio-progress-fill { width: 0; height: 100%; background: #ff0033; pointer-events: none; }

/* Короткий вступ на сторінках пісень і музики. */
.sviyart-page-intro {
  padding: var(--page-intro-gap-top) 1rem var(--page-intro-gap-bottom);
  text-align: center;
  background: var(--site-bg-intro);
}
.sviyart-page-intro h1 { margin: 0 0 .15rem; color: #f2edd8; line-height: 1.08; }
.sviyart-page-intro p { margin: 0; color: #f2edd8; }

/* Випадаючі списки меню. */
.sviyart-nav-heading { display: flex; align-items: stretch; }
.sviyart-nav-heading .sviyart-section-link { display: flex; align-items: center; padding-right: .25rem !important; }
.sviyart-dropdown-toggle {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-width: 2.6rem;
  padding: 0 .35rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}
.sviyart-dropdown-toggle span {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform .18s ease;
  pointer-events: none;
}
.sviyart-nav-dropdown.menu-open .sviyart-dropdown-toggle span { transform: rotate(180deg); }
.sviyart-nav-dropdown.menu-open > .dropdown-menu { display: block !important; }
@media (min-width: 992px) {
  .sviyart-nav-dropdown:hover > .dropdown-menu { display: block !important; margin-top: 0; }
}

/* Зображення всередині розгорнутих текстів. */
.story-image-slot { width: 100%; margin: 1.25rem auto .5rem; text-align: center; }
.story-image-slot:empty { display: none; }
.story-image-slot > img,
.story-inline-image { display: block; width: 100%; height: auto; margin: 0 auto; }
.story-image-caption { margin-top: 1rem !important; text-align: left; }

/* Сторінка «Хто він?». */
.about-hero { padding: 1.15rem 1rem .85rem; background: var(--site-bg-intro); color: #f2edd8; }
.about-avatar img {
  display: block;
  width: var(--about-avatar-size);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-lead { padding: .45rem 1rem; }
.about-lead h1 {
  margin: 0 0 .55rem;
  color: #f2edd8;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  line-height: 1.05;
}
.about-lead p,
.about-text p {
  color: #f2edd8;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.about-section { padding: var(--about-section-gap) 1rem; background: var(--site-bg-about-light); }
.about-section:nth-of-type(even) { background: var(--site-bg-intro); }
.about-text { max-width: var(--about-text-width); margin: 0 auto; }
.about-text h2 { margin: 0 0 .4rem; color: #f2edd8; }
.about-text p { margin: 0 0 .55rem; }
.about-text p:last-child { margin-bottom: 0; }
.about-accent { margin-top: .65rem !important; text-align: center !important; }
.about-contact { margin-top: .55rem !important; text-align: center !important; }
.about-contact a { color: #f2edd8; text-decoration: underline; }

@media (max-width: 991.98px) {
  html { scroll-padding-top: calc(var(--header-height-mobile) + var(--poster-gap-top)); }
  body { padding-top: var(--header-height-mobile) !important; }
  section.image3,
  section.image01,
  #contacts,
  #about { scroll-margin-top: calc(var(--header-height-mobile) + var(--poster-gap-top)); }
  .sviyart-nav-heading { width: 100%; justify-content: space-between; }
  .sviyart-nav-heading .sviyart-section-link { flex: 1 1 auto; }
  .sviyart-dropdown-toggle { flex: 0 0 3.2rem; }
  .sviyart-nav-dropdown > .dropdown-menu { position: static !important; float: none; width: 100%; }
  .about-hero { padding-top: .8rem; }
  .about-lead { padding-top: .55rem; text-align: center; }
  .about-lead p { text-align: justify; }
}


/* ============================================================
   НАЛАШТУВАННЯ КОЛЬОРІВ ФОНУ САЙТУ
   Змінюйте лише значення після двокрапки.
   Ці кольори однакові для комп’ютера і телефона.
   ============================================================ */
:root {
  --site-bg-light: #6a0000;       /* ��������� �������� ��� ������ */
  --site-bg-dark: #4a0000;        /* �������� �������� ��� ������ */
  --site-bg-intro: #320707;       /* ��� ������ �� ������ ������ ���� ���?� */
  --site-bg-about-light: #6a0000; /* ������ ����� �������� ���� ���?� */
  --site-bg-header: #000000;      /* ��� ������ */
  --site-bg-footer: #151202;      /* ��� ������ */
}

/* Застосування кольорів хедера без зміни його розміру або поведінки. */
.menu .navbar,
.menu .navbar-dropdown,
.menu nav.navbar {
  background-color: var(--site-bg-header) !important;
}

/* ===== ������������ ������ ===== */

/* ===== ����� ����������� YOUTUBE � ����в ===== */

.footer3 .social-row {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}

.footer3 .social-list,
.footer3 .social-list.align-right {
  display: inline-flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.footer3 .soc-item {
  display: flex !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer3 .soc-item a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
}

/* ===== ٲ��Ͳ ²������ � ����в ===== */

.footer3 {
  padding-top: 1.0rem !important; /* ³������ ��� ��������� ���� ������ �� e-mail */
}


.footer3 .row-links {
  margin: 0 !important;
  padding: 0 !important;
}

.footer3 .foot-menu {
  margin: 0 !important;
  padding: 0 !important;
}

.footer3 .foot-menu-item {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.15 !important;
}

.footer3 .social-row {
  margin: 0.35rem 0 0 !important; /* ³����� ��� e-mail �� YouTube */
  padding: 0 !important;
}

.footer3 .row-copirayt {
  margin: 0.35rem 0 0 !important; /* ³����� ��� YouTube �� ��������� */
  padding: 0 !important;
}

.footer3 .row-copirayt .mbr-text {
  margin: 0 !important;
  padding: 0 !important;
}


/* ��������� ����� e-mail � ��������� */
.footer3 .foot-menu-item,
.footer3 .row-copirayt .mbr-text {
  font-family: 'Play', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.footer3 {
  padding-bottom: 1rem !important; /* ³������ ��� ���������� */
}
