.btn {
  border-width: 2px;
}
body {
  font-family: 'Cormorant Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #6b6b6b !important;
}
.bg-success {
  background-color: #314825 !important;
}
.bg-info {
  background-color: #6ec1e4 !important;
}
.bg-warning {
  background-color: #ab0025 !important;
}
.bg-danger {
  background-color: #ee2852 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !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: #404040 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54595f !important;
  border-color: #54595f !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: #2b2e31 !important;
  border-color: #2b2e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !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: #27a1d4 !important;
  border-color: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #314825 !important;
  border-color: #314825 !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: #0a0f08 !important;
  border-color: #0a0f08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ab0025 !important;
  border-color: #ab0025 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #540012 !important;
  border-color: #540012 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #540012 !important;
  border-color: #540012 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee2852 !important;
  border-color: #ee2852 !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: #b10e31 !important;
  border-color: #b10e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b10e31 !important;
  border-color: #b10e31 !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: #6b6b6b;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404040 !important;
  background-color: transparent!important;
  border-color: #404040 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #54595f;
  color: #54595f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b2e31 !important;
  background-color: transparent!important;
  border-color: #2b2e31 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54595f !important;
  border-color: #54595f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ec1e4;
  color: #6ec1e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27a1d4 !important;
  background-color: transparent!important;
  border-color: #27a1d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #314825;
  color: #314825;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0f08 !important;
  background-color: transparent!important;
  border-color: #0a0f08 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #314825 !important;
  border-color: #314825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ab0025;
  color: #ab0025;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #540012 !important;
  background-color: transparent!important;
  border-color: #540012 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ab0025 !important;
  border-color: #ab0025 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ee2852;
  color: #ee2852;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b10e31 !important;
  background-color: transparent!important;
  border-color: #b10e31 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2852 !important;
  border-color: #ee2852 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6b6b6b !important;
}
.text-secondary {
  color: #54595f !important;
}
.text-success {
  color: #314825 !important;
}
.text-info {
  color: #6ec1e4 !important;
}
.text-warning {
  color: #ab0025 !important;
}
.text-danger {
  color: #ee2852 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #383838 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #242629 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030502 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2597c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #45000f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a30d2d !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: #6b6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec1e4;
}
.alert-warning {
  background-color: #ab0025;
}
.alert-danger {
  background-color: #ee2852;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6b6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1c58e;
}
.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: #ff2b59;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde5ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #6b6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #6b6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6b6b;
}
.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: #6b6b6b;
  border-bottom-color: #6b6b6b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #54595f !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='%236b6b6b' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7bwfefEtg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bwfefEtg nav.navbar {
  position: fixed;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bwfefEtg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bwfefEtg .dropdown-item:hover,
