body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  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: #cccccc !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !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: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !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: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !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: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !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: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !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: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !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: transparent;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a1a1a1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #cccccc !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #cccccc;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #cccccc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #cccccc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cccccc;
}
.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: #cccccc;
  border-bottom-color: #cccccc;
}
.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: #000000 !important;
  background-color: #cccccc !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: #c69453 !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='%23cccccc' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-u7iISKVHfW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7iISKVHfW nav.navbar {
  position: fixed;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7iISKVHfW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7iISKVHfW .dropdown-item:hover,
.cid-u7iISKVHfW .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7iISKVHfW .dropdown-item:hover span {
  color: white;
}
.cid-u7iISKVHfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7iISKVHfW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7iISKVHfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7iISKVHfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7iISKVHfW .nav-link {
  position: relative;
}
.cid-u7iISKVHfW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .container {
    flex-wrap: nowrap;
  }
}
.cid-u7iISKVHfW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7iISKVHfW .dropdown-menu,
.cid-u7iISKVHfW .navbar.opened {
  background: #ffffff !important;
}
.cid-u7iISKVHfW .nav-item:focus,
.cid-u7iISKVHfW .nav-link:focus {
  outline: none;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7iISKVHfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7iISKVHfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7iISKVHfW .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: #ffffff;
}
.cid-u7iISKVHfW .navbar.opened {
  transition: all 0.3s;
}
.cid-u7iISKVHfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7iISKVHfW .navbar .navbar-logo img {
  width: auto;
}
.cid-u7iISKVHfW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7iISKVHfW .navbar.collapsed {
  justify-content: center;
}
.cid-u7iISKVHfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7iISKVHfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7iISKVHfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7iISKVHfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7iISKVHfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7iISKVHfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7iISKVHfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7iISKVHfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7iISKVHfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7iISKVHfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7iISKVHfW .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-u7iISKVHfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7iISKVHfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7iISKVHfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7iISKVHfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7iISKVHfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7iISKVHfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7iISKVHfW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7iISKVHfW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7iISKVHfW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7iISKVHfW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7iISKVHfW .dropdown-item.active,
.cid-u7iISKVHfW .dropdown-item:active {
  background-color: transparent;
}
.cid-u7iISKVHfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7iISKVHfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7iISKVHfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7iISKVHfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7iISKVHfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7iISKVHfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7iISKVHfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7iISKVHfW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7iISKVHfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iISKVHfW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7iISKVHfW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7iISKVHfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .navbar {
    height: 70px;
  }
  .cid-u7iISKVHfW .navbar.opened {
    height: auto;
  }
  .cid-u7iISKVHfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7iISKVHfW .container,
.cid-u7iISKVHfW .container-fluid {
  flex-wrap: wrap;
}
.cid-u7iISKVHfW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7iISKVHfW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7iISKVHfW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7iISKVHfW .contacts-menu {
    display: none;
  }
}
.cid-u7iISKVHfW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7iISKVHfW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7iISKVHfW .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7iISKVHfW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7iISKVHfW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7iISKVHfW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7iISKVHfW .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7iISKVHfW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7iISKVHfW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7iISKVHfW .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-sSwPHs3H2U {
  background-image: url("../../../assets/images/pexels-mark-mccammon-1080721.jpg");
}
.cid-sSwPHs3H2U .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSwPHs3H2U .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSwPHs3H2U .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSwPHs3H2U .label-text {
    text-align: center !important;
  }
}
.cid-sSwPHs3H2U .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSwPHs3H2U .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSwPHs3H2U .mbr-section-title,
.cid-sSwPHs3H2U .mbr-section-btn {
  text-align: center;
}
.cid-u7iBTCGySV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7iBTCGySV .mbr-text {
    text-align: center;
  }
}
.cid-u7iBTCGySV .container-fluid {
  padding: 0;
}
.cid-u7iBTCGySV .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-u7iBTCGySV img {
  height: 100%;
  object-fit: cover;
}
.cid-u7iBTCGySV .mbr-figure {
  height: 100%;
}
.cid-u7iBTCGySV .col-lg-6 {
  padding: 0;
}
.cid-u7iBTCGySV .row {
  margin: 0;
}
.cid-u7iBTCGySV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iBTCGySV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iAL98KqM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7iAL98KqM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iAL98KqM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iAL98KqM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iAL98KqM .mbr-text,
.cid-u7iAL98KqM .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iAL98KqM h3:before,
  .cid-u7iAL98KqM h3:after {
    display: none;
  }
}
.cid-u7iAL98KqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iAL98KqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iznvlQMK {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7iznvlQMK .mbr-text {
  color: #767676;
}
.cid-u7iznvlQMK .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-u7iznvlQMK .link {
  margin: 0;
}
.cid-u7iznvlQMK .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u7iznvlQMK .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-u7iznvlQMK .card {
    display: flex;
    flex-direction: row;
  }
  .cid-u7iznvlQMK .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7iznvlQMK .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-u7iznvlQMK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7iznvlQMK .card {
    margin-bottom: 2rem;
  }
}
.cid-u7iznvlQMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iznvlQMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iCBuEXSp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7iCBuEXSp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iCBuEXSp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iCBuEXSp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iCBuEXSp .mbr-text,
.cid-u7iCBuEXSp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iCBuEXSp h3:before,
  .cid-u7iCBuEXSp h3:after {
    display: none;
  }
}
.cid-u7iCBuEXSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iCBuEXSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ofeBcHHS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7ofeBcHHS .row {
  justify-content: center;
}
.cid-u7ofeBcHHS .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-u7ofeBcHHS .item-img {
    height: 286px;
  }
}
.cid-u7ofeBcHHS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7ofeBcHHS .item:focus,
.cid-u7ofeBcHHS span:focus {
  outline: none;
}
.cid-u7ofeBcHHS .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u7ofeBcHHS .col-items {
    flex-wrap: wrap;
  }
}
.cid-u7ofeBcHHS .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-u7ofeBcHHS .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7ofeBcHHS .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-u7ofeBcHHS .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-u7ofeBcHHS .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-u7ofeBcHHS .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-u7ofeBcHHS .item-wrapper .btn-primary:hover span {
  color: #cccccc !important;
}
.cid-u7ofeBcHHS .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u7ofeBcHHS .item-content {
    text-align: center;
  }
}
.cid-u7ofeBcHHS .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-u7ofeBcHHS .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-u7ofeBcHHS .item-title {
  color: #222222;
}
.cid-u7ofeBcHHS .item-subtitle {
  color: #222222;
}
.cid-u7ofeBcHHS .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-u7ofeBcHHS .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7ofeBcHHS .mbr-section-head {
    text-align: center !important;
  }
}
.cid-u7ofeBcHHS .item-title,
.cid-u7ofeBcHHS .mbr-section-btn {
  text-align: center;
}
.cid-u7iz7SSvvx {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u7iz7SSvvx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iz7SSvvx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iz7SSvvx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iz7SSvvx .mbr-text,
.cid-u7iz7SSvvx .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iz7SSvvx h3:before,
  .cid-u7iz7SSvvx h3:after {
    display: none;
  }
}
.cid-u7iz7SSvvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iz7SSvvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7iQ0XjegK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7iQ0XjegK nav.navbar {
  position: fixed;
}
.cid-u7iQ0XjegK .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-u7iQ0XjegK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7iQ0XjegK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7iQ0XjegK .dropdown-item:hover,
.cid-u7iQ0XjegK .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7iQ0XjegK .dropdown-item:hover span {
  color: white;
}
.cid-u7iQ0XjegK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7iQ0XjegK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7iQ0XjegK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7iQ0XjegK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7iQ0XjegK .nav-link {
  position: relative;
}
.cid-u7iQ0XjegK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7iQ0XjegK .container {
    flex-wrap: nowrap;
  }
}
.cid-u7iQ0XjegK .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7iQ0XjegK .dropdown-menu,
.cid-u7iQ0XjegK .navbar.opened {
  background: #ffffff !important;
}
.cid-u7iQ0XjegK .nav-item:focus,
.cid-u7iQ0XjegK .nav-link:focus {
  outline: none;
}
.cid-u7iQ0XjegK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7iQ0XjegK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7iQ0XjegK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7iQ0XjegK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7iQ0XjegK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7iQ0XjegK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7iQ0XjegK .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: #ffffff;
}
.cid-u7iQ0XjegK .navbar.opened {
  transition: all 0.3s;
}
.cid-u7iQ0XjegK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7iQ0XjegK .navbar .navbar-logo img {
  width: auto;
}
.cid-u7iQ0XjegK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7iQ0XjegK .navbar.collapsed {
  justify-content: center;
}
.cid-u7iQ0XjegK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7iQ0XjegK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7iQ0XjegK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7iQ0XjegK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7iQ0XjegK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7iQ0XjegK .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-u7iQ0XjegK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7iQ0XjegK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7iQ0XjegK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7iQ0XjegK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7iQ0XjegK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7iQ0XjegK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7iQ0XjegK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7iQ0XjegK .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-u7iQ0XjegK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7iQ0XjegK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7iQ0XjegK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7iQ0XjegK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7iQ0XjegK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7iQ0XjegK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7iQ0XjegK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7iQ0XjegK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7iQ0XjegK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7iQ0XjegK .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-u7iQ0XjegK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7iQ0XjegK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7iQ0XjegK .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7iQ0XjegK .dropdown-item.active,
.cid-u7iQ0XjegK .dropdown-item:active {
  background-color: transparent;
}
.cid-u7iQ0XjegK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7iQ0XjegK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7iQ0XjegK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7iQ0XjegK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7iQ0XjegK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7iQ0XjegK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7iQ0XjegK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7iQ0XjegK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7iQ0XjegK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7iQ0XjegK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7iQ0XjegK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7iQ0XjegK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iQ0XjegK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iQ0XjegK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iQ0XjegK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iQ0XjegK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iQ0XjegK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iQ0XjegK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iQ0XjegK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7iQ0XjegK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7iQ0XjegK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iQ0XjegK .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-u7iQ0XjegK .navbar {
    height: 70px;
  }
  .cid-u7iQ0XjegK .navbar.opened {
    height: auto;
  }
  .cid-u7iQ0XjegK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7iQ0XjegK .container,
