body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #7cbb71 !important;
}
.bg-success {
  background-color: #8b8b8b !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7cbb71 !important;
  border-color: #7cbb71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #509045 !important;
  border-color: #509045 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #509045 !important;
  border-color: #509045 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !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: #8b8b8b !important;
  border-color: #8b8b8b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7cbb71;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #509045 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7cbb71 !important;
  border-color: #7cbb71 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !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: #8b8b8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #606060 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8b8b8b !important;
  border-color: #8b8b8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7cbb71 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #8b8b8b !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4a8640 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #585858 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7cbb71;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7cbb71;
  border-color: #7cbb71;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7cbb71;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce4c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cbcbcb;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #7cbb71 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #7cbb71;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7cbb71;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7cbb71;
}
.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: #7cbb71;
  border-bottom-color: #7cbb71;
}
.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: #7cbb71 !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: #edb5bf !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='%237cbb71' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #7cbb71 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #7cbb71 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLt7g3H2D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-uOLt7g3H2D .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uOLt7g3H2D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOLt7g3H2D .container {
    padding: 0 20px;
  }
}
.cid-uOLt7g3H2D .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOLt7g3H2D .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uOLt7g3H2D .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uOLt7g3H2D .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uOLt7g3H2D .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 85px;
}
.cid-uOLt7g3H2D .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOLt7g3H2D .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOLt7g3H2D .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uOLt7g3H2D .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOLt7g3H2D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uOLt7g3H2D .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uOLt7g3H2D .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOLt7g3H2D .embla__slide .slide-content {
  width: 100%;
}
.cid-uOLt7g3H2D .embla__slide .slide-content .item-wrapper .item-img img {
  height: 556px;
  border-radius: 3px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOLt7g3H2D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uOLt7g3H2D .embla__button--next,
.cid-uOLt7g3H2D .embla__button--prev {
  display: flex;
}
.cid-uOLt7g3H2D .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #47b5ed !important;
  border: 2px solid #47b5ed !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOLt7g3H2D .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uOLt7g3H2D .embla__button {
    display: none;
  }
}
.cid-uOLt7g3H2D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOLt7g3H2D .embla__button:hover {
  opacity: 1 !important;
}
.cid-uOLt7g3H2D .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uOLt7g3H2D .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uOLt7g3H2D .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uOLt7g3H2D .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uOLt7g3H2D .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uOLt7g3H2D .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOLt7g3H2D .embla__button {
    top: 2.5rem;
  }
}
.cid-uOLt7g3H2D .embla {
  position: relative;
  width: 100%;
}
.cid-uOLt7g3H2D .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOLt7g3H2D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOLt7g3H2D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOLt7g3H2D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOLt7g3H2D .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOLt7g3H2D .mbr-section-title {
  color: #ffffff;
}
.cid-uOLt7g3H2D .mbr-text,
.cid-uOLt7g3H2D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOLt7g3H2D .mbr-section-title,
.cid-uOLt7g3H2D .mbr-section-btn {
  text-align: center;
}
.cid-uOLnBu7Dwu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uOLnBu7Dwu .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-uOLnBu7Dwu .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLnBu7Dwu .container {
    padding: 0 1.3rem;
  }
  .cid-uOLnBu7Dwu .mbr-section-btn {
    opacity: 1;
  }
  .cid-uOLnBu7Dwu .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-uOLnBu7Dwu .card {
    padding: 0rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uOLnBu7Dwu .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-uOLnBu7Dwu .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uOLnBu7Dwu .card {
    padding-bottom: 1rem !important;
  }
  .cid-uOLnBu7Dwu .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uOLnBu7Dwu .row {
  justify-content: center;
}
.cid-uOLnBu7Dwu .card {
  padding: 0.5rem !important;
}
.cid-uOLnBu7Dwu .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-uOLnBu7Dwu .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-uOLnBu7Dwu .card1 {
  background-image: url("../../../assets/images/img14-1.jpg");
}
.cid-uOLnBu7Dwu .card2 {
  background-image: url("../../../assets/images/img5-1.jpg");
}
.cid-uOLnBu7Dwu .card3 {
  background-image: url("../../../assets/images/imag4.jpg");
}
.cid-uOLnBu7Dwu .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uOLnBu7Dwu h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOLnBu7Dwu p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uOLnBu7Dwu .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-uOLnBu7Dwu .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
.cid-uOLnBu7Dwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLnBu7Dwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiEp01JEi {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uMiEp01JEi img {
  width: 90%;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-uMiEp01JEi img {
    width: 100%;
  }
}
.cid-uMiEp01JEi .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMiEp01JEi .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-uMiEp01JEi .icon1 {
  color: #7cbb71;
}
.cid-uMiEp01JEi .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMiEp01JEi .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uMiEp01JEi .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-uMiEp01JEi .card-text {
  color: #777777;
}
.cid-uMiEp01JEi .mbr-section-subtitle {
  color: #8b8b8b;
}
.cid-uMiEp01JEi .mbr-text,
.cid-uMiEp01JEi .mbr-section-btn {
  color: #404349;
}
.cid-uMiEp01JEi p {
  word-break: normal;
}
.cid-uMiktDXR45 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMiktDXR45 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMiktDXR45 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uMiktDXR45 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMiktDXR45 .embla__slide .slide-content {
  width: 100%;
}
.cid-uMiktDXR45 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(0);
}
.cid-uMiktDXR45 .embla__button--next,
.cid-uMiktDXR45 .embla__button--prev {
  display: flex;
}
.cid-uMiktDXR45 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uMiktDXR45 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMiktDXR45 .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uMiktDXR45 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMiktDXR45 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uMiktDXR45 .embla__button.embla__button--next {
  right: 0;
}
.cid-uMiktDXR45 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uMiktDXR45 .embla {
  position: relative;
  width: 100%;
}
.cid-uMiktDXR45 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMiktDXR45 .embla::before {
    display: none;
  }
}
.cid-uMiktDXR45 .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMiktDXR45 .embla::after {
    display: none;
  }
}
.cid-uMiktDXR45 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMiktDXR45 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMiktDXR45 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMiktDXR45 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMiktDXR45 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDpxrFh0Z {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uLDpxrFh0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDpxrFh0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDpxrFh0Z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .container {
    padding: 0 26px;
  }
}
.cid-uLDpxrFh0Z .row {
  justify-content: center;
}
.cid-uLDpxrFh0Z .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDpxrFh0Z .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDpxrFh0Z .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLDpxrFh0Z .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLDpxrFh0Z .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLDpxrFh0Z .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDpxrFh0Z .content-wrapper .nav-wrapper {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uLDpxrFh0Z .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLDpxrFh0Z .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uLDpxrFh0Z .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uLDpxrFh0Z .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uLDpxrFh0Z .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLDpxrFh0Z .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLDpxrFh0Z .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uLDpxrFh0Z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLDpxrFh0Z .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uLDpxrFh0Z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDpxrFh0Z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDpxrFh0Z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLDpxrFh0Z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #7cbb71;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
.cid-uLDpxrFh0Z .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLDpxrFh0Z .mbr-section-title {
  color: #ffffff;
}
.cid-uLDpxrFh0Z .mbr-text {
  color: #ffffff;
}
.cid-uLDpxrFh0Z .list {
  color: #ffffff;
}
.cid-uLDpxrFh0Z .list,
.cid-uLDpxrFh0Z .nav-wrapper,
.cid-uLDpxrFh0Z .social-wrapper {
  text-align: right;
}
.cid-uLDpxrFh0Z .list,
.cid-uLDpxrFh0Z .item-wrap,
.cid-uLDpxrFh0Z .social-wrapper {
  text-align: right;
}
.cid-uLDJDbK5Yg {
  z-index: 1000;
  width: 100%;
}
.cid-uLDJDbK5Yg nav.navbar {
  position: fixed;
}
.cid-uLDJDbK5Yg .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-uLDJDbK5Yg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLDJDbK5Yg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLDJDbK5Yg .dropdown-item:hover,
.cid-uLDJDbK5Yg .dropdown-item:focus {
  background: #7cbb71 !important;
  color: white !important;
}
.cid-uLDJDbK5Yg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLDJDbK5Yg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLDJDbK5Yg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLDJDbK5Yg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLDJDbK5Yg .nav-link {
  position: relative;
}
.cid-uLDJDbK5Yg .container {
  display: flex;
  margin: auto;
}
.cid-uLDJDbK5Yg .iconfont-wrapper {
  color: #7cbb71 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDJDbK5Yg .dropdown-menu,
.cid-uLDJDbK5Yg .navbar.opened {
  background: #ffffff !important;
}
.cid-uLDJDbK5Yg .nav-item:focus,
.cid-uLDJDbK5Yg .nav-link:focus {
  outline: none;
}
.cid-uLDJDbK5Yg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDJDbK5Yg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDJDbK5Yg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDJDbK5Yg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDJDbK5Yg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDJDbK5Yg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDJDbK5Yg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLDJDbK5Yg .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDJDbK5Yg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDJDbK5Yg .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDJDbK5Yg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLDJDbK5Yg .navbar.collapsed {
  justify-content: center;
}
.cid-uLDJDbK5Yg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDJDbK5Yg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLDJDbK5Yg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uLDJDbK5Yg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDJDbK5Yg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDJDbK5Yg .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-uLDJDbK5Yg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDJDbK5Yg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDJDbK5Yg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLDJDbK5Yg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDJDbK5Yg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDJDbK5Yg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDJDbK5Yg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDJDbK5Yg .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-uLDJDbK5Yg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLDJDbK5Yg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLDJDbK5Yg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDJDbK5Yg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLDJDbK5Yg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDJDbK5Yg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDJDbK5Yg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLDJDbK5Yg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLDJDbK5Yg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLDJDbK5Yg .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-uLDJDbK5Yg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDJDbK5Yg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDJDbK5Yg .dropdown-item.active,
.cid-uLDJDbK5Yg .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDJDbK5Yg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDJDbK5Yg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDJDbK5Yg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDJDbK5Yg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLDJDbK5Yg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLDJDbK5Yg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLDJDbK5Yg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDJDbK5Yg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLDJDbK5Yg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDJDbK5Yg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uLDJDbK5Yg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDJDbK5Yg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDJDbK5Yg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDJDbK5Yg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDJDbK5Yg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDJDbK5Yg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDJDbK5Yg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDJDbK5Yg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDJDbK5Yg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLDJDbK5Yg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDJDbK5Yg .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-uLDJDbK5Yg .navbar {
    height: 70px;
  }
  .cid-uLDJDbK5Yg .navbar.opened {
    height: auto;
  }
  .cid-uLDJDbK5Yg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDKypKnPv {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uLDKypKnPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDKypKnPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDKypKnPv .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLDKypKnPv .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fafafa;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #7cbb71;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLDKypKnPv .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fafafa;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLDKypKnPv .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #7cbb71;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLDKypKnPv .mbr-section-title {
  color: #404349;
}
.cid-uLDKypKnPv .mbr-desc {
  color: #b19a7c;
}
.cid-uLDKypKnPv .mbr-text {
  color: #404349;
}
.cid-uLDKypKnPv .list {
  color: #404349;
}
.cid-uLDKypKnPv .soc-desc {
  color: #404349;
}
.cid-uLDKypKnPv label {
  color: #404349;
}
.cid-uLDKypKnPv .mbr-desc,
.cid-uLDKypKnPv .desc-wrapper {
  color: #232323;
}
.cid-uLDKypKnPv .mbr-section-title,
.cid-uLDKypKnPv .title-wrap {
  text-align: left;
}
.cid-uMY9SkvaWj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMY9SkvaWj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMY9SkvaWj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uMY9SkvaWj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMY9SkvaWj .embla__slide .slide-content {
  width: 100%;
}
.cid-uMY9SkvaWj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(0);
}
.cid-uMY9SkvaWj .embla__button--next,
.cid-uMY9SkvaWj .embla__button--prev {
  display: flex;
}
.cid-uMY9SkvaWj .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uMY9SkvaWj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMY9SkvaWj .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uMY9SkvaWj .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMY9SkvaWj .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uMY9SkvaWj .embla__button.embla__button--next {
  right: 0;
}
.cid-uMY9SkvaWj .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uMY9SkvaWj .embla {
  position: relative;
  width: 100%;
}
.cid-uMY9SkvaWj .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMY9SkvaWj .embla::before {
    display: none;
  }
}
.cid-uMY9SkvaWj .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMY9SkvaWj .embla::after {
    display: none;
  }
}
.cid-uMY9SkvaWj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMY9SkvaWj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMY9SkvaWj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMY9SkvaWj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMY9SkvaWj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLDJDfYAO4 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uLDJDfYAO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDJDfYAO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDJDfYAO4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .container {
    padding: 0 26px;
  }
}
.cid-uLDJDfYAO4 .row {
  justify-content: center;
}
.cid-uLDJDfYAO4 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDJDfYAO4 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDJDfYAO4 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLDJDfYAO4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLDJDfYAO4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLDJDfYAO4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDJDfYAO4 .content-wrapper .nav-wrapper {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uLDJDfYAO4 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLDJDfYAO4 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uLDJDfYAO4 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uLDJDfYAO4 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uLDJDfYAO4 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLDJDfYAO4 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLDJDfYAO4 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uLDJDfYAO4 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLDJDfYAO4 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uLDJDfYAO4 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLDJDfYAO4 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLDJDfYAO4 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLDJDfYAO4 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #7cbb71;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
.cid-uLDJDfYAO4 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLDJDfYAO4 .mbr-section-title {
  color: #ffffff;
}
.cid-uLDJDfYAO4 .mbr-text {
  color: #ffffff;
}
.cid-uLDJDfYAO4 .list {
  color: #ffffff;
}
.cid-uLDJDfYAO4 .list,
.cid-uLDJDfYAO4 .nav-wrapper,
.cid-uLDJDfYAO4 .social-wrapper {
  text-align: right;
}
.cid-uLDJDfYAO4 .list,
.cid-uLDJDfYAO4 .item-wrap,
.cid-uLDJDfYAO4 .social-wrapper {
  text-align: right;
}
.cid-uLEShChxPD {
  z-index: 1000;
  width: 100%;
}
.cid-uLEShChxPD nav.navbar {
  position: fixed;
}
.cid-uLEShChxPD .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-uLEShChxPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLEShChxPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLEShChxPD .dropdown-item:hover,
.cid-uLEShChxPD .dropdown-item:focus {
  background: #7cbb71 !important;
  color: white !important;
}
.cid-uLEShChxPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLEShChxPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLEShChxPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLEShChxPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLEShChxPD .nav-link {
  position: relative;
}
.cid-uLEShChxPD .container {
  display: flex;
  margin: auto;
}
.cid-uLEShChxPD .iconfont-wrapper {
  color: #7cbb71 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEShChxPD .dropdown-menu,
.cid-uLEShChxPD .navbar.opened {
  background: #ffffff !important;
}
.cid-uLEShChxPD .nav-item:focus,
.cid-uLEShChxPD .nav-link:focus {
  outline: none;
}
.cid-uLEShChxPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEShChxPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEShChxPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEShChxPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEShChxPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEShChxPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEShChxPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLEShChxPD .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEShChxPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEShChxPD .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEShChxPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLEShChxPD .navbar.collapsed {
  justify-content: center;
}
.cid-uLEShChxPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEShChxPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEShChxPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uLEShChxPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEShChxPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEShChxPD .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-uLEShChxPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEShChxPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEShChxPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLEShChxPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEShChxPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEShChxPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEShChxPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEShChxPD .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-uLEShChxPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEShChxPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLEShChxPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEShChxPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLEShChxPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEShChxPD .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEShChxPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEShChxPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEShChxPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEShChxPD .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-uLEShChxPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEShChxPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEShChxPD .dropdown-item.active,
.cid-uLEShChxPD .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEShChxPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEShChxPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEShChxPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEShChxPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLEShChxPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEShChxPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEShChxPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEShChxPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEShChxPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEShChxPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uLEShChxPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEShChxPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEShChxPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEShChxPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEShChxPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEShChxPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEShChxPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEShChxPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEShChxPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLEShChxPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEShChxPD .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-uLEShChxPD .navbar {
    height: 70px;
  }
  .cid-uLEShChxPD .navbar.opened {
    height: auto;
  }
  .cid-uLEShChxPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLF2bPQnTx {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uLF2bPQnTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLF2bPQnTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLF2bPQnTx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7cbb71;
  margin-left: 1rem;
}
.cid-uLF2bPQnTx .panel-group {
  border: none;
}
.cid-uLF2bPQnTx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLF2bPQnTx .panel-body,
.cid-uLF2bPQnTx .card-header {
  padding: 1rem 0;
}
.cid-uLF2bPQnTx .panel-title-edit {
  color: #000000;
}
.cid-uLF2bPQnTx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLEShE77KN {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uLEShE77KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEShE77KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEShE77KN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .container {
    padding: 0 26px;
  }
}
.cid-uLEShE77KN .row {
  justify-content: center;
}
.cid-uLEShE77KN .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLEShE77KN .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLEShE77KN .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLEShE77KN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLEShE77KN .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLEShE77KN .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLEShE77KN .content-wrapper .nav-wrapper {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uLEShE77KN .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLEShE77KN .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uLEShE77KN .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uLEShE77KN .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uLEShE77KN .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uLEShE77KN .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLEShE77KN .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uLEShE77KN .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uLEShE77KN .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uLEShE77KN .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLEShE77KN .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLEShE77KN .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uLEShE77KN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLEShE77KN .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uLEShE77KN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLEShE77KN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLEShE77KN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLEShE77KN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #7cbb71;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
.cid-uLEShE77KN .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLEShE77KN .mbr-section-title {
  color: #ffffff;
}
.cid-uLEShE77KN .mbr-text {
  color: #ffffff;
}
.cid-uLEShE77KN .list {
  color: #ffffff;
}
.cid-uLEShE77KN .list,
.cid-uLEShE77KN .nav-wrapper,
.cid-uLEShE77KN .social-wrapper {
  text-align: right;
}
.cid-uLEShE77KN .list,
.cid-uLEShE77KN .item-wrap,
.cid-uLEShE77KN .social-wrapper {
  text-align: right;
}
.cid-uNDaw3hSRD {
  z-index: 1000;
  width: 100%;
}
.cid-uNDaw3hSRD nav.navbar {
  position: fixed;
}
.cid-uNDaw3hSRD .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-uNDaw3hSRD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNDaw3hSRD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNDaw3hSRD .dropdown-item:hover,
.cid-uNDaw3hSRD .dropdown-item:focus {
  background: #7cbb71 !important;
  color: white !important;
}
.cid-uNDaw3hSRD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNDaw3hSRD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNDaw3hSRD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNDaw3hSRD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNDaw3hSRD .nav-link {
  position: relative;
}
.cid-uNDaw3hSRD .container {
  display: flex;
  margin: auto;
}
.cid-uNDaw3hSRD .iconfont-wrapper {
  color: #7cbb71 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNDaw3hSRD .dropdown-menu,
.cid-uNDaw3hSRD .navbar.opened {
  background: #ffffff !important;
}
.cid-uNDaw3hSRD .nav-item:focus,
.cid-uNDaw3hSRD .nav-link:focus {
  outline: none;
}
.cid-uNDaw3hSRD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNDaw3hSRD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNDaw3hSRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNDaw3hSRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNDaw3hSRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNDaw3hSRD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNDaw3hSRD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNDaw3hSRD .navbar.opened {
  transition: all 0.3s;
}
.cid-uNDaw3hSRD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNDaw3hSRD .navbar .navbar-logo img {
  width: auto;
}
.cid-uNDaw3hSRD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNDaw3hSRD .navbar.collapsed {
  justify-content: center;
}
.cid-uNDaw3hSRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNDaw3hSRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNDaw3hSRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uNDaw3hSRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNDaw3hSRD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNDaw3hSRD .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-uNDaw3hSRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNDaw3hSRD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNDaw3hSRD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNDaw3hSRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNDaw3hSRD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNDaw3hSRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNDaw3hSRD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNDaw3hSRD .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-uNDaw3hSRD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNDaw3hSRD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNDaw3hSRD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNDaw3hSRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNDaw3hSRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNDaw3hSRD .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNDaw3hSRD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNDaw3hSRD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNDaw3hSRD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNDaw3hSRD .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-uNDaw3hSRD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNDaw3hSRD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNDaw3hSRD .dropdown-item.active,
.cid-uNDaw3hSRD .dropdown-item:active {
  background-color: transparent;
}
.cid-uNDaw3hSRD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNDaw3hSRD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNDaw3hSRD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNDaw3hSRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNDaw3hSRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNDaw3hSRD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNDaw3hSRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNDaw3hSRD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNDaw3hSRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNDaw3hSRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNDaw3hSRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNDaw3hSRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDaw3hSRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDaw3hSRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNDaw3hSRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDaw3hSRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNDaw3hSRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNDaw3hSRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDaw3hSRD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNDaw3hSRD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNDaw3hSRD .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-uNDaw3hSRD .navbar {
    height: 70px;
  }
  .cid-uNDaw3hSRD .navbar.opened {
    height: auto;
  }
  .cid-uNDaw3hSRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNDaw3Sh1I {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uNDaw3Sh1I .item {
  padding-bottom: 2rem;
}
.cid-uNDaw3Sh1I .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNDaw3Sh1I .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNDaw3Sh1I .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uNDaw3Sh1I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uNDaw3Sh1I .carousel-control,
.cid-uNDaw3Sh1I .close {
  background: #1b1b1b;
}
.cid-uNDaw3Sh1I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNDaw3Sh1I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNDaw3Sh1I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNDaw3Sh1I .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNDaw3Sh1I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNDaw3Sh1I .close::before {
  content: '\e91a';
}
.cid-uNDaw3Sh1I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNDaw3Sh1I .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNDaw3Sh1I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNDaw3Sh1I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNDaw3Sh1I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNDaw3Sh1I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNDaw3Sh1I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNDaw3Sh1I .carousel-indicators li.active,
.cid-uNDaw3Sh1I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNDaw3Sh1I .carousel-indicators li::after,
.cid-uNDaw3Sh1I .carousel-indicators li::before {
  content: none;
}
.cid-uNDaw3Sh1I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNDaw3Sh1I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNDaw3Sh1I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNDaw3Sh1I .carousel-indicators {
    display: none;
  }
}
.cid-uNDaw3Sh1I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNDaw3Sh1I .carousel-inner > .active {
  display: block;
}
.cid-uNDaw3Sh1I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNDaw3Sh1I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNDaw3Sh1I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNDaw3Sh1I .carousel-control,
  .cid-uNDaw3Sh1I .carousel-indicators,
  .cid-uNDaw3Sh1I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNDaw3Sh1I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNDaw3Sh1I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNDaw3Sh1I .carousel-indicators .active,
.cid-uNDaw3Sh1I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNDaw3Sh1I .carousel-indicators .active {
  background: #fff;
}
.cid-uNDaw3Sh1I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNDaw3Sh1I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNDaw3Sh1I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNDaw3Sh1I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNDaw3Sh1I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNDaw3Sh1I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNDaw3Sh1I .carousel {
  width: 100%;
}
.cid-uNDaw3Sh1I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNDaw3Sh1I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNDaw3Sh1I .modal.fade .modal-dialog,
.cid-uNDaw3Sh1I .modal.in .modal-dialog {
  transform: none;
}
.cid-uNDaw3Sh1I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNDaw3Sh1I H6 {
  text-align: center;
}
.cid-uNDaw3Sh1I H3 {
  text-align: center;
}
.cid-uNDaw3Sh1I H4 {
  text-align: left;
}
.cid-uNDaw4O9KD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNDaw4O9KD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNDaw4O9KD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uNDaw4O9KD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNDaw4O9KD .embla__slide .slide-content {
  width: 100%;
}
.cid-uNDaw4O9KD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(0);
}
.cid-uNDaw4O9KD .embla__button--next,
.cid-uNDaw4O9KD .embla__button--prev {
  display: flex;
}
.cid-uNDaw4O9KD .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uNDaw4O9KD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNDaw4O9KD .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uNDaw4O9KD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uNDaw4O9KD .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uNDaw4O9KD .embla__button.embla__button--next {
  right: 0;
}
.cid-uNDaw4O9KD .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uNDaw4O9KD .embla {
  position: relative;
  width: 100%;
}
.cid-uNDaw4O9KD .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uNDaw4O9KD .embla::before {
    display: none;
  }
}
.cid-uNDaw4O9KD .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uNDaw4O9KD .embla::after {
    display: none;
  }
}
.cid-uNDaw4O9KD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNDaw4O9KD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNDaw4O9KD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNDaw4O9KD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNDaw4O9KD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uORN2q2nSP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d1d1d;
}
.cid-uORN2q2nSP .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-uORN2q2nSP .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uORN2q2nSP .container {
    padding: 0 1.3rem;
  }
  .cid-uORN2q2nSP .mbr-section-btn {
    opacity: 1;
  }
  .cid-uORN2q2nSP .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-uORN2q2nSP .card {
    padding: 0rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uORN2q2nSP .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-uORN2q2nSP .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uORN2q2nSP .card {
    padding-bottom: 1rem !important;
  }
  .cid-uORN2q2nSP .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uORN2q2nSP .row {
  justify-content: center;
}
.cid-uORN2q2nSP .card {
  padding: 0.5rem !important;
}
.cid-uORN2q2nSP .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-uORN2q2nSP .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-uORN2q2nSP .card1 {
  background-image: url("../../../assets/images/img14-1.jpg");
}
.cid-uORN2q2nSP .card2 {
  background-image: url("../../../assets/images/img5-1.jpg");
}
.cid-uORN2q2nSP .card3 {
  background-image: url("../../../assets/images/imag4.jpg");
}
.cid-uORN2q2nSP .card4 {
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-uORN2q2nSP h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uORN2q2nSP p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uORN2q2nSP .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-uORN2q2nSP .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
.cid-uORN2q2nSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORN2q2nSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDaw5IysD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uNDaw5IysD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDaw5IysD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDaw5IysD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .container {
    padding: 0 26px;
  }
}
.cid-uNDaw5IysD .row {
  justify-content: center;
}
.cid-uNDaw5IysD .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaw5IysD .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaw5IysD .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNDaw5IysD .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNDaw5IysD .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNDaw5IysD .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaw5IysD .content-wrapper .nav-wrapper {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uNDaw5IysD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNDaw5IysD .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uNDaw5IysD .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uNDaw5IysD .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uNDaw5IysD .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uNDaw5IysD .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaw5IysD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uNDaw5IysD .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uNDaw5IysD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uNDaw5IysD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uNDaw5IysD .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNDaw5IysD .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uNDaw5IysD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNDaw5IysD .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uNDaw5IysD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNDaw5IysD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNDaw5IysD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uNDaw5IysD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #7cbb71;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
.cid-uNDaw5IysD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNDaw5IysD .mbr-section-title {
  color: #ffffff;
}
.cid-uNDaw5IysD .mbr-text {
  color: #ffffff;
}
.cid-uNDaw5IysD .list {
  color: #ffffff;
}
.cid-uNDaw5IysD .list,
.cid-uNDaw5IysD .nav-wrapper,
.cid-uNDaw5IysD .social-wrapper {
  text-align: right;
}
.cid-uNDaw5IysD .list,
.cid-uNDaw5IysD .item-wrap,
.cid-uNDaw5IysD .social-wrapper {
  text-align: right;
}
.cid-uLKNfjQwyV {
  z-index: 1000;
  width: 100%;
}
.cid-uLKNfjQwyV nav.navbar {
  position: fixed;
}
.cid-uLKNfjQwyV .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-uLKNfjQwyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLKNfjQwyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLKNfjQwyV .dropdown-item:hover,
.cid-uLKNfjQwyV .dropdown-item:focus {
  background: #7cbb71 !important;
  color: white !important;
}
.cid-uLKNfjQwyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLKNfjQwyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLKNfjQwyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLKNfjQwyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLKNfjQwyV .nav-link {
  position: relative;
}
.cid-uLKNfjQwyV .container {
  display: flex;
  margin: auto;
}
.cid-uLKNfjQwyV .iconfont-wrapper {
  color: #7cbb71 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLKNfjQwyV .dropdown-menu,
.cid-uLKNfjQwyV .navbar.opened {
  background: #ffffff !important;
}
.cid-uLKNfjQwyV .nav-item:focus,
.cid-uLKNfjQwyV .nav-link:focus {
  outline: none;
}
.cid-uLKNfjQwyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLKNfjQwyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLKNfjQwyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLKNfjQwyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLKNfjQwyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLKNfjQwyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLKNfjQwyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uLKNfjQwyV .navbar.opened {
  transition: all 0.3s;
}
.cid-uLKNfjQwyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLKNfjQwyV .navbar .navbar-logo img {
  width: auto;
}
.cid-uLKNfjQwyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLKNfjQwyV .navbar.collapsed {
  justify-content: center;
}
.cid-uLKNfjQwyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLKNfjQwyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLKNfjQwyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uLKNfjQwyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLKNfjQwyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLKNfjQwyV .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-uLKNfjQwyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLKNfjQwyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLKNfjQwyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLKNfjQwyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLKNfjQwyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLKNfjQwyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLKNfjQwyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLKNfjQwyV .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-uLKNfjQwyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLKNfjQwyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLKNfjQwyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLKNfjQwyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLKNfjQwyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLKNfjQwyV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLKNfjQwyV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLKNfjQwyV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLKNfjQwyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLKNfjQwyV .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-uLKNfjQwyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLKNfjQwyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLKNfjQwyV .dropdown-item.active,
.cid-uLKNfjQwyV .dropdown-item:active {
  background-color: transparent;
}
.cid-uLKNfjQwyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLKNfjQwyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLKNfjQwyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLKNfjQwyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLKNfjQwyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLKNfjQwyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLKNfjQwyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLKNfjQwyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLKNfjQwyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLKNfjQwyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uLKNfjQwyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLKNfjQwyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKNfjQwyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKNfjQwyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLKNfjQwyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKNfjQwyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLKNfjQwyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLKNfjQwyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKNfjQwyV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLKNfjQwyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLKNfjQwyV .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-uLKNfjQwyV .navbar {
    height: 70px;
  }
  .cid-uLKNfjQwyV .navbar.opened {
    height: auto;
  }
  .cid-uLKNfjQwyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLKNoxYr6b {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uLKNoxYr6b .item {
  padding-bottom: 2rem;
}
.cid-uLKNoxYr6b .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uLKNoxYr6b .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uLKNoxYr6b .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uLKNoxYr6b .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uLKNoxYr6b .carousel-control,
.cid-uLKNoxYr6b .close {
  background: #1b1b1b;
}
.cid-uLKNoxYr6b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLKNoxYr6b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLKNoxYr6b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLKNoxYr6b .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLKNoxYr6b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLKNoxYr6b .close::before {
  content: '\e91a';
}
.cid-uLKNoxYr6b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLKNoxYr6b .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLKNoxYr6b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLKNoxYr6b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLKNoxYr6b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLKNoxYr6b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLKNoxYr6b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLKNoxYr6b .carousel-indicators li.active,
.cid-uLKNoxYr6b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLKNoxYr6b .carousel-indicators li::after,
.cid-uLKNoxYr6b .carousel-indicators li::before {
  content: none;
}
.cid-uLKNoxYr6b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLKNoxYr6b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLKNoxYr6b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLKNoxYr6b .carousel-indicators {
    display: none;
  }
}
.cid-uLKNoxYr6b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLKNoxYr6b .carousel-inner > .active {
  display: block;
}
.cid-uLKNoxYr6b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLKNoxYr6b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLKNoxYr6b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLKNoxYr6b .carousel-control,
  .cid-uLKNoxYr6b .carousel-indicators,
  .cid-uLKNoxYr6b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLKNoxYr6b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLKNoxYr6b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLKNoxYr6b .carousel-indicators .active,
.cid-uLKNoxYr6b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLKNoxYr6b .carousel-indicators .active {
  background: #fff;
}
.cid-uLKNoxYr6b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLKNoxYr6b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLKNoxYr6b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLKNoxYr6b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLKNoxYr6b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLKNoxYr6b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLKNoxYr6b .carousel {
  width: 100%;
}
.cid-uLKNoxYr6b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLKNoxYr6b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLKNoxYr6b .modal.fade .modal-dialog,
.cid-uLKNoxYr6b .modal.in .modal-dialog {
  transform: none;
}
.cid-uLKNoxYr6b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLKNoxYr6b H6 {
  text-align: center;
}
.cid-uLKNoxYr6b H3 {
  text-align: center;
}
.cid-uLKNoxYr6b H4 {
  text-align: center;
}
.cid-uMY9HsNni4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMY9HsNni4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMY9HsNni4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uMY9HsNni4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMY9HsNni4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uMY9HsNni4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(0);
}
.cid-uMY9HsNni4 .embla__button--next,
.cid-uMY9HsNni4 .embla__button--prev {
  display: flex;
}
.cid-uMY9HsNni4 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uMY9HsNni4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMY9HsNni4 .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uMY9HsNni4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uMY9HsNni4 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uMY9HsNni4 .embla__button.embla__button--next {
  right: 0;
}
.cid-uMY9HsNni4 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uMY9HsNni4 .embla {
  position: relative;
  width: 100%;
}
.cid-uMY9HsNni4 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMY9HsNni4 .embla::before {
    display: none;
  }
}
.cid-uMY9HsNni4 .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uMY9HsNni4 .embla::after {
    display: none;
  }
}
.cid-uMY9HsNni4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMY9HsNni4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMY9HsNni4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMY9HsNni4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMY9HsNni4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uORMKz9Uey {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d1d1d;
}
.cid-uORMKz9Uey .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-uORMKz9Uey .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uORMKz9Uey .container {
    padding: 0 1.3rem;
  }
  .cid-uORMKz9Uey .mbr-section-btn {
    opacity: 1;
  }
  .cid-uORMKz9Uey .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-uORMKz9Uey .card {
    padding: 0rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uORMKz9Uey .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-uORMKz9Uey .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uORMKz9Uey .card {
    padding-bottom: 1rem !important;
  }
  .cid-uORMKz9Uey .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uORMKz9Uey .row {
  justify-content: center;
}
.cid-uORMKz9Uey .card {
  padding: 0.5rem !important;
}
.cid-uORMKz9Uey .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-uORMKz9Uey .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-uORMKz9Uey .card1 {
  background-image: url("../../../assets/images/img14-1.jpg");
}
.cid-uORMKz9Uey .card2 {
  background-image: url("../../../assets/images/img5-1.jpg");
}
.cid-uORMKz9Uey .card3 {
  background-image: url("../../../assets/images/imag4.jpg");
}
.cid-uORMKz9Uey .card4 {
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-uORMKz9Uey h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uORMKz9Uey p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uORMKz9Uey .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-uORMKz9Uey .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
.cid-uORMKz9Uey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORMKz9Uey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKNflVnqU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uLKNflVnqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKNflVnqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKNflVnqU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .container {
    padding: 0 26px;
  }
}
.cid-uLKNflVnqU .row {
  justify-content: center;
}
.cid-uLKNflVnqU .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKNflVnqU .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKNflVnqU .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLKNflVnqU .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLKNflVnqU .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLKNflVnqU .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKNflVnqU .content-wrapper .nav-wrapper {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uLKNflVnqU .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLKNflVnqU .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uLKNflVnqU .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uLKNflVnqU .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uLKNflVnqU .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uLKNflVnqU .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKNflVnqU .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uLKNflVnqU .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uLKNflVnqU .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uLKNflVnqU .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLKNflVnqU .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLKNflVnqU .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uLKNflVnqU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLKNflVnqU .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uLKNflVnqU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLKNflVnqU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLKNflVnqU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLKNflVnqU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #7cbb71;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
.cid-uLKNflVnqU .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uLKNflVnqU .mbr-section-title {
  color: #ffffff;
}
.cid-uLKNflVnqU .mbr-text {
  color: #ffffff;
}
.cid-uLKNflVnqU .list {
  color: #ffffff;
}
.cid-uLKNflVnqU .list,
.cid-uLKNflVnqU .nav-wrapper,
.cid-uLKNflVnqU .social-wrapper {
  text-align: right;
}
.cid-uLKNflVnqU .list,
.cid-uLKNflVnqU .item-wrap,
.cid-uLKNflVnqU .social-wrapper {
  text-align: right;
}
.cid-uNDaQBDIFt {
  z-index: 1000;
  width: 100%;
}
.cid-uNDaQBDIFt nav.navbar {
  position: fixed;
}
.cid-uNDaQBDIFt .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-uNDaQBDIFt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNDaQBDIFt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNDaQBDIFt .dropdown-item:hover,
.cid-uNDaQBDIFt .dropdown-item:focus {
  background: #7cbb71 !important;
  color: white !important;
}
.cid-uNDaQBDIFt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNDaQBDIFt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNDaQBDIFt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNDaQBDIFt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNDaQBDIFt .nav-link {
  position: relative;
}
.cid-uNDaQBDIFt .container {
  display: flex;
  margin: auto;
}
.cid-uNDaQBDIFt .iconfont-wrapper {
  color: #7cbb71 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNDaQBDIFt .dropdown-menu,
.cid-uNDaQBDIFt .navbar.opened {
  background: #ffffff !important;
}
.cid-uNDaQBDIFt .nav-item:focus,
.cid-uNDaQBDIFt .nav-link:focus {
  outline: none;
}
.cid-uNDaQBDIFt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNDaQBDIFt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNDaQBDIFt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNDaQBDIFt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNDaQBDIFt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNDaQBDIFt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNDaQBDIFt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNDaQBDIFt .navbar.opened {
  transition: all 0.3s;
}
.cid-uNDaQBDIFt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNDaQBDIFt .navbar .navbar-logo img {
  width: auto;
}
.cid-uNDaQBDIFt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNDaQBDIFt .navbar.collapsed {
  justify-content: center;
}
.cid-uNDaQBDIFt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNDaQBDIFt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNDaQBDIFt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uNDaQBDIFt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNDaQBDIFt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNDaQBDIFt .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-uNDaQBDIFt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNDaQBDIFt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNDaQBDIFt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNDaQBDIFt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNDaQBDIFt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNDaQBDIFt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNDaQBDIFt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNDaQBDIFt .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-uNDaQBDIFt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNDaQBDIFt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNDaQBDIFt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNDaQBDIFt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNDaQBDIFt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNDaQBDIFt .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNDaQBDIFt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNDaQBDIFt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNDaQBDIFt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNDaQBDIFt .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-uNDaQBDIFt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNDaQBDIFt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNDaQBDIFt .dropdown-item.active,
.cid-uNDaQBDIFt .dropdown-item:active {
  background-color: transparent;
}
.cid-uNDaQBDIFt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNDaQBDIFt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNDaQBDIFt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNDaQBDIFt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNDaQBDIFt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNDaQBDIFt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNDaQBDIFt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNDaQBDIFt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNDaQBDIFt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNDaQBDIFt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNDaQBDIFt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNDaQBDIFt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDaQBDIFt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDaQBDIFt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNDaQBDIFt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDaQBDIFt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNDaQBDIFt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNDaQBDIFt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDaQBDIFt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNDaQBDIFt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNDaQBDIFt .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-uNDaQBDIFt .navbar {
    height: 70px;
  }
  .cid-uNDaQBDIFt .navbar.opened {
    height: auto;
  }
  .cid-uNDaQBDIFt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNDaQCbSn1 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uNDaQCbSn1 .item {
  padding-bottom: 2rem;
}
.cid-uNDaQCbSn1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNDaQCbSn1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNDaQCbSn1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uNDaQCbSn1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uNDaQCbSn1 .carousel-control,
.cid-uNDaQCbSn1 .close {
  background: #1b1b1b;
}
.cid-uNDaQCbSn1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNDaQCbSn1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNDaQCbSn1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNDaQCbSn1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNDaQCbSn1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNDaQCbSn1 .close::before {
  content: '\e91a';
}
.cid-uNDaQCbSn1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNDaQCbSn1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNDaQCbSn1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNDaQCbSn1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNDaQCbSn1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNDaQCbSn1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNDaQCbSn1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNDaQCbSn1 .carousel-indicators li.active,
.cid-uNDaQCbSn1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNDaQCbSn1 .carousel-indicators li::after,
.cid-uNDaQCbSn1 .carousel-indicators li::before {
  content: none;
}
.cid-uNDaQCbSn1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNDaQCbSn1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNDaQCbSn1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNDaQCbSn1 .carousel-indicators {
    display: none;
  }
}
.cid-uNDaQCbSn1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNDaQCbSn1 .carousel-inner > .active {
  display: block;
}
.cid-uNDaQCbSn1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNDaQCbSn1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNDaQCbSn1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNDaQCbSn1 .carousel-control,
  .cid-uNDaQCbSn1 .carousel-indicators,
  .cid-uNDaQCbSn1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNDaQCbSn1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNDaQCbSn1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNDaQCbSn1 .carousel-indicators .active,
.cid-uNDaQCbSn1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNDaQCbSn1 .carousel-indicators .active {
  background: #fff;
}
.cid-uNDaQCbSn1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNDaQCbSn1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNDaQCbSn1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNDaQCbSn1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNDaQCbSn1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNDaQCbSn1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNDaQCbSn1 .carousel {
  width: 100%;
}
.cid-uNDaQCbSn1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNDaQCbSn1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNDaQCbSn1 .modal.fade .modal-dialog,
.cid-uNDaQCbSn1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uNDaQCbSn1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNDaQCbSn1 H6 {
  text-align: center;
}
.cid-uNDaQCbSn1 H3 {
  text-align: center;
}
.cid-uNDaQCbSn1 H4 {
  text-align: left;
}
.cid-uNDaQCZaNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNDaQCZaNJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNDaQCZaNJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uNDaQCZaNJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNDaQCZaNJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uNDaQCZaNJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(0);
}
.cid-uNDaQCZaNJ .embla__button--next,
.cid-uNDaQCZaNJ .embla__button--prev {
  display: flex;
}
.cid-uNDaQCZaNJ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uNDaQCZaNJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNDaQCZaNJ .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uNDaQCZaNJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uNDaQCZaNJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uNDaQCZaNJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uNDaQCZaNJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uNDaQCZaNJ .embla {
  position: relative;
  width: 100%;
}
.cid-uNDaQCZaNJ .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uNDaQCZaNJ .embla::before {
    display: none;
  }
}
.cid-uNDaQCZaNJ .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uNDaQCZaNJ .embla::after {
    display: none;
  }
}
.cid-uNDaQCZaNJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNDaQCZaNJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNDaQCZaNJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNDaQCZaNJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNDaQCZaNJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uORNaOrOyk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d1d1d;
}
.cid-uORNaOrOyk .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-uORNaOrOyk .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uORNaOrOyk .container {
    padding: 0 1.3rem;
  }
  .cid-uORNaOrOyk .mbr-section-btn {
    opacity: 1;
  }
  .cid-uORNaOrOyk .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-uORNaOrOyk .card {
    padding: 0rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uORNaOrOyk .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-uORNaOrOyk .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uORNaOrOyk .card {
    padding-bottom: 1rem !important;
  }
  .cid-uORNaOrOyk .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uORNaOrOyk .row {
  justify-content: center;
}
.cid-uORNaOrOyk .card {
  padding: 0.5rem !important;
}
.cid-uORNaOrOyk .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-uORNaOrOyk .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-uORNaOrOyk .card1 {
  background-image: url("../../../assets/images/img14-1.jpg");
}
.cid-uORNaOrOyk .card2 {
  background-image: url("../../../assets/images/img5-1.jpg");
}
.cid-uORNaOrOyk .card3 {
  background-image: url("../../../assets/images/imag4.jpg");
}
.cid-uORNaOrOyk .card4 {
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-uORNaOrOyk h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uORNaOrOyk p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uORNaOrOyk .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-uORNaOrOyk .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
.cid-uORNaOrOyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORNaOrOyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDaQDTcOe {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uNDaQDTcOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDaQDTcOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDaQDTcOe .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .container {
    padding: 0 26px;
  }
}
.cid-uNDaQDTcOe .row {
  justify-content: center;
}
.cid-uNDaQDTcOe .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaQDTcOe .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaQDTcOe .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNDaQDTcOe .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNDaQDTcOe .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNDaQDTcOe .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaQDTcOe .content-wrapper .nav-wrapper {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uNDaQDTcOe .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNDaQDTcOe .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uNDaQDTcOe .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uNDaQDTcOe .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #7cbb71;
}
.cid-uNDaQDTcOe .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uNDaQDTcOe .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNDaQDTcOe .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uNDaQDTcOe .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uNDaQDTcOe .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uNDaQDTcOe .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uNDaQDTcOe .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNDaQDTcOe .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uNDaQDTcOe .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNDaQDTcOe .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uNDaQDTcOe .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNDaQDTcOe .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNDaQDTcOe .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uNDaQDTcOe .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #7cbb71;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
.cid-uNDaQDTcOe .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNDaQDTcOe .mbr-section-title {
  color: #ffffff;
}
.cid-uNDaQDTcOe .mbr-text {
  color: #ffffff;
}
.cid-uNDaQDTcOe .list {
  color: #ffffff;
}
.cid-uNDaQDTcOe .list,
.cid-uNDaQDTcOe .nav-wrapper,
.cid-uNDaQDTcOe .social-wrapper {
  text-align: right;
}
.cid-uNDaQDTcOe .list,
.cid-uNDaQDTcOe .item-wrap,
.cid-uNDaQDTcOe .social-wrapper {
  text-align: right;
}
