.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.125rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #404349 !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #2b38cf !important;
}
.bg-danger {
  background-color: #ff951b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #404349 !important;
  border-color: #404349 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #585c64 !important;
  border-color: #585c64 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #585c64 !important;
  border-color: #585c64 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed463f !important;
  border-color: #ed463f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2b38cf !important;
  border-color: #2b38cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #525ddb !important;
  border-color: #525ddb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #525ddb !important;
  border-color: #525ddb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff951b !important;
  border-color: #ff951b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #404349;
  color: #404349;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #17191b !important;
  background-color: transparent !important;
  border-color: #17191b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #404349 !important;
  border-color: #404349 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed463f;
  color: #ed463f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c31912 !important;
  background-color: transparent !important;
  border-color: #c31912 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed463f !important;
  border-color: #ed463f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2b38cf;
  color: #2b38cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1c2587 !important;
  background-color: transparent !important;
  border-color: #1c2587 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b38cf !important;
  border-color: #2b38cf !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff951b;
  color: #ff951b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c36900 !important;
  background-color: transparent !important;
  border-color: #c36900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff951b !important;
  border-color: #ff951b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #404349 !important;
}
.text-secondary {
  color: #ed463f !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #2b38cf !important;
}
.text-danger {
  color: #ff951b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #101113 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b51811 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #19217b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b46000 !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: #404349;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #2b38cf;
}
.alert-danger {
  background-color: #ff951b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #404349;
  border-color: #404349;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #404349;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b6bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d1d4f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #404349 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #404349;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #404349;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #404349;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #404349;
  border-bottom-color: #404349;
}
.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: #404349 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ed463f !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='%23404349' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
.cid-ueUSECxeHm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueUSECxeHm .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;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueUSECxeHm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueUSECxeHm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ueUSECxeHm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueUSECxeHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueUSECxeHm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ueUSECxeHm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ueUSECxeHm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ueUSECxeHm .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ueUSECxeHm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueUSECxeHm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueUSECxeHm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ueUSECxeHm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueUSECxeHm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ueUSECxeHm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueUSECxeHm .nav-link:hover {
  color: #ed463f !important;
}
.cid-ueUSECxeHm .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ueUSECxeHm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ueUSECxeHm .navbar-caption:hover,
.cid-ueUSECxeHm .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueUSECxeHm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ueUSECxeHm .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-ueUSECxeHm .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-ueUSECxeHm .iconfont-wrapper:hover,
.cid-ueUSECxeHm .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-ueUSECxeHm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ueUSECxeHm .nav-item:focus,
.cid-ueUSECxeHm .nav-link:focus {
  outline: none;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueUSECxeHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueUSECxeHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueUSECxeHm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueUSECxeHm .navbar.opened {
  transition: all 0.3s;
}
.cid-ueUSECxeHm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueUSECxeHm .navbar .navbar-logo img {
  width: auto;
}
.cid-ueUSECxeHm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ueUSECxeHm .navbar.collapsed {
  justify-content: center;
}
.cid-ueUSECxeHm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueUSECxeHm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueUSECxeHm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ueUSECxeHm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueUSECxeHm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueUSECxeHm .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-ueUSECxeHm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueUSECxeHm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueUSECxeHm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .navbar {
    min-height: 72px;
  }
  .cid-ueUSECxeHm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueUSECxeHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueUSECxeHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueUSECxeHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueUSECxeHm .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-ueUSECxeHm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueUSECxeHm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueUSECxeHm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueUSECxeHm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueUSECxeHm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueUSECxeHm .dropdown-item.active,
.cid-ueUSECxeHm .dropdown-item:active {
  background-color: transparent;
}
.cid-ueUSECxeHm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueUSECxeHm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueUSECxeHm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueUSECxeHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueUSECxeHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueUSECxeHm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueUSECxeHm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueUSECxeHm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .navbar-buttons {
    text-align: left;
  }
}
.cid-ueUSECxeHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUSECxeHm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueUSECxeHm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueUSECxeHm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueUSECxeHm .navbar {
    height: 70px;
  }
  .cid-ueUSECxeHm .navbar.opened {
    height: auto;
  }
  .cid-ueUSECxeHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueUSECxeHm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ueUSECxeHm .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-ueUSECxeHm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueUSECxeHm .navbar-brand {
    margin-right: auto;
  }
  .cid-ueUSECxeHm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-ueUSECxeHm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueUSECxeHm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueUSECxeHm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueUSECxeHm .navbar-brand,