.cid-u7iQ0XjegK .container-fluid {
  flex-wrap: wrap;
}
.cid-u7iQ0XjegK .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7iQ0XjegK .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7iQ0XjegK .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7iQ0XjegK .contacts-menu {
    display: none;
  }
}
.cid-u7iQ0XjegK .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7iQ0XjegK .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7iQ0XjegK .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7iQ0XjegK .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7iQ0XjegK .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7iQ0XjegK .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7iQ0XjegK .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7iQ0XjegK .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7iQ0XjegK .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7iQ0XjegK .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7iQ0XjegK .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7iQ0U3nhe {
  background-image: url("../../../assets/images/pexels-mark-mccammon-1080721.jpg");
}
.cid-u7iQ0U3nhe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7iQ0U3nhe .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7iQ0U3nhe .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7iQ0U3nhe .label-text {
    text-align: center !important;
  }
}
.cid-u7iQ0U3nhe .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7iQ0U3nhe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7iQ0U3nhe .mbr-section-title,
.cid-u7iQ0U3nhe .mbr-section-btn {
  text-align: center;
}
.cid-u7iQ0Vnh7s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7iQ0Vnh7s h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iQ0Vnh7s h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iQ0Vnh7s h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iQ0Vnh7s .mbr-text,
.cid-u7iQ0Vnh7s .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iQ0Vnh7s h3:before,
  .cid-u7iQ0Vnh7s h3:after {
    display: none;
  }
}
.cid-u7iQ0Vnh7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iQ0Vnh7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iVQhu80Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7iVQhu80Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iVQhu80Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iVQhu80Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iVQhu80Y .mbr-text,
.cid-u7iVQhu80Y .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iVQhu80Y h3:before,
  .cid-u7iVQhu80Y h3:after {
    display: none;
  }
}
.cid-u7iVQhu80Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iVQhu80Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iQdUlMxY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7iQdUlMxY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7iQdUlMxY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7iQdUlMxY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7iQdUlMxY .mbr-gallery-item {
  width: 33.3%;
}
.cid-u7iQdUlMxY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u7iQdUlMxY .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u7iQdUlMxY .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u7iQdUlMxY .mbr-gallery-row {
  justify-content: center;
}
.cid-u7iQdUlMxY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u7iQdUlMxY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u7iQdUlMxY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7iQdUlMxY .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7iQdUlMxY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u7iQdUlMxY .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u7iQdUlMxY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7iQdUlMxY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u7iQdUlMxY img {
  transition: all 2s !important;
}
.cid-u7iQdUlMxY .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-u7iQdUlMxY .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u7iQdUlMxY .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;
}
.cid-u7iQ0Wx6BG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7iQ0Wx6BG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iQ0Wx6BG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iQ0Wx6BG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iQ0Wx6BG .mbr-text,
.cid-u7iQ0Wx6BG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iQ0Wx6BG h3:before,
  .cid-u7iQ0Wx6BG h3:after {
    display: none;
  }
}
.cid-u7iQ0Wx6BG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iQ0Wx6BG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7iISKVHfW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7iISKVHfW nav.navbar {
  position: fixed;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7iISKVHfW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7iISKVHfW .dropdown-item:hover,
.cid-u7iISKVHfW .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7iISKVHfW .dropdown-item:hover span {
  color: white;
}
.cid-u7iISKVHfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7iISKVHfW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7iISKVHfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7iISKVHfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7iISKVHfW .nav-link {
  position: relative;
}
.cid-u7iISKVHfW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .container {
    flex-wrap: nowrap;
  }
}
.cid-u7iISKVHfW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7iISKVHfW .dropdown-menu,
.cid-u7iISKVHfW .navbar.opened {
  background: #ffffff !important;
}
.cid-u7iISKVHfW .nav-item:focus,
.cid-u7iISKVHfW .nav-link:focus {
  outline: none;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7iISKVHfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7iISKVHfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7iISKVHfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7iISKVHfW .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: #ffffff;
}
.cid-u7iISKVHfW .navbar.opened {
  transition: all 0.3s;
}
.cid-u7iISKVHfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7iISKVHfW .navbar .navbar-logo img {
  width: auto;
}
.cid-u7iISKVHfW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7iISKVHfW .navbar.collapsed {
  justify-content: center;
}
.cid-u7iISKVHfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7iISKVHfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7iISKVHfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7iISKVHfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7iISKVHfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7iISKVHfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7iISKVHfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7iISKVHfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7iISKVHfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7iISKVHfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7iISKVHfW .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-u7iISKVHfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7iISKVHfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7iISKVHfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7iISKVHfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7iISKVHfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7iISKVHfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7iISKVHfW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7iISKVHfW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7iISKVHfW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7iISKVHfW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7iISKVHfW .dropdown-item.active,
.cid-u7iISKVHfW .dropdown-item:active {
  background-color: transparent;
}
.cid-u7iISKVHfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7iISKVHfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7iISKVHfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7iISKVHfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7iISKVHfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7iISKVHfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7iISKVHfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7iISKVHfW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7iISKVHfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iISKVHfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iISKVHfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iISKVHfW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7iISKVHfW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7iISKVHfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iISKVHfW .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-u7iISKVHfW .navbar {
    height: 70px;
  }
  .cid-u7iISKVHfW .navbar.opened {
    height: auto;
  }
  .cid-u7iISKVHfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7iISKVHfW .container,
