.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !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: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.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: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b2b2b2 !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='%234c4c4c' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-v5nWjFiDQW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5nWjFiDQW nav.navbar {
  position: fixed;
}
.cid-v5nWjFiDQW .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-v5nWjFiDQW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5nWjFiDQW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5nWjFiDQW .dropdown-item:hover,
.cid-v5nWjFiDQW .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-v5nWjFiDQW .dropdown-item:hover span {
  color: white;
}
.cid-v5nWjFiDQW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5nWjFiDQW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5nWjFiDQW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5nWjFiDQW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5nWjFiDQW .nav-link {
  position: relative;
}
.cid-v5nWjFiDQW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .container {
    flex-wrap: nowrap;
  }
}
.cid-v5nWjFiDQW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5nWjFiDQW .dropdown-menu,
.cid-v5nWjFiDQW .navbar.opened {
  background: #ffffff !important;
}
.cid-v5nWjFiDQW .nav-item:focus,
.cid-v5nWjFiDQW .nav-link:focus {
  outline: none;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5nWjFiDQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5nWjFiDQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5nWjFiDQW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v5nWjFiDQW .navbar.opened {
  transition: all 0.3s;
}
.cid-v5nWjFiDQW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5nWjFiDQW .navbar .navbar-logo img {
  width: auto;
}
.cid-v5nWjFiDQW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5nWjFiDQW .navbar.collapsed {
  justify-content: center;
}
.cid-v5nWjFiDQW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5nWjFiDQW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-v5nWjFiDQW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5nWjFiDQW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5nWjFiDQW .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-v5nWjFiDQW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5nWjFiDQW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5nWjFiDQW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5nWjFiDQW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5nWjFiDQW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5nWjFiDQW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5nWjFiDQW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5nWjFiDQW .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-v5nWjFiDQW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5nWjFiDQW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5nWjFiDQW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5nWjFiDQW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5nWjFiDQW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5nWjFiDQW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5nWjFiDQW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5nWjFiDQW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5nWjFiDQW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5nWjFiDQW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5nWjFiDQW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5nWjFiDQW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v5nWjFiDQW .dropdown-item.active,
.cid-v5nWjFiDQW .dropdown-item:active {
  background-color: transparent;
}
.cid-v5nWjFiDQW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5nWjFiDQW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5nWjFiDQW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5nWjFiDQW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5nWjFiDQW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5nWjFiDQW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5nWjFiDQW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5nWjFiDQW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5nWjFiDQW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-v5nWjFiDQW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v5nWjFiDQW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5nWjFiDQW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5nWjFiDQW .navbar {
    height: 70px;
  }
  .cid-v5nWjFiDQW .navbar.opened {
    height: auto;
  }
  .cid-v5nWjFiDQW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5nWjFiDQW .container,
.cid-v5nWjFiDQW .container-fluid {
  flex-wrap: wrap;
}
.cid-v5nWjFiDQW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v5nWjFiDQW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v5nWjFiDQW .contacts-menu .mbr-iconfont {
  color: #e0e0e0;
}
@media (max-width: 991px) {
  .cid-v5nWjFiDQW .contacts-menu {
    display: none;
  }
}
.cid-v5nWjFiDQW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v5nWjFiDQW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #4c4c4c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v5nWjFiDQW .icon-box:hover {
  transform: scale(1.1);
}
.cid-v5nWjFiDQW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v5nWjFiDQW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn .btn-black {
  color: #4c4c4c !important;
}
@media (max-width: 577px) {
  .cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v5nWjFiDQW .navbar-collapse .nav-link:hover {
  color: #4c4c4c !important;
}
.cid-v5oFWWpFhV {
  background-color: #121212;
}
.cid-v5oFWWpFhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5oFWWpFhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5oFWWpFhV .row {
  margin: 0 -20px;
}
.cid-v5oFWWpFhV .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5oFWWpFhV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5oFWWpFhV .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v5oFWWpFhV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-v5oFWWpFhV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v5oFWWpFhV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5oFWWpFhV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5oFWWpFhV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5oFWWpFhV .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5oFWWpFhV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5oFWWpFhV .image-wrapper {
  padding: 24px;
  background-color: #2b2b2b;
}
@media (max-width: 992px) {
  .cid-v5oFWWpFhV .image-wrapper {
    padding: 16px;
  }
}
.cid-v5oFWWpFhV .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v5oFWWpFhV .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v5oFWWpFhV .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v5oFWWpFhV .image-wrapper img {
    height: 350px;
  }
}
.cid-v5oFWWpFhV .mbr-section-title {
  color: #ffffff;
}
.cid-v5oFWWpFhV .mbr-label {
  color: #000000;
}
.cid-v5oFWWpFhV .mbr-text {
  color: #ffffff;
}
.cid-v5nWB0lXYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5nWB0lXYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nWB0lXYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nWB0lXYC .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5nWB0lXYC .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5nWB0lXYC .content-wrapper::before,
.cid-v5nWB0lXYC .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5nWB0lXYC .content-wrapper::before {
  left: 0;
}
.cid-v5nWB0lXYC .content-wrapper::after {
  right: 0;
}
.cid-v5nWB0lXYC .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5nWB0lXYC .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5nWB0lXYC .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5nWB0lXYC .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5nWB0lXYC .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #909090;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v5nWB0lXYC .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5nWB0lXYC .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5nWB0lXYC .mbr-text {
  color: #0a0a0a;
}
.cid-v5nWB0lXYC label {
  color: #0a0a0a;
}
.cid-v5oHpRMg94 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v5oHpRMg94 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v5oHpRMg94 .first-column .mbr-text {
  margin: 0;
}
.cid-v5oHpRMg94 .form-group {
  max-width: 100%;
}
.cid-v5oHpRMg94 .form-group,
.cid-v5oHpRMg94 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5oHpRMg94 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5oHpRMg94 .col + .mbr-section-btn .btn,
.cid-v5oHpRMg94 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v5oHpRMg94 .dragArea > *:nth-last-child(2).col,
.cid-v5oHpRMg94 .dragArea > *:nth-last-child(2).col-auto,
.cid-v5oHpRMg94 .col + .mbr-section-btn,
.cid-v5oHpRMg94 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v5oHpRMg94 img {
  width: auto;
  display: inline-block;
}
.cid-v5oHpRMg94 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v5oHpRMg94 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v5oHpRMg94 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v5oHpRMg94 .bottom {
  margin-bottom: 0px;
}
.cid-v5oHpRMg94 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v5oHpRMg94 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v5oHpRMg94 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v5oHpRMg94 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v5oHpRMg94 .description2 {
  font-weight: 500;
}
.cid-v5oHpRMg94 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v5oHpRMg94 .link {
  margin-top: 23px;
}
.cid-v5oHpRMg94 .mbr-form {
  padding: 0;
}
.cid-v5oHpRMg94 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v5oHpRMg94 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v5oHpRMg94 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5oHpRMg94 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v5oHpRMg94 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v5oHpRMg94 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v5oHpRMg94 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5oHpRMg94 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v5oHpRMg94 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5oHpRMg94 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5oHpRMg94 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v5oHpRMg94 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 textarea::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 select::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input.form-control {
  padding: .6rem 0;
}
.cid-v5oHpRMg94 textarea.form-control {
  padding: .6rem 0;
}
.cid-v5oHpRMg94 select.form-control {
  padding: .6rem 0;
}
.cid-v5oHpRMg94 .form-control-label,
.cid-v5oHpRMg94 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v5oHpRMg94 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v5oHpRMg94 select option {
  color: #000000;
}
.cid-v5oHpRMg94 .link,
.cid-v5oHpRMg94 .form-group {
  padding: 0 !important;
}
.cid-v5oHpRMg94 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v5oHpRMg94 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v5oHpRMg94 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v5oHpRMg94 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v5oHpRMg94 .first-column {
    margin-bottom: 30px;
  }
  .cid-v5oHpRMg94 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v5oHpRMg94 button {
  padding: 0;
}
.cid-v5oHpRMg94 .b {
  font-weight: 500;
}
.cid-v5oHpRMg94 .link a {
  background-image: none !important;
}
.cid-v5vI4mhtve {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5vI4mhtve nav.navbar {
  position: fixed;
}
.cid-v5vI4mhtve .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-v5vI4mhtve .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5vI4mhtve .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5vI4mhtve .dropdown-item:hover,
.cid-v5vI4mhtve .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-v5vI4mhtve .dropdown-item:hover span {
  color: white;
}
.cid-v5vI4mhtve .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5vI4mhtve .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5vI4mhtve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5vI4mhtve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5vI4mhtve .nav-link {
  position: relative;
}
.cid-v5vI4mhtve .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5vI4mhtve .container {
    flex-wrap: nowrap;
  }
}
.cid-v5vI4mhtve .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5vI4mhtve .dropdown-menu,
.cid-v5vI4mhtve .navbar.opened {
  background: #ffffff !important;
}
.cid-v5vI4mhtve .nav-item:focus,
.cid-v5vI4mhtve .nav-link:focus {
  outline: none;
}
.cid-v5vI4mhtve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5vI4mhtve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5vI4mhtve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5vI4mhtve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5vI4mhtve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5vI4mhtve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5vI4mhtve .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v5vI4mhtve .navbar.opened {
  transition: all 0.3s;
}
.cid-v5vI4mhtve .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5vI4mhtve .navbar .navbar-logo img {
  width: auto;
}
.cid-v5vI4mhtve .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5vI4mhtve .navbar.collapsed {
  justify-content: center;
}
.cid-v5vI4mhtve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5vI4mhtve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5vI4mhtve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-v5vI4mhtve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5vI4mhtve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5vI4mhtve .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-v5vI4mhtve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5vI4mhtve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5vI4mhtve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5vI4mhtve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5vI4mhtve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5vI4mhtve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5vI4mhtve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5vI4mhtve .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-v5vI4mhtve .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5vI4mhtve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5vI4mhtve .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5vI4mhtve .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5vI4mhtve .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5vI4mhtve .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5vI4mhtve .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5vI4mhtve .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5vI4mhtve .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5vI4mhtve .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5vI4mhtve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5vI4mhtve .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v5vI4mhtve .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v5vI4mhtve .dropdown-item.active,
.cid-v5vI4mhtve .dropdown-item:active {
  background-color: transparent;
}
.cid-v5vI4mhtve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5vI4mhtve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5vI4mhtve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5vI4mhtve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5vI4mhtve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5vI4mhtve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5vI4mhtve ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5vI4mhtve .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5vI4mhtve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5vI4mhtve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v5vI4mhtve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5vI4mhtve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5vI4mhtve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5vI4mhtve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5vI4mhtve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5vI4mhtve nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5vI4mhtve nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5vI4mhtve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5vI4mhtve .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-v5vI4mhtve .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v5vI4mhtve a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5vI4mhtve .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5vI4mhtve .navbar {
    height: 70px;
  }
  .cid-v5vI4mhtve .navbar.opened {
    height: auto;
  }
  .cid-v5vI4mhtve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5vI4mhtve .container,