.cid-ueUSECxeHm .navbar-toggler,
.cid-ueUSECxeHm .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ueUSF0EbX2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ueUSF0EbX2 .mbr-overlay {
  background: #fff1e2;
  opacity: 0.1;
}
.cid-ueUSF0EbX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUSF0EbX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUSF0EbX2 .items-wrapper {
  margin: 0 -10px;
}
.cid-ueUSF0EbX2 .card {
  padding: 0 10px;
}
.cid-ueUSF0EbX2 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueUSF0EbX2 .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-ueUSF0EbX2 .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ueUSF0EbX2 .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-ueUSF0EbX2 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueUSF0EbX2 .content-wrap .title-wrapper .mbr-section-title span {
  color: #2b38cf;
}
.cid-ueUSF0EbX2 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueUSF0EbX2 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ueUSF0EbX2 .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-ueUSF0EbX2 .slider-wrap {
    min-height: 350px;
  }
}
.cid-ueUSF0EbX2 .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ueUSF0EbX2 .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-ueUSF0EbX2 .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ueUSF0EbX2 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ueUSF0EbX2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ueUSF0EbX2 .embla__slide .slide-content {
  width: 100%;
}
.cid-ueUSF0EbX2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ueUSF0EbX2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ueUSF0EbX2 .embla__button--next,
.cid-ueUSF0EbX2 .embla__button--prev {
  display: flex;
}
.cid-ueUSF0EbX2 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ueUSF0EbX2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ueUSF0EbX2 .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-ueUSF0EbX2 .embla__button.embla__button--prev {
  left: 10px;
}
.cid-ueUSF0EbX2 .embla__button.embla__button--next {
  right: 10px;
}
.cid-ueUSF0EbX2 .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-ueUSF0EbX2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ueUSF0EbX2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ueUSF0EbX2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ueUSF0EbX2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueUSF0EbX2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ueUSF0EbX2 .mbr-section-title {
  color: #404349;
}
.cid-ueUSF0EbX2 .mbr-text {
  color: #000000;
}
.cid-ueUSF0EbX2 .mbr-desc {
  color: #404349;
}
.cid-ueUSF0EbX2 .mbr-section-title,
.cid-ueUSF0EbX2 .mbr-section-btn {
  color: #000000;
}
.cid-ueUSG86Nde {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-ueUSG86Nde .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUSG86Nde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUSG86Nde .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUSG86Nde .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ueUSG86Nde .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ueUSG86Nde .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ueUSG86Nde .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ueUSG86Nde .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ueUSG86Nde .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ueUSG86Nde .item:hover .item-wrapper .item-content,
.cid-ueUSG86Nde .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-ueUSG86Nde .item:hover .item-wrapper .item-content .item-title,
.cid-ueUSG86Nde .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-ueUSG86Nde .item:hover .item-wrapper .item-content .item-text,
.cid-ueUSG86Nde .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-ueUSG86Nde .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-ueUSG86Nde .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ueUSG86Nde .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueUSG86Nde .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-ueUSG86Nde .mbr-section-title {
  color: #404349;
}
.cid-ueUSG86Nde .mbr-desc {
  color: #b19a7c;
}
.cid-ueUSG86Nde .item-title {
  color: #ffffff;
}
.cid-ueUSG86Nde .item-desc {
  color: #ffffff;
}
.cid-ueUSG86Nde .item-text {
  color: #ffffff;
}
.cid-uoRX8SXtsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uoRX8SXtsW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uoRX8SXtsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoRX8SXtsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoRX8SXtsW .content-wrap {
  margin: 0;
}
.cid-uoRX8SXtsW .content-wrap .card {
  padding: 0;
}
.cid-uoRX8SXtsW .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uoRX8SXtsW .image-wrap {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uoRX8SXtsW .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-uoRX8SXtsW .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uoRX8SXtsW .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-uoRX8SXtsW .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-uoRX8SXtsW .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uoRX8SXtsW .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uoRX8SXtsW .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-uoRX8SXtsW .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-uoRX8SXtsW .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-uoRX8SXtsW .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uoRX8SXtsW .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-uoRX8SXtsW .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uoRX8SXtsW .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uoRX8SXtsW .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #150764;
  display: inline-flex;
}
.cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uoRX8SXtsW .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uoRX8SXtsW .mbr-section-title {
  color: #f4f2ef;
}
.cid-uoRX8SXtsW .item-title {
  color: #150764;
}
.cid-uoRX8SXtsW .item-text {
  color: #150764;
}
.cid-uoRX8SXtsW .mbr-section-title,
.cid-uoRX8SXtsW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ueUT1KWkp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dji-336-2000x1125.jpg");
}
.cid-ueUT1KWkp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUT1KWkp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUT1KWkp8 .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ueUT1KWkp8 .image-wrapper {
    height: 400px;
  }
}
.cid-ueUT4y9mYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-ueUT4y9mYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUT4y9mYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUT4y9mYX .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #2b38cf;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ueUT4y9mYX .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #ebebeb;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUT4y9mYX .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUT4y9mYX .mbr-section-title {
  color: #404349;
}
.cid-ueUT4y9mYX .mbr-desc {
  color: #b19a7c;
}
.cid-ueUT4y9mYX .mbr-text {
  color: #404349;
}
.cid-ueUT4y9mYX .list {
  color: #404349;
}
.cid-ueUT4y9mYX .soc-desc {
  color: #404349;
}
.cid-ueUT4y9mYX label {
  color: #404349;
}
.cid-ueUT76l46K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-ueUT76l46K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUT76l46K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUT76l46K .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ueUT76l46K .content-wrap .row {
  justify-content: center;
}
.cid-ueUT76l46K .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ueUT76l46K .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ueUT76l46K .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ueUT76l46K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUT76l46K .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUT76l46K .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUT76l46K .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUT76l46K .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUT76l46K .nav-wrapper .list .item-wrap:hover,
.cid-ueUT76l46K .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUT76l46K .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUT76l46K .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap:hover,
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUT76l46K .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUT76l46K .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUT76l46K .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-ueUT76l46K .mbr-section-title {
  color: #ed463f;
}
.cid-ueUT76l46K .mbr-section-subtitle {
  color: #404349;
}
.cid-ueUT76l46K .list {
  color: #404349;
}
.cid-ueUUzkI5mi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueUUzkI5mi .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;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueUUzkI5mi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueUUzkI5mi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ueUUzkI5mi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueUUzkI5mi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueUUzkI5mi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ueUUzkI5mi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ueUUzkI5mi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ueUUzkI5mi .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ueUUzkI5mi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueUUzkI5mi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueUUzkI5mi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ueUUzkI5mi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueUUzkI5mi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ueUUzkI5mi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueUUzkI5mi .nav-link:hover {
  color: #ed463f !important;
}
.cid-ueUUzkI5mi .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ueUUzkI5mi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ueUUzkI5mi .navbar-caption:hover,
.cid-ueUUzkI5mi .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueUUzkI5mi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ueUUzkI5mi .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-ueUUzkI5mi .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-ueUUzkI5mi .iconfont-wrapper:hover,
.cid-ueUUzkI5mi .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-ueUUzkI5mi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ueUUzkI5mi .nav-item:focus,
.cid-ueUUzkI5mi .nav-link:focus {
  outline: none;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueUUzkI5mi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueUUzkI5mi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueUUzkI5mi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueUUzkI5mi .navbar.opened {
  transition: all 0.3s;
}
.cid-ueUUzkI5mi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueUUzkI5mi .navbar .navbar-logo img {
  width: auto;
}
.cid-ueUUzkI5mi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ueUUzkI5mi .navbar.collapsed {
  justify-content: center;
}
.cid-ueUUzkI5mi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueUUzkI5mi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueUUzkI5mi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ueUUzkI5mi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueUUzkI5mi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueUUzkI5mi .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-ueUUzkI5mi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueUUzkI5mi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueUUzkI5mi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .navbar {
    min-height: 72px;
  }
  .cid-ueUUzkI5mi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueUUzkI5mi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueUUzkI5mi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueUUzkI5mi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueUUzkI5mi .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-ueUUzkI5mi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueUUzkI5mi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueUUzkI5mi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueUUzkI5mi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueUUzkI5mi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueUUzkI5mi .dropdown-item.active,
.cid-ueUUzkI5mi .dropdown-item:active {
  background-color: transparent;
}
.cid-ueUUzkI5mi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueUUzkI5mi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueUUzkI5mi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueUUzkI5mi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueUUzkI5mi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueUUzkI5mi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueUUzkI5mi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueUUzkI5mi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .navbar-buttons {
    text-align: left;
  }
}
.cid-ueUUzkI5mi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueUUzkI5mi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueUUzkI5mi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueUUzkI5mi .navbar {
    height: 70px;
  }
  .cid-ueUUzkI5mi .navbar.opened {
    height: auto;
  }
  .cid-ueUUzkI5mi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueUUzkI5mi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ueUUzkI5mi .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-ueUUzkI5mi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueUUzkI5mi .navbar-brand {
    margin-right: auto;
  }
  .cid-ueUUzkI5mi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-ueUUzkI5mi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueUUzkI5mi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueUUzkI5mi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueUUzkI5mi .navbar-brand,