.cid-u7iISKVHfW .container-fluid {
  flex-wrap: wrap;
}
.cid-u7iISKVHfW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7iISKVHfW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7iISKVHfW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7iISKVHfW .contacts-menu {
    display: none;
  }
}
.cid-u7iISKVHfW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7iISKVHfW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7iISKVHfW .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7iISKVHfW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7iISKVHfW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7iISKVHfW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7iISKVHfW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7iISKVHfW .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7iISKVHfW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7iISKVHfW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7iISKVHfW .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7oeOKVBnt {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-u7oeOKVBnt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7oeOKVBnt .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7oeOKVBnt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7oeOKVBnt .label-text {
    text-align: center !important;
  }
}
.cid-u7oeOKVBnt .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7oeOKVBnt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7oeOKVBnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7oeOKVBnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oeOKVBnt .mbr-section-title,
.cid-u7oeOKVBnt .mbr-section-btn {
  text-align: center;
}
.cid-u7iuWIuEZi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7iuWIuEZi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iuWIuEZi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iuWIuEZi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iuWIuEZi .mbr-text,
.cid-u7iuWIuEZi .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iuWIuEZi h3:before,
  .cid-u7iuWIuEZi h3:after {
    display: none;
  }
}
.cid-u7iuWIuEZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iuWIuEZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iuVgzZrB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7iuVgzZrB .mbr-text {
    text-align: center;
  }
}
.cid-u7iuVgzZrB .container-fluid {
  padding: 0;
}
.cid-u7iuVgzZrB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-u7iuVgzZrB img {
  height: 100%;
  object-fit: cover;
}
.cid-u7iuVgzZrB .mbr-figure {
  height: 100%;
}
.cid-u7iuVgzZrB .col-lg-6 {
  padding: 0;
}
.cid-u7iuVgzZrB .row {
  margin: 0;
}
.cid-u7iuVgzZrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iuVgzZrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7itu2rc6c {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7itu2rc6c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7itu2rc6c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7itu2rc6c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7itu2rc6c .mbr-text,
.cid-u7itu2rc6c .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7itu2rc6c h3:before,
  .cid-u7itu2rc6c h3:after {
    display: none;
  }
}
.cid-u7itu2rc6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7itu2rc6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7irf6b36s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7irf6b36s .mbr-text {
  color: #767676;
}
.cid-u7irf6b36s .card-subtitle {
  margin: 0;
}
.cid-u7irf6b36s .link {
  margin: 0;
}
.cid-u7irf6b36s .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u7irf6b36s .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u7irf6b36s img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-u7irf6b36s .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-u7irf6b36s .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u7irf6b36s .card-img:hover:before {
  opacity: 0.4;
}
.cid-u7irf6b36s .card-img:hover img {
  transform: scale(1.05);
}
.cid-u7irf6b36s .row {
  justify-content: center;
}
.cid-u7irf6b36s .card {
  margin-bottom: 4rem;
}
.cid-u7irf6b36s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7irf6b36s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7itY6MMZH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7itY6MMZH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7itY6MMZH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7itY6MMZH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7itY6MMZH .mbr-text,
.cid-u7itY6MMZH .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7itY6MMZH h3:before,
  .cid-u7itY6MMZH h3:after {
    display: none;
  }
}
.cid-u7itY6MMZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7itY6MMZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uce5FiS7zp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uce5FiS7zp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uce5FiS7zp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uce5FiS7zp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uce5FiS7zp .mbr-text,
.cid-uce5FiS7zp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uce5FiS7zp h3:before,
  .cid-uce5FiS7zp h3:after {
    display: none;
  }
}
.cid-uce5FiS7zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uce5FiS7zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucenJfQUoH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ucenJfQUoH .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucenJfQUoH .mbr-author-desc {
  display: block;
}
.cid-ucenJfQUoH .testimonial-photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ucenJfQUoH .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucenJfQUoH .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ucenJfQUoH .mbr-testimonial .card-footer {
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-ucenJfQUoH .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucenJfQUoH .mbr-text {
  color: #767676;
}
.cid-ucenJfQUoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucenJfQUoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uceo3NDLCh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uceo3NDLCh .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uceo3NDLCh .mbr-author-desc {
  display: block;
}
.cid-uceo3NDLCh .testimonial-photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uceo3NDLCh .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uceo3NDLCh .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uceo3NDLCh .mbr-testimonial .card-footer {
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uceo3NDLCh .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uceo3NDLCh .mbr-text {
  color: #767676;
}
.cid-uceo3NDLCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uceo3NDLCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iujRyLMH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7iujRyLMH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iujRyLMH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iujRyLMH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iujRyLMH .mbr-text,
.cid-u7iujRyLMH .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iujRyLMH h3:before,
  .cid-u7iujRyLMH h3:after {
    display: none;
  }
}
.cid-u7iujRyLMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iujRyLMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7iJpy4i4y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7iJpy4i4y nav.navbar {
  position: fixed;
}
.cid-u7iJpy4i4y .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-u7iJpy4i4y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7iJpy4i4y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7iJpy4i4y .dropdown-item:hover,
.cid-u7iJpy4i4y .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7iJpy4i4y .dropdown-item:hover span {
  color: white;
}
.cid-u7iJpy4i4y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7iJpy4i4y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7iJpy4i4y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7iJpy4i4y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7iJpy4i4y .nav-link {
  position: relative;
}
.cid-u7iJpy4i4y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7iJpy4i4y .container {
    flex-wrap: nowrap;
  }
}
.cid-u7iJpy4i4y .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7iJpy4i4y .dropdown-menu,
.cid-u7iJpy4i4y .navbar.opened {
  background: #ffffff !important;
}
.cid-u7iJpy4i4y .nav-item:focus,
.cid-u7iJpy4i4y .nav-link:focus {
  outline: none;
}
.cid-u7iJpy4i4y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7iJpy4i4y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7iJpy4i4y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7iJpy4i4y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7iJpy4i4y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7iJpy4i4y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7iJpy4i4y .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: #ffffff;
}
.cid-u7iJpy4i4y .navbar.opened {
  transition: all 0.3s;
}
.cid-u7iJpy4i4y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7iJpy4i4y .navbar .navbar-logo img {
  width: auto;
}
.cid-u7iJpy4i4y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7iJpy4i4y .navbar.collapsed {
  justify-content: center;
}
.cid-u7iJpy4i4y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7iJpy4i4y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7iJpy4i4y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7iJpy4i4y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7iJpy4i4y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7iJpy4i4y .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-u7iJpy4i4y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7iJpy4i4y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7iJpy4i4y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7iJpy4i4y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7iJpy4i4y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7iJpy4i4y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7iJpy4i4y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7iJpy4i4y .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-u7iJpy4i4y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7iJpy4i4y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7iJpy4i4y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7iJpy4i4y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7iJpy4i4y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7iJpy4i4y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7iJpy4i4y .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7iJpy4i4y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7iJpy4i4y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7iJpy4i4y .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-u7iJpy4i4y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7iJpy4i4y .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7iJpy4i4y .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7iJpy4i4y .dropdown-item.active,
.cid-u7iJpy4i4y .dropdown-item:active {
  background-color: transparent;
}
.cid-u7iJpy4i4y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7iJpy4i4y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7iJpy4i4y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7iJpy4i4y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7iJpy4i4y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7iJpy4i4y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7iJpy4i4y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7iJpy4i4y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7iJpy4i4y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7iJpy4i4y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7iJpy4i4y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7iJpy4i4y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iJpy4i4y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iJpy4i4y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iJpy4i4y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iJpy4i4y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iJpy4i4y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iJpy4i4y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iJpy4i4y .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7iJpy4i4y .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7iJpy4i4y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iJpy4i4y .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-u7iJpy4i4y .navbar {
    height: 70px;
  }
  .cid-u7iJpy4i4y .navbar.opened {
    height: auto;
  }
  .cid-u7iJpy4i4y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7iJpy4i4y .container,