.cid-v5vI4mhtve .container-fluid {
  flex-wrap: wrap;
}
.cid-v5vI4mhtve .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v5vI4mhtve .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v5vI4mhtve .contacts-menu .mbr-iconfont {
  color: #e0e0e0;
}
@media (max-width: 991px) {
  .cid-v5vI4mhtve .contacts-menu {
    display: none;
  }
}
.cid-v5vI4mhtve .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v5vI4mhtve .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #4c4c4c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v5vI4mhtve .icon-box:hover {
  transform: scale(1.1);
}
.cid-v5vI4mhtve .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v5vI4mhtve .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v5vI4mhtve .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v5vI4mhtve .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v5vI4mhtve .navbar-collapse .mbr-section-btn .btn-black {
  color: #4c4c4c !important;
}
@media (max-width: 577px) {
  .cid-v5vI4mhtve .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5vI4mhtve .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v5vI4mhtve .navbar-collapse .nav-link:hover {
  color: #4c4c4c !important;
}
.cid-sHKUveGi2v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHKUveGi2v .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-sHKUveGi2v .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-sHKUveGi2v .title-block {
  justify-content: space-between;
}
.cid-sHKUveGi2v .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sHKUveGi2v .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sHKUveGi2v H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHKUveGi2v .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sHKUveGi2v .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-sHKUveGi2v .col-12 {
    padding-top: 35px;
  }
  .cid-sHKUveGi2v .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sHKUveGi2v .card-title {
    padding: 13px 0 0;
  }
}
.cid-v5vJi0XMhq {
  z-index: 1;
}
.cid-v5vHHnT5td {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v5vHHnT5td .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v5vHHnT5td .first-column .mbr-text {
  margin: 0;
}
.cid-v5vHHnT5td .form-group {
  max-width: 100%;
}
.cid-v5vHHnT5td .form-group,
.cid-v5vHHnT5td .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5vHHnT5td .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5vHHnT5td .col + .mbr-section-btn .btn,
.cid-v5vHHnT5td .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v5vHHnT5td .dragArea > *:nth-last-child(2).col,
.cid-v5vHHnT5td .dragArea > *:nth-last-child(2).col-auto,
.cid-v5vHHnT5td .col + .mbr-section-btn,
.cid-v5vHHnT5td .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v5vHHnT5td img {
  width: auto;
  display: inline-block;
}
.cid-v5vHHnT5td .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v5vHHnT5td .margin {
  margin: 0px;
  align-items: center;
}
.cid-v5vHHnT5td .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v5vHHnT5td .bottom {
  margin-bottom: 0px;
}
.cid-v5vHHnT5td .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v5vHHnT5td .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v5vHHnT5td .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v5vHHnT5td .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v5vHHnT5td .description2 {
  font-weight: 500;
}
.cid-v5vHHnT5td .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v5vHHnT5td .link {
  margin-top: 23px;
}
.cid-v5vHHnT5td .mbr-form {
  padding: 0;
}
.cid-v5vHHnT5td a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v5vHHnT5td rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v5vHHnT5td .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5vHHnT5td svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v5vHHnT5td path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v5vHHnT5td .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v5vHHnT5td .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5vHHnT5td .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v5vHHnT5td .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5vHHnT5td .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5vHHnT5td .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v5vHHnT5td input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td textarea::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td select::placeholder {
  color: #ffffff;
}
.cid-v5vHHnT5td input.form-control {
  padding: .6rem 0;
}
.cid-v5vHHnT5td textarea.form-control {
  padding: .6rem 0;
}
.cid-v5vHHnT5td select.form-control {
  padding: .6rem 0;
}
.cid-v5vHHnT5td .form-control-label,
.cid-v5vHHnT5td .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v5vHHnT5td .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v5vHHnT5td select option {
  color: #000000;
}
.cid-v5vHHnT5td .link,
.cid-v5vHHnT5td .form-group {
  padding: 0 !important;
}
.cid-v5vHHnT5td .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v5vHHnT5td .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v5vHHnT5td .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v5vHHnT5td .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v5vHHnT5td .first-column {
    margin-bottom: 30px;
  }
  .cid-v5vHHnT5td .second-column {
    margin-bottom: 30px;
  }
}
.cid-v5vHHnT5td button {
  padding: 0;
}
.cid-v5vHHnT5td .b {
  font-weight: 500;
}
.cid-v5vHHnT5td .link a {
  background-image: none !important;
}
.cid-v5nWjFiDQW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5nWjFiDQW nav.navbar {
  position: fixed;
}
.cid-v5nWjFiDQW .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-v5nWjFiDQW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5nWjFiDQW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5nWjFiDQW .dropdown-item:hover,
.cid-v5nWjFiDQW .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-v5nWjFiDQW .dropdown-item:hover span {
  color: white;
}
.cid-v5nWjFiDQW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5nWjFiDQW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5nWjFiDQW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5nWjFiDQW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5nWjFiDQW .nav-link {
  position: relative;
}
.cid-v5nWjFiDQW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .container {
    flex-wrap: nowrap;
  }
}
.cid-v5nWjFiDQW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5nWjFiDQW .dropdown-menu,
.cid-v5nWjFiDQW .navbar.opened {
  background: #ffffff !important;
}
.cid-v5nWjFiDQW .nav-item:focus,
.cid-v5nWjFiDQW .nav-link:focus {
  outline: none;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5nWjFiDQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5nWjFiDQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5nWjFiDQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5nWjFiDQW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v5nWjFiDQW .navbar.opened {
  transition: all 0.3s;
}
.cid-v5nWjFiDQW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5nWjFiDQW .navbar .navbar-logo img {
  width: auto;
}
.cid-v5nWjFiDQW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5nWjFiDQW .navbar.collapsed {
  justify-content: center;
}
.cid-v5nWjFiDQW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5nWjFiDQW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-v5nWjFiDQW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5nWjFiDQW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5nWjFiDQW .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-v5nWjFiDQW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5nWjFiDQW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5nWjFiDQW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5nWjFiDQW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5nWjFiDQW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5nWjFiDQW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5nWjFiDQW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5nWjFiDQW .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-v5nWjFiDQW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5nWjFiDQW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5nWjFiDQW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5nWjFiDQW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5nWjFiDQW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5nWjFiDQW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5nWjFiDQW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5nWjFiDQW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5nWjFiDQW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5nWjFiDQW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5nWjFiDQW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5nWjFiDQW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-v5nWjFiDQW .dropdown-item.active,
.cid-v5nWjFiDQW .dropdown-item:active {
  background-color: transparent;
}
.cid-v5nWjFiDQW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5nWjFiDQW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5nWjFiDQW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5nWjFiDQW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5nWjFiDQW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5nWjFiDQW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5nWjFiDQW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5nWjFiDQW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5nWjFiDQW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5nWjFiDQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5nWjFiDQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5nWjFiDQW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-v5nWjFiDQW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v5nWjFiDQW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5nWjFiDQW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5nWjFiDQW .navbar {
    height: 70px;
  }
  .cid-v5nWjFiDQW .navbar.opened {
    height: auto;
  }
  .cid-v5nWjFiDQW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5nWjFiDQW .container,
.cid-v5nWjFiDQW .container-fluid {
  flex-wrap: wrap;
}
.cid-v5nWjFiDQW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-v5nWjFiDQW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-v5nWjFiDQW .contacts-menu .mbr-iconfont {
  color: #e0e0e0;
}
@media (max-width: 991px) {
  .cid-v5nWjFiDQW .contacts-menu {
    display: none;
  }
}
.cid-v5nWjFiDQW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-v5nWjFiDQW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #4c4c4c;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-v5nWjFiDQW .icon-box:hover {
  transform: scale(1.1);
}
.cid-v5nWjFiDQW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-v5nWjFiDQW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-v5nWjFiDQW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn .btn-black {
  color: #4c4c4c !important;
}
@media (max-width: 577px) {
  .cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5nWjFiDQW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-v5nWjFiDQW .navbar-collapse .nav-link:hover {
  color: #4c4c4c !important;
}
.cid-v5jmz7quP6 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5jmz7quP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5jmz7quP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5jmz7quP6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5jmz7quP6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5jmz7quP6 .container {
    padding: 0 24px;
  }
}
.cid-v5jmz7quP6 .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-v5jmz7quP6 .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #b62519;
  margin-left: -10px;
  object-fit: cover;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-v5jmz7quP6 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v5jmz7quP6 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5jmz7quP6 .mbr-section-title {
  color: #18212d;
}
.cid-v5jmz7quP6 .mbr-desc,
.cid-v5jmz7quP6 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-v5jmz7quP6 .mbr-text,
.cid-v5jmz7quP6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5jmz7quP6 .mbr-rating {
  color: #EFCC4E;
}
.cid-v5jmz7quP6 .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-v5jmz7quP6 .mbr-section-title,
.cid-v5jmz7quP6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5jmz7quP6 .mbr-rating,
.cid-v5jmz7quP6 .rating-wrapper,
.cid-v5jmz7quP6 .people-wrapper {
  text-align: center;
}
.cid-v5jmz7quP6 .mbr-people,
.cid-v5jmz7quP6 .people-wrapper {
  color: #000000;
}
.cid-v4Ck2ROvdL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v4Ck2ROvdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ck2ROvdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ck2ROvdL .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v4Ck2ROvdL .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v4Ck2ROvdL .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-v4Ck2ROvdL .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-v4Ck2ROvdL .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-v4Ck2ROvdL .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v4Ck2ROvdL .mbr-section-head {
  width: 100%;
}
.cid-v4Ck2ROvdL .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v4Ck2ROvdL .mbr-section-title {
    text-align: center;
  }
}
.cid-v4Ck2ROvdL .mbr-section-subtitle {
  color: #1d1d1f;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v4Ck2ROvdL .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v4Ck2ROvdL .card-row {
  align-items: stretch;
}
.cid-v4Ck2ROvdL .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v4Ck2ROvdL .card {
    margin-top: 30px;
  }
}
.cid-v4Ck2ROvdL .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f9f9f9, #ffffff);
}
@media (max-width: 1199px) {
  .cid-v4Ck2ROvdL .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-v4Ck2ROvdL .card-wrapper {
    padding: 20px;
  }
}
.cid-v4Ck2ROvdL .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v4Ck2ROvdL .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-v4Ck2ROvdL .card-wrapper:hover .card-title {
  color: #4c4c4c !important;
}
.cid-v4Ck2ROvdL .card-wrapper:hover .card-text {
  color: #4c4c4c !important;
}
.cid-v4Ck2ROvdL .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-v4Ck2ROvdL .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f5f5f5, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-v4Ck2ROvdL .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-v4Ck2ROvdL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v4Ck2ROvdL .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v4Ck2ROvdL .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #000000;
}
.cid-v4Ck2ROvdL .card-title {
  color: #1d1d1f;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-v4Ck2ROvdL .card-title {
    margin-bottom: 15px;
  }
}
.cid-v4Ck2ROvdL .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-v4Ck2ROvdL .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-v4Ck2ROvdL .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-v3cIGIhJRO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v3cIGIhJRO .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-v3cIGIhJRO .social-row {
  display: flex;
  margin-bottom: 1rem;
}
.cid-v3cIGIhJRO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-v3cIGIhJRO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f5f5f5;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v3cIGIhJRO .social-row {
    justify-content: center;
  }
}
.cid-v3cIGIhJRO img {
  transition: all 0.3s;
}
.cid-v3cIGIhJRO img:hover {
  transform: scale(1.1);
}
.cid-v3cIGIhJRO img,
.cid-v3cIGIhJRO .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v3cIGIhJRO .item:focus,
.cid-v3cIGIhJRO span:focus {
  outline: none;
}
.cid-v3cIGIhJRO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3cIGIhJRO .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-v3cIGIhJRO .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3cIGIhJRO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3cIGIhJRO .mbr-section-title {
  color: #000000;
}
.cid-v3cIGIhJRO .item-title {
  color: #000000;
}
.cid-v3cIGIhJRO .item-subtitle {
  color: #000000;
}
.cid-sHKUveGi2v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHKUveGi2v .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-sHKUveGi2v .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-sHKUveGi2v .title-block {
  justify-content: space-between;
}
.cid-sHKUveGi2v .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sHKUveGi2v .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sHKUveGi2v H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHKUveGi2v .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sHKUveGi2v .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-sHKUveGi2v .col-12 {
    padding-top: 35px;
  }
  .cid-sHKUveGi2v .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sHKUveGi2v .card-title {
    padding: 13px 0 0;
  }
}
.cid-v4PFGKtEoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-v4PFGKtEoK .item:focus,
.cid-v4PFGKtEoK span:focus {
  outline: none;
}
.cid-v4PFGKtEoK .item {
  cursor: pointer;
}
.cid-v4PFGKtEoK .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v4PFGKtEoK .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v4PFGKtEoK .grid-container-1,
.cid-v4PFGKtEoK .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v4PFGKtEoK .grid-container-1,
  .cid-v4PFGKtEoK .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v4PFGKtEoK .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4PFGKtEoK .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4PFGKtEoK .content-head {
  max-width: 800px;
}
.cid-v4PFGKtEoK .container,
.cid-v4PFGKtEoK .container-fluid {
  overflow: hidden;
}
.cid-v4PFGKtEoK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v4PFGKtEoK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4PFGKtEoK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-v4PFGKtEoK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v4PFGKtEoK .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v4PFGKtEoK .grid-item img {
    height: 140px;
  }
}
.cid-v4PFGKtEoK .grid-container-1,
.cid-v4PFGKtEoK .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v4PFGKtEoK .grid-container-1 {
  align-items: flex-end;
}
.cid-v4PFGKtEoK .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v5nDLWOV8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5nDLWOV8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nDLWOV8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5nDLWOV8T .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5nDLWOV8T .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5nDLWOV8T .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5nDLWOV8T .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5nDLWOV8T .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5nDLWOV8T .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v5nDLWOV8T .image-wrapper img {
    height: 300px;
  }
}
.cid-v5nDLWOV8T .mbr-label {
  color: #be0000;
}
.cid-v5nDLWOV8T .mbr-section-title {
  color: #000000;
}
.cid-v5nDLWOV8T .mbr-text {
  color: #6c7179;
}
.cid-v4Crt9P7r2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istockphoto-889976710-640x640.jpg-768x432.jpg");
}
.cid-v4Crt9P7r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Crt9P7r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Crt9P7r2 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-v4Crt9P7r2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v4Crt9P7r2 .container {
    padding: 0 25px;
  }
}
.cid-v4Crt9P7r2 .title-wrapper {
  padding: 100px 0;
}
.cid-v4Crt9P7r2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Crt9P7r2 .mbr-section-title {
  color: #ffffff;
}
.cid-v4Crt9P7r2 .mbr-section-title,
.cid-v4Crt9P7r2 .mbr-section-btn {
  text-align: center;
}
.cid-v4CpJh6t8R {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v4CpJh6t8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CpJh6t8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CpJh6t8R .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v4CpJh6t8R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4CpJh6t8R .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v4CpJh6t8R .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-v4CpJh6t8R .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v4CpJh6t8R .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4CpJh6t8R .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v4CpJh6t8R .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v4CpJh6t8R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4CpJh6t8R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4CpJh6t8R .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v4CpJh6t8R .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4CpJh6t8R .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #e0e0e0;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4CpJh6t8R .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v4CpJh6t8R .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4CpJh6t8R .mbr-label,
.cid-v4CpJh6t8R .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4CpJh6t8R .mbr-section-title,
.cid-v4CpJh6t8R .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4CpJh6t8R .mbr-text,
.cid-v4CpJh6t8R .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v4CpJh6t8R .item-title {
  color: #000000;
}
.cid-v4CpJh6t8R .item-text {
  color: #515151;
}
.cid-v4Csarl2Fa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-v4Csarl2Fa img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
@media (min-width: 1200px) {
  .cid-v4Csarl2Fa .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1500px) {
  .cid-v4Csarl2Fa .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cid-v4Csarl2Fa .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 767px) {
  .cid-v4Csarl2Fa .container-fluid {
    padding: 0 2rem;
  }
}
.cid-v4Csarl2Fa .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-v4Csarl2Fa .img-wrapper {
  min-width: 100px;
}
.cid-v4Csarl2Fa .star-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-v4Csarl2Fa .mbr-iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.cid-v4Csarl2Fa .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-v4Csarl2Fa .card .img-wrapper {
  overflow: hidden;
}
.cid-v4Csarl2Fa .mbr-section-date {
  color: #999999;
}
.cid-v4Csarl2Fa .mbr-section-text {
  color: #555555;
}
@media (max-width: 767px) {
  .cid-v4Csarl2Fa .bg-wrapper {
    padding: 1rem;
  }
  .cid-v4Csarl2Fa .mbr-section-title {
    text-align: left;
  }
}
.cid-v4Csarl2Fa .mbr-card-title {
  color: #000000;
}
.cid-v4Csarl2Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Csarl2Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sHA0gLXi0d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHA0gLXi0d .item-wrapper {
  width: 100%;
}
.cid-sHA0gLXi0d .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sHA0gLXi0d .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHA0gLXi0d .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHA0gLXi0d .link {
  margin-top: 29px;
}
.cid-sHA0gLXi0d .col-auto {
  display: inline-block;
}
.cid-sHA0gLXi0d .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHA0gLXi0d .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHA0gLXi0d .container-fluid {
  padding: 0;
}
.cid-sHA0gLXi0d .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHA0gLXi0d .right-side {
  padding-left: 0;
}
.cid-sHA0gLXi0d .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHA0gLXi0d .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHA0gLXi0d .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHA0gLXi0d .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHA0gLXi0d .right-side {
    padding: 0px;
  }
}
.cid-sHA0gLXi0d a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHA0gLXi0d rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHA0gLXi0d .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHA0gLXi0d svg {
  margin-left: 15px;
}
.cid-sHA0gLXi0d path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHA0gLXi0d .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHA0gLXi0d .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHA0gLXi0d .mbr-text,
.cid-sHA0gLXi0d .link {
  color: #000000;
}
.cid-v5oHpRMg94 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v5oHpRMg94 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v5oHpRMg94 .first-column .mbr-text {
  margin: 0;
}
.cid-v5oHpRMg94 .form-group {
  max-width: 100%;
}
.cid-v5oHpRMg94 .form-group,
.cid-v5oHpRMg94 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5oHpRMg94 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5oHpRMg94 .col + .mbr-section-btn .btn,
.cid-v5oHpRMg94 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v5oHpRMg94 .dragArea > *:nth-last-child(2).col,
.cid-v5oHpRMg94 .dragArea > *:nth-last-child(2).col-auto,
.cid-v5oHpRMg94 .col + .mbr-section-btn,
.cid-v5oHpRMg94 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v5oHpRMg94 img {
  width: auto;
  display: inline-block;
}
.cid-v5oHpRMg94 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v5oHpRMg94 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v5oHpRMg94 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v5oHpRMg94 .bottom {
  margin-bottom: 0px;
}
.cid-v5oHpRMg94 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v5oHpRMg94 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v5oHpRMg94 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v5oHpRMg94 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v5oHpRMg94 .description2 {
  font-weight: 500;
}
.cid-v5oHpRMg94 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v5oHpRMg94 .link {
  margin-top: 23px;
}
.cid-v5oHpRMg94 .mbr-form {
  padding: 0;
}
.cid-v5oHpRMg94 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v5oHpRMg94 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v5oHpRMg94 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5oHpRMg94 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v5oHpRMg94 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v5oHpRMg94 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v5oHpRMg94 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5oHpRMg94 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v5oHpRMg94 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5oHpRMg94 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v5oHpRMg94 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v5oHpRMg94 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 textarea::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 select::placeholder {
  color: #ffffff;
}
.cid-v5oHpRMg94 input.form-control {
  padding: .6rem 0;
}
.cid-v5oHpRMg94 textarea.form-control {
  padding: .6rem 0;
}
.cid-v5oHpRMg94 select.form-control {
  padding: .6rem 0;
}
.cid-v5oHpRMg94 .form-control-label,
.cid-v5oHpRMg94 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v5oHpRMg94 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v5oHpRMg94 select option {
  color: #000000;
}
.cid-v5oHpRMg94 .link,
.cid-v5oHpRMg94 .form-group {
  padding: 0 !important;
}
.cid-v5oHpRMg94 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v5oHpRMg94 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v5oHpRMg94 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v5oHpRMg94 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v5oHpRMg94 .first-column {
    margin-bottom: 30px;
  }
  .cid-v5oHpRMg94 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v5oHpRMg94 button {
  padding: 0;
}
.cid-v5oHpRMg94 .b {
  font-weight: 500;
}
.cid-v5oHpRMg94 .link a {
  background-image: none !important;
}