.cid-ueUUzkI5mi .navbar-toggler,
.cid-ueUUzkI5mi .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ueUUE7rstT {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-ueUUE7rstT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUUE7rstT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUUE7rstT .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueUUE7rstT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ueUUE7rstT .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-ueUUE7rstT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueUUE7rstT .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueUUE7rstT .image-wrapper img {
    height: 350px;
  }
}
.cid-ueUUE7rstT .mbr-section-title {
  color: #ffffff;
}
.cid-ueUUE7rstT .mbr-desc {
  color: #b19a7c;
}
.cid-ueUUE7rstT .mbr-text {
  color: #ffffff;
}
.cid-uoSl4mHo1j {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/20201019-111122-2-2000x1196.jpg");
}
@media (min-width: 1500px) {
  .cid-uoSl4mHo1j .container {
    max-width: 1400px;
  }
}
.cid-uoSl4mHo1j img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uoSl4mHo1j .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uoSl4mHo1j .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-uoSl4mHo1j .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-uoSl4mHo1j .link,
.cid-uoSl4mHo1j .link-wrap {
  color: #000000;
}
.cid-uoSl4mHo1j .content {
  margin: auto;
}
.cid-uoSl4mHo1j .mbr-text,
.cid-uoSl4mHo1j .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uoSl4mHo1j img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uoSl4mHo1j .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uoSl4mHo1j .quote {
  color: #200960;
}
.cid-uoSl4mHo1j H3 {
  color: #200960;
}
.cid-uoSl4mHo1j H4 {
  color: #0f26f7;
}
.cid-uoSl4mHo1j .mbr-text {
  color: #000000;
}
.cid-uoSl5FXjL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2-1600x1200.jpg");
}
.cid-uoSl5FXjL2 .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uoSl5FXjL2 .row {
  justify-content: center;
}
.cid-uoSl5FXjL2 .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #404349;
}
.cid-uoSl5FXjL2 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uoSl5FXjL2 .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uoSl5FXjL2 .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uoSl5FXjL2 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uoSl5FXjL2 .text,
.cid-uoSl5FXjL2 .article {
  color: #000000;
}
.cid-uoS9tXJFl1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uoS9tXJFl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoS9tXJFl1 .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-uoS9tXJFl1 .container {
    padding: 0 30px;
  }
}
.cid-uoS9tXJFl1 .row {
  justify-content: center;
}
.cid-uoS9tXJFl1 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uoS9tXJFl1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uoS9tXJFl1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoS9tXJFl1 .list-wrapper {
  padding: 20px 0;
}
.cid-uoS9tXJFl1 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoS9tXJFl1 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uoS9tXJFl1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoS9tXJFl1 .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-uoS9tXJFl1 .mbr-section-title {
  color: #000000;
}
.cid-uoS9tXJFl1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoS9tXJFl1 .list {
  color: #000000;
}
.cid-ueUUJotMbr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-ueUUJotMbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUUJotMbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUUJotMbr .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ueUUJotMbr .content-wrap .row {
  justify-content: center;
}
.cid-ueUUJotMbr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:hover,
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUUJotMbr .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:hover,
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUUJotMbr .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-ueUUJotMbr .mbr-section-title {
  color: #ed463f;
}
.cid-ueUUJotMbr .mbr-section-subtitle {
  color: #404349;
}
.cid-ueUUJotMbr .list {
  color: #404349;
}
.cid-ueUUJotMbr .mbr-section-title,
.cid-ueUUJotMbr .title-wrapper {
  text-align: center;
}
.cid-ueUSECxeHm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueUSECxeHm .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;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueUSECxeHm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueUSECxeHm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ueUSECxeHm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueUSECxeHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueUSECxeHm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ueUSECxeHm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ueUSECxeHm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ueUSECxeHm .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ueUSECxeHm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueUSECxeHm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueUSECxeHm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ueUSECxeHm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueUSECxeHm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ueUSECxeHm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueUSECxeHm .nav-link:hover {
  color: #ed463f !important;
}
.cid-ueUSECxeHm .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ueUSECxeHm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ueUSECxeHm .navbar-caption:hover,
.cid-ueUSECxeHm .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueUSECxeHm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ueUSECxeHm .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-ueUSECxeHm .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-ueUSECxeHm .iconfont-wrapper:hover,
.cid-ueUSECxeHm .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-ueUSECxeHm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ueUSECxeHm .nav-item:focus,
.cid-ueUSECxeHm .nav-link:focus {
  outline: none;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueUSECxeHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueUSECxeHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueUSECxeHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueUSECxeHm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueUSECxeHm .navbar.opened {
  transition: all 0.3s;
}
.cid-ueUSECxeHm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueUSECxeHm .navbar .navbar-logo img {
  width: auto;
}
.cid-ueUSECxeHm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ueUSECxeHm .navbar.collapsed {
  justify-content: center;
}
.cid-ueUSECxeHm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueUSECxeHm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueUSECxeHm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ueUSECxeHm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueUSECxeHm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueUSECxeHm .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-ueUSECxeHm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueUSECxeHm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueUSECxeHm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueUSECxeHm .navbar {
    min-height: 72px;
  }
  .cid-ueUSECxeHm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueUSECxeHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueUSECxeHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueUSECxeHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueUSECxeHm .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-ueUSECxeHm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueUSECxeHm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueUSECxeHm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueUSECxeHm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueUSECxeHm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueUSECxeHm .dropdown-item.active,
.cid-ueUSECxeHm .dropdown-item:active {
  background-color: transparent;
}
.cid-ueUSECxeHm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueUSECxeHm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueUSECxeHm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueUSECxeHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueUSECxeHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueUSECxeHm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueUSECxeHm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueUSECxeHm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .navbar-buttons {
    text-align: left;
  }
}
.cid-ueUSECxeHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUSECxeHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueUSECxeHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUSECxeHm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueUSECxeHm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueUSECxeHm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueUSECxeHm .navbar {
    height: 70px;
  }
  .cid-ueUSECxeHm .navbar.opened {
    height: auto;
  }
  .cid-ueUSECxeHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueUSECxeHm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ueUSECxeHm .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ueUSECxeHm .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-ueUSECxeHm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueUSECxeHm .navbar-brand {
    margin-right: auto;
  }
  .cid-ueUSECxeHm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-ueUSECxeHm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueUSECxeHm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueUSECxeHm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUSECxeHm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueUSECxeHm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueUSECxeHm .navbar-brand,