.cid-u7iJpy4i4y .container-fluid {
  flex-wrap: wrap;
}
.cid-u7iJpy4i4y .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7iJpy4i4y .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7iJpy4i4y .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7iJpy4i4y .contacts-menu {
    display: none;
  }
}
.cid-u7iJpy4i4y .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7iJpy4i4y .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7iJpy4i4y .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7iJpy4i4y .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7iJpy4i4y .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7iJpy4i4y .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7iJpy4i4y .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7iJpy4i4y .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7iJpy4i4y .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7iJpy4i4y .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7iJpy4i4y .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7iJpuKXRx {
  background-image: url("../../../assets/images/pexels-mark-mccammon-1080721.jpg");
}
.cid-u7iJpuKXRx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7iJpuKXRx .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7iJpuKXRx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7iJpuKXRx .label-text {
    text-align: center !important;
  }
}
.cid-u7iJpuKXRx .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7iJpuKXRx .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7iJpuKXRx .mbr-section-title,
.cid-u7iJpuKXRx .mbr-section-btn {
  text-align: center;
}
.cid-u7iJpvHY0Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7iJpvHY0Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iJpvHY0Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iJpvHY0Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iJpvHY0Y .mbr-text,
.cid-u7iJpvHY0Y .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iJpvHY0Y h3:before,
  .cid-u7iJpvHY0Y h3:after {
    display: none;
  }
}
.cid-u7iJpvHY0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iJpvHY0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nORQtUa8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nORQtUa8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nORQtUa8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nORQtUa8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nORQtUa8 .mbr-text,
.cid-u7nORQtUa8 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nORQtUa8 h3:before,
  .cid-u7nORQtUa8 h3:after {
    display: none;
  }
}
.cid-u7nORQtUa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nORQtUa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o7quasPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7o7quasPa .row {
  justify-content: center;
}
.cid-u7o7quasPa .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-u7o7quasPa .item-img {
    height: 286px;
  }
}
.cid-u7o7quasPa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7o7quasPa .item:focus,
.cid-u7o7quasPa span:focus {
  outline: none;
}
.cid-u7o7quasPa .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u7o7quasPa .col-items {
    flex-wrap: wrap;
  }
}
.cid-u7o7quasPa .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-u7o7quasPa .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7o7quasPa .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-u7o7quasPa .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-u7o7quasPa .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-u7o7quasPa .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-u7o7quasPa .item-wrapper .btn-primary:hover span {
  color: #cccccc !important;
}
.cid-u7o7quasPa .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o7quasPa .item-content {
    text-align: center;
  }
}
.cid-u7o7quasPa .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-u7o7quasPa .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-u7o7quasPa .item-title {
  color: #222222;
}
.cid-u7o7quasPa .item-subtitle {
  color: #222222;
}
.cid-u7o7quasPa .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-u7o7quasPa .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7o7quasPa .mbr-section-head {
    text-align: center !important;
  }
}
.cid-u7o7quasPa .item-title,
.cid-u7o7quasPa .mbr-section-btn {
  text-align: center;
}
.cid-u7o7V8Jx8e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7o7V8Jx8e .row {
  justify-content: center;
}
.cid-u7o7V8Jx8e .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-u7o7V8Jx8e .item-img {
    height: 286px;
  }
}
.cid-u7o7V8Jx8e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7o7V8Jx8e .item:focus,
.cid-u7o7V8Jx8e span:focus {
  outline: none;
}
.cid-u7o7V8Jx8e .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u7o7V8Jx8e .col-items {
    flex-wrap: wrap;
  }
}
.cid-u7o7V8Jx8e .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-u7o7V8Jx8e .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7o7V8Jx8e .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-u7o7V8Jx8e .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-u7o7V8Jx8e .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-u7o7V8Jx8e .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-u7o7V8Jx8e .item-wrapper .btn-primary:hover span {
  color: #cccccc !important;
}
.cid-u7o7V8Jx8e .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o7V8Jx8e .item-content {
    text-align: center;
  }
}
.cid-u7o7V8Jx8e .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-u7o7V8Jx8e .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-u7o7V8Jx8e .item-title {
  color: #222222;
}
.cid-u7o7V8Jx8e .item-subtitle {
  color: #222222;
}
.cid-u7o7V8Jx8e .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-u7o7V8Jx8e .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7o7V8Jx8e .mbr-section-head {
    text-align: center !important;
  }
}
.cid-u7o7V8Jx8e .item-title,
.cid-u7o7V8Jx8e .mbr-section-btn {
  text-align: center;
}
.cid-u7iJpxilSK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7iJpxilSK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iJpxilSK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iJpxilSK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iJpxilSK .mbr-text,
.cid-u7iJpxilSK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iJpxilSK h3:before,
  .cid-u7iJpxilSK h3:after {
    display: none;
  }
}
.cid-u7iJpxilSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iJpxilSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7iWwzByX2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7iWwzByX2 nav.navbar {
  position: fixed;
}
.cid-u7iWwzByX2 .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-u7iWwzByX2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7iWwzByX2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7iWwzByX2 .dropdown-item:hover,
.cid-u7iWwzByX2 .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7iWwzByX2 .dropdown-item:hover span {
  color: white;
}
.cid-u7iWwzByX2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7iWwzByX2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7iWwzByX2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7iWwzByX2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7iWwzByX2 .nav-link {
  position: relative;
}
.cid-u7iWwzByX2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7iWwzByX2 .container {
    flex-wrap: nowrap;
  }
}
.cid-u7iWwzByX2 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7iWwzByX2 .dropdown-menu,
.cid-u7iWwzByX2 .navbar.opened {
  background: #ffffff !important;
}
.cid-u7iWwzByX2 .nav-item:focus,
.cid-u7iWwzByX2 .nav-link:focus {
  outline: none;
}
.cid-u7iWwzByX2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7iWwzByX2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7iWwzByX2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7iWwzByX2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7iWwzByX2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7iWwzByX2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7iWwzByX2 .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: #ffffff;
}
.cid-u7iWwzByX2 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7iWwzByX2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7iWwzByX2 .navbar .navbar-logo img {
  width: auto;
}
.cid-u7iWwzByX2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7iWwzByX2 .navbar.collapsed {
  justify-content: center;
}
.cid-u7iWwzByX2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7iWwzByX2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7iWwzByX2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7iWwzByX2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7iWwzByX2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7iWwzByX2 .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-u7iWwzByX2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7iWwzByX2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7iWwzByX2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7iWwzByX2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7iWwzByX2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7iWwzByX2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7iWwzByX2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7iWwzByX2 .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-u7iWwzByX2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7iWwzByX2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7iWwzByX2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7iWwzByX2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7iWwzByX2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7iWwzByX2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7iWwzByX2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7iWwzByX2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7iWwzByX2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7iWwzByX2 .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-u7iWwzByX2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7iWwzByX2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7iWwzByX2 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7iWwzByX2 .dropdown-item.active,
.cid-u7iWwzByX2 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7iWwzByX2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7iWwzByX2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7iWwzByX2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7iWwzByX2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7iWwzByX2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7iWwzByX2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7iWwzByX2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7iWwzByX2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7iWwzByX2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7iWwzByX2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7iWwzByX2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7iWwzByX2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iWwzByX2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7iWwzByX2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iWwzByX2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iWwzByX2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iWwzByX2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iWwzByX2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iWwzByX2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7iWwzByX2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7iWwzByX2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iWwzByX2 .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-u7iWwzByX2 .navbar {
    height: 70px;
  }
  .cid-u7iWwzByX2 .navbar.opened {
    height: auto;
  }
  .cid-u7iWwzByX2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7iWwzByX2 .container,