.cid-v7bwfefEtg .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bwfefEtg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bwfefEtg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bwfefEtg .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bwfefEtg .nav-item {
  margin: 0 31px;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bwfefEtg .nav-link {
  position: relative;
}
.cid-v7bwfefEtg .nav-link:hover,
.cid-v7bwfefEtg .nav-link:focus,
.cid-v7bwfefEtg .nav-link:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .container {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar-caption:hover,
.cid-v7bwfefEtg .navbar-caption:focus,
.cid-v7bwfefEtg .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .dropdown-menu,
.cid-v7bwfefEtg .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bwfefEtg .nav-item:focus,
.cid-v7bwfefEtg .nav-link:focus {
  outline: none;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bwfefEtg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bwfefEtg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bwfefEtg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bwfefEtg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bwfefEtg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bwfefEtg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bwfefEtg .navbar.collapsed {
  justify-content: center;
}
.cid-v7bwfefEtg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bwfefEtg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bwfefEtg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bwfefEtg .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-v7bwfefEtg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bwfefEtg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bwfefEtg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bwfefEtg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bwfefEtg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bwfefEtg .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;
  display: flex;
}
.cid-v7bwfefEtg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bwfefEtg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bwfefEtg .dropdown-item.active,
.cid-v7bwfefEtg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bwfefEtg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bwfefEtg .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bwfefEtg ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bwfefEtg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bwfefEtg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bwfefEtg .navbar {
    height: 70px;
  }
  .cid-v7bwfefEtg .navbar.opened {
    height: auto;
  }
  .cid-v7bwfefEtg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7zqm6CCN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7zqm6CCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7zqm6CCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7zqm6CCN .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7zqm6CCN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7zqm6CCN .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7zqm6CCN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7zqm6CCN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7zqm6CCN .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7zqm6CCN .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7zqm6CCN .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7zqm6CCN .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7zqm6CCN .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7zqm6CCN .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7zqm6CCN .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7zqm6CCN .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7zqm6CCN .mbr-section-title {
  color: #000000;
}
.cid-vd7zqm6CCN .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7zqm6CCN .mbr-text,
.cid-vd7zqm6CCN .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7zqm6CCN .mbr-section-title,
.cid-vd7zqm6CCN .mbr-section-btn {
  text-align: center;
}
.cid-v7gc1MsgUp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7gc1MsgUp h1,
.cid-v7gc1MsgUp h2,
.cid-v7gc1MsgUp h3,
.cid-v7gc1MsgUp h4,
.cid-v7gc1MsgUp h5,
.cid-v7gc1MsgUp h6,
.cid-v7gc1MsgUp p {
  margin: 0;
}
.cid-v7gc1MsgUp .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7gc1MsgUp .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7gc1MsgUp .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2bczp3iC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sN2bczp3iC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sN2bczp3iC h2,
.cid-sN2bczp3iC h3,
.cid-sN2bczp3iC p {
  margin: 0;
}
.cid-sN2bczp3iC .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2bczp3iC .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-sN2bczp3iC .form-wrap {
    width: 100%;
  }
}
.cid-sN2bczp3iC .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-sN2bczp3iC .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-sN2bczp3iC .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-sN2bczp3iC .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-sN2bczp3iC .heading {
  margin-bottom: 20px;
}
.cid-sN2bczp3iC .mbr-section-title {
  color: #000000;
}
.cid-sN2bczp3iC .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-sN2bczp3iC .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-sN2bczp3iC .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-sN2bczp3iC .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sN2bczp3iC .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sN2bczp3iC form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2bczp3iC textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-sN2bczp3iC input,
.cid-sN2bczp3iC select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-sN2bczp3iC input:last-child,
.cid-sN2bczp3iC select:last-child {
  margin-right: 0;
}
.cid-sN2bczp3iC .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-sN2bczp3iC .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-sN2bczp3iC .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-sN2bczp3iC .value {
  border: none;
}
.cid-sN2bczp3iC input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-sN2bczp3iC input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-sN2bczp3iC input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-sN2bczp3iC input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-sN2bczp3iC input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-sN2bczp3iC input[type="range"]:focus {
  outline: none;
}
.cid-sN2bczp3iC input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-sN2bczp3iC input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-sN2bczp3iC input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o5KsCZG9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o5KsCZG9 [class^="socicon-"]:before,
.cid-v8o5KsCZG9 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o5KsCZG9 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o5KsCZG9 .btn-social,
.cid-v8o5KsCZG9 .mbr-section-title {
  color: #57468b;
}
.cid-v8o5KsCZG9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o5KsCZG9 .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o5KsCZG9 .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o5KsCZG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o5KsCZG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sN2bql4V9G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sN2bql4V9G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sN2bql4V9G h3 {
  margin: 0;
}
.cid-sN2bql4V9G .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sN2bql4V9G .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .mbr-brand {
    text-align: center;
  }
}
.cid-sN2bql4V9G .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .mbr-text {
    text-align: center;
  }
}
.cid-sN2bql4V9G .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2bql4V9G .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .socials {
    margin-right: -20px;
  }
}
.cid-sN2bql4V9G .socials-item .link {
  color: #000000;
}
.cid-sN2bql4V9G .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sN2bql4V9G .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sN2bql4V9G .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7bwfefEtg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bwfefEtg nav.navbar {
  position: fixed;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bwfefEtg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bwfefEtg .dropdown-item:hover,
.cid-v7bwfefEtg .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bwfefEtg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bwfefEtg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bwfefEtg .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bwfefEtg .nav-item {
  margin: 0 31px;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bwfefEtg .nav-link {
  position: relative;
}
.cid-v7bwfefEtg .nav-link:hover,
.cid-v7bwfefEtg .nav-link:focus,
.cid-v7bwfefEtg .nav-link:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .container {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar-caption:hover,
.cid-v7bwfefEtg .navbar-caption:focus,
.cid-v7bwfefEtg .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .dropdown-menu,
.cid-v7bwfefEtg .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bwfefEtg .nav-item:focus,
.cid-v7bwfefEtg .nav-link:focus {
  outline: none;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bwfefEtg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bwfefEtg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bwfefEtg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bwfefEtg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bwfefEtg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bwfefEtg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bwfefEtg .navbar.collapsed {
  justify-content: center;
}
.cid-v7bwfefEtg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bwfefEtg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bwfefEtg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bwfefEtg .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-v7bwfefEtg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bwfefEtg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bwfefEtg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bwfefEtg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bwfefEtg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bwfefEtg .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;
  display: flex;
}
.cid-v7bwfefEtg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bwfefEtg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bwfefEtg .dropdown-item.active,
.cid-v7bwfefEtg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bwfefEtg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bwfefEtg .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bwfefEtg ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bwfefEtg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bwfefEtg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bwfefEtg .navbar {
    height: 70px;
  }
  .cid-v7bwfefEtg .navbar.opened {
    height: auto;
  }
  .cid-v7bwfefEtg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7E0hCYyz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7E0hCYyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7E0hCYyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7E0hCYyz .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7E0hCYyz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7E0hCYyz .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7E0hCYyz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7E0hCYyz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7E0hCYyz .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7E0hCYyz .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7E0hCYyz .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7E0hCYyz .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7E0hCYyz .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7E0hCYyz .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7E0hCYyz .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7E0hCYyz .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7E0hCYyz .mbr-section-title {
  color: #000000;
}
.cid-vd7E0hCYyz .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7E0hCYyz .mbr-text,
.cid-vd7E0hCYyz .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7E0hCYyz .mbr-section-title,
.cid-vd7E0hCYyz .mbr-section-btn {
  text-align: center;
}
.cid-v7byFYjkeX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7byFYjkeX h1,
.cid-v7byFYjkeX h2,
.cid-v7byFYjkeX h3,
.cid-v7byFYjkeX h4,
.cid-v7byFYjkeX h5,
.cid-v7byFYjkeX h6,
.cid-v7byFYjkeX p {
  margin: 0;
}
.cid-v7byFYjkeX .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7byFYjkeX .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7byFYjkeX .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v683F5TkDQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v683F5TkDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v683F5TkDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v683F5TkDQ .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #3a3e44;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card {
    padding: 32px 0;
  }
}
.cid-v683F5TkDQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-v683F5TkDQ .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #3a3e44;
  border-radius: 100%;
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #a6a6a6;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v683F5TkDQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v683F5TkDQ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-v683F5TkDQ .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-v683F5TkDQ .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v683F5TkDQ .panel-title-edit {
  color: #191c25;
}
.cid-v683F5TkDQ .panel-desc {
  color: #191c25;
}
.cid-v683F5TkDQ .panel-text {
  color: #191c25;
}
.cid-v6860CfIfj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v6860CfIfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6860CfIfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6860CfIfj .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #3a3e44;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card {
    padding: 32px 0;
  }
}
.cid-v6860CfIfj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-v6860CfIfj .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #3a3e44;
  border-radius: 100%;
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: #a6a6a6;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v6860CfIfj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v6860CfIfj .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-v6860CfIfj .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-v6860CfIfj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v6860CfIfj .panel-title-edit {
  color: #191c25;
}
.cid-v6860CfIfj .panel-desc {
  color: #191c25;
}
.cid-v6860CfIfj .panel-text {
  color: #191c25;
}
.cid-v68745WEtE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68745WEtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68745WEtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68745WEtE .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #3a3e44;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card {
    padding: 32px 0;
  }
}
.cid-v68745WEtE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-v68745WEtE .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #3a3e44;
  border-radius: 100%;
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #a6a6a6;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v68745WEtE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v68745WEtE .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-v68745WEtE .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-v68745WEtE .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v68745WEtE .panel-title-edit {
  color: #191c25;
}
.cid-v68745WEtE .panel-desc {
  color: #191c25;
}
.cid-v68745WEtE .panel-text {
  color: #191c25;
}
.cid-v6MCmBy3Tu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v6MCmBy3Tu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v6MCmBy3Tu h2,
.cid-v6MCmBy3Tu h3,
.cid-v6MCmBy3Tu p {
  margin: 0;
}
.cid-v6MCmBy3Tu .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6MCmBy3Tu .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v6MCmBy3Tu .form-wrap {
    width: 100%;
  }
}
.cid-v6MCmBy3Tu .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v6MCmBy3Tu .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v6MCmBy3Tu .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v6MCmBy3Tu .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v6MCmBy3Tu .heading {
  margin-bottom: 20px;
}
.cid-v6MCmBy3Tu .mbr-section-title {
  color: #000000;
}
.cid-v6MCmBy3Tu .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v6MCmBy3Tu .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v6MCmBy3Tu .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v6MCmBy3Tu .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v6MCmBy3Tu .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v6MCmBy3Tu form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v6MCmBy3Tu textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v6MCmBy3Tu input,
.cid-v6MCmBy3Tu select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v6MCmBy3Tu input:last-child,
.cid-v6MCmBy3Tu select:last-child {
  margin-right: 0;
}
.cid-v6MCmBy3Tu .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v6MCmBy3Tu .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v6MCmBy3Tu .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v6MCmBy3Tu .value {
  border: none;
}
.cid-v6MCmBy3Tu input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v6MCmBy3Tu input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v6MCmBy3Tu input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v6MCmBy3Tu input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v6MCmBy3Tu input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v6MCmBy3Tu input[type="range"]:focus {
  outline: none;
}
.cid-v6MCmBy3Tu input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v6MCmBy3Tu input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v6MCmBy3Tu input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o4YwbAVG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o4YwbAVG [class^="socicon-"]:before,
.cid-v8o4YwbAVG [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o4YwbAVG .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o4YwbAVG .btn-social,
.cid-v8o4YwbAVG .mbr-section-title {
  color: #57468b;
}
.cid-v8o4YwbAVG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o4YwbAVG .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o4YwbAVG .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o4YwbAVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o4YwbAVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v682tlj5OA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v682tlj5OA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v682tlj5OA h3 {
  margin: 0;
}
.cid-v682tlj5OA .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v682tlj5OA .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v682tlj5OA .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v682tlj5OA .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v682tlj5OA .mbr-brand {
    text-align: center;
  }
}
.cid-v682tlj5OA .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v682tlj5OA .mbr-text {
    text-align: center;
  }
}
.cid-v682tlj5OA .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v682tlj5OA .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v682tlj5OA .socials {
    margin-right: -20px;
  }
}
.cid-v682tlj5OA .socials-item .link {
  color: #000000;
}
.cid-v682tlj5OA .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v682tlj5OA .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v682tlj5OA .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7bwfefEtg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bwfefEtg nav.navbar {
  position: fixed;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bwfefEtg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bwfefEtg .dropdown-item:hover,
.cid-v7bwfefEtg .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bwfefEtg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bwfefEtg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bwfefEtg .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bwfefEtg .nav-item {
  margin: 0 31px;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bwfefEtg .nav-link {
  position: relative;
}
.cid-v7bwfefEtg .nav-link:hover,
.cid-v7bwfefEtg .nav-link:focus,
.cid-v7bwfefEtg .nav-link:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .container {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar-caption:hover,
.cid-v7bwfefEtg .navbar-caption:focus,
.cid-v7bwfefEtg .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .dropdown-menu,
.cid-v7bwfefEtg .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bwfefEtg .nav-item:focus,
.cid-v7bwfefEtg .nav-link:focus {
  outline: none;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bwfefEtg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bwfefEtg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bwfefEtg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bwfefEtg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bwfefEtg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bwfefEtg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bwfefEtg .navbar.collapsed {
  justify-content: center;
}
.cid-v7bwfefEtg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bwfefEtg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bwfefEtg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bwfefEtg .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-v7bwfefEtg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bwfefEtg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bwfefEtg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bwfefEtg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bwfefEtg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bwfefEtg .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;
  display: flex;
}
.cid-v7bwfefEtg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bwfefEtg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bwfefEtg .dropdown-item.active,
.cid-v7bwfefEtg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bwfefEtg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bwfefEtg .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bwfefEtg ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bwfefEtg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bwfefEtg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bwfefEtg .navbar {
    height: 70px;
  }
  .cid-v7bwfefEtg .navbar.opened {
    height: auto;
  }
  .cid-v7bwfefEtg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7DRYjwAY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7DRYjwAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7DRYjwAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7DRYjwAY .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7DRYjwAY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7DRYjwAY .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7DRYjwAY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7DRYjwAY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7DRYjwAY .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7DRYjwAY .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7DRYjwAY .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7DRYjwAY .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7DRYjwAY .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7DRYjwAY .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7DRYjwAY .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7DRYjwAY .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7DRYjwAY .mbr-section-title {
  color: #000000;
}
.cid-vd7DRYjwAY .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7DRYjwAY .mbr-text,
.cid-vd7DRYjwAY .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7DRYjwAY .mbr-section-title,
.cid-vd7DRYjwAY .mbr-section-btn {
  text-align: center;
}
.cid-v7bzsaNWHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bzsaNWHj h1,
.cid-v7bzsaNWHj h2,
.cid-v7bzsaNWHj h3,
.cid-v7bzsaNWHj h4,
.cid-v7bzsaNWHj h5,
.cid-v7bzsaNWHj h6,
.cid-v7bzsaNWHj p {
  margin: 0;
}
.cid-v7bzsaNWHj .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7bzsaNWHj .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7bzsaNWHj .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v6FZWplHox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-v6FZWplHox .row {
  align-items: center;
  width: 100%;
}
.cid-v6FZWplHox .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-v6FZWplHox .title-text {
  width: 100%;
}
.cid-v6FZWplHox .main-title {
  color: #727272;
}
.cid-v6FZWplHox .main-subtitle {
  color: #727272;
}
.cid-v6FZWplHox form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v6FZWplHox form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-v6FZWplHox form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-v6FZWplHox form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-v6FZWplHox form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-v6FZWplHox form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-v6FZWplHox form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form select {
  color: #000000 !important;
}
.cid-v6FZWplHox form textarea {
  height: 100px;
}
.cid-v6FZWplHox form input,
.cid-v6FZWplHox form textarea {
  background-color: transparent !important;
}
.cid-v6FZWplHox form input:active,
.cid-v6FZWplHox form textarea:active,
.cid-v6FZWplHox form input:focus,
.cid-v6FZWplHox form textarea:focus {
  border-color: #6b6b6b !important;
}
.cid-v6FZWplHox form input:active::-webkit-input-placeholder,
.cid-v6FZWplHox form textarea:active::-webkit-input-placeholder,
.cid-v6FZWplHox form input:focus::-webkit-input-placeholder,
.cid-v6FZWplHox form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form input:active::-moz-placeholder,
.cid-v6FZWplHox form textarea:active::-moz-placeholder,
.cid-v6FZWplHox form input:focus::-moz-placeholder,
.cid-v6FZWplHox form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form input:active:-moz-placeholder,
.cid-v6FZWplHox form textarea:active:-moz-placeholder,
.cid-v6FZWplHox form input:focus:-moz-placeholder,
.cid-v6FZWplHox form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form input:active:-ms-input-placeholder,
.cid-v6FZWplHox form textarea:active:-ms-input-placeholder,
.cid-v6FZWplHox form input:focus:-ms-input-placeholder,
.cid-v6FZWplHox form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-v6FZWplHox form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-v6FZWplHox form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-v6FZWplHox form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-v6FZWplHox form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-v6FZWplHox form .form-check-input:focus,
.cid-v6FZWplHox form .form-check-input:hover {
  border-color: #6b6b6b !important;
}
.cid-v6FZWplHox form .form-check-input:checked {
  border-color: #6b6b6b !important;
  background-color: #6b6b6b !important;
}
.cid-v8o5TDGCJh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o5TDGCJh [class^="socicon-"]:before,
.cid-v8o5TDGCJh [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o5TDGCJh .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o5TDGCJh .btn-social,
.cid-v8o5TDGCJh .mbr-section-title {
  color: #57468b;
}
.cid-v8o5TDGCJh .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o5TDGCJh .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o5TDGCJh .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o5TDGCJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o5TDGCJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FZWq226v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v6FZWq226v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v6FZWq226v h3 {
  margin: 0;
}
.cid-v6FZWq226v .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v6FZWq226v .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v6FZWq226v .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v6FZWq226v .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v6FZWq226v .mbr-brand {
    text-align: center;
  }
}
.cid-v6FZWq226v .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v6FZWq226v .mbr-text {
    text-align: center;
  }
}
.cid-v6FZWq226v .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v6FZWq226v .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v6FZWq226v .socials {
    margin-right: -20px;
  }
}
.cid-v6FZWq226v .socials-item .link {
  color: #000000;
}
.cid-v6FZWq226v .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v6FZWq226v .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v6FZWq226v .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7bwfefEtg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bwfefEtg nav.navbar {
  position: fixed;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bwfefEtg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bwfefEtg .dropdown-item:hover,
.cid-v7bwfefEtg .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bwfefEtg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bwfefEtg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bwfefEtg .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bwfefEtg .nav-item {
  margin: 0 31px;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bwfefEtg .nav-link {
  position: relative;
}
.cid-v7bwfefEtg .nav-link:hover,
.cid-v7bwfefEtg .nav-link:focus,
.cid-v7bwfefEtg .nav-link:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .container {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar-caption:hover,
.cid-v7bwfefEtg .navbar-caption:focus,
.cid-v7bwfefEtg .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .dropdown-menu,
.cid-v7bwfefEtg .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bwfefEtg .nav-item:focus,
.cid-v7bwfefEtg .nav-link:focus {
  outline: none;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bwfefEtg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bwfefEtg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bwfefEtg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bwfefEtg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bwfefEtg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bwfefEtg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bwfefEtg .navbar.collapsed {
  justify-content: center;
}
.cid-v7bwfefEtg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bwfefEtg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bwfefEtg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bwfefEtg .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-v7bwfefEtg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bwfefEtg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bwfefEtg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bwfefEtg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bwfefEtg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bwfefEtg .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;
  display: flex;
}
.cid-v7bwfefEtg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bwfefEtg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bwfefEtg .dropdown-item.active,
.cid-v7bwfefEtg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bwfefEtg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bwfefEtg .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bwfefEtg ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bwfefEtg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bwfefEtg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bwfefEtg .navbar {
    height: 70px;
  }
  .cid-v7bwfefEtg .navbar.opened {
    height: auto;
  }
  .cid-v7bwfefEtg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7E5Kcwpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7E5Kcwpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7E5Kcwpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7E5Kcwpe .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7E5Kcwpe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7E5Kcwpe .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7E5Kcwpe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7E5Kcwpe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7E5Kcwpe .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7E5Kcwpe .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7E5Kcwpe .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7E5Kcwpe .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7E5Kcwpe .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7E5Kcwpe .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7E5Kcwpe .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7E5Kcwpe .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7E5Kcwpe .mbr-section-title {
  color: #000000;
}
.cid-vd7E5Kcwpe .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7E5Kcwpe .mbr-text,
.cid-vd7E5Kcwpe .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7E5Kcwpe .mbr-section-title,
.cid-vd7E5Kcwpe .mbr-section-btn {
  text-align: center;
}
.cid-v7byUqxrM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7byUqxrM7 h1,
.cid-v7byUqxrM7 h2,
.cid-v7byUqxrM7 h3,
.cid-v7byUqxrM7 h4,
.cid-v7byUqxrM7 h5,
.cid-v7byUqxrM7 h6,
.cid-v7byUqxrM7 p {
  margin: 0;
}
.cid-v7byUqxrM7 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7byUqxrM7 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7byUqxrM7 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v6MER5YMHP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v6MER5YMHP .mbr-quote {
  margin: 0;
  color: #6b6b6b;
  text-align: center;
}
.cid-v6MER5YMHP .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v6MER5YMHP blockquote {
  margin: 0;
  border: none;
  position: relative;
}
.cid-v6MER5YMHP blockquote .mbr-quote {
  position: relative;
  z-index: 1;
}
.cid-vfaTInsoKZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfaTInsoKZ .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-vfaTInsoKZ h1,
.cid-vfaTInsoKZ h2,
.cid-vfaTInsoKZ h3,
.cid-vfaTInsoKZ h4,
.cid-vfaTInsoKZ h5,
.cid-vfaTInsoKZ h6,
.cid-vfaTInsoKZ p {
  margin: 0;
}
.cid-vfaTInsoKZ .mbr-section-head {
  margin-bottom: 40px;
}
.cid-vfaTInsoKZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfaTInsoKZ .mbr-section-subtitle {
  text-align: center;
}
.cid-vfaTInsoKZ .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
  margin-top: 24px;
}
.cid-vfaTInsoKZ .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-vfaTInsoKZ .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-vfaTInsoKZ .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-vfaTInsoKZ .image-wrap {
    width: 100%;
  }
}
.cid-vfaTInsoKZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfaTInsoKZ .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
  background: transparent;
}
@media (max-width: 400px) {
  .cid-vfaTInsoKZ .text-wrap {
    bottom: 20px;
  }
}
.cid-vfaTInsoKZ .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-v6MErFRA2F {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v6MErFRA2F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v6MErFRA2F h2,
.cid-v6MErFRA2F h3,
.cid-v6MErFRA2F p {
  margin: 0;
}
.cid-v6MErFRA2F .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6MErFRA2F .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v6MErFRA2F .form-wrap {
    width: 100%;
  }
}
.cid-v6MErFRA2F .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v6MErFRA2F .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v6MErFRA2F .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v6MErFRA2F .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v6MErFRA2F .heading {
  margin-bottom: 20px;
}
.cid-v6MErFRA2F .mbr-section-title {
  color: #000000;
}
.cid-v6MErFRA2F .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v6MErFRA2F .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v6MErFRA2F .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v6MErFRA2F .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v6MErFRA2F .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v6MErFRA2F form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v6MErFRA2F textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v6MErFRA2F input,
.cid-v6MErFRA2F select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v6MErFRA2F input:last-child,
.cid-v6MErFRA2F select:last-child {
  margin-right: 0;
}
.cid-v6MErFRA2F .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v6MErFRA2F .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v6MErFRA2F .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v6MErFRA2F .value {
  border: none;
}
.cid-v6MErFRA2F input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v6MErFRA2F input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v6MErFRA2F input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v6MErFRA2F input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v6MErFRA2F input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v6MErFRA2F input[type="range"]:focus {
  outline: none;
}
.cid-v6MErFRA2F input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v6MErFRA2F input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v6MErFRA2F input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o62lnEKO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o62lnEKO [class^="socicon-"]:before,
.cid-v8o62lnEKO [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o62lnEKO .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o62lnEKO .btn-social,
.cid-v8o62lnEKO .mbr-section-title {
  color: #57468b;
}
.cid-v8o62lnEKO .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o62lnEKO .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o62lnEKO .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o62lnEKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o62lnEKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MErGcSGt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v6MErGcSGt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v6MErGcSGt h3 {
  margin: 0;
}
.cid-v6MErGcSGt .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v6MErGcSGt .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v6MErGcSGt .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v6MErGcSGt .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v6MErGcSGt .mbr-brand {
    text-align: center;
  }
}
.cid-v6MErGcSGt .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v6MErGcSGt .mbr-text {
    text-align: center;
  }
}
.cid-v6MErGcSGt .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v6MErGcSGt .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v6MErGcSGt .socials {
    margin-right: -20px;
  }
}
.cid-v6MErGcSGt .socials-item .link {
  color: #000000;
}
.cid-v6MErGcSGt .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v6MErGcSGt .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v6MErGcSGt .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7bwfefEtg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bwfefEtg nav.navbar {
  position: fixed;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bwfefEtg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bwfefEtg .dropdown-item:hover,
.cid-v7bwfefEtg .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bwfefEtg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bwfefEtg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bwfefEtg .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bwfefEtg .nav-item {
  margin: 0 31px;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bwfefEtg .nav-link {
  position: relative;
}
.cid-v7bwfefEtg .nav-link:hover,
.cid-v7bwfefEtg .nav-link:focus,
.cid-v7bwfefEtg .nav-link:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .container {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar-caption:hover,
.cid-v7bwfefEtg .navbar-caption:focus,
.cid-v7bwfefEtg .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bwfefEtg .dropdown-menu,
.cid-v7bwfefEtg .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bwfefEtg .nav-item:focus,
.cid-v7bwfefEtg .nav-link:focus {
  outline: none;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bwfefEtg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bwfefEtg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bwfefEtg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bwfefEtg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bwfefEtg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bwfefEtg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bwfefEtg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bwfefEtg .navbar.collapsed {
  justify-content: center;
}
.cid-v7bwfefEtg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bwfefEtg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bwfefEtg .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-v7bwfefEtg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bwfefEtg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bwfefEtg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bwfefEtg .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-v7bwfefEtg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bwfefEtg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bwfefEtg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bwfefEtg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bwfefEtg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bwfefEtg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bwfefEtg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bwfefEtg .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;
  display: flex;
}
.cid-v7bwfefEtg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bwfefEtg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bwfefEtg .dropdown-item.active,
.cid-v7bwfefEtg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bwfefEtg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bwfefEtg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bwfefEtg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bwfefEtg .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bwfefEtg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bwfefEtg ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bwfefEtg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bwfefEtg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bwfefEtg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bwfefEtg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bwfefEtg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bwfefEtg a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bwfefEtg .navbar {
    height: 70px;
  }
  .cid-v7bwfefEtg .navbar.opened {
    height: auto;
  }
  .cid-v7bwfefEtg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7EbKwenS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7EbKwenS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7EbKwenS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7EbKwenS .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7EbKwenS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7EbKwenS .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7EbKwenS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7EbKwenS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7EbKwenS .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7EbKwenS .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7EbKwenS .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7EbKwenS .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7EbKwenS .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7EbKwenS .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7EbKwenS .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7EbKwenS .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7EbKwenS .mbr-section-title {
  color: #000000;
}
.cid-vd7EbKwenS .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7EbKwenS .mbr-text,
.cid-vd7EbKwenS .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7EbKwenS .mbr-section-title,
.cid-vd7EbKwenS .mbr-section-btn {
  text-align: center;
}
.cid-v7bz9x5IZh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bz9x5IZh h1,
.cid-v7bz9x5IZh h2,
.cid-v7bz9x5IZh h3,
.cid-v7bz9x5IZh h4,
.cid-v7bz9x5IZh h5,
.cid-v7bz9x5IZh h6,
.cid-v7bz9x5IZh p {
  margin: 0;
}
.cid-v7bz9x5IZh .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7bz9x5IZh .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7bz9x5IZh .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v86p8LZil0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86p8LZil0 .video-wrapper iframe {
  width: 100%;
}
.cid-v86p8LZil0 .mbr-section-subtitle,
.cid-v86p8LZil0 .mbr-section-title {
  margin: 0;
}
.cid-v86p8LZil0 .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-v86p8LZil0 .mbr-section-title {
  color: #000000;
}
.cid-v86p8LZil0 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-v9TCLCS6zE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9TCLCS6zE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9TCLCS6zE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9TCLCS6zE .item {
  padding-bottom: 2rem;
}
.cid-v9TCLCS6zE .item-wrapper {
  position: relative;
}
.cid-v9TCLCS6zE .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-v9TCLCS6zE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9TCLCS6zE .carousel-control,
.cid-v9TCLCS6zE .close {
  background: #1b1b1b;
}
.cid-v9TCLCS6zE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9TCLCS6zE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9TCLCS6zE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9TCLCS6zE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9TCLCS6zE .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-v9TCLCS6zE .close::before {
  content: '\e91a';
}
.cid-v9TCLCS6zE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9TCLCS6zE .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-v9TCLCS6zE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9TCLCS6zE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9TCLCS6zE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9TCLCS6zE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9TCLCS6zE .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-v9TCLCS6zE .carousel-indicators li.active,
.cid-v9TCLCS6zE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9TCLCS6zE .carousel-indicators li::after,
.cid-v9TCLCS6zE .carousel-indicators li::before {
  content: none;
}
.cid-v9TCLCS6zE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9TCLCS6zE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9TCLCS6zE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9TCLCS6zE .carousel-indicators {
    display: none;
  }
}
.cid-v9TCLCS6zE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9TCLCS6zE .carousel-inner > .active {
  display: block;
}
.cid-v9TCLCS6zE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9TCLCS6zE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9TCLCS6zE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9TCLCS6zE .carousel-control,
  .cid-v9TCLCS6zE .carousel-indicators,
  .cid-v9TCLCS6zE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9TCLCS6zE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9TCLCS6zE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9TCLCS6zE .carousel-indicators .active,
.cid-v9TCLCS6zE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9TCLCS6zE .carousel-indicators .active {
  background: #fff;
}
.cid-v9TCLCS6zE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9TCLCS6zE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9TCLCS6zE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9TCLCS6zE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9TCLCS6zE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9TCLCS6zE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9TCLCS6zE .carousel {
  width: 100%;
}
.cid-v9TCLCS6zE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9TCLCS6zE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9TCLCS6zE .modal.fade .modal-dialog,
.cid-v9TCLCS6zE .modal.in .modal-dialog {
  transform: none;
}
.cid-v9TCLCS6zE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9TCLCS6zE H6 {
  text-align: center;
}
.cid-v9TEnUiNxH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9TEnUiNxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9TEnUiNxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9TEnUiNxH .item {
  padding-bottom: 2rem;
}
.cid-v9TEnUiNxH .item-wrapper {
  position: relative;
}
.cid-v9TEnUiNxH .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-v9TEnUiNxH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9TEnUiNxH .carousel-control,
.cid-v9TEnUiNxH .close {
  background: #1b1b1b;
}
.cid-v9TEnUiNxH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9TEnUiNxH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9TEnUiNxH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9TEnUiNxH .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9TEnUiNxH .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-v9TEnUiNxH .close::before {
  content: '\e91a';
}
.cid-v9TEnUiNxH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9TEnUiNxH .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-v9TEnUiNxH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9TEnUiNxH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9TEnUiNxH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9TEnUiNxH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9TEnUiNxH .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-v9TEnUiNxH .carousel-indicators li.active,
.cid-v9TEnUiNxH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9TEnUiNxH .carousel-indicators li::after,
.cid-v9TEnUiNxH .carousel-indicators li::before {
  content: none;
}
.cid-v9TEnUiNxH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9TEnUiNxH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9TEnUiNxH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9TEnUiNxH .carousel-indicators {
    display: none;
  }
}
.cid-v9TEnUiNxH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9TEnUiNxH .carousel-inner > .active {
  display: block;
}
.cid-v9TEnUiNxH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9TEnUiNxH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9TEnUiNxH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9TEnUiNxH .carousel-control,
  .cid-v9TEnUiNxH .carousel-indicators,
  .cid-v9TEnUiNxH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9TEnUiNxH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9TEnUiNxH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9TEnUiNxH .carousel-indicators .active,
.cid-v9TEnUiNxH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9TEnUiNxH .carousel-indicators .active {
  background: #fff;
}
.cid-v9TEnUiNxH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9TEnUiNxH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9TEnUiNxH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9TEnUiNxH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9TEnUiNxH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9TEnUiNxH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9TEnUiNxH .carousel {
  width: 100%;
}
.cid-v9TEnUiNxH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9TEnUiNxH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9TEnUiNxH .modal.fade .modal-dialog,
.cid-v9TEnUiNxH .modal.in .modal-dialog {
  transform: none;
}
.cid-v9TEnUiNxH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9TEnUiNxH H6 {
  text-align: center;
}
.cid-v6MGbmBRI4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v6MGbmBRI4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v6MGbmBRI4 h2,
.cid-v6MGbmBRI4 h3,
.cid-v6MGbmBRI4 p {
  margin: 0;
}
.cid-v6MGbmBRI4 .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6MGbmBRI4 .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v6MGbmBRI4 .form-wrap {
    width: 100%;
  }
}
.cid-v6MGbmBRI4 .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v6MGbmBRI4 .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v6MGbmBRI4 .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v6MGbmBRI4 .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v6MGbmBRI4 .heading {
  margin-bottom: 20px;
}
.cid-v6MGbmBRI4 .mbr-section-title {
  color: #000000;
}
.cid-v6MGbmBRI4 .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v6MGbmBRI4 .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v6MGbmBRI4 .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v6MGbmBRI4 .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v6MGbmBRI4 .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v6MGbmBRI4 form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v6MGbmBRI4 textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v6MGbmBRI4 input,
.cid-v6MGbmBRI4 select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v6MGbmBRI4 input:last-child,
.cid-v6MGbmBRI4 select:last-child {
  margin-right: 0;
}
.cid-v6MGbmBRI4 .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v6MGbmBRI4 .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v6MGbmBRI4 .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v6MGbmBRI4 .value {
  border: none;
}
.cid-v6MGbmBRI4 input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v6MGbmBRI4 input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v6MGbmBRI4 input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v6MGbmBRI4 input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v6MGbmBRI4 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v6MGbmBRI4 input[type="range"]:focus {
  outline: none;
}
.cid-v6MGbmBRI4 input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v6MGbmBRI4 input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v6MGbmBRI4 input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o69YXL0i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o69YXL0i [class^="socicon-"]:before,
.cid-v8o69YXL0i [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o69YXL0i .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o69YXL0i .btn-social,
.cid-v8o69YXL0i .mbr-section-title {
  color: #57468b;
}
.cid-v8o69YXL0i .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o69YXL0i .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o69YXL0i .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o69YXL0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o69YXL0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MGbn02Bu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v6MGbn02Bu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v6MGbn02Bu h3 {
  margin: 0;
}
.cid-v6MGbn02Bu .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v6MGbn02Bu .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v6MGbn02Bu .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v6MGbn02Bu .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v6MGbn02Bu .mbr-brand {
    text-align: center;
  }
}
.cid-v6MGbn02Bu .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v6MGbn02Bu .mbr-text {
    text-align: center;
  }
}
.cid-v6MGbn02Bu .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v6MGbn02Bu .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v6MGbn02Bu .socials {
    margin-right: -20px;
  }
}
.cid-v6MGbn02Bu .socials-item .link {
  color: #000000;
}
.cid-v6MGbn02Bu .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v6MGbn02Bu .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v6MGbn02Bu .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7bAiG3GhQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bAiG3GhQ nav.navbar {
  position: fixed;
}
.cid-v7bAiG3GhQ .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-v7bAiG3GhQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bAiG3GhQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bAiG3GhQ .dropdown-item:hover,
.cid-v7bAiG3GhQ .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bAiG3GhQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bAiG3GhQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bAiG3GhQ .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bAiG3GhQ .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bAiG3GhQ .nav-item {
  margin: 0 31px;
}
.cid-v7bAiG3GhQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bAiG3GhQ .nav-link {
  position: relative;
}
.cid-v7bAiG3GhQ .nav-link:hover,
.cid-v7bAiG3GhQ .nav-link:focus,
.cid-v7bAiG3GhQ .nav-link:active {
  color: #314825 !important;
}
.cid-v7bAiG3GhQ .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bAiG3GhQ .container {
    flex-wrap: inherit;
  }
}
.cid-v7bAiG3GhQ .navbar-caption:hover,
.cid-v7bAiG3GhQ .navbar-caption:focus,
.cid-v7bAiG3GhQ .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bAiG3GhQ .dropdown-menu,
.cid-v7bAiG3GhQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bAiG3GhQ .nav-item:focus,
.cid-v7bAiG3GhQ .nav-link:focus {
  outline: none;
}
.cid-v7bAiG3GhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bAiG3GhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bAiG3GhQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bAiG3GhQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bAiG3GhQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bAiG3GhQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bAiG3GhQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bAiG3GhQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bAiG3GhQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bAiG3GhQ .navbar.collapsed {
  justify-content: center;
}
.cid-v7bAiG3GhQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bAiG3GhQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bAiG3GhQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bAiG3GhQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bAiG3GhQ .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-v7bAiG3GhQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bAiG3GhQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bAiG3GhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bAiG3GhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bAiG3GhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bAiG3GhQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bAiG3GhQ .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-v7bAiG3GhQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bAiG3GhQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bAiG3GhQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bAiG3GhQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bAiG3GhQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bAiG3GhQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bAiG3GhQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bAiG3GhQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bAiG3GhQ .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;
  display: flex;
}
.cid-v7bAiG3GhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bAiG3GhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bAiG3GhQ .dropdown-item.active,
.cid-v7bAiG3GhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bAiG3GhQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bAiG3GhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bAiG3GhQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bAiG3GhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bAiG3GhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bAiG3GhQ .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bAiG3GhQ .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bAiG3GhQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bAiG3GhQ ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bAiG3GhQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bAiG3GhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bAiG3GhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bAiG3GhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bAiG3GhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bAiG3GhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bAiG3GhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bAiG3GhQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bAiG3GhQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bAiG3GhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bAiG3GhQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bAiG3GhQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bAiG3GhQ a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bAiG3GhQ .navbar {
    height: 70px;
  }
  .cid-v7bAiG3GhQ .navbar.opened {
    height: auto;
  }
  .cid-v7bAiG3GhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7Eh6qUUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7Eh6qUUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7Eh6qUUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Eh6qUUV .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7Eh6qUUV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7Eh6qUUV .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7Eh6qUUV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Eh6qUUV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7Eh6qUUV .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7Eh6qUUV .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7Eh6qUUV .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7Eh6qUUV .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7Eh6qUUV .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7Eh6qUUV .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7Eh6qUUV .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Eh6qUUV .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7Eh6qUUV .mbr-section-title {
  color: #000000;
}
.cid-vd7Eh6qUUV .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7Eh6qUUV .mbr-text,
.cid-vd7Eh6qUUV .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7Eh6qUUV .mbr-section-title,
.cid-vd7Eh6qUUV .mbr-section-btn {
  text-align: center;
}
.cid-v7bAiE4gKV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bAiE4gKV h1,
.cid-v7bAiE4gKV h2,
.cid-v7bAiE4gKV h3,
.cid-v7bAiE4gKV h4,
.cid-v7bAiE4gKV h5,
.cid-v7bAiE4gKV h6,
.cid-v7bAiE4gKV p {
  margin: 0;
}
.cid-v7bAiE4gKV .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7bAiE4gKV .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7bAiE4gKV .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7bAIQgXNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bAIQgXNF h1,
.cid-v7bAIQgXNF h2,
.cid-v7bAIQgXNF h3,
.cid-v7bAIQgXNF h4,
.cid-v7bAIQgXNF h5,
.cid-v7bAIQgXNF h6,
.cid-v7bAIQgXNF p {
  margin: 0;
}
.cid-v7bAIQgXNF .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7bAIQgXNF .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7bAIQgXNF .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7bAiF5ifa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7bAiF5ifa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7bAiF5ifa h2,
.cid-v7bAiF5ifa h3,
.cid-v7bAiF5ifa p {
  margin: 0;
}
.cid-v7bAiF5ifa .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7bAiF5ifa .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v7bAiF5ifa .form-wrap {
    width: 100%;
  }
}
.cid-v7bAiF5ifa .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v7bAiF5ifa .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v7bAiF5ifa .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v7bAiF5ifa .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v7bAiF5ifa .heading {
  margin-bottom: 20px;
}
.cid-v7bAiF5ifa .mbr-section-title {
  color: #000000;
}
.cid-v7bAiF5ifa .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v7bAiF5ifa .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v7bAiF5ifa .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v7bAiF5ifa .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v7bAiF5ifa .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v7bAiF5ifa form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7bAiF5ifa textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v7bAiF5ifa input,
.cid-v7bAiF5ifa select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v7bAiF5ifa input:last-child,
.cid-v7bAiF5ifa select:last-child {
  margin-right: 0;
}
.cid-v7bAiF5ifa .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v7bAiF5ifa .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v7bAiF5ifa .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v7bAiF5ifa .value {
  border: none;
}
.cid-v7bAiF5ifa input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v7bAiF5ifa input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v7bAiF5ifa input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v7bAiF5ifa input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v7bAiF5ifa input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v7bAiF5ifa input[type="range"]:focus {
  outline: none;
}
.cid-v7bAiF5ifa input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v7bAiF5ifa input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v7bAiF5ifa input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o6hTA8bd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o6hTA8bd [class^="socicon-"]:before,
.cid-v8o6hTA8bd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o6hTA8bd .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o6hTA8bd .btn-social,
.cid-v8o6hTA8bd .mbr-section-title {
  color: #57468b;
}
.cid-v8o6hTA8bd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o6hTA8bd .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o6hTA8bd .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o6hTA8bd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o6hTA8bd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bAiFA48w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v7bAiFA48w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v7bAiFA48w h3 {
  margin: 0;
}
.cid-v7bAiFA48w .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v7bAiFA48w .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v7bAiFA48w .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7bAiFA48w .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7bAiFA48w .mbr-brand {
    text-align: center;
  }
}
.cid-v7bAiFA48w .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7bAiFA48w .mbr-text {
    text-align: center;
  }
}
.cid-v7bAiFA48w .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7bAiFA48w .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v7bAiFA48w .socials {
    margin-right: -20px;
  }
}
.cid-v7bAiFA48w .socials-item .link {
  color: #000000;
}
.cid-v7bAiFA48w .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v7bAiFA48w .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v7bAiFA48w .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7bBMTLuzC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7bBMTLuzC nav.navbar {
  position: fixed;
}
.cid-v7bBMTLuzC .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-v7bBMTLuzC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7bBMTLuzC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7bBMTLuzC .dropdown-item:hover,
.cid-v7bBMTLuzC .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7bBMTLuzC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7bBMTLuzC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7bBMTLuzC .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7bBMTLuzC .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7bBMTLuzC .nav-item {
  margin: 0 31px;
}
.cid-v7bBMTLuzC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7bBMTLuzC .nav-link {
  position: relative;
}
.cid-v7bBMTLuzC .nav-link:hover,
.cid-v7bBMTLuzC .nav-link:focus,
.cid-v7bBMTLuzC .nav-link:active {
  color: #314825 !important;
}
.cid-v7bBMTLuzC .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7bBMTLuzC .container {
    flex-wrap: inherit;
  }
}
.cid-v7bBMTLuzC .navbar-caption:hover,
.cid-v7bBMTLuzC .navbar-caption:focus,
.cid-v7bBMTLuzC .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7bBMTLuzC .dropdown-menu,
.cid-v7bBMTLuzC .navbar.opened {
  background: #ffffff !important;
}
.cid-v7bBMTLuzC .nav-item:focus,
.cid-v7bBMTLuzC .nav-link:focus {
  outline: none;
}
.cid-v7bBMTLuzC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7bBMTLuzC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7bBMTLuzC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7bBMTLuzC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7bBMTLuzC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7bBMTLuzC .navbar.opened {
  transition: all 0.3s;
}
.cid-v7bBMTLuzC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7bBMTLuzC .navbar .navbar-logo img {
  width: auto;
}
.cid-v7bBMTLuzC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7bBMTLuzC .navbar.collapsed {
  justify-content: center;
}
.cid-v7bBMTLuzC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7bBMTLuzC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7bBMTLuzC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7bBMTLuzC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7bBMTLuzC .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-v7bBMTLuzC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7bBMTLuzC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7bBMTLuzC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7bBMTLuzC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7bBMTLuzC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7bBMTLuzC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7bBMTLuzC .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-v7bBMTLuzC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7bBMTLuzC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7bBMTLuzC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7bBMTLuzC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7bBMTLuzC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7bBMTLuzC .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7bBMTLuzC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7bBMTLuzC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7bBMTLuzC .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;
  display: flex;
}
.cid-v7bBMTLuzC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7bBMTLuzC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7bBMTLuzC .dropdown-item.active,
.cid-v7bBMTLuzC .dropdown-item:active {
  background-color: transparent;
}
.cid-v7bBMTLuzC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7bBMTLuzC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7bBMTLuzC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7bBMTLuzC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7bBMTLuzC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7bBMTLuzC .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7bBMTLuzC .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7bBMTLuzC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7bBMTLuzC ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7bBMTLuzC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7bBMTLuzC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7bBMTLuzC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7bBMTLuzC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bBMTLuzC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7bBMTLuzC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7bBMTLuzC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bBMTLuzC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7bBMTLuzC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7bBMTLuzC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7bBMTLuzC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7bBMTLuzC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7bBMTLuzC a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7bBMTLuzC .navbar {
    height: 70px;
  }
  .cid-v7bBMTLuzC .navbar.opened {
    height: auto;
  }
  .cid-v7bBMTLuzC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7ElJ8TM5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7ElJ8TM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7ElJ8TM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7ElJ8TM5 .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7ElJ8TM5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7ElJ8TM5 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7ElJ8TM5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7ElJ8TM5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7ElJ8TM5 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7ElJ8TM5 .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7ElJ8TM5 .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7ElJ8TM5 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7ElJ8TM5 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7ElJ8TM5 .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7ElJ8TM5 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7ElJ8TM5 .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7ElJ8TM5 .mbr-section-title {
  color: #000000;
}
.cid-vd7ElJ8TM5 .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7ElJ8TM5 .mbr-text,
.cid-vd7ElJ8TM5 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7ElJ8TM5 .mbr-section-title,
.cid-vd7ElJ8TM5 .mbr-section-btn {
  text-align: center;
}
.cid-v7bBMRXU8d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bBMRXU8d h1,
.cid-v7bBMRXU8d h2,
.cid-v7bBMRXU8d h3,
.cid-v7bBMRXU8d h4,
.cid-v7bBMRXU8d h5,
.cid-v7bBMRXU8d h6,
.cid-v7bBMRXU8d p {
  margin: 0;
}
.cid-v7bBMRXU8d .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7bBMRXU8d .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7bBMRXU8d .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7bBMSnjrT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bBMSnjrT h1,
.cid-v7bBMSnjrT h2,
.cid-v7bBMSnjrT h3,
.cid-v7bBMSnjrT h4,
.cid-v7bBMSnjrT h5,
.cid-v7bBMSnjrT h6,
.cid-v7bBMSnjrT p {
  margin: 0;
}
.cid-v7bBMSnjrT .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7bBMSnjrT .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7bBMSnjrT .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7bBMSLKB5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7bBMSLKB5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7bBMSLKB5 h2,
.cid-v7bBMSLKB5 h3,
.cid-v7bBMSLKB5 p {
  margin: 0;
}
.cid-v7bBMSLKB5 .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7bBMSLKB5 .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v7bBMSLKB5 .form-wrap {
    width: 100%;
  }
}
.cid-v7bBMSLKB5 .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v7bBMSLKB5 .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v7bBMSLKB5 .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v7bBMSLKB5 .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v7bBMSLKB5 .heading {
  margin-bottom: 20px;
}
.cid-v7bBMSLKB5 .mbr-section-title {
  color: #000000;
}
.cid-v7bBMSLKB5 .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v7bBMSLKB5 .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v7bBMSLKB5 .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v7bBMSLKB5 .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v7bBMSLKB5 .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v7bBMSLKB5 form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7bBMSLKB5 textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v7bBMSLKB5 input,
.cid-v7bBMSLKB5 select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v7bBMSLKB5 input:last-child,
.cid-v7bBMSLKB5 select:last-child {
  margin-right: 0;
}
.cid-v7bBMSLKB5 .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v7bBMSLKB5 .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v7bBMSLKB5 .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v7bBMSLKB5 .value {
  border: none;
}
.cid-v7bBMSLKB5 input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v7bBMSLKB5 input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v7bBMSLKB5 input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v7bBMSLKB5 input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v7bBMSLKB5 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v7bBMSLKB5 input[type="range"]:focus {
  outline: none;
}
.cid-v7bBMSLKB5 input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v7bBMSLKB5 input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v7bBMSLKB5 input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o6smzcFt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o6smzcFt [class^="socicon-"]:before,
.cid-v8o6smzcFt [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o6smzcFt .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o6smzcFt .btn-social,
.cid-v8o6smzcFt .mbr-section-title {
  color: #57468b;
}
.cid-v8o6smzcFt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o6smzcFt .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o6smzcFt .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o6smzcFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o6smzcFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bBMThaQV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v7bBMThaQV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v7bBMThaQV h3 {
  margin: 0;
}
.cid-v7bBMThaQV .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v7bBMThaQV .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v7bBMThaQV .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7bBMThaQV .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7bBMThaQV .mbr-brand {
    text-align: center;
  }
}
.cid-v7bBMThaQV .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7bBMThaQV .mbr-text {
    text-align: center;
  }
}
.cid-v7bBMThaQV .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7bBMThaQV .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v7bBMThaQV .socials {
    margin-right: -20px;
  }
}
.cid-v7bBMThaQV .socials-item .link {
  color: #000000;
}
.cid-v7bBMThaQV .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v7bBMThaQV .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v7bBMThaQV .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7gdFPebVq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7gdFPebVq nav.navbar {
  position: fixed;
}
.cid-v7gdFPebVq .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-v7gdFPebVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7gdFPebVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7gdFPebVq .dropdown-item:hover,
.cid-v7gdFPebVq .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7gdFPebVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7gdFPebVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7gdFPebVq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7gdFPebVq .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7gdFPebVq .nav-item {
  margin: 0 31px;
}
.cid-v7gdFPebVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7gdFPebVq .nav-link {
  position: relative;
}
.cid-v7gdFPebVq .nav-link:hover,
.cid-v7gdFPebVq .nav-link:focus,
.cid-v7gdFPebVq .nav-link:active {
  color: #314825 !important;
}
.cid-v7gdFPebVq .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7gdFPebVq .container {
    flex-wrap: inherit;
  }
}
.cid-v7gdFPebVq .navbar-caption:hover,
.cid-v7gdFPebVq .navbar-caption:focus,
.cid-v7gdFPebVq .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7gdFPebVq .dropdown-menu,
.cid-v7gdFPebVq .navbar.opened {
  background: #ffffff !important;
}
.cid-v7gdFPebVq .nav-item:focus,
.cid-v7gdFPebVq .nav-link:focus {
  outline: none;
}
.cid-v7gdFPebVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7gdFPebVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7gdFPebVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7gdFPebVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7gdFPebVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7gdFPebVq .navbar.opened {
  transition: all 0.3s;
}
.cid-v7gdFPebVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7gdFPebVq .navbar .navbar-logo img {
  width: auto;
}
.cid-v7gdFPebVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7gdFPebVq .navbar.collapsed {
  justify-content: center;
}
.cid-v7gdFPebVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7gdFPebVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7gdFPebVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7gdFPebVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7gdFPebVq .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-v7gdFPebVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7gdFPebVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7gdFPebVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7gdFPebVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7gdFPebVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7gdFPebVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7gdFPebVq .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-v7gdFPebVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7gdFPebVq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7gdFPebVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7gdFPebVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7gdFPebVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7gdFPebVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7gdFPebVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7gdFPebVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7gdFPebVq .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;
  display: flex;
}
.cid-v7gdFPebVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7gdFPebVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7gdFPebVq .dropdown-item.active,
.cid-v7gdFPebVq .dropdown-item:active {
  background-color: transparent;
}
.cid-v7gdFPebVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7gdFPebVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7gdFPebVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7gdFPebVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7gdFPebVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7gdFPebVq .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7gdFPebVq .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7gdFPebVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7gdFPebVq ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7gdFPebVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7gdFPebVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7gdFPebVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7gdFPebVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7gdFPebVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7gdFPebVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7gdFPebVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7gdFPebVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7gdFPebVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7gdFPebVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7gdFPebVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7gdFPebVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7gdFPebVq a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7gdFPebVq .navbar {
    height: 70px;
  }
  .cid-v7gdFPebVq .navbar.opened {
    height: auto;
  }
  .cid-v7gdFPebVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7EwjY4qf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7EwjY4qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7EwjY4qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7EwjY4qf .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7EwjY4qf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7EwjY4qf .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7EwjY4qf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7EwjY4qf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7EwjY4qf .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7EwjY4qf .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7EwjY4qf .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7EwjY4qf .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7EwjY4qf .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7EwjY4qf .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7EwjY4qf .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7EwjY4qf .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7EwjY4qf .mbr-section-title {
  color: #000000;
}
.cid-vd7EwjY4qf .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7EwjY4qf .mbr-text,
.cid-vd7EwjY4qf .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7EwjY4qf .mbr-section-title,
.cid-vd7EwjY4qf .mbr-section-btn {
  text-align: center;
}
.cid-v7gdFPRyWl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7gdFPRyWl h1,
.cid-v7gdFPRyWl h2,
.cid-v7gdFPRyWl h3,
.cid-v7gdFPRyWl h4,
.cid-v7gdFPRyWl h5,
.cid-v7gdFPRyWl h6,
.cid-v7gdFPRyWl p {
  margin: 0;
}
.cid-v7gdFPRyWl .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7gdFPRyWl .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7gdFPRyWl .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v8p2g9cshd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8p2g9cshd .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-v8p2g9cshd .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-v8p2g9cshd .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7xz1JDjGE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7xz1JDjGE h1,
.cid-v7xz1JDjGE h2,
.cid-v7xz1JDjGE h3,
.cid-v7xz1JDjGE h4,
.cid-v7xz1JDjGE h5,
.cid-v7xz1JDjGE h6,
.cid-v7xz1JDjGE p {
  margin: 0;
}
.cid-v7xz1JDjGE .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7xz1JDjGE .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7xz1JDjGE .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7gdFQq0lw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7gdFQq0lw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7gdFQq0lw h2,
.cid-v7gdFQq0lw h3,
.cid-v7gdFQq0lw p {
  margin: 0;
}
.cid-v7gdFQq0lw .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7gdFQq0lw .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v7gdFQq0lw .form-wrap {
    width: 100%;
  }
}
.cid-v7gdFQq0lw .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v7gdFQq0lw .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v7gdFQq0lw .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v7gdFQq0lw .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v7gdFQq0lw .heading {
  margin-bottom: 20px;
}
.cid-v7gdFQq0lw .mbr-section-title {
  color: #000000;
}
.cid-v7gdFQq0lw .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v7gdFQq0lw .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v7gdFQq0lw .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v7gdFQq0lw .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v7gdFQq0lw .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v7gdFQq0lw form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7gdFQq0lw textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v7gdFQq0lw input,
.cid-v7gdFQq0lw select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v7gdFQq0lw input:last-child,
.cid-v7gdFQq0lw select:last-child {
  margin-right: 0;
}
.cid-v7gdFQq0lw .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v7gdFQq0lw .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v7gdFQq0lw .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v7gdFQq0lw .value {
  border: none;
}
.cid-v7gdFQq0lw input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v7gdFQq0lw input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v7gdFQq0lw input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v7gdFQq0lw input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v7gdFQq0lw input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v7gdFQq0lw input[type="range"]:focus {
  outline: none;
}
.cid-v7gdFQq0lw input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v7gdFQq0lw input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v7gdFQq0lw input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o6V0buYf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o6V0buYf [class^="socicon-"]:before,
.cid-v8o6V0buYf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o6V0buYf .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o6V0buYf .btn-social,
.cid-v8o6V0buYf .mbr-section-title {
  color: #57468b;
}
.cid-v8o6V0buYf .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o6V0buYf .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o6V0buYf .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o6V0buYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o6V0buYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7gdFQL9v1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v7gdFQL9v1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v7gdFQL9v1 h3 {
  margin: 0;
}
.cid-v7gdFQL9v1 .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v7gdFQL9v1 .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v7gdFQL9v1 .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7gdFQL9v1 .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7gdFQL9v1 .mbr-brand {
    text-align: center;
  }
}
.cid-v7gdFQL9v1 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7gdFQL9v1 .mbr-text {
    text-align: center;
  }
}
.cid-v7gdFQL9v1 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7gdFQL9v1 .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v7gdFQL9v1 .socials {
    margin-right: -20px;
  }
}
.cid-v7gdFQL9v1 .socials-item .link {
  color: #000000;
}
.cid-v7gdFQL9v1 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v7gdFQL9v1 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v7gdFQL9v1 .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7geZmpncE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7geZmpncE nav.navbar {
  position: fixed;
}
.cid-v7geZmpncE .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-v7geZmpncE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7geZmpncE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7geZmpncE .dropdown-item:hover,
.cid-v7geZmpncE .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7geZmpncE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7geZmpncE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7geZmpncE .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7geZmpncE .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7geZmpncE .nav-item {
  margin: 0 31px;
}
.cid-v7geZmpncE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7geZmpncE .nav-link {
  position: relative;
}
.cid-v7geZmpncE .nav-link:hover,
.cid-v7geZmpncE .nav-link:focus,
.cid-v7geZmpncE .nav-link:active {
  color: #314825 !important;
}
.cid-v7geZmpncE .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7geZmpncE .container {
    flex-wrap: inherit;
  }
}
.cid-v7geZmpncE .navbar-caption:hover,
.cid-v7geZmpncE .navbar-caption:focus,
.cid-v7geZmpncE .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7geZmpncE .dropdown-menu,
.cid-v7geZmpncE .navbar.opened {
  background: #ffffff !important;
}
.cid-v7geZmpncE .nav-item:focus,
.cid-v7geZmpncE .nav-link:focus {
  outline: none;
}
.cid-v7geZmpncE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7geZmpncE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7geZmpncE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7geZmpncE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7geZmpncE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7geZmpncE .navbar.opened {
  transition: all 0.3s;
}
.cid-v7geZmpncE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7geZmpncE .navbar .navbar-logo img {
  width: auto;
}
.cid-v7geZmpncE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7geZmpncE .navbar.collapsed {
  justify-content: center;
}
.cid-v7geZmpncE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7geZmpncE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7geZmpncE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7geZmpncE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7geZmpncE .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-v7geZmpncE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7geZmpncE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7geZmpncE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7geZmpncE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7geZmpncE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7geZmpncE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7geZmpncE .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-v7geZmpncE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7geZmpncE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7geZmpncE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7geZmpncE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7geZmpncE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7geZmpncE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7geZmpncE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7geZmpncE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7geZmpncE .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;
  display: flex;
}
.cid-v7geZmpncE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7geZmpncE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7geZmpncE .dropdown-item.active,
.cid-v7geZmpncE .dropdown-item:active {
  background-color: transparent;
}
.cid-v7geZmpncE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7geZmpncE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7geZmpncE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7geZmpncE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7geZmpncE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7geZmpncE .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7geZmpncE .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7geZmpncE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7geZmpncE ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7geZmpncE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7geZmpncE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7geZmpncE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7geZmpncE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7geZmpncE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7geZmpncE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7geZmpncE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7geZmpncE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7geZmpncE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7geZmpncE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7geZmpncE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7geZmpncE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7geZmpncE a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7geZmpncE .navbar {
    height: 70px;
  }
  .cid-v7geZmpncE .navbar.opened {
    height: auto;
  }
  .cid-v7geZmpncE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7EAvFT4G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7EAvFT4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7EAvFT4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7EAvFT4G .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7EAvFT4G .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7EAvFT4G .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7EAvFT4G .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7EAvFT4G .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7EAvFT4G .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7EAvFT4G .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7EAvFT4G .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7EAvFT4G .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7EAvFT4G .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7EAvFT4G .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7EAvFT4G .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7EAvFT4G .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7EAvFT4G .mbr-section-title {
  color: #000000;
}
.cid-vd7EAvFT4G .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7EAvFT4G .mbr-text,
.cid-vd7EAvFT4G .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7EAvFT4G .mbr-section-title,
.cid-vd7EAvFT4G .mbr-section-btn {
  text-align: center;
}
.cid-v7geZnd90c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7geZnd90c h1,
.cid-v7geZnd90c h2,
.cid-v7geZnd90c h3,
.cid-v7geZnd90c h4,
.cid-v7geZnd90c h5,
.cid-v7geZnd90c h6,
.cid-v7geZnd90c p {
  margin: 0;
}
.cid-v7geZnd90c .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7geZnd90c .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7geZnd90c .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7gfd7ciP5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7gfd7ciP5 h1,
.cid-v7gfd7ciP5 h2,
.cid-v7gfd7ciP5 h3,
.cid-v7gfd7ciP5 h4,
.cid-v7gfd7ciP5 h5,
.cid-v7gfd7ciP5 h6,
.cid-v7gfd7ciP5 p {
  margin: 0;
}
.cid-v7gfd7ciP5 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7gfd7ciP5 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7gfd7ciP5 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7geZo3FD7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7geZo3FD7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7geZo3FD7 h2,
.cid-v7geZo3FD7 h3,
.cid-v7geZo3FD7 p {
  margin: 0;
}
.cid-v7geZo3FD7 .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7geZo3FD7 .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v7geZo3FD7 .form-wrap {
    width: 100%;
  }
}
.cid-v7geZo3FD7 .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v7geZo3FD7 .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v7geZo3FD7 .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v7geZo3FD7 .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v7geZo3FD7 .heading {
  margin-bottom: 20px;
}
.cid-v7geZo3FD7 .mbr-section-title {
  color: #000000;
}
.cid-v7geZo3FD7 .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v7geZo3FD7 .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v7geZo3FD7 .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v7geZo3FD7 .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v7geZo3FD7 .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v7geZo3FD7 form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7geZo3FD7 textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v7geZo3FD7 input,
.cid-v7geZo3FD7 select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v7geZo3FD7 input:last-child,
.cid-v7geZo3FD7 select:last-child {
  margin-right: 0;
}
.cid-v7geZo3FD7 .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v7geZo3FD7 .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v7geZo3FD7 .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v7geZo3FD7 .value {
  border: none;
}
.cid-v7geZo3FD7 input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v7geZo3FD7 input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v7geZo3FD7 input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v7geZo3FD7 input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v7geZo3FD7 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v7geZo3FD7 input[type="range"]:focus {
  outline: none;
}
.cid-v7geZo3FD7 input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v7geZo3FD7 input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v7geZo3FD7 input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o71WUvQw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o71WUvQw [class^="socicon-"]:before,
.cid-v8o71WUvQw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o71WUvQw .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o71WUvQw .btn-social,
.cid-v8o71WUvQw .mbr-section-title {
  color: #57468b;
}
.cid-v8o71WUvQw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o71WUvQw .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o71WUvQw .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o71WUvQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o71WUvQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7geZoqtCi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v7geZoqtCi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v7geZoqtCi h3 {
  margin: 0;
}
.cid-v7geZoqtCi .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v7geZoqtCi .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v7geZoqtCi .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7geZoqtCi .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7geZoqtCi .mbr-brand {
    text-align: center;
  }
}
.cid-v7geZoqtCi .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7geZoqtCi .mbr-text {
    text-align: center;
  }
}
.cid-v7geZoqtCi .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7geZoqtCi .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v7geZoqtCi .socials {
    margin-right: -20px;
  }
}
.cid-v7geZoqtCi .socials-item .link {
  color: #000000;
}
.cid-v7geZoqtCi .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v7geZoqtCi .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v7geZoqtCi .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-v7rDdRysuK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v7rDdRysuK nav.navbar {
  position: fixed;
}
.cid-v7rDdRysuK .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-v7rDdRysuK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7rDdRysuK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7rDdRysuK .dropdown-item:hover,
.cid-v7rDdRysuK .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-v7rDdRysuK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7rDdRysuK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7rDdRysuK .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-v7rDdRysuK .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-v7rDdRysuK .nav-item {
  margin: 0 31px;
}
.cid-v7rDdRysuK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7rDdRysuK .nav-link {
  position: relative;
}
.cid-v7rDdRysuK .nav-link:hover,
.cid-v7rDdRysuK .nav-link:focus,
.cid-v7rDdRysuK .nav-link:active {
  color: #314825 !important;
}
.cid-v7rDdRysuK .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-v7rDdRysuK .container {
    flex-wrap: inherit;
  }
}
.cid-v7rDdRysuK .navbar-caption:hover,
.cid-v7rDdRysuK .navbar-caption:focus,
.cid-v7rDdRysuK .navbar-caption:active {
  color: #314825 !important;
}
.cid-v7rDdRysuK .dropdown-menu,
.cid-v7rDdRysuK .navbar.opened {
  background: #ffffff !important;
}
.cid-v7rDdRysuK .nav-item:focus,
.cid-v7rDdRysuK .nav-link:focus {
  outline: none;
}
.cid-v7rDdRysuK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7rDdRysuK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7rDdRysuK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7rDdRysuK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7rDdRysuK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v7rDdRysuK .navbar.opened {
  transition: all 0.3s;
}
.cid-v7rDdRysuK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7rDdRysuK .navbar .navbar-logo img {
  width: auto;
}
.cid-v7rDdRysuK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7rDdRysuK .navbar.collapsed {
  justify-content: center;
}
.cid-v7rDdRysuK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7rDdRysuK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7rDdRysuK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7rDdRysuK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7rDdRysuK .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-v7rDdRysuK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7rDdRysuK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7rDdRysuK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7rDdRysuK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7rDdRysuK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7rDdRysuK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7rDdRysuK .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-v7rDdRysuK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7rDdRysuK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7rDdRysuK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7rDdRysuK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7rDdRysuK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7rDdRysuK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7rDdRysuK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7rDdRysuK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7rDdRysuK .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;
  display: flex;
}
.cid-v7rDdRysuK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7rDdRysuK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7rDdRysuK .dropdown-item.active,
.cid-v7rDdRysuK .dropdown-item:active {
  background-color: transparent;
}
.cid-v7rDdRysuK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7rDdRysuK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7rDdRysuK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7rDdRysuK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7rDdRysuK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7rDdRysuK .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-v7rDdRysuK .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-v7rDdRysuK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7rDdRysuK ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7rDdRysuK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7rDdRysuK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7rDdRysuK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7rDdRysuK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7rDdRysuK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7rDdRysuK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7rDdRysuK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7rDdRysuK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7rDdRysuK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7rDdRysuK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7rDdRysuK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7rDdRysuK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7rDdRysuK a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7rDdRysuK .navbar {
    height: 70px;
  }
  .cid-v7rDdRysuK .navbar.opened {
    height: auto;
  }
  .cid-v7rDdRysuK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7EsBxLwA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vd7EsBxLwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7EsBxLwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7EsBxLwA .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vd7EsBxLwA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd7EsBxLwA .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd7EsBxLwA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7EsBxLwA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd7EsBxLwA .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd7EsBxLwA .items-wrapper {
  margin: 0 -10px;
}
.cid-vd7EsBxLwA .items-wrapper .card {
  padding: 0 10px;
}
.cid-vd7EsBxLwA .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vd7EsBxLwA .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vd7EsBxLwA .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7EsBxLwA .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vd7EsBxLwA .image_2 {
    margin-top: 20px;
  }
}
.cid-vd7EsBxLwA .mbr-section-title {
  color: #000000;
}
.cid-vd7EsBxLwA .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}
.cid-vd7EsBxLwA .mbr-text,
.cid-vd7EsBxLwA .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vd7EsBxLwA .mbr-section-title,
.cid-vd7EsBxLwA .mbr-section-btn {
  text-align: center;
}
.cid-v7rDdScQTe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7rDdScQTe h1,
.cid-v7rDdScQTe h2,
.cid-v7rDdScQTe h3,
.cid-v7rDdScQTe h4,
.cid-v7rDdScQTe h5,
.cid-v7rDdScQTe h6,
.cid-v7rDdScQTe p {
  margin: 0;
}
.cid-v7rDdScQTe .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v7rDdScQTe .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cid-v7rDdScQTe .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-v7rDRRHRvd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v7rDRRHRvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7rDRRHRvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7rDRRHRvd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7rDRRHRvd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7rDRRHRvd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7rDRRHRvd .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v7rDRRHRvd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7rDRRHRvd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7rDRRHRvd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7rDRRHRvd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7rDRRHRvd .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v7rDRRHRvd .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v7rDRRHRvd .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7rDRRHRvd .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7rDRRHRvd .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v7rDRRHRvd .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v7rDRRHRvd .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7rDRRHRvd .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7rDRRHRvd .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7rDRRHRvd .mbr-label,
.cid-v7rDRRHRvd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7rDRRHRvd .mbr-section-title,
.cid-v7rDRRHRvd .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7rDRRHRvd .mbr-text {
  color: #515151;
}
.cid-v7rDRRHRvd .mbr-text,
.cid-v7rDRRHRvd .mbr-section-btn {
  text-align: center;
}
.cid-v7xCEmylxR {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v7xCEmylxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xCEmylxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xCEmylxR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7xCEmylxR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xCEmylxR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7xCEmylxR .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v7xCEmylxR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7xCEmylxR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7xCEmylxR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7xCEmylxR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7xCEmylxR .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v7xCEmylxR .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v7xCEmylxR .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7xCEmylxR .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xCEmylxR .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v7xCEmylxR .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v7xCEmylxR .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xCEmylxR .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7xCEmylxR .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7xCEmylxR .mbr-label,
.cid-v7xCEmylxR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7xCEmylxR .mbr-section-title,
.cid-v7xCEmylxR .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7xCEmylxR .mbr-text {
  color: #515151;
}
.cid-v7xCEmylxR .mbr-text,
.cid-v7xCEmylxR .mbr-section-btn {
  text-align: center;
}
.cid-v7rDSPM6YW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7rDSPM6YW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7rDSPM6YW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7rDSPM6YW .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7rDSPM6YW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7rDSPM6YW .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7rDSPM6YW .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v7rDSPM6YW .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7rDSPM6YW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7rDSPM6YW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7rDSPM6YW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7rDSPM6YW .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-v7rDSPM6YW .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-v7rDSPM6YW .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7rDSPM6YW .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7rDSPM6YW .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v7rDSPM6YW .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-v7rDSPM6YW .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7rDSPM6YW .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7rDSPM6YW .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7rDSPM6YW .mbr-label,
.cid-v7rDSPM6YW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7rDSPM6YW .mbr-section-title,
.cid-v7rDSPM6YW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7rDSPM6YW .mbr-text {
  color: #515151;
}
.cid-v7rDSPM6YW .mbr-text,
.cid-v7rDSPM6YW .mbr-section-btn {
  text-align: center;
}
.cid-v7rDdSKnx2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v7rDdSKnx2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7rDdSKnx2 h2,
.cid-v7rDdSKnx2 h3,
.cid-v7rDdSKnx2 p {
  margin: 0;
}
.cid-v7rDdSKnx2 .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7rDdSKnx2 .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-v7rDdSKnx2 .form-wrap {
    width: 100%;
  }
}
.cid-v7rDdSKnx2 .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-v7rDdSKnx2 .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-v7rDdSKnx2 .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-v7rDdSKnx2 .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-v7rDdSKnx2 .heading {
  margin-bottom: 20px;
}
.cid-v7rDdSKnx2 .mbr-section-title {
  color: #000000;
}
.cid-v7rDdSKnx2 .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-v7rDdSKnx2 .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-v7rDdSKnx2 .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-v7rDdSKnx2 .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-v7rDdSKnx2 .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v7rDdSKnx2 form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7rDdSKnx2 textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-v7rDdSKnx2 input,
.cid-v7rDdSKnx2 select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-v7rDdSKnx2 input:last-child,
.cid-v7rDdSKnx2 select:last-child {
  margin-right: 0;
}
.cid-v7rDdSKnx2 .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-v7rDdSKnx2 .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-v7rDdSKnx2 .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-v7rDdSKnx2 .value {
  border: none;
}
.cid-v7rDdSKnx2 input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-v7rDdSKnx2 input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-v7rDdSKnx2 input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-v7rDdSKnx2 input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-v7rDdSKnx2 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-v7rDdSKnx2 input[type="range"]:focus {
  outline: none;
}
.cid-v7rDdSKnx2 input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-v7rDdSKnx2 input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-v7rDdSKnx2 input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-v8o6D8UyTu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8o6D8UyTu [class^="socicon-"]:before,
.cid-v8o6D8UyTu [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-v8o6D8UyTu .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8o6D8UyTu .btn-social,
.cid-v8o6D8UyTu .mbr-section-title {
  color: #57468b;
}
.cid-v8o6D8UyTu .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v8o6D8UyTu .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-v8o6D8UyTu .soc-item:hover span {
  color: #6b6b6b !important;
}
.cid-v8o6D8UyTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8o6D8UyTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7rDdT78cM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v7rDdT78cM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v7rDdT78cM h3 {
  margin: 0;
}
.cid-v7rDdT78cM .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-v7rDdT78cM .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-v7rDdT78cM .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7rDdT78cM .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7rDdT78cM .mbr-brand {
    text-align: center;
  }
}
.cid-v7rDdT78cM .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v7rDdT78cM .mbr-text {
    text-align: center;
  }
}
.cid-v7rDdT78cM .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7rDdT78cM .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-v7rDdT78cM .socials {
    margin-right: -20px;
  }
}
.cid-v7rDdT78cM .socials-item .link {
  color: #000000;
}
.cid-v7rDdT78cM .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-v7rDdT78cM .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-v7rDdT78cM .copyright > p {
  text-align: center;
  color: #000000;
}