.cid-ueUSECxeHm .navbar-toggler,
.cid-ueUSECxeHm .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uoSxRWPafy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-uoSxRWPafy .content__block {
  padding: 50px 15px;
}
.cid-uoSxRWPafy .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #404349;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uoSxRWPafy .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uoSxRWPafy .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uoSxRWPafy .image {
  perspective: 3500px;
  position: relative;
}
.cid-uoSxRWPafy .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uoSxRWPafy .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uoSxRWPafy .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uoSxRWPafy .mbr-section-btn .btn-white-outline:hover {
  color: #404349 !important;
}
@media (max-width: 991px) {
  .cid-uoSxRWPafy .content__block {
    padding: 30px 15px;
  }
  .cid-uoSxRWPafy .mbr-figure {
    padding: 0;
  }
  .cid-uoSxRWPafy .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uoSxRWPafy .lg-push {
    right: 13%;
  }
  .cid-uoSxRWPafy .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uoSxRWPafy .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uoSxRWPafy .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uoSQcRl0Xe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uoSQcRl0Xe .container-fluid {
  padding: 0 2rem;
}
.cid-uoSQcRl0Xe .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoSQcRl0Xe .mbr-title {
  padding: 0 1rem;
}
.cid-uoSQcRl0Xe .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uoSQcRl0Xe .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoSQcRl0Xe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-uoSQcRl0Xe .image-wrap {
  width: 100%;
}
.cid-uoSQcRl0Xe .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uoSQcRl0Xe .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uoSQcRl0Xe .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uoSQcRl0Xe .container-fluid {
    padding: 0rem;
  }
}
.cid-uoSQcRl0Xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSQcRl0Xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSP1Ekb7X {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uoSP1Ekb7X .container-fluid {
  padding: 0 2rem;
}
.cid-uoSP1Ekb7X .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoSP1Ekb7X .mbr-title {
  padding: 0 1rem;
}
.cid-uoSP1Ekb7X .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uoSP1Ekb7X .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoSP1Ekb7X .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-uoSP1Ekb7X .image-wrap {
  width: 100%;
}
.cid-uoSP1Ekb7X .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uoSP1Ekb7X .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uoSP1Ekb7X .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uoSP1Ekb7X .container-fluid {
    padding: 0rem;
  }
}
.cid-uoSP1Ekb7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSP1Ekb7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSP1Ekb7X .mbr-text,
.cid-uoSP1Ekb7X .mbr-section-btn DIV {
  text-align: center;
}
.cid-uoSSQicoST {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uoSSQicoST .container-fluid {
  padding: 0 2rem;
}
.cid-uoSSQicoST .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoSSQicoST .mbr-title {
  padding: 0 1rem;
}
.cid-uoSSQicoST .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uoSSQicoST .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoSSQicoST .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-uoSSQicoST .image-wrap {
  width: 100%;
}
.cid-uoSSQicoST .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uoSSQicoST .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uoSSQicoST .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uoSSQicoST .container-fluid {
    padding: 0rem;
  }
}
.cid-uoSSQicoST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSSQicoST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSSQicoST .mbr-text,
.cid-uoSSQicoST .mbr-section-btn DIV {
  text-align: center;
}
.cid-uoSNq5jcFm {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uoSNq5jcFm .container-fluid {
  padding: 0 2rem;
}
.cid-uoSNq5jcFm .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoSNq5jcFm .mbr-title {
  padding: 0 1rem;
}
.cid-uoSNq5jcFm .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uoSNq5jcFm .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoSNq5jcFm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-uoSNq5jcFm .image-wrap {
  width: 100%;
}
.cid-uoSNq5jcFm .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uoSNq5jcFm .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uoSNq5jcFm .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uoSNq5jcFm .container-fluid {
    padding: 0rem;
  }
}
.cid-uoSNq5jcFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSNq5jcFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSNq5jcFm .mbr-text,
.cid-uoSNq5jcFm .mbr-section-btn DIV {
  text-align: center;
}
.cid-v0qk7MKnIN {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v0qk7MKnIN .container-fluid {
  padding: 0 2rem;
}
.cid-v0qk7MKnIN .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v0qk7MKnIN .mbr-title {
  padding: 0 1rem;
}
.cid-v0qk7MKnIN .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-v0qk7MKnIN .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v0qk7MKnIN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-v0qk7MKnIN .image-wrap {
  width: 100%;
}
.cid-v0qk7MKnIN .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-v0qk7MKnIN .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-v0qk7MKnIN .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-v0qk7MKnIN .container-fluid {
    padding: 0rem;
  }
}
.cid-v0qk7MKnIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qk7MKnIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qk7MKnIN .mbr-text,
.cid-v0qk7MKnIN .mbr-section-btn DIV {
  text-align: center;
}
.cid-uoSV1GO4xZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uoSV1GO4xZ .container-fluid {
  padding: 0 2rem;
}
.cid-uoSV1GO4xZ .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uoSV1GO4xZ .mbr-title {
  padding: 0 1rem;
}
.cid-uoSV1GO4xZ .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uoSV1GO4xZ .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoSV1GO4xZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-uoSV1GO4xZ .image-wrap {
  width: 100%;
}
.cid-uoSV1GO4xZ .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uoSV1GO4xZ .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uoSV1GO4xZ .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uoSV1GO4xZ .container-fluid {
    padding: 0rem;
  }
}
.cid-uoSV1GO4xZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSV1GO4xZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSV1GO4xZ .mbr-text,
.cid-uoSV1GO4xZ .mbr-section-btn DIV {
  text-align: center;
}
.cid-upO73EKu5i {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-upO73EKu5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-upO73EKu5i .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upO73EKu5i .image-wrapper,
.cid-upO73EKu5i img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upO73EKu5i .image-wrapper,
  .cid-upO73EKu5i img {
    padding-bottom: 0.5rem;
  }
}
.cid-upO73EKu5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upO73EKu5i h1 {
  max-width: 800px;
}
.cid-upO73EKu5i p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-upO73EKu5i .btn:hover {
  transform: scale(1.1);
  background: #ed463f !important;
  border-color: #ed463f !important;
  color: #404349 !important;
}
.cid-upO73EKu5i .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upO73EKu5i .btn div {
  overflow: hidden;
}
.cid-upO73EKu5i .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upO73EKu5i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upO73EKu5i {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upO73EKu5i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upO73EKu5i .content-wrap {
    width: 100%;
  }
}
.cid-upO73EKu5i .mbr-section-subtitle,
.cid-upO73EKu5i .line {
  color: #291f1e;
}
.cid-upO73EKu5i .mbr-text,
.cid-upO73EKu5i .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-upO73EKu5i .mbr-section-title {
  color: #291f1e;
}
.cid-upO73EKu5i .mbr-section-title,
.cid-upO73EKu5i .mbr-section-btn,
.cid-upO73EKu5i .line {
  text-align: left;
  color: #291f1e;
}
.cid-upO73EKu5i .mbr-text {
  text-align: right;
}
.cid-ueUT76l46K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-ueUT76l46K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUT76l46K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUT76l46K .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ueUT76l46K .content-wrap .row {
  justify-content: center;
}
.cid-ueUT76l46K .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ueUT76l46K .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ueUT76l46K .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ueUT76l46K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUT76l46K .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUT76l46K .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUT76l46K .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUT76l46K .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUT76l46K .nav-wrapper .list .item-wrap:hover,
.cid-ueUT76l46K .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUT76l46K .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUT76l46K .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap:hover,
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUT76l46K .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUT76l46K .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUT76l46K .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUT76l46K .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUT76l46K .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUT76l46K .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUT76l46K .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-ueUT76l46K .mbr-section-title {
  color: #ed463f;
}
.cid-ueUT76l46K .mbr-section-subtitle {
  color: #404349;
}
.cid-ueUT76l46K .list {
  color: #404349;
}
.cid-upOcff2CQ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upOcff2CQ7 .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;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upOcff2CQ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upOcff2CQ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOcff2CQ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upOcff2CQ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upOcff2CQ7 .nav-link:hover {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-upOcff2CQ7 .navbar-caption:hover,
.cid-upOcff2CQ7 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upOcff2CQ7 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-upOcff2CQ7 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-upOcff2CQ7 .iconfont-wrapper:hover,
.cid-upOcff2CQ7 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-upOcff2CQ7 .nav-item:focus,
.cid-upOcff2CQ7 .nav-link:focus {
  outline: none;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOcff2CQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOcff2CQ7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upOcff2CQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-upOcff2CQ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upOcff2CQ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-upOcff2CQ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOcff2CQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar {
    min-height: 72px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOcff2CQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upOcff2CQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOcff2CQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upOcff2CQ7 .dropdown-item.active,
.cid-upOcff2CQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upOcff2CQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upOcff2CQ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-upOcff2CQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upOcff2CQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upOcff2CQ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOcff2CQ7 .navbar {
    height: 70px;
  }
  .cid-upOcff2CQ7 .navbar.opened {
    height: auto;
  }
  .cid-upOcff2CQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upOcff2CQ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-upOcff2CQ7 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-upOcff2CQ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-upOcff2CQ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upOcff2CQ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-brand,
.cid-upOcff2CQ7 .navbar-toggler,
.cid-upOcff2CQ7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upOnuQE1FQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-upOnuQE1FQ .content__block {
  padding: 50px 15px;
}
.cid-upOnuQE1FQ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #404349;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-upOnuQE1FQ .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOnuQE1FQ .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-upOnuQE1FQ .image {
  perspective: 3500px;
  position: relative;
}
.cid-upOnuQE1FQ .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-upOnuQE1FQ .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOnuQE1FQ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-upOnuQE1FQ .mbr-section-btn .btn-white-outline:hover {
  color: #404349 !important;
}
@media (max-width: 991px) {
  .cid-upOnuQE1FQ .content__block {
    padding: 30px 15px;
  }
  .cid-upOnuQE1FQ .mbr-figure {
    padding: 0;
  }
  .cid-upOnuQE1FQ .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-upOnuQE1FQ .lg-push {
    right: 13%;
  }
  .cid-upOnuQE1FQ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-upOnuQE1FQ .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-upOnuQE1FQ .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-upT76iUepx {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcee;
}
.cid-upT76iUepx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upT76iUepx .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #404349;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-upT76iUepx h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-upT76iUepx h1 {
    margin-bottom: 1rem;
  }
}
.cid-upT76iUepx p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-upT76iUepx p {
    margin-bottom: 2rem;
  }
}
.cid-upT76iUepx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-upT76iUepx .image-wrapper,
.cid-upT76iUepx img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upT76iUepx .image-wrapper,
  .cid-upT76iUepx img {
    padding-bottom: 0.5rem;
  }
}
.cid-upT76iUepx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upT76iUepx .btn:hover {
  transform: scale(1.1);
  background: #ed463f !important;
  border-color: #ed463f !important;
  color: #404349 !important;
}
.cid-upT76iUepx .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upT76iUepx .btn div {
  overflow: hidden;
}
.cid-upT76iUepx .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upT76iUepx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upT76iUepx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upT76iUepx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upT76iUepx .content-wrap {
    width: 100%;
  }
}
.cid-upT76iUepx .mbr-section-subtitle,
.cid-upT76iUepx .line {
  color: #291f1e;
}
.cid-upT76iUepx .mbr-text,
.cid-upT76iUepx .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-upT76iUepx .mbr-section-title {
  color: #291f1e;
}
.cid-upT76iUepx .mbr-section-title,
.cid-upT76iUepx .mbr-section-btn,
.cid-upT76iUepx .line {
  text-align: left;
  color: #291f1e;
}
.cid-upT76iUepx .mbr-text {
  text-align: left;
}
.cid-upTk0hiNgh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-upTk0hiNgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTk0hiNgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTk0hiNgh .items-wrap {
  justify-content: center;
}
.cid-upTk0hiNgh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-upTk0hiNgh .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-upTk0hiNgh .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-upTk0hiNgh .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-upTk0hiNgh .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-upTk0hiNgh .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upTk0hiNgh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upTk0hiNgh .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-upTk0hiNgh .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-upTk0hiNgh .item-desc {
  color: #ffffff;
}
.cid-upT6TLCT67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-upT6TLCT67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upT6TLCT67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upT6TLCT67 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-upT6TLCT67 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-upT6TLCT67 .item {
    margin-bottom: 28px;
  }
}
.cid-upT6TLCT67 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  overflow: hidden;
  border: 1px solid #2b38cf;
}
.cid-upT6TLCT67 .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-upT6TLCT67 .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-upT6TLCT67 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-upT6TLCT67 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-upT6TLCT67 .item .item-wrapper .item-img {
  position: relative;
}
.cid-upT6TLCT67 .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-upT6TLCT67 .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-upT6TLCT67 .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-upT6TLCT67 .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-upT6TLCT67 .item-title {
  color: #ffffff;
}
.cid-upT6TLCT67 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-upT6TLCT67 .item-title,
.cid-upT6TLCT67 .mbr-section-btn {
  text-align: center;
}
.cid-upTp8g9TK3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upTp8g9TK3 .container-fluid {
  padding: 0 2rem;
}
.cid-upTp8g9TK3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-upTp8g9TK3 .mbr-title {
  padding: 0 1rem;
}
.cid-upTp8g9TK3 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-upTp8g9TK3 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-upTp8g9TK3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #404349, #ed463f);
  display: inline-block;
}
.cid-upTp8g9TK3 .image-wrap {
  width: 100%;
}
.cid-upTp8g9TK3 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-upTp8g9TK3 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-upTp8g9TK3 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-upTp8g9TK3 .container-fluid {
    padding: 0rem;
  }
}
.cid-upTp9m3i5R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-upTp9m3i5R .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-upTp9m3i5R .mbr-text {
  line-height: 1.5;
}
.cid-upTp9m3i5R .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-upTp9m3i5R .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-upTp9m3i5R .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-upTp9m3i5R .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-upTp9m3i5R .container2 input:checked ~ .checkmark {
  background-color: #506ab9;
}
.cid-upTp9m3i5R .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.cid-upTp9m3i5R .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-upTp9m3i5R .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-upTp9m3i5R .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-upTw3y8FP8 {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcee;
}
.cid-upTw3y8FP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTw3y8FP8 .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #404349;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-upTw3y8FP8 h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-upTw3y8FP8 h1 {
    margin-bottom: 1rem;
  }
}
.cid-upTw3y8FP8 p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-upTw3y8FP8 p {
    margin-bottom: 2rem;
  }
}
.cid-upTw3y8FP8 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-upTw3y8FP8 .image-wrapper,
.cid-upTw3y8FP8 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upTw3y8FP8 .image-wrapper,
  .cid-upTw3y8FP8 img {
    padding-bottom: 0.5rem;
  }
}
.cid-upTw3y8FP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTw3y8FP8 .btn:hover {
  transform: scale(1.1);
  background: #ed463f !important;
  border-color: #ed463f !important;
  color: #404349 !important;
}
.cid-upTw3y8FP8 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upTw3y8FP8 .btn div {
  overflow: hidden;
}
.cid-upTw3y8FP8 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upTw3y8FP8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upTw3y8FP8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upTw3y8FP8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upTw3y8FP8 .content-wrap {
    width: 100%;
  }
}
.cid-upTw3y8FP8 .mbr-section-subtitle,
.cid-upTw3y8FP8 .line {
  color: #291f1e;
}
.cid-upTw3y8FP8 .mbr-text,
.cid-upTw3y8FP8 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-upTw3y8FP8 .mbr-section-title {
  color: #291f1e;
}
.cid-upTw3y8FP8 .mbr-section-title,
.cid-upTw3y8FP8 .mbr-section-btn,
.cid-upTw3y8FP8 .line {
  text-align: left;
  color: #291f1e;
}
.cid-upTw3y8FP8 .mbr-text {
  text-align: left;
}
.cid-upUKJVxMcY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upUKJVxMcY .mbr-text {
  color: #767676;
}
.cid-upUKJVxMcY .card-subtitle {
  margin: 0;
}
.cid-upUKJVxMcY .link {
  margin: 0;
}
.cid-upUKJVxMcY .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-upUKJVxMcY .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-upUKJVxMcY .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-upUKJVxMcY .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-upUKJVxMcY .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-upUKJVxMcY .date {
  margin: 0;
}
.cid-upUKJVxMcY img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-upUKJVxMcY .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-upUKJVxMcY .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-upUKJVxMcY .card-img:hover:before {
  opacity: 0.4;
}
.cid-upUKJVxMcY .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-upUKJVxMcY .icon-box {
    flex-direction: column;
  }
  .cid-upUKJVxMcY .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-upUKJVxMcY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upUKJVxMcY .card {
    margin-bottom: 3rem;
  }
}
.cid-upOcfisSOc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-upOcfisSOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOcfisSOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOcfisSOc .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upOcfisSOc .content-wrap .row {
  justify-content: center;
}
.cid-upOcfisSOc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upOcfisSOc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-upOcfisSOc .mbr-section-title {
  color: #ed463f;
}
.cid-upOcfisSOc .mbr-section-subtitle {
  color: #404349;
}
.cid-upOcfisSOc .list {
  color: #404349;
}
.cid-upOcff2CQ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upOcff2CQ7 .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;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upOcff2CQ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upOcff2CQ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOcff2CQ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upOcff2CQ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upOcff2CQ7 .nav-link:hover {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-upOcff2CQ7 .navbar-caption:hover,
.cid-upOcff2CQ7 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upOcff2CQ7 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-upOcff2CQ7 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-upOcff2CQ7 .iconfont-wrapper:hover,
.cid-upOcff2CQ7 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-upOcff2CQ7 .nav-item:focus,
.cid-upOcff2CQ7 .nav-link:focus {
  outline: none;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOcff2CQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOcff2CQ7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upOcff2CQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-upOcff2CQ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upOcff2CQ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-upOcff2CQ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOcff2CQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar {
    min-height: 72px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOcff2CQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upOcff2CQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOcff2CQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upOcff2CQ7 .dropdown-item.active,
.cid-upOcff2CQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upOcff2CQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upOcff2CQ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-upOcff2CQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upOcff2CQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upOcff2CQ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOcff2CQ7 .navbar {
    height: 70px;
  }
  .cid-upOcff2CQ7 .navbar.opened {
    height: auto;
  }
  .cid-upOcff2CQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upOcff2CQ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-upOcff2CQ7 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-upOcff2CQ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-upOcff2CQ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upOcff2CQ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-brand,
.cid-upOcff2CQ7 .navbar-toggler,
.cid-upOcff2CQ7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upOq7Ihuj3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-upOq7Ihuj3 .content__block {
  padding: 50px 15px;
}
.cid-upOq7Ihuj3 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #404349;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-upOq7Ihuj3 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOq7Ihuj3 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-upOq7Ihuj3 .image {
  perspective: 3500px;
  position: relative;
}
.cid-upOq7Ihuj3 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-upOq7Ihuj3 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOq7Ihuj3 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-upOq7Ihuj3 .mbr-section-btn .btn-white-outline:hover {
  color: #404349 !important;
}
@media (max-width: 991px) {
  .cid-upOq7Ihuj3 .content__block {
    padding: 30px 15px;
  }
  .cid-upOq7Ihuj3 .mbr-figure {
    padding: 0;
  }
  .cid-upOq7Ihuj3 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-upOq7Ihuj3 .lg-push {
    right: 13%;
  }
  .cid-upOq7Ihuj3 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-upOq7Ihuj3 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-upOq7Ihuj3 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-upSteOHoTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-upSteOHoTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSteOHoTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSteOHoTc .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-upSteOHoTc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upSteOHoTc .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upSteOHoTc .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upSteOHoTc .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upSteOHoTc .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upSteOHoTc .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upSteOHoTc .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upSteOHoTc .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upSteOHoTc .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upSteOHoTc .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-upSteOHoTc .mbr-section-title,
.cid-upSteOHoTc .mbr-section-btn {
  color: #000000;
}
.cid-upSsANXDbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1370.jpg");
}
.cid-upSsANXDbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSsANXDbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSsANXDbK .row {
  justify-content: center;
}
.cid-upSsANXDbK .mbr-section-head {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px !important;
}
.cid-upSsANXDbK .mbr-section-title {
  color: #2B2B2B;
}
.cid-upSsANXDbK .mbr-section-subtitle {
  color: #000000;
  margin-top: 12px;
}
.cid-upSsANXDbK .col-video {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
}
.cid-upSsANXDbK .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-upSsANXDbK .col-video {
    height: 620px;
  }
}
.cid-upSsANXDbK .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-upSsANXDbK .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-upSsANXDbK .col-video .link {
  margin-right: 1rem;
}
.cid-upSsANXDbK .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.cid-upSsANXDbK .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-upSsANXDbK .mbr-media {
  position: relative;
}
.cid-upSsANXDbK .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-upSsANXDbK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-upSsANXDbK .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-upSsANXDbK .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-upSsANXDbK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-upSsANXDbK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-upSsANXDbK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-upSsANXDbK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upSsANXDbK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upSIdOLqz1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1363.jpg");
}
.cid-upSIdOLqz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSIdOLqz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSIdOLqz1 .card {
  justify-content: center;
}
.cid-upSIdOLqz1 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-upSIdOLqz1 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-upSIdOLqz1 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .item {
    margin-bottom: 35px;
  }
}
.cid-upSIdOLqz1 .item:hover .item-wrapper .item-img img,
.cid-upSIdOLqz1 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-upSIdOLqz1 .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-upSIdOLqz1 .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upSIdOLqz1 .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-upSIdOLqz1 .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-upSIdOLqz1 .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-upSIdOLqz1 .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-upSIdOLqz1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-upSIdOLqz1 .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upSIdOLqz1 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-upSIdOLqz1 .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-upSIdOLqz1 .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-upSIdOLqz1 .mbr-section-title {
  color: #000000;
}
.cid-upSIdOLqz1 .item-desc {
  color: #000000;
}
.cid-upSIdOLqz1 .item-text {
  color: #000000;
}
.cid-upSIdOLqz1 .item-date {
  color: #000000;
}
.cid-upSIdOLqz1 .mbr-section-title,
.cid-upSIdOLqz1 .mbr-section-btn {
  text-align: left;
}
.cid-v1OZnxjU2o {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-v1OZnxjU2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1OZnxjU2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1OZnxjU2o .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v1OZnxjU2o .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v1OZnxjU2o .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1OZnxjU2o .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1OZnxjU2o .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1OZnxjU2o .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #fff1e2;
}
@media (max-width: 992px) {
  .cid-v1OZnxjU2o .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-v1OZnxjU2o .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1OZnxjU2o .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v1OZnxjU2o .mbr-section-title {
  color: #404349;
}
.cid-v1OZnxjU2o .panel-title-edit {
  color: #404349;
}
.cid-v1OZnxjU2o .panel-text {
  color: #404349;
}
.cid-v1OZnxjU2o .mbr-section-title,
.cid-v1OZnxjU2o .title-wrapper,
.cid-v1OZnxjU2o .tabs-wrapper {
  text-align: center;
}
.cid-upOcfisSOc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-upOcfisSOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOcfisSOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOcfisSOc .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upOcfisSOc .content-wrap .row {
  justify-content: center;
}
.cid-upOcfisSOc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upOcfisSOc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-upOcfisSOc .mbr-section-title {
  color: #ed463f;
}
.cid-upOcfisSOc .mbr-section-subtitle {
  color: #404349;
}
.cid-upOcfisSOc .list {
  color: #404349;
}
.cid-upOcff2CQ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upOcff2CQ7 .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;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upOcff2CQ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upOcff2CQ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOcff2CQ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upOcff2CQ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upOcff2CQ7 .nav-link:hover {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-upOcff2CQ7 .navbar-caption:hover,
.cid-upOcff2CQ7 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upOcff2CQ7 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-upOcff2CQ7 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-upOcff2CQ7 .iconfont-wrapper:hover,
.cid-upOcff2CQ7 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-upOcff2CQ7 .nav-item:focus,
.cid-upOcff2CQ7 .nav-link:focus {
  outline: none;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOcff2CQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOcff2CQ7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upOcff2CQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-upOcff2CQ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upOcff2CQ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-upOcff2CQ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOcff2CQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar {
    min-height: 72px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOcff2CQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upOcff2CQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOcff2CQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upOcff2CQ7 .dropdown-item.active,
.cid-upOcff2CQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upOcff2CQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upOcff2CQ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-upOcff2CQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upOcff2CQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upOcff2CQ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOcff2CQ7 .navbar {
    height: 70px;
  }
  .cid-upOcff2CQ7 .navbar.opened {
    height: auto;
  }
  .cid-upOcff2CQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upOcff2CQ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-upOcff2CQ7 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-upOcff2CQ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-upOcff2CQ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upOcff2CQ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-brand,
.cid-upOcff2CQ7 .navbar-toggler,
.cid-upOcff2CQ7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upOiQAhCIn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-upOiQAhCIn .content__block {
  padding: 50px 15px;
}
.cid-upOiQAhCIn .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #404349;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-upOiQAhCIn .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOiQAhCIn .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-upOiQAhCIn .image {
  perspective: 3500px;
  position: relative;
}
.cid-upOiQAhCIn .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-upOiQAhCIn .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOiQAhCIn .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-upOiQAhCIn .mbr-section-btn .btn-white-outline:hover {
  color: #404349 !important;
}
@media (max-width: 991px) {
  .cid-upOiQAhCIn .content__block {
    padding: 30px 15px;
  }
  .cid-upOiQAhCIn .mbr-figure {
    padding: 0;
  }
  .cid-upOiQAhCIn .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-upOiQAhCIn .lg-push {
    right: 11%;
  }
  .cid-upOiQAhCIn .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-upOiQAhCIn .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-upOiQAhCIn .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-upPmCYxo5J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-upPmCYxo5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPmCYxo5J .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-upPmCYxo5J .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-upPmCYxo5J .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-upPmCYxo5J .item {
  border-bottom: 1px solid #404349;
  max-width: 300px;
}
.cid-upPmCYxo5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPmCYxo5J .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-upPmCYxo5J .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-upPmCYxo5J .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-upPmCYxo5J .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-upPmCYxo5J .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-upPmCYxo5J .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upPmCYxo5J .image-wrapper {
    padding: 1rem;
  }
}
.cid-upPmCYxo5J .mbr-section-title {
  color: #221b35;
  text-align: left;
}
.cid-upPmCYxo5J .mbr-text,
.cid-upPmCYxo5J .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-upPqupgobU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20240908-191822-2000x1500.jpg");
}
.cid-upPqupgobU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPqupgobU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPqupgobU .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .container-fluid {
    padding: 0 20px;
  }
}
.cid-upPqupgobU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .container {
    padding: 0 20px;
  }
}
.cid-upPqupgobU .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-upPqupgobU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-upPqupgobU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upPqupgobU .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-upPqupgobU .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upPqupgobU .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-upPqupgobU .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-upPqupgobU .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-upPqupgobU .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upPqupgobU .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #444aa7;
  border-radius: 50px;
}
.cid-upPqupgobU .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .image-wrapper {
    padding: 0;
  }
}
.cid-upPqupgobU .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upPqupgobU .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-upPqupgobU .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upPqupgobU .image-wrapper .image_2 {
    display: none;
  }
}
.cid-upPqupgobU .mbr-section-title {
  color: #000000;
}
.cid-upPqupgobU .mbr-text {
  color: #000000;
}
.cid-upPqupgobU .list {
  color: #ffffff;
}
.cid-upPAgv7pr2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-upPAgv7pr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPAgv7pr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPAgv7pr2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPAgv7pr2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-upPAgv7pr2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upPAgv7pr2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-upPAgv7pr2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-upPAgv7pr2 .item {
    margin-bottom: 28px;
  }
}
.cid-upPAgv7pr2 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-upPAgv7pr2 .item .item-wrapper:hover,
.cid-upPAgv7pr2 .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-upPAgv7pr2 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-upPAgv7pr2 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-upPAgv7pr2 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-upPAgv7pr2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upPAgv7pr2 .item-title {
  color: #9aa0a6;
}
.cid-upPAgv7pr2 .item-text {
  color: #ffffff;
}
.cid-upPAgv7pr2 .item-date {
  color: #9aa0a6;
}
.cid-upPAgv7pr2 .mbr-section-title,
.cid-upPAgv7pr2 .mbr-section-btn {
  text-align: center;
}
.cid-upPAgv7pr2 P {
  color: #ffffff;
}
.cid-upPuFvTzTe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20191025-073322-2-2000x1077.jpeg");
}
.cid-upPuFvTzTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPuFvTzTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPuFvTzTe .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .container-fluid {
    padding: 0 20px;
  }
}
.cid-upPuFvTzTe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .container {
    padding: 0 20px;
  }
}
.cid-upPuFvTzTe .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-upPuFvTzTe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-upPuFvTzTe .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upPuFvTzTe .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #444aa7;
  border-radius: 50px;
}
.cid-upPuFvTzTe .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .image-wrapper {
    padding: 0;
  }
}
.cid-upPuFvTzTe .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upPuFvTzTe .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-upPuFvTzTe .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upPuFvTzTe .image-wrapper .image_2 {
    display: none;
  }
}
.cid-upPuFvTzTe .mbr-section-title {
  color: #000000;
}
.cid-upPuFvTzTe .mbr-text {
  color: #000000;
}
.cid-upPuFvTzTe .list {
  color: #ffffff;
}
.cid-upPwLsQPCW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-upPwLsQPCW .mbr-text {
  color: #767676;
}
.cid-upPwLsQPCW .card-subtitle {
  margin: 0;
}
.cid-upPwLsQPCW .link {
  margin: 0;
}
.cid-upPwLsQPCW .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-upPwLsQPCW .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-upPwLsQPCW .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-upPwLsQPCW .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-upPwLsQPCW .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-upPwLsQPCW .date {
  margin: 0;
}
.cid-upPwLsQPCW img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-upPwLsQPCW .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-upPwLsQPCW .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-upPwLsQPCW .card-img:hover:before {
  opacity: 0.4;
}
.cid-upPwLsQPCW .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-upPwLsQPCW .icon-box {
    flex-direction: column;
  }
  .cid-upPwLsQPCW .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-upPwLsQPCW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upPwLsQPCW .card {
    margin-bottom: 3rem;
  }
}
.cid-upPwLsQPCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPwLsQPCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPwLsQPCW .mbr-text,
.cid-upPwLsQPCW .link {
  color: #000000;
}
.cid-upULhi0bOy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-upULhi0bOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upULhi0bOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upULhi0bOy .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-upULhi0bOy .container {
    padding: 10px 8px;
  }
}
.cid-upULhi0bOy .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-upULhi0bOy .row {
    padding: 50px 10px;
  }
}
.cid-upULhi0bOy .row .card {
  padding: 0;
}
.cid-upULhi0bOy .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upULhi0bOy .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-upULhi0bOy .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upULhi0bOy .mbr-section-title span {
  opacity: .5;
}
.cid-upOcfisSOc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-upOcfisSOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOcfisSOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOcfisSOc .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upOcfisSOc .content-wrap .row {
  justify-content: center;
}
.cid-upOcfisSOc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upOcfisSOc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-upOcfisSOc .mbr-section-title {
  color: #ed463f;
}
.cid-upOcfisSOc .mbr-section-subtitle {
  color: #404349;
}
.cid-upOcfisSOc .list {
  color: #404349;
}
.cid-upOcff2CQ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upOcff2CQ7 .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;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upOcff2CQ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upOcff2CQ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOcff2CQ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upOcff2CQ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upOcff2CQ7 .nav-link:hover {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-upOcff2CQ7 .navbar-caption:hover,
.cid-upOcff2CQ7 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upOcff2CQ7 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-upOcff2CQ7 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-upOcff2CQ7 .iconfont-wrapper:hover,
.cid-upOcff2CQ7 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-upOcff2CQ7 .nav-item:focus,
.cid-upOcff2CQ7 .nav-link:focus {
  outline: none;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOcff2CQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOcff2CQ7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upOcff2CQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-upOcff2CQ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upOcff2CQ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-upOcff2CQ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOcff2CQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar {
    min-height: 72px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOcff2CQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upOcff2CQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOcff2CQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upOcff2CQ7 .dropdown-item.active,
.cid-upOcff2CQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upOcff2CQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upOcff2CQ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-upOcff2CQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upOcff2CQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upOcff2CQ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOcff2CQ7 .navbar {
    height: 70px;
  }
  .cid-upOcff2CQ7 .navbar.opened {
    height: auto;
  }
  .cid-upOcff2CQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upOcff2CQ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-upOcff2CQ7 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-upOcff2CQ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-upOcff2CQ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upOcff2CQ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-brand,
.cid-upOcff2CQ7 .navbar-toggler,
.cid-upOcff2CQ7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upOqySEUe0 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-upOqySEUe0 .content__block {
  padding: 50px 15px;
}
.cid-upOqySEUe0 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #404349;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-upOqySEUe0 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOqySEUe0 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-upOqySEUe0 .image {
  perspective: 3500px;
  position: relative;
}
.cid-upOqySEUe0 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-upOqySEUe0 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOqySEUe0 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-upOqySEUe0 .mbr-section-btn .btn-white-outline:hover {
  color: #404349 !important;
}
@media (max-width: 991px) {
  .cid-upOqySEUe0 .content__block {
    padding: 30px 15px;
  }
  .cid-upOqySEUe0 .mbr-figure {
    padding: 0;
  }
  .cid-upOqySEUe0 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-upOqySEUe0 .lg-push {
    right: 13%;
  }
  .cid-upOqySEUe0 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-upOqySEUe0 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-upOqySEUe0 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-upOsv6lUd1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-upOsv6lUd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOsv6lUd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOsv6lUd1 .items-wrapper {
  margin: 0 -5px;
}
.cid-upOsv6lUd1 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-upOsv6lUd1 .item {
    margin-bottom: 16px;
  }
  .cid-upOsv6lUd1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-upOsv6lUd1 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-upOsv6lUd1 .item .item-wrapper {
  height: 100%;
}
.cid-upOsv6lUd1 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-upOsv6lUd1 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-upOsodyqVb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-upOsodyqVb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-upOsodyqVb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upOsodyqVb .embla__slide .slide-content {
  width: 100%;
}
.cid-upOsodyqVb .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-upOsodyqVb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upOsodyqVb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upOsodyqVb .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-upOsodyqVb .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-upOsodyqVb .embla__button--next,
.cid-upOsodyqVb .embla__button--prev {
  display: flex;
}
.cid-upOsodyqVb .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-upOsodyqVb .embla__button:hover {
  opacity: .7 !important;
}
.cid-upOsodyqVb .embla__button.embla__button--prev {
  right: 48px;
}
.cid-upOsodyqVb .embla__button.embla__button--next {
  right: 0;
}
.cid-upOsodyqVb .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-upOsodyqVb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-upOsodyqVb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upOsodyqVb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upOsodyqVb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upOsodyqVb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-upOsodyqVb .item-desc {
  color: #ffffff;
}
.cid-upOcfisSOc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-upOcfisSOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOcfisSOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOcfisSOc .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upOcfisSOc .content-wrap .row {
  justify-content: center;
}
.cid-upOcfisSOc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upOcfisSOc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-upOcfisSOc .mbr-section-title {
  color: #ed463f;
}
.cid-upOcfisSOc .mbr-section-subtitle {
  color: #404349;
}
.cid-upOcfisSOc .list {
  color: #404349;
}
.cid-upOcff2CQ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upOcff2CQ7 .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;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upOcff2CQ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upOcff2CQ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upOcff2CQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOcff2CQ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upOcff2CQ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upOcff2CQ7 .nav-link:hover {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-upOcff2CQ7 .navbar-caption:hover,
.cid-upOcff2CQ7 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upOcff2CQ7 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-upOcff2CQ7 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-upOcff2CQ7 .iconfont-wrapper:hover,
.cid-upOcff2CQ7 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-upOcff2CQ7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-upOcff2CQ7 .nav-item:focus,
.cid-upOcff2CQ7 .nav-link:focus {
  outline: none;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOcff2CQ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOcff2CQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOcff2CQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOcff2CQ7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upOcff2CQ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-upOcff2CQ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upOcff2CQ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-upOcff2CQ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upOcff2CQ7 .navbar.collapsed {
  justify-content: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOcff2CQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upOcff2CQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOcff2CQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upOcff2CQ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upOcff2CQ7 .navbar {
    min-height: 72px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOcff2CQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upOcff2CQ7 .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-upOcff2CQ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upOcff2CQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upOcff2CQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOcff2CQ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upOcff2CQ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upOcff2CQ7 .dropdown-item.active,
.cid-upOcff2CQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-upOcff2CQ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOcff2CQ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upOcff2CQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upOcff2CQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upOcff2CQ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-upOcff2CQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOcff2CQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOcff2CQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOcff2CQ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upOcff2CQ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upOcff2CQ7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOcff2CQ7 .navbar {
    height: 70px;
  }
  .cid-upOcff2CQ7 .navbar.opened {
    height: auto;
  }
  .cid-upOcff2CQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upOcff2CQ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-upOcff2CQ7 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-upOcff2CQ7 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-upOcff2CQ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upOcff2CQ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-upOcff2CQ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  .cid-upOcff2CQ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upOcff2CQ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upOcff2CQ7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upOcff2CQ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upOcff2CQ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upOcff2CQ7 .navbar-brand,
.cid-upOcff2CQ7 .navbar-toggler,
.cid-upOcff2CQ7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upOdiRnlOs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-upOdiRnlOs .content__block {
  padding: 50px 15px;
}
.cid-upOdiRnlOs .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #404349;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-upOdiRnlOs .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOdiRnlOs .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-upOdiRnlOs .image {
  perspective: 3500px;
  position: relative;
}
.cid-upOdiRnlOs .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-upOdiRnlOs .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOdiRnlOs .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-upOdiRnlOs .mbr-section-btn .btn-white-outline:hover {
  color: #404349 !important;
}
@media (max-width: 991px) {
  .cid-upOdiRnlOs .content__block {
    padding: 30px 15px;
  }
  .cid-upOdiRnlOs .mbr-figure {
    padding: 0;
  }
  .cid-upOdiRnlOs .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-upOdiRnlOs .lg-push {
    right: 13%;
  }
  .cid-upOdiRnlOs .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-upOdiRnlOs .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-upOdiRnlOs .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-upOYwU8Sij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20180924-150625-831x623.jpeg");
}
.cid-upOYwU8Sij .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOYwU8Sij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOYwU8Sij .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upOYwU8Sij .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-upOYwU8Sij .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOYwU8Sij .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upOYwU8Sij .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upOYwU8Sij .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upOYwU8Sij .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-upOYwU8Sij .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-upOYwU8Sij .content-wrapper .list .item-wrap:hover,
.cid-upOYwU8Sij .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-upOYwU8Sij .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-upOYwU8Sij .mbr-section-title {
  color: #ffffff;
}
.cid-upOYwU8Sij .mbr-text {
  color: #d2d2df;
}
.cid-upOYwU8Sij .list {
  color: #d2d2df;
}
.cid-upP4AinwET {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #15171a;
}
.cid-upP4AinwET .mbr-fallback-image.disabled {
  display: none;
}
.cid-upP4AinwET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upP4AinwET .items-wrap {
  justify-content: center;
}
.cid-upP4AinwET .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-upP4AinwET .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-upP4AinwET .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-upP4AinwET .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-upP4AinwET .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-upP4AinwET .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upP4AinwET .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upP4AinwET .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-upP4AinwET .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-upP4AinwET .item-desc {
  color: #ffffff;
}
.cid-upP1FbB9Tv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-upP1FbB9Tv .mbr-text {
  color: #767676;
}
.cid-upP1FbB9Tv .card-subtitle {
  margin: 0;
}
.cid-upP1FbB9Tv .link {
  margin: 0;
}
.cid-upP1FbB9Tv .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-upP1FbB9Tv .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-upP1FbB9Tv .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-upP1FbB9Tv .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-upP1FbB9Tv .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-upP1FbB9Tv .date {
  margin: 0;
}
.cid-upP1FbB9Tv img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-upP1FbB9Tv .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-upP1FbB9Tv .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-upP1FbB9Tv .card-img:hover:before {
  opacity: 0.4;
}
.cid-upP1FbB9Tv .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-upP1FbB9Tv .icon-box {
    flex-direction: column;
  }
  .cid-upP1FbB9Tv .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-upP1FbB9Tv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upP1FbB9Tv .card {
    margin-bottom: 3rem;
  }
}
.cid-upP1FbB9Tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upP1FbB9Tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upP1FbB9Tv .mbr-text,
.cid-upP1FbB9Tv .link {
  color: #000000;
}
.cid-upP1BjHTe1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-upP1BjHTe1 .mbr-text {
    text-align: center;
  }
}
.cid-upP1BjHTe1 .container-fluid {
  padding: 0;
}
.cid-upP1BjHTe1 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-upP1BjHTe1 img {
  height: 100%;
  object-fit: cover;
}
.cid-upP1BjHTe1 .mbr-figure {
  height: 100%;
}
.cid-upP1BjHTe1 .col-lg-6 {
  padding: 0;
}
.cid-upP1BjHTe1 .row {
  margin: 0;
}
.cid-upP1BjHTe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upP1BjHTe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upP1BjHTe1 .mbr-text,
.cid-upP1BjHTe1 .mbr-section-btn {
  text-align: left;
}
.cid-upP1BjHTe1 H1 {
  text-align: left;
}
.cid-upP7KdTCGp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upP7KdTCGp .mbr-text {
  color: #767676;
}
.cid-upP7KdTCGp .card-subtitle {
  margin: 0;
}
.cid-upP7KdTCGp .link {
  margin: 0;
}
.cid-upP7KdTCGp .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-upP7KdTCGp .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-upP7KdTCGp .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-upP7KdTCGp .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-upP7KdTCGp .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-upP7KdTCGp .date {
  margin: 0;
}
.cid-upP7KdTCGp img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-upP7KdTCGp .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-upP7KdTCGp .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-upP7KdTCGp .card-img:hover:before {
  opacity: 0.4;
}
.cid-upP7KdTCGp .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-upP7KdTCGp .icon-box {
    flex-direction: column;
  }
  .cid-upP7KdTCGp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-upP7KdTCGp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upP7KdTCGp .card {
    margin-bottom: 3rem;
  }
}
.cid-upP7KdTCGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upP7KdTCGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upP7KdTCGp .mbr-text,
.cid-upP7KdTCGp .link {
  color: #000000;
}
.cid-upPcMYWf4n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upPcMYWf4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPcMYWf4n .col-12 {
  padding: 0;
}
.cid-upPcMYWf4n .row {
  margin: 0;
}
.cid-upPcMYWf4n .card-wrapper {
  border: 1px solid #404349;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-upPcMYWf4n .card-wrapper {
    padding: 1rem;
  }
}
.cid-upPcMYWf4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPcMYWf4n .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-upPcMYWf4n .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-upPcMYWf4n .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-upPcMYWf4n .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-upPcMYWf4n .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-upPcMYWf4n .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upPcMYWf4n .image-wrapper {
    padding: 1rem;
  }
}
.cid-upPcMYWf4n .mbr-section-title {
  color: #221b35;
}
.cid-upPcMYWf4n .mbr-text,
.cid-upPcMYWf4n .mbr-section-btn {
  color: #221b35;
}
.cid-upPeYOAUOE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #15171a;
}
.cid-upPeYOAUOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPeYOAUOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPeYOAUOE .items-wrap {
  justify-content: center;
}
.cid-upPeYOAUOE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-upPeYOAUOE .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-upPeYOAUOE .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-upPeYOAUOE .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-upPeYOAUOE .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-upPeYOAUOE .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upPeYOAUOE .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upPeYOAUOE .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-upPeYOAUOE .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-upPeYOAUOE .item-desc {
  color: #ffffff;
}
.cid-upPf0ahuie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-upPf0ahuie .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPf0ahuie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPf0ahuie .items-wrap {
  justify-content: center;
}
.cid-upPf0ahuie .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-upPf0ahuie .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-upPf0ahuie .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-upPf0ahuie .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-upPf0ahuie .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-upPf0ahuie .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upPf0ahuie .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upPf0ahuie .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-upPf0ahuie .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-upPf0ahuie .item-desc {
  color: #ffffff;
}
.cid-upPhcuEiGu {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-upPhcuEiGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPhcuEiGu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upPhcuEiGu .image-wrapper,
.cid-upPhcuEiGu img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upPhcuEiGu .image-wrapper,
  .cid-upPhcuEiGu img {
    padding-bottom: 0.5rem;
  }
}
.cid-upPhcuEiGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPhcuEiGu h1 {
  max-width: 800px;
}
.cid-upPhcuEiGu p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-upPhcuEiGu .btn:hover {
  transform: scale(1.1);
  background: #ed463f !important;
  border-color: #ed463f !important;
  color: #404349 !important;
}
.cid-upPhcuEiGu .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upPhcuEiGu .btn div {
  overflow: hidden;
}
.cid-upPhcuEiGu .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upPhcuEiGu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upPhcuEiGu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upPhcuEiGu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upPhcuEiGu .content-wrap {
    width: 100%;
  }
}
.cid-upPhcuEiGu .mbr-section-subtitle,
.cid-upPhcuEiGu .line {
  color: #291f1e;
}
.cid-upPhcuEiGu .mbr-text,
.cid-upPhcuEiGu .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-upPhcuEiGu .mbr-section-title {
  color: #291f1e;
}
.cid-upPhcuEiGu .mbr-section-title,
.cid-upPhcuEiGu .mbr-section-btn,
.cid-upPhcuEiGu .line {
  text-align: left;
  color: #291f1e;
}
.cid-upPhcuEiGu .mbr-text {
  text-align: center;
}
.cid-upOcfisSOc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-upOcfisSOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOcfisSOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOcfisSOc .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-upOcfisSOc .content-wrap .row {
  justify-content: center;
}
.cid-upOcfisSOc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-upOcfisSOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:hover,
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-upOcfisSOc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upOcfisSOc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upOcfisSOc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOcfisSOc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-upOcfisSOc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upOcfisSOc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #2b38cf;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-upOcfisSOc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.cid-upOcfisSOc .mbr-section-title {
  color: #ed463f;
}
.cid-upOcfisSOc .mbr-section-subtitle {
  color: #404349;
}
.cid-upOcfisSOc .list {
  color: #404349;
}