.cid-u7iWwzByX2 .container-fluid {
  flex-wrap: wrap;
}
.cid-u7iWwzByX2 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7iWwzByX2 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7iWwzByX2 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7iWwzByX2 .contacts-menu {
    display: none;
  }
}
.cid-u7iWwzByX2 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7iWwzByX2 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7iWwzByX2 .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7iWwzByX2 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7iWwzByX2 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7iWwzByX2 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7iWwzByX2 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7iWwzByX2 .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7iWwzByX2 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7iWwzByX2 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7iWwzByX2 .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7iWwwORxN {
  background-image: url("../../../assets/images/screenshot-2024-03-18-at-9.29.14am-1490x1490.png");
}
.cid-u7iWwwORxN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7iWwwORxN .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7iWwwORxN .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7iWwwORxN .label-text {
    text-align: center !important;
  }
}
.cid-u7iWwwORxN .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7iWwwORxN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7iWwwORxN .mbr-section-title,
.cid-u7iWwwORxN .mbr-section-btn {
  text-align: center;
}
.cid-u7iWwy3N5O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7iWwy3N5O h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iWwy3N5O h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iWwy3N5O h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iWwy3N5O .mbr-text,
.cid-u7iWwy3N5O .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iWwy3N5O h3:before,
  .cid-u7iWwy3N5O h3:after {
    display: none;
  }
}
.cid-u7iWwy3N5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iWwy3N5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iWwyj04P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7iWwyj04P h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iWwyj04P h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iWwyj04P h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iWwyj04P .mbr-text,
.cid-u7iWwyj04P .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iWwyj04P h3:before,
  .cid-u7iWwyj04P h3:after {
    display: none;
  }
}
.cid-u7iWwyj04P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iWwyj04P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7iWwyAy2T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7iWwyAy2T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7iWwyAy2T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7iWwyAy2T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7iWwyAy2T .mbr-gallery-item {
  width: 33.3%;
}
.cid-u7iWwyAy2T .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u7iWwyAy2T .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u7iWwyAy2T .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u7iWwyAy2T .mbr-gallery-row {
  justify-content: center;
}
.cid-u7iWwyAy2T .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u7iWwyAy2T .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u7iWwyAy2T .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7iWwyAy2T .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7iWwyAy2T .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u7iWwyAy2T .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u7iWwyAy2T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7iWwyAy2T .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u7iWwyAy2T img {
  transition: all 2s !important;
}
.cid-u7iWwyAy2T .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-u7iWwyAy2T .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u7iWwyAy2T .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;
}
.cid-u7iWwyWVJ9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7iWwyWVJ9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7iWwyWVJ9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iWwyWVJ9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7iWwyWVJ9 .mbr-text,
.cid-u7iWwyWVJ9 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7iWwyWVJ9 h3:before,
  .cid-u7iWwyWVJ9 h3:after {
    display: none;
  }
}
.cid-u7iWwyWVJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7iWwyWVJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7nBHvAu9R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nBHvAu9R nav.navbar {
  position: fixed;
}
.cid-u7nBHvAu9R .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-u7nBHvAu9R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nBHvAu9R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nBHvAu9R .dropdown-item:hover,
.cid-u7nBHvAu9R .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7nBHvAu9R .dropdown-item:hover span {
  color: white;
}
.cid-u7nBHvAu9R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nBHvAu9R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nBHvAu9R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nBHvAu9R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nBHvAu9R .nav-link {
  position: relative;
}
.cid-u7nBHvAu9R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nBHvAu9R .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nBHvAu9R .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nBHvAu9R .dropdown-menu,
.cid-u7nBHvAu9R .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nBHvAu9R .nav-item:focus,
.cid-u7nBHvAu9R .nav-link:focus {
  outline: none;
}
.cid-u7nBHvAu9R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nBHvAu9R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nBHvAu9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nBHvAu9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nBHvAu9R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nBHvAu9R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nBHvAu9R .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: #ffffff;
}
.cid-u7nBHvAu9R .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nBHvAu9R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nBHvAu9R .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nBHvAu9R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nBHvAu9R .navbar.collapsed {
  justify-content: center;
}
.cid-u7nBHvAu9R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nBHvAu9R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nBHvAu9R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7nBHvAu9R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nBHvAu9R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nBHvAu9R .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-u7nBHvAu9R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nBHvAu9R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nBHvAu9R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nBHvAu9R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nBHvAu9R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nBHvAu9R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nBHvAu9R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nBHvAu9R .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-u7nBHvAu9R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nBHvAu9R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nBHvAu9R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nBHvAu9R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nBHvAu9R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nBHvAu9R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7nBHvAu9R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7nBHvAu9R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7nBHvAu9R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nBHvAu9R .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-u7nBHvAu9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nBHvAu9R .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7nBHvAu9R .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7nBHvAu9R .dropdown-item.active,
.cid-u7nBHvAu9R .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nBHvAu9R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nBHvAu9R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nBHvAu9R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nBHvAu9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nBHvAu9R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nBHvAu9R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nBHvAu9R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nBHvAu9R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nBHvAu9R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nBHvAu9R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7nBHvAu9R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nBHvAu9R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nBHvAu9R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nBHvAu9R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nBHvAu9R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nBHvAu9R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nBHvAu9R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nBHvAu9R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nBHvAu9R .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7nBHvAu9R .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7nBHvAu9R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nBHvAu9R .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-u7nBHvAu9R .navbar {
    height: 70px;
  }
  .cid-u7nBHvAu9R .navbar.opened {
    height: auto;
  }
  .cid-u7nBHvAu9R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nBHvAu9R .container,
.cid-u7nBHvAu9R .container-fluid {
  flex-wrap: wrap;
}
.cid-u7nBHvAu9R .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7nBHvAu9R .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7nBHvAu9R .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7nBHvAu9R .contacts-menu {
    display: none;
  }
}
.cid-u7nBHvAu9R .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7nBHvAu9R .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7nBHvAu9R .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7nBHvAu9R .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7nBHvAu9R .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7nBHvAu9R .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7nBHvAu9R .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7nBHvAu9R .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7nBHvAu9R .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7nBHvAu9R .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7nBHvAu9R .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7nBHwsLvn {
  background-image: url("../../../assets/images/screenshot-2024-03-18-at-9.36.49am-1494x1492-800x799.png");
}
.cid-u7nBHwsLvn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7nBHwsLvn .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7nBHwsLvn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7nBHwsLvn .label-text {
    text-align: center !important;
  }
}
.cid-u7nBHwsLvn .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7nBHwsLvn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7nBHwsLvn .mbr-section-title,
.cid-u7nBHwsLvn .mbr-section-btn {
  text-align: center;
}
.cid-u7nBHwTERT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nBHwTERT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nBHwTERT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nBHwTERT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nBHwTERT .mbr-text,
.cid-u7nBHwTERT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nBHwTERT h3:before,
  .cid-u7nBHwTERT h3:after {
    display: none;
  }
}
.cid-u7nBHwTERT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nBHwTERT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nBHxRgV6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nBHxRgV6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nBHxRgV6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nBHxRgV6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nBHxRgV6 .mbr-text,
.cid-u7nBHxRgV6 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nBHxRgV6 h3:before,
  .cid-u7nBHxRgV6 h3:after {
    display: none;
  }
}
.cid-u7nBHxRgV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nBHxRgV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nBHyUsvP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7nBHyUsvP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7nBHyUsvP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7nBHyUsvP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7nBHyUsvP .mbr-gallery-item {
  width: 33.3%;
}
.cid-u7nBHyUsvP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u7nBHyUsvP .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u7nBHyUsvP .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u7nBHyUsvP .mbr-gallery-row {
  justify-content: center;
}
.cid-u7nBHyUsvP .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u7nBHyUsvP .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u7nBHyUsvP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7nBHyUsvP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7nBHyUsvP .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u7nBHyUsvP .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u7nBHyUsvP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7nBHyUsvP .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u7nBHyUsvP img {
  transition: all 2s !important;
}
.cid-u7nBHyUsvP .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-u7nBHyUsvP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u7nBHyUsvP .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;
}
.cid-u7nBHzlGJ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7nBHzlGJ8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nBHzlGJ8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nBHzlGJ8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nBHzlGJ8 .mbr-text,
.cid-u7nBHzlGJ8 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nBHzlGJ8 h3:before,
  .cid-u7nBHzlGJ8 h3:after {
    display: none;
  }
}
.cid-u7nBHzlGJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nBHzlGJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7nGwhXmoh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nGwhXmoh nav.navbar {
  position: fixed;
}
.cid-u7nGwhXmoh .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-u7nGwhXmoh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nGwhXmoh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nGwhXmoh .dropdown-item:hover,
.cid-u7nGwhXmoh .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7nGwhXmoh .dropdown-item:hover span {
  color: white;
}
.cid-u7nGwhXmoh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nGwhXmoh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nGwhXmoh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nGwhXmoh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nGwhXmoh .nav-link {
  position: relative;
}
.cid-u7nGwhXmoh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nGwhXmoh .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nGwhXmoh .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nGwhXmoh .dropdown-menu,
.cid-u7nGwhXmoh .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nGwhXmoh .nav-item:focus,
.cid-u7nGwhXmoh .nav-link:focus {
  outline: none;
}
.cid-u7nGwhXmoh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nGwhXmoh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nGwhXmoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nGwhXmoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nGwhXmoh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nGwhXmoh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nGwhXmoh .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: #ffffff;
}
.cid-u7nGwhXmoh .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nGwhXmoh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nGwhXmoh .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nGwhXmoh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nGwhXmoh .navbar.collapsed {
  justify-content: center;
}
.cid-u7nGwhXmoh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nGwhXmoh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nGwhXmoh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7nGwhXmoh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nGwhXmoh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nGwhXmoh .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-u7nGwhXmoh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nGwhXmoh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nGwhXmoh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nGwhXmoh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nGwhXmoh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nGwhXmoh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nGwhXmoh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nGwhXmoh .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-u7nGwhXmoh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nGwhXmoh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nGwhXmoh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nGwhXmoh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nGwhXmoh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nGwhXmoh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7nGwhXmoh .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7nGwhXmoh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7nGwhXmoh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nGwhXmoh .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-u7nGwhXmoh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nGwhXmoh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7nGwhXmoh .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7nGwhXmoh .dropdown-item.active,
.cid-u7nGwhXmoh .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nGwhXmoh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nGwhXmoh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nGwhXmoh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nGwhXmoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nGwhXmoh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nGwhXmoh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nGwhXmoh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nGwhXmoh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nGwhXmoh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nGwhXmoh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7nGwhXmoh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nGwhXmoh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nGwhXmoh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nGwhXmoh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nGwhXmoh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nGwhXmoh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nGwhXmoh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nGwhXmoh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nGwhXmoh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7nGwhXmoh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7nGwhXmoh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nGwhXmoh .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-u7nGwhXmoh .navbar {
    height: 70px;
  }
  .cid-u7nGwhXmoh .navbar.opened {
    height: auto;
  }
  .cid-u7nGwhXmoh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nGwhXmoh .container,
.cid-u7nGwhXmoh .container-fluid {
  flex-wrap: wrap;
}
.cid-u7nGwhXmoh .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7nGwhXmoh .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7nGwhXmoh .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7nGwhXmoh .contacts-menu {
    display: none;
  }
}
.cid-u7nGwhXmoh .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7nGwhXmoh .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7nGwhXmoh .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7nGwhXmoh .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7nGwhXmoh .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7nGwhXmoh .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7nGwhXmoh .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7nGwhXmoh .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7nGwhXmoh .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7nGwhXmoh .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7nGwhXmoh .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7nGwiUAF6 {
  background-image: url("../../../assets/images/screenshot-2024-03-18-at-9.57.46am-1488x1466-800x788.png");
}
.cid-u7nGwiUAF6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7nGwiUAF6 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7nGwiUAF6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7nGwiUAF6 .label-text {
    text-align: center !important;
  }
}
.cid-u7nGwiUAF6 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7nGwiUAF6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7nGwiUAF6 .mbr-section-title,
.cid-u7nGwiUAF6 .mbr-section-btn {
  text-align: center;
}
.cid-u7nGwjfmSa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nGwjfmSa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nGwjfmSa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nGwjfmSa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nGwjfmSa .mbr-text,
.cid-u7nGwjfmSa .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nGwjfmSa h3:before,
  .cid-u7nGwjfmSa h3:after {
    display: none;
  }
}
.cid-u7nGwjfmSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nGwjfmSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nGwjvD7t {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nGwjvD7t h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nGwjvD7t h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nGwjvD7t h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nGwjvD7t .mbr-text,
.cid-u7nGwjvD7t .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nGwjvD7t h3:before,
  .cid-u7nGwjvD7t h3:after {
    display: none;
  }
}
.cid-u7nGwjvD7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nGwjvD7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nGwjKObI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7nGwjKObI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7nGwjKObI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7nGwjKObI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7nGwjKObI .mbr-gallery-item {
  width: 33.3%;
}
.cid-u7nGwjKObI .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u7nGwjKObI .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u7nGwjKObI .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u7nGwjKObI .mbr-gallery-row {
  justify-content: center;
}
.cid-u7nGwjKObI .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u7nGwjKObI .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u7nGwjKObI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7nGwjKObI .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7nGwjKObI .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u7nGwjKObI .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u7nGwjKObI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7nGwjKObI .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u7nGwjKObI img {
  transition: all 2s !important;
}
.cid-u7nGwjKObI .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-u7nGwjKObI .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u7nGwjKObI .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;
}
.cid-u7nGwkmGYX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7nGwkmGYX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nGwkmGYX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nGwkmGYX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nGwkmGYX .mbr-text,
.cid-u7nGwkmGYX .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nGwkmGYX h3:before,
  .cid-u7nGwkmGYX h3:after {
    display: none;
  }
}
.cid-u7nGwkmGYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nGwkmGYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7nLmQu33D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nLmQu33D nav.navbar {
  position: fixed;
}
.cid-u7nLmQu33D .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-u7nLmQu33D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nLmQu33D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nLmQu33D .dropdown-item:hover,
.cid-u7nLmQu33D .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7nLmQu33D .dropdown-item:hover span {
  color: white;
}
.cid-u7nLmQu33D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nLmQu33D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nLmQu33D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nLmQu33D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nLmQu33D .nav-link {
  position: relative;
}
.cid-u7nLmQu33D .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nLmQu33D .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nLmQu33D .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nLmQu33D .dropdown-menu,
.cid-u7nLmQu33D .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nLmQu33D .nav-item:focus,
.cid-u7nLmQu33D .nav-link:focus {
  outline: none;
}
.cid-u7nLmQu33D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nLmQu33D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nLmQu33D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nLmQu33D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nLmQu33D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nLmQu33D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nLmQu33D .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: #ffffff;
}
.cid-u7nLmQu33D .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nLmQu33D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nLmQu33D .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nLmQu33D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nLmQu33D .navbar.collapsed {
  justify-content: center;
}
.cid-u7nLmQu33D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nLmQu33D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nLmQu33D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7nLmQu33D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nLmQu33D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nLmQu33D .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-u7nLmQu33D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nLmQu33D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nLmQu33D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nLmQu33D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nLmQu33D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nLmQu33D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nLmQu33D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nLmQu33D .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-u7nLmQu33D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nLmQu33D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nLmQu33D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nLmQu33D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nLmQu33D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nLmQu33D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7nLmQu33D .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7nLmQu33D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7nLmQu33D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nLmQu33D .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-u7nLmQu33D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nLmQu33D .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7nLmQu33D .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7nLmQu33D .dropdown-item.active,
.cid-u7nLmQu33D .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nLmQu33D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nLmQu33D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nLmQu33D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nLmQu33D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nLmQu33D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nLmQu33D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nLmQu33D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nLmQu33D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nLmQu33D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nLmQu33D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7nLmQu33D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nLmQu33D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nLmQu33D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nLmQu33D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nLmQu33D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nLmQu33D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nLmQu33D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nLmQu33D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nLmQu33D .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7nLmQu33D .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7nLmQu33D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nLmQu33D .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-u7nLmQu33D .navbar {
    height: 70px;
  }
  .cid-u7nLmQu33D .navbar.opened {
    height: auto;
  }
  .cid-u7nLmQu33D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nLmQu33D .container,
.cid-u7nLmQu33D .container-fluid {
  flex-wrap: wrap;
}
.cid-u7nLmQu33D .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7nLmQu33D .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7nLmQu33D .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7nLmQu33D .contacts-menu {
    display: none;
  }
}
.cid-u7nLmQu33D .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7nLmQu33D .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7nLmQu33D .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7nLmQu33D .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7nLmQu33D .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7nLmQu33D .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7nLmQu33D .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7nLmQu33D .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7nLmQu33D .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7nLmQu33D .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7nLmQu33D .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7nLmRoIJS {
  background-image: url("../../../assets/images/screenshot-2024-03-18-at-10.14.15am-1492x1368-800x734.png");
}
.cid-u7nLmRoIJS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7nLmRoIJS .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7nLmRoIJS .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7nLmRoIJS .label-text {
    text-align: center !important;
  }
}
.cid-u7nLmRoIJS .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7nLmRoIJS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7nLmRoIJS .mbr-section-title,
.cid-u7nLmRoIJS .mbr-section-btn {
  text-align: center;
}
.cid-u7nLmRFYUw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nLmRFYUw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nLmRFYUw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nLmRFYUw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nLmRFYUw .mbr-text,
.cid-u7nLmRFYUw .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nLmRFYUw h3:before,
  .cid-u7nLmRFYUw h3:after {
    display: none;
  }
}
.cid-u7nLmRFYUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nLmRFYUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nLmRW80O {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nLmRW80O h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nLmRW80O h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nLmRW80O h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nLmRW80O .mbr-text,
.cid-u7nLmRW80O .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nLmRW80O h3:before,
  .cid-u7nLmRW80O h3:after {
    display: none;
  }
}
.cid-u7nLmRW80O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nLmRW80O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nLmS8U7a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7nLmS8U7a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7nLmS8U7a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7nLmS8U7a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7nLmS8U7a .mbr-gallery-item {
  width: 33.3%;
}
.cid-u7nLmS8U7a .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u7nLmS8U7a .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u7nLmS8U7a .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u7nLmS8U7a .mbr-gallery-row {
  justify-content: center;
}
.cid-u7nLmS8U7a .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u7nLmS8U7a .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u7nLmS8U7a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7nLmS8U7a .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7nLmS8U7a .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u7nLmS8U7a .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u7nLmS8U7a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7nLmS8U7a .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u7nLmS8U7a img {
  transition: all 2s !important;
}
.cid-u7nLmS8U7a .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-u7nLmS8U7a .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u7nLmS8U7a .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;
}
.cid-u7nLmSuuWK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7nLmSuuWK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nLmSuuWK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nLmSuuWK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nLmSuuWK .mbr-text,
.cid-u7nLmSuuWK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nLmSuuWK h3:before,
  .cid-u7nLmSuuWK h3:after {
    display: none;
  }
}
.cid-u7nLmSuuWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nLmSuuWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7nMH6foSH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nMH6foSH nav.navbar {
  position: fixed;
}
.cid-u7nMH6foSH .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-u7nMH6foSH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nMH6foSH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nMH6foSH .dropdown-item:hover,
.cid-u7nMH6foSH .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7nMH6foSH .dropdown-item:hover span {
  color: white;
}
.cid-u7nMH6foSH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nMH6foSH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nMH6foSH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nMH6foSH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nMH6foSH .nav-link {
  position: relative;
}
.cid-u7nMH6foSH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nMH6foSH .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nMH6foSH .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nMH6foSH .dropdown-menu,
.cid-u7nMH6foSH .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nMH6foSH .nav-item:focus,
.cid-u7nMH6foSH .nav-link:focus {
  outline: none;
}
.cid-u7nMH6foSH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nMH6foSH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nMH6foSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nMH6foSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nMH6foSH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nMH6foSH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nMH6foSH .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: #ffffff;
}
.cid-u7nMH6foSH .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nMH6foSH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nMH6foSH .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nMH6foSH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nMH6foSH .navbar.collapsed {
  justify-content: center;
}
.cid-u7nMH6foSH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nMH6foSH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nMH6foSH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7nMH6foSH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nMH6foSH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nMH6foSH .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-u7nMH6foSH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nMH6foSH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nMH6foSH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nMH6foSH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nMH6foSH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nMH6foSH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nMH6foSH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nMH6foSH .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-u7nMH6foSH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nMH6foSH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nMH6foSH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nMH6foSH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nMH6foSH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nMH6foSH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7nMH6foSH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7nMH6foSH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7nMH6foSH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nMH6foSH .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-u7nMH6foSH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nMH6foSH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7nMH6foSH .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7nMH6foSH .dropdown-item.active,
.cid-u7nMH6foSH .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nMH6foSH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nMH6foSH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nMH6foSH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nMH6foSH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nMH6foSH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nMH6foSH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nMH6foSH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nMH6foSH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nMH6foSH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nMH6foSH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7nMH6foSH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nMH6foSH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nMH6foSH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nMH6foSH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nMH6foSH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nMH6foSH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nMH6foSH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nMH6foSH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nMH6foSH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7nMH6foSH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7nMH6foSH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nMH6foSH .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-u7nMH6foSH .navbar {
    height: 70px;
  }
  .cid-u7nMH6foSH .navbar.opened {
    height: auto;
  }
  .cid-u7nMH6foSH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nMH6foSH .container,
.cid-u7nMH6foSH .container-fluid {
  flex-wrap: wrap;
}
.cid-u7nMH6foSH .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7nMH6foSH .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7nMH6foSH .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7nMH6foSH .contacts-menu {
    display: none;
  }
}
.cid-u7nMH6foSH .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7nMH6foSH .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7nMH6foSH .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7nMH6foSH .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7nMH6foSH .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7nMH6foSH .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7nMH6foSH .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7nMH6foSH .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7nMH6foSH .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7nMH6foSH .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7nMH6foSH .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7nMH7aON2 {
  background-image: url("../../../assets/images/screenshot-2024-03-18-at-10.20.26am-1488x1492.png");
}
.cid-u7nMH7aON2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7nMH7aON2 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7nMH7aON2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7nMH7aON2 .label-text {
    text-align: center !important;
  }
}
.cid-u7nMH7aON2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7nMH7aON2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7nMH7aON2 .mbr-section-title,
.cid-u7nMH7aON2 .mbr-section-btn {
  text-align: center;
}
.cid-u7nMH7o6NO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nMH7o6NO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nMH7o6NO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nMH7o6NO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nMH7o6NO .mbr-text,
.cid-u7nMH7o6NO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nMH7o6NO h3:before,
  .cid-u7nMH7o6NO h3:after {
    display: none;
  }
}
.cid-u7nMH7o6NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nMH7o6NO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nMH7FZqJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nMH7FZqJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nMH7FZqJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nMH7FZqJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nMH7FZqJ .mbr-text,
.cid-u7nMH7FZqJ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nMH7FZqJ h3:before,
  .cid-u7nMH7FZqJ h3:after {
    display: none;
  }
}
.cid-u7nMH7FZqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nMH7FZqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nMH7RDOk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7nMH7RDOk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7nMH7RDOk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7nMH7RDOk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7nMH7RDOk .mbr-gallery-item {
  width: 33.3%;
}
.cid-u7nMH7RDOk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u7nMH7RDOk .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u7nMH7RDOk .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u7nMH7RDOk .mbr-gallery-row {
  justify-content: center;
}
.cid-u7nMH7RDOk .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u7nMH7RDOk .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u7nMH7RDOk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7nMH7RDOk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7nMH7RDOk .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u7nMH7RDOk .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u7nMH7RDOk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7nMH7RDOk .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u7nMH7RDOk img {
  transition: all 2s !important;
}
.cid-u7nMH7RDOk .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-u7nMH7RDOk .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u7nMH7RDOk .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;
}
.cid-u7nMH8elBx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7nMH8elBx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nMH8elBx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nMH8elBx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nMH8elBx .mbr-text,
.cid-u7nMH8elBx .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nMH8elBx h3:before,
  .cid-u7nMH8elBx h3:after {
    display: none;
  }
}
.cid-u7nMH8elBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nMH8elBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
.cid-u7nPqQmbYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nPqQmbYW nav.navbar {
  position: fixed;
}
.cid-u7nPqQmbYW .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-u7nPqQmbYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nPqQmbYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nPqQmbYW .dropdown-item:hover,
.cid-u7nPqQmbYW .dropdown-item:focus {
  background: #cccccc !important;
  color: white !important;
}
.cid-u7nPqQmbYW .dropdown-item:hover span {
  color: white;
}
.cid-u7nPqQmbYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nPqQmbYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nPqQmbYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nPqQmbYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7nPqQmbYW .nav-link {
  position: relative;
}
.cid-u7nPqQmbYW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nPqQmbYW .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nPqQmbYW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nPqQmbYW .dropdown-menu,
.cid-u7nPqQmbYW .navbar.opened {
  background: #ffffff !important;
}
.cid-u7nPqQmbYW .nav-item:focus,
.cid-u7nPqQmbYW .nav-link:focus {
  outline: none;
}
.cid-u7nPqQmbYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nPqQmbYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nPqQmbYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nPqQmbYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nPqQmbYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nPqQmbYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nPqQmbYW .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: #ffffff;
}
.cid-u7nPqQmbYW .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nPqQmbYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nPqQmbYW .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nPqQmbYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nPqQmbYW .navbar.collapsed {
  justify-content: center;
}
.cid-u7nPqQmbYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nPqQmbYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nPqQmbYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7nPqQmbYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nPqQmbYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nPqQmbYW .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-u7nPqQmbYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nPqQmbYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nPqQmbYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nPqQmbYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nPqQmbYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nPqQmbYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nPqQmbYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nPqQmbYW .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-u7nPqQmbYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nPqQmbYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nPqQmbYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nPqQmbYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nPqQmbYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nPqQmbYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7nPqQmbYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7nPqQmbYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7nPqQmbYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nPqQmbYW .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-u7nPqQmbYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nPqQmbYW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7nPqQmbYW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-u7nPqQmbYW .dropdown-item.active,
.cid-u7nPqQmbYW .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nPqQmbYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nPqQmbYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nPqQmbYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nPqQmbYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7nPqQmbYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nPqQmbYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nPqQmbYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nPqQmbYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nPqQmbYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nPqQmbYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-u7nPqQmbYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nPqQmbYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nPqQmbYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nPqQmbYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nPqQmbYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nPqQmbYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nPqQmbYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nPqQmbYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nPqQmbYW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-u7nPqQmbYW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u7nPqQmbYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nPqQmbYW .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-u7nPqQmbYW .navbar {
    height: 70px;
  }
  .cid-u7nPqQmbYW .navbar.opened {
    height: auto;
  }
  .cid-u7nPqQmbYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nPqQmbYW .container,
.cid-u7nPqQmbYW .container-fluid {
  flex-wrap: wrap;
}
.cid-u7nPqQmbYW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-u7nPqQmbYW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-u7nPqQmbYW .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-u7nPqQmbYW .contacts-menu {
    display: none;
  }
}
.cid-u7nPqQmbYW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-u7nPqQmbYW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-u7nPqQmbYW .icon-box:hover {
  transform: scale(1.1);
}
.cid-u7nPqQmbYW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-u7nPqQmbYW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-u7nPqQmbYW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-u7nPqQmbYW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-u7nPqQmbYW .navbar-collapse .mbr-section-btn .btn-black {
  color: #cccccc !important;
}
@media (max-width: 577px) {
  .cid-u7nPqQmbYW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u7nPqQmbYW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-u7nPqQmbYW .navbar-collapse .nav-link:hover {
  color: #cccccc !important;
}
.cid-u7nPqRqmKL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/contact-us-1920x500.jpg");
}
.cid-u7nPqRqmKL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u7nPqRqmKL .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7nPqRqmKL .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7nPqRqmKL .label-text {
    text-align: center !important;
  }
}
.cid-u7nPqRqmKL .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7nPqRqmKL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u7nPqRqmKL .mbr-section-title,
.cid-u7nPqRqmKL .mbr-section-btn {
  text-align: center;
}
.cid-u7nPqRH4TS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7nPqRH4TS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nPqRH4TS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nPqRH4TS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nPqRH4TS .mbr-text,
.cid-u7nPqRH4TS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nPqRH4TS h3:before,
  .cid-u7nPqRH4TS h3:after {
    display: none;
  }
}
.cid-u7nPqRH4TS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nPqRH4TS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nPBmZW75 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7nPBmZW75 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7nPBmZW75 .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-u7nPBmZW75 .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-u7nPBmZW75 .media-content {
  padding-left: 2rem;
}
.cid-u7nPBmZW75 textarea {
  min-height: 150px;
}
.cid-u7nPBmZW75 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-u7nPBmZW75 .form-control,
.cid-u7nPBmZW75 .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-u7nPBmZW75 .form-control:hover,
.cid-u7nPBmZW75 .field-input:hover,
.cid-u7nPBmZW75 .form-control:focus,
.cid-u7nPBmZW75 .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-u7nPBmZW75 .form-control:hover input::-webkit-input-placeholder,
.cid-u7nPBmZW75 .field-input:hover input::-webkit-input-placeholder,
.cid-u7nPBmZW75 .form-control:focus input::-webkit-input-placeholder,
.cid-u7nPBmZW75 .field-input:focus input::-webkit-input-placeholder,
.cid-u7nPBmZW75 .form-control:hover textarea::-webkit-input-placeholder,
.cid-u7nPBmZW75 .field-input:hover textarea::-webkit-input-placeholder,
.cid-u7nPBmZW75 .form-control:focus textarea::-webkit-input-placeholder,
.cid-u7nPBmZW75 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-u7nPBmZW75 .form-control:hover input:-moz-placeholder,
.cid-u7nPBmZW75 .field-input:hover input:-moz-placeholder,
.cid-u7nPBmZW75 .form-control:focus input:-moz-placeholder,
.cid-u7nPBmZW75 .field-input:focus input:-moz-placeholder,
.cid-u7nPBmZW75 .form-control:hover textarea:-moz-placeholder,
.cid-u7nPBmZW75 .field-input:hover textarea:-moz-placeholder,
.cid-u7nPBmZW75 .form-control:focus textarea:-moz-placeholder,
.cid-u7nPBmZW75 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-u7nPBmZW75 input::-webkit-input-placeholder,
.cid-u7nPBmZW75 textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-u7nPBmZW75 input:-moz-placeholder,
.cid-u7nPBmZW75 textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-u7nPBmZW75 .jq-number__spin:hover,
.cid-u7nPBmZW75 .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-u7nPBmZW75 .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7nPBmZW75 .jq-selectbox li,
.cid-u7nPBmZW75 .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-u7nPBmZW75 .jq-selectbox li:hover,
.cid-u7nPBmZW75 .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-u7nPBmZW75 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u7nPBmZW75 .jq-number__spin.minus:hover:after,
.cid-u7nPBmZW75 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-u7nPBmZW75 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u7nPBmZW75 .jq-number__spin.minus:after,
.cid-u7nPBmZW75 .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-u7nPBmZW75 input::-webkit-clear-button {
  display: none;
}
.cid-u7nPBmZW75 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u7nPBmZW75 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u7nPBmZW75 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u7nPBmZW75 .mbr-text,
.cid-u7nPBmZW75 .mbr-section-btn {
  color: #767676;
}
.cid-u7nPBmZW75 .text2,
.cid-u7nPBmZW75 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-u7nPBmZW75 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-u7nPCTDKWe .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-u7nPCTDKWe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7nPCTDKWe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u7nPCTDKWe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7nPCTDKWe .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-u7nPqSvtN9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f5;
}
.cid-u7nPqSvtN9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u7nPqSvtN9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nPqSvtN9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u7nPqSvtN9 .mbr-text,
.cid-u7nPqSvtN9 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-u7nPqSvtN9 h3:before,
  .cid-u7nPqSvtN9 h3:after {
    display: none;
  }
}
.cid-u7nPqSvtN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nPqSvtN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oyWKMefD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #767676;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .content {
    text-align: center;
  }
  .cid-u7oyWKMefD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7oyWKMefD .img-logo img {
  height: 6rem;
}
.cid-u7oyWKMefD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u7oyWKMefD .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7oyWKMefD .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u7oyWKMefD .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7oyWKMefD .social-list a:hover {
  opacity: 1;
}
.cid-u7oyWKMefD .list {
  list-style-type: none;
  padding: 0;
}
.cid-u7oyWKMefD .list li {
  padding-bottom: 0.5rem;
}
.cid-u7oyWKMefD .list li:last-child {
  padding-bottom: 0;
}
.cid-u7oyWKMefD .mbr-footer-list,
.cid-u7oyWKMefD .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u7oyWKMefD .mbr-footer-list,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .footer-title,
  .cid-u7oyWKMefD .footer-main-title,
  .cid-u7oyWKMefD .form-text,
  .cid-u7oyWKMefD .list {
    text-align: center !important;
  }
  .cid-u7oyWKMefD .mbr-form,
  .cid-u7oyWKMefD .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u7oyWKMefD .footer-main-title {
  color: #ffffff;
}
