body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a6686 !important;
}
.bg-success {
  background-color: #08af83 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a6686;
  border-color: #3a6686;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #08af83 !important;
  border-color: #08af83 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #08af83;
  border-color: #08af83;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-success:hover {
  background-color: #067e5e !important;
  border-color: #067e5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3a6686;
  color: #3a6686;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3a6686 !important;
  border-color: #3a6686;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #08af83;
  color: #08af83;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #08af83 !important;
  border-color: #08af83;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #3a6686 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #08af83 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #568eb6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #044d3a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3a6686 !important;
}
.alert-success {
  background-color: #08af83;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a6686;
  border-color: #3a6686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a6686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7aa6c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #40f6c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #3a6686;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a6686;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3a6686;
  border-bottom-color: #3a6686;
}
.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: #3a6686 !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: #f14555 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-s141Ippwmk {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s141Ippwmk .nav-link,
.cid-s141Ippwmk .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s141Ippwmk .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s141Ippwmk .nav-link.text-primary:hover,
.cid-s141Ippwmk .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-s141Ippwmk .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s141Ippwmk .nav-link:hover:before {
  opacity: 1;
}
.cid-s141Ippwmk .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .nav-link {
    margin: 0 !important;
  }
}
.cid-s141Ippwmk .icons-menu {
  line-height: 0;
}
.cid-s141Ippwmk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s141Ippwmk .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s141Ippwmk .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-s141Ippwmk.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s141Ippwmk .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s141Ippwmk .btn {
    white-space: nowrap;
  }
  .cid-s141Ippwmk .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item.dropdown:hover::before,
  .cid-s141Ippwmk .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s141Ippwmk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s141Ippwmk .navbar > .container,
.cid-s141Ippwmk .navbar > .container-fluid {
  align-items: center;
}
.cid-s141Ippwmk .dropdown-toggle::after,
.cid-s141Ippwmk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s141Ippwmk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s141Ippwmk .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s141Ippwmk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s141Ippwmk .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s141Ippwmk .nav-item:focus,
.cid-s141Ippwmk .nav-link:focus {
  outline: none;
}
.cid-s141Ippwmk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s141Ippwmk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s141Ippwmk .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s141Ippwmk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s141Ippwmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s141Ippwmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item .nav-link::before {
    display: none;
  }
  .cid-s141Ippwmk.opened .dropdown-menu {
    top: 0;
  }
  .cid-s141Ippwmk .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s141Ippwmk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s141Ippwmk .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s141Ippwmk .navbar-logo {
    margin: 0;
  }
  .cid-s141Ippwmk .navbar-logo img {
    height: 60px !important;
  }
  .cid-s141Ippwmk .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s141Ippwmk .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s141Ippwmk .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s141Ippwmk .navbar {
    padding: 13px 90px;
  }
  .cid-s141Ippwmk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s141Ippwmk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s141Ippwmk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s141Ippwmk .dropdown-toggle::after,
  .cid-s141Ippwmk .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s141Ippwmk .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s141Ippwmk a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s141Ippwmk .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s141Ippwmk.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s141Ippwmk.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s141Ippwmk .navbar {
    padding: 0 !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s141Ippwmk a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s141Ippwmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s141Ippwmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s141Ippwmk .dropdown-item.active,
.cid-s141Ippwmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s141Ippwmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s141Ippwmk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s141Ippwmk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s141Ippwmk .navbar {
    height: 97px;
  }
  .cid-s141Ippwmk .navbar.opened {
    height: auto;
  }
  .cid-s141Ippwmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sI2z8gc0uw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dji-788-1920x1080.webp");
}
.cid-sI2z8gc0uw .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sI2z8gc0uw .mbr-section-title b,
.cid-sI2z8gc0uw .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sI2z8gc0uw .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sI2z8gc0uw .mbr-section-title,
.cid-sI2z8gc0uw .mbr-section-btn {
  color: #ffffff;
}
.cid-s142IrZnOI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s142IrZnOI .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  color: #2c3945;
}
.cid-s142IrZnOI .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
}
.cid-s142IrZnOI .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-s142IrZnOI .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-s142IrZnOI .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s142IrZnOI .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-s142IrZnOI .carousel-item .slider__item:hover {
  border: 2px solid #3a6686;
}
.cid-s142IrZnOI .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-s142IrZnOI .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-s142IrZnOI .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s142IrZnOI .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #f5f6f7;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-s142IrZnOI .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-s142IrZnOI .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #08af83;
}
.cid-s142IrZnOI .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-s142IrZnOI .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-s142IrZnOI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s142IrZnOI .link a {
  font-weight: 700;
  color: #08af83;
}
.cid-s142IrZnOI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s142IrZnOI .link:hover span {
  transform: translateX(9px);
}
.cid-s142IrZnOI .carousel-item.active,
.cid-s142IrZnOI .carousel-item-next,
.cid-s142IrZnOI .carousel-item-prev {
  display: flex;
}
.cid-s142IrZnOI .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s142IrZnOI .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #3a6686;
  background-color: transparent;
}
.cid-s142IrZnOI .carousel-controls a span {
  color: #3a6686;
  font-size: 18px;
}
.cid-s142IrZnOI .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s142IrZnOI .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s142IrZnOI .carousel-controls .carousel-control-next,
.cid-s142IrZnOI .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s142IrZnOI .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-s142IrZnOI .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-s142IrZnOI .cloneditem-1,
.cid-s142IrZnOI .cloneditem-2,
.cid-s142IrZnOI .cloneditem-3,
.cid-s142IrZnOI .cloneditem-4,
.cid-s142IrZnOI .cloneditem-5 {
  display: none;
}
.cid-s142IrZnOI .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s142IrZnOI .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s142IrZnOI .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-1,
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-2,
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-1,
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-2,
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-s142IrZnOI .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-s142IrZnOI .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-s142IrZnOI .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-s142IrZnOI .title__block {
    padding-left: 63px;
  }
  .cid-s142IrZnOI .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-s142IrZnOI .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s142IrZnOI .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-s142IrZnOI .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-s142IrZnOI .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-s142IrZnOI .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-s142IrZnOI .carousel-controls {
    display: none;
  }
}
.cid-s142IrZnOI .mbr-section-subtitle {
  color: #3a6686;
  text-align: left;
}
.cid-s142IrZnOI .mbr-section-title {
  color: #3a6686;
  text-align: left;
}
.cid-s142IrZnOI .slider__content .slider__title {
  color: #3a6686;
}
.cid-s141LDyyGb {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-s141LDyyGb .title__block {
  position: relative;
  z-index: 10;
}
.cid-s141LDyyGb .mbr-section-title {
  margin-bottom: 25px;
  color: #3a6686;
}
.cid-s141LDyyGb .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-s141LDyyGb .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-s141LDyyGb .mbr-section-btn {
  padding-right: 150px;
}
.cid-s141LDyyGb .slider__block .container {
  padding: 0 15px;
}
.cid-s141LDyyGb .carousel {
  padding-bottom: 100px;
}
.cid-s141LDyyGb .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-s141LDyyGb .carousel-item {
  justify-content: center;
  transition: all 0s ease;
}
.cid-s141LDyyGb .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transition: all 0s;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-s141LDyyGb .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-s141LDyyGb .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-s141LDyyGb .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #3a6686;
  transition: all 0.3s ease;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-s141LDyyGb .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-s141LDyyGb .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #3a6686;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.cid-s141LDyyGb .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #3a6686;
  margin: 0;
  opacity: 1;
}
.cid-s141LDyyGb .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-s141LDyyGb .cloneditem-1,
.cid-s141LDyyGb .cloneditem-2,
.cid-s141LDyyGb .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-s141LDyyGb .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s141LDyyGb .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-s141LDyyGb .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s141LDyyGb .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-section-btn {
    padding-right: 0;
  }
  .cid-s141LDyyGb .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-s141LDyyGb .carousel-item {
    transition: all .3s ease;
  }
  .cid-s141LDyyGb .carousel-item .wrap-img {
    height: auto;
    transition: all .3s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s141LDyyGb .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-s141LDyyGb .carousel {
    padding-bottom: 50px;
  }
}
.cid-s141LDyyGb .mbr-text,
.cid-s141LDyyGb .mbr-section-btn {
  color: #2c3945;
}
.cid-s141Uqu2Uk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-s141Uqu2Uk .mbr-section-subtitle {
  font-weight: 500;
  color: #3a6686;
}
.cid-s141Uqu2Uk .wrap {
  padding-left: 90px;
}
.cid-s141Uqu2Uk .mbr-section-title {
  color: #3a6686;
}
.cid-s141Uqu2Uk .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s141Uqu2Uk .link a {
  font-weight: 700;
}
.cid-s141Uqu2Uk .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s141Uqu2Uk .link:hover span {
  transform: translateX(9px);
}
.cid-s141Uqu2Uk .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #2c3945;
}
.cid-s141Uqu2Uk .mbr-text {
  margin-bottom: 10px;
}
.cid-s141Uqu2Uk .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-s141Uqu2Uk .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-s141Uqu2Uk .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-30px);
  }
  .cid-s141Uqu2Uk .figure:before {
    content: none;
  }
  .cid-s141Uqu2Uk .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s141Uqu2Uk .wrap {
    padding-left: 0;
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-s141Uqu2Uk .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-s141Uqu2Uk .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-s141Uqu2Uk .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-s143xnpjgP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: visible;
}
.cid-s143xnpjgP .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-s143xnpjgP .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: -80px;
  top: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-s143xnpjgP .text__items {
  padding-bottom: 200px;
}
.cid-s143xnpjgP .mbr-text {
  margin-bottom: 73px;
  font-weight: 500;
}
.cid-s143xnpjgP .bottom__block {
  position: relative;
  z-index: 1;
}
.cid-s143xnpjgP .bottom__block img {
  left: 0;
  top: -200px;
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-s143xnpjgP .figure:before {
    width: 83px;
    height: 80px;
    left: -58px;
    top: -58px;
  }
  .cid-s143xnpjgP .mbr-section-title {
    margin-bottom: 77px;
  }
  .cid-s143xnpjgP .mbr-text {
    margin-bottom: 44px;
  }
  .cid-s143xnpjgP .text__items {
    padding-bottom: 0;
  }
  .cid-s143xnpjgP .bottom__block img {
    position: static;
  }
}
.cid-s143xnpjgP .mbr-section-title {
  color: #2c3945;
}
.cid-s143xnpjgP .text__items {
  color: #3a6686;
}
.cid-s143LSqI5V {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s143LSqI5V .mbr-section-title {
  color: #3a6686;
}
.cid-s143LSqI5V .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 68%;
  width: 100%;
  height: 100%;
  background-color: #f5f6f7;
  z-index: 0;
}
.cid-s143LSqI5V .card__content {
  margin-top: 25px;
  color: #2c3945;
}
.cid-s143LSqI5V .mbr-text {
  margin-bottom: 9px;
}
.cid-s143LSqI5V .right__block {
  margin-top: 25px;
  margin-top: 120px;
}
.cid-s143LSqI5V .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-s143LSqI5V .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -28px;
  width: 29px;
  height: 29px;
  background-image: url("../../../assets/images/pin.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-s143LSqI5V .right__text {
  padding-right: 50px;
  color: #2c3945;
}
@media (max-width: 991px) {
  .cid-s143LSqI5V .row {
    flex-direction: row !important;
  }
  .cid-s143LSqI5V .two__background:before {
    max-width: 100%;
  }
  .cid-s143LSqI5V .right__block {
    margin-top: 30px;
  }
  .cid-s143LSqI5V .figure:before {
    top: -4px;
    left: -38px;
  }
}
.cid-sTRyokE5WI {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sTRyokE5WI .mbr-section-title {
  margin-bottom: 25px;
  color: #3a6686;
}
.cid-sTRyokE5WI .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #2c3945;
}
.cid-sTRyokE5WI .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-sTRyokE5WI .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-sTRyokE5WI .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-sTRyokE5WI .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #3a6686 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
}
.cid-sTRyokE5WI .mbr-gallery-filter ul {
  display: block;
}
.cid-sTRyokE5WI .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-sTRyokE5WI .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sTRyokE5WI .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sTRyokE5WI .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #08af83;
  transition: all 0.3s ease;
}
.cid-sTRyokE5WI .mbr-gallery-row {
  margin-top: 50px;
}
.cid-sTRyokE5WI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTRyokE5WI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-sTRyokE5WI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-sTRyokE5WI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTRyokE5WI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTRyokE5WI .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-sTRyokE5WI .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-sTRyokE5WI .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-sTRyokE5WI .mbr-gallery-item > div img,
.cid-sTRyokE5WI .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-sTRyokE5WI .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-sTRyokE5WI .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-sTRyokE5WI .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sTRyokE5WI .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sTRyokE5WI .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-sTRyokE5WI .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sTRyokE5WI .mbr-section-title {
    text-align: center;
  }
  .cid-sTRyokE5WI .image {
    top: auto;
    height: 420px;
  }
  .cid-sTRyokE5WI .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-sTRyokE5WI .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-sTRyokE5WI .mbr-gallery-item > div img,
  .cid-sTRyokE5WI .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-sTRyokE5WI .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sTRyokE5WI .image {
    height: 290px;
  }
}
.cid-s1l6Lexutq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-s1l6Lexutq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-s1l6Lexutq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-s1l6Lexutq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-s1l6Lexutq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-s1l6Lexutq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-s1l6Lexutq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-s1l6Lexutq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-s1l6Lexutq .item a {
  font-weight: 600;
}
.cid-s1l6Lexutq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-s1l6Lexutq .item:last-child:after {
  display: none;
}
.cid-s1l6Lexutq .footer__social {
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-s1l6Lexutq .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-s1l6Lexutq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-s1l6Lexutq .footer__ink {
  text-align: right;
}
.cid-s1l6Lexutq .copyright,
.cid-s1l6Lexutq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s1l6Lexutq .footer__menu {
    padding-right: 0;
  }
}
.cid-s1l6Lexutq .copyright {
  color: #3a6686;
}
.cid-s1l6Lexutq .ink {
  color: #3a6686;
}
.cid-sSfNq6PwMZ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSfNq6PwMZ .nav-link,
.cid-sSfNq6PwMZ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSfNq6PwMZ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSfNq6PwMZ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSfNq6PwMZ .nav-link.text-primary:hover,
.cid-sSfNq6PwMZ .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSfNq6PwMZ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSfNq6PwMZ .nav-link:hover:before {
  opacity: 1;
}
.cid-sSfNq6PwMZ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSfNq6PwMZ .nav-link {
    margin: 0 !important;
  }
}
.cid-sSfNq6PwMZ .icons-menu {
  line-height: 0;
}
.cid-sSfNq6PwMZ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSfNq6PwMZ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSfNq6PwMZ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSfNq6PwMZ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSfNq6PwMZ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSfNq6PwMZ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSfNq6PwMZ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSfNq6PwMZ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSfNq6PwMZ .btn {
    white-space: nowrap;
  }
  .cid-sSfNq6PwMZ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSfNq6PwMZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSfNq6PwMZ .nav-item.dropdown:hover::before,
  .cid-sSfNq6PwMZ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSfNq6PwMZ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSfNq6PwMZ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSfNq6PwMZ .navbar > .container,
.cid-sSfNq6PwMZ .navbar > .container-fluid {
  align-items: center;
}
.cid-sSfNq6PwMZ .dropdown-toggle::after,
.cid-sSfNq6PwMZ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSfNq6PwMZ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSfNq6PwMZ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSfNq6PwMZ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSfNq6PwMZ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSfNq6PwMZ .nav-item:focus,
.cid-sSfNq6PwMZ .nav-link:focus {
  outline: none;
}
.cid-sSfNq6PwMZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSfNq6PwMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSfNq6PwMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSfNq6PwMZ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSfNq6PwMZ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSfNq6PwMZ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSfNq6PwMZ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSfNq6PwMZ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSfNq6PwMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSfNq6PwMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSfNq6PwMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSfNq6PwMZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSfNq6PwMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSfNq6PwMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSfNq6PwMZ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSfNq6PwMZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSfNq6PwMZ .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSfNq6PwMZ.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSfNq6PwMZ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSfNq6PwMZ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSfNq6PwMZ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSfNq6PwMZ .navbar-logo {
    margin: 0;
  }
  .cid-sSfNq6PwMZ .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSfNq6PwMZ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSfNq6PwMZ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSfNq6PwMZ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSfNq6PwMZ .navbar {
    padding: 13px 90px;
  }
  .cid-sSfNq6PwMZ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSfNq6PwMZ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSfNq6PwMZ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSfNq6PwMZ .dropdown-toggle::after,
  .cid-sSfNq6PwMZ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSfNq6PwMZ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSfNq6PwMZ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSfNq6PwMZ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSfNq6PwMZ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSfNq6PwMZ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSfNq6PwMZ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSfNq6PwMZ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSfNq6PwMZ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSfNq6PwMZ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSfNq6PwMZ .navbar {
    padding: 0 !important;
  }
  .cid-sSfNq6PwMZ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSfNq6PwMZ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSfNq6PwMZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSfNq6PwMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSfNq6PwMZ .dropdown-item.active,
.cid-sSfNq6PwMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sSfNq6PwMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSfNq6PwMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSfNq6PwMZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSfNq6PwMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSfNq6PwMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSfNq6PwMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfNq6PwMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfNq6PwMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSfNq6PwMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSfNq6PwMZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSfNq6PwMZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSfNq6PwMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSfNq6PwMZ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSfNq6PwMZ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSfNq6PwMZ .navbar {
    height: 97px;
  }
  .cid-sSfNq6PwMZ .navbar.opened {
    height: auto;
  }
  .cid-sSfNq6PwMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSfNKQZk29 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #0e2d3b;
}
.cid-sSfNKQZk29 .title__block {
  margin-bottom: 120px;
}
.cid-sSfNKQZk29 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sSfNKQZk29 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: 20px;
  right: -120px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSfNKQZk29 .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
  margin-left: 38%;
  text-align: right;
}
.cid-sSfNKQZk29 .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-sSfNKQZk29 .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-sSfNKQZk29 .card__image {
  width: 100%;
}
.cid-sSfNKQZk29 .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSfNKQZk29 .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-sSfNKQZk29 .card__title {
  margin-bottom: 16px;
  color: #dcc187;
}
.cid-sSfNKQZk29 .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-sSfNKQZk29 .card__contacts {
  margin-bottom: 18px;
}
.cid-sSfNKQZk29 .card__phone,
.cid-sSfNKQZk29 .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-sSfNKQZk29 .card__phone .mbr-iconfont,
.cid-sSfNKQZk29 .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-sSfNKQZk29 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSfNKQZk29 .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-sSfNKQZk29 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSfNKQZk29 .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-sSfNKQZk29 .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-sSfNKQZk29 .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-sSfNKQZk29 .title__block {
    margin-bottom: 60px;
  }
  .cid-sSfNKQZk29 .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-sSfNKQZk29 .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-sSfNKQZk29 .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sSfNKQZk29 .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-sSfXaoZtSJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e2d3b;
}
.cid-sSfXaoZtSJ .title__block {
  margin-bottom: 120px;
}
.cid-sSfXaoZtSJ .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
}
.cid-sSfXaoZtSJ .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-sSfXaoZtSJ .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-sSfXaoZtSJ .card__image {
  width: 100%;
}
.cid-sSfXaoZtSJ .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSfXaoZtSJ .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-sSfXaoZtSJ .card__title {
  margin-bottom: 16px;
  color: #dcc187;
}
.cid-sSfXaoZtSJ .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-sSfXaoZtSJ .card__contacts {
  margin-bottom: 18px;
}
.cid-sSfXaoZtSJ .card__phone,
.cid-sSfXaoZtSJ .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-sSfXaoZtSJ .card__phone .mbr-iconfont,
.cid-sSfXaoZtSJ .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-sSfXaoZtSJ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSfXaoZtSJ .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-sSfXaoZtSJ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSfXaoZtSJ .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-sSfXaoZtSJ .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-sSfXaoZtSJ .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-sSfXaoZtSJ .title__block {
    margin-bottom: 60px;
  }
  .cid-sSfXaoZtSJ .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-sSfXaoZtSJ .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-sSfXaoZtSJ .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sSfXaoZtSJ .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-sSfOCpU1KI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e2d3b;
}
.cid-sSfOCpU1KI .title__block {
  margin-bottom: 120px;
}
.cid-sSfOCpU1KI .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
}
.cid-sSfOCpU1KI .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-sSfOCpU1KI .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-sSfOCpU1KI .card__image {
  width: 100%;
}
.cid-sSfOCpU1KI .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSfOCpU1KI .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-sSfOCpU1KI .card__title {
  margin-bottom: 16px;
  color: #dcc187;
}
.cid-sSfOCpU1KI .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-sSfOCpU1KI .card__contacts {
  margin-bottom: 18px;
}
.cid-sSfOCpU1KI .card__phone,
.cid-sSfOCpU1KI .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-sSfOCpU1KI .card__phone .mbr-iconfont,
.cid-sSfOCpU1KI .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-sSfOCpU1KI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSfOCpU1KI .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-sSfOCpU1KI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSfOCpU1KI .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-sSfOCpU1KI .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-sSfOCpU1KI .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-sSfOCpU1KI .title__block {
    margin-bottom: 60px;
  }
  .cid-sSfOCpU1KI .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-sSfOCpU1KI .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-sSfOCpU1KI .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sSfOCpU1KI .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-sSfQ6dhXWk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0e2d3b;
}
.cid-sSfQ6dhXWk .title__block {
  margin-bottom: 120px;
}
.cid-sSfQ6dhXWk .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
}
.cid-sSfQ6dhXWk .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-sSfQ6dhXWk .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-sSfQ6dhXWk .card__image {
  width: 100%;
}
.cid-sSfQ6dhXWk .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSfQ6dhXWk .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-sSfQ6dhXWk .card__title {
  margin-bottom: 16px;
  color: #dcc187;
}
.cid-sSfQ6dhXWk .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-sSfQ6dhXWk .card__contacts {
  margin-bottom: 18px;
}
.cid-sSfQ6dhXWk .card__phone,
.cid-sSfQ6dhXWk .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-sSfQ6dhXWk .card__phone .mbr-iconfont,
.cid-sSfQ6dhXWk .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-sSfQ6dhXWk .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSfQ6dhXWk .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-sSfQ6dhXWk .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSfQ6dhXWk .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-sSfQ6dhXWk .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-sSfQ6dhXWk .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-sSfQ6dhXWk .title__block {
    margin-bottom: 60px;
  }
  .cid-sSfQ6dhXWk .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-sSfQ6dhXWk .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-sSfQ6dhXWk .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sSfQ6dhXWk .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-sSfNqbj1jh {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sSfNqbj1jh .mbr-section-title {
  margin-bottom: 25px;
  color: #3a6686;
}
.cid-sSfNqbj1jh .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #2c3945;
}
.cid-sSfNqbj1jh .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-sSfNqbj1jh .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-sSfNqbj1jh .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-sSfNqbj1jh .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #3a6686 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
}
.cid-sSfNqbj1jh .mbr-gallery-filter ul {
  display: block;
}
.cid-sSfNqbj1jh .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-sSfNqbj1jh .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sSfNqbj1jh .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sSfNqbj1jh .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #08af83;
  transition: all 0.3s ease;
}
.cid-sSfNqbj1jh .mbr-gallery-row {
  margin-top: 50px;
}
.cid-sSfNqbj1jh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSfNqbj1jh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-sSfNqbj1jh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-sSfNqbj1jh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSfNqbj1jh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sSfNqbj1jh .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-sSfNqbj1jh .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-sSfNqbj1jh .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-sSfNqbj1jh .mbr-gallery-item > div img,
.cid-sSfNqbj1jh .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-sSfNqbj1jh .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-sSfNqbj1jh .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-sSfNqbj1jh .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sSfNqbj1jh .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sSfNqbj1jh .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-sSfNqbj1jh .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sSfNqbj1jh .mbr-section-title {
    text-align: center;
  }
  .cid-sSfNqbj1jh .image {
    top: auto;
    height: 420px;
  }
  .cid-sSfNqbj1jh .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-sSfNqbj1jh .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-sSfNqbj1jh .mbr-gallery-item > div img,
  .cid-sSfNqbj1jh .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-sSfNqbj1jh .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sSfNqbj1jh .image {
    height: 290px;
  }
}
.cid-sSfNqck4mF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSfNqck4mF .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSfNqck4mF .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSfNqck4mF .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSfNqck4mF .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSfNqck4mF .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSfNqck4mF .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSfNqck4mF .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSfNqck4mF .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSfNqck4mF .item a {
  font-weight: 600;
}
.cid-sSfNqck4mF .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSfNqck4mF .item:last-child:after {
  display: none;
}
.cid-sSfNqck4mF .footer__social {
  padding-bottom: 21px;
}
.cid-sSfNqck4mF .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSfNqck4mF .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSfNqck4mF .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSfNqck4mF .footer__ink {
  text-align: right;
}
.cid-sSfNqck4mF .copyright,
.cid-sSfNqck4mF .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSfNqck4mF .footer__menu {
    padding-right: 0;
  }
}
.cid-sSfNqck4mF .copyright {
  color: #3a6686;
}
.cid-sSfNqck4mF .ink {
  color: #3a6686;
}
.cid-sSfT8wvw0C {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSfT8wvw0C .nav-link,
.cid-sSfT8wvw0C .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSfT8wvw0C .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSfT8wvw0C .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSfT8wvw0C .nav-link.text-primary:hover,
.cid-sSfT8wvw0C .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSfT8wvw0C .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSfT8wvw0C .nav-link:hover:before {
  opacity: 1;
}
.cid-sSfT8wvw0C .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSfT8wvw0C .nav-link {
    margin: 0 !important;
  }
}
.cid-sSfT8wvw0C .icons-menu {
  line-height: 0;
}
.cid-sSfT8wvw0C .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSfT8wvw0C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSfT8wvw0C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSfT8wvw0C .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSfT8wvw0C .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSfT8wvw0C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSfT8wvw0C.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSfT8wvw0C .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSfT8wvw0C .btn {
    white-space: nowrap;
  }
  .cid-sSfT8wvw0C .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSfT8wvw0C .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSfT8wvw0C .nav-item.dropdown:hover::before,
  .cid-sSfT8wvw0C .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSfT8wvw0C .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSfT8wvw0C .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSfT8wvw0C .navbar > .container,
.cid-sSfT8wvw0C .navbar > .container-fluid {
  align-items: center;
}
.cid-sSfT8wvw0C .dropdown-toggle::after,
.cid-sSfT8wvw0C .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSfT8wvw0C .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSfT8wvw0C .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSfT8wvw0C .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSfT8wvw0C .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSfT8wvw0C .nav-item:focus,
.cid-sSfT8wvw0C .nav-link:focus {
  outline: none;
}
.cid-sSfT8wvw0C .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSfT8wvw0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSfT8wvw0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSfT8wvw0C a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSfT8wvw0C ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSfT8wvw0C .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSfT8wvw0C .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSfT8wvw0C .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSfT8wvw0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSfT8wvw0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSfT8wvw0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSfT8wvw0C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSfT8wvw0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSfT8wvw0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSfT8wvw0C .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSfT8wvw0C .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSfT8wvw0C .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSfT8wvw0C.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSfT8wvw0C .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSfT8wvw0C .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSfT8wvw0C .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSfT8wvw0C .navbar-logo {
    margin: 0;
  }
  .cid-sSfT8wvw0C .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSfT8wvw0C .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSfT8wvw0C .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSfT8wvw0C .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSfT8wvw0C .navbar {
    padding: 13px 90px;
  }
  .cid-sSfT8wvw0C .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSfT8wvw0C .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSfT8wvw0C .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSfT8wvw0C .dropdown-toggle::after,
  .cid-sSfT8wvw0C .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSfT8wvw0C .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSfT8wvw0C a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSfT8wvw0C ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSfT8wvw0C .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSfT8wvw0C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSfT8wvw0C.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSfT8wvw0C.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSfT8wvw0C.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSfT8wvw0C.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSfT8wvw0C .navbar {
    padding: 0 !important;
  }
  .cid-sSfT8wvw0C ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSfT8wvw0C a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSfT8wvw0C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSfT8wvw0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSfT8wvw0C .dropdown-item.active,
.cid-sSfT8wvw0C .dropdown-item:active {
  background-color: transparent;
}
.cid-sSfT8wvw0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSfT8wvw0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSfT8wvw0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSfT8wvw0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSfT8wvw0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSfT8wvw0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfT8wvw0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfT8wvw0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSfT8wvw0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSfT8wvw0C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSfT8wvw0C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSfT8wvw0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSfT8wvw0C .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSfT8wvw0C .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSfT8wvw0C .navbar {
    height: 97px;
  }
  .cid-sSfT8wvw0C .navbar.opened {
    height: auto;
  }
  .cid-sSfT8wvw0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSfUJPp8fA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSfUJPp8fA .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSfUJPp8fA .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSfUJPp8fA .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSfUJPp8fA .mbr-form {
  width: 100%;
}
.cid-sSfUJPp8fA .form-group {
  margin-bottom: 0;
}
.cid-sSfUJPp8fA .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSfUJPp8fA .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSfUJPp8fA .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfUJPp8fA .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfUJPp8fA .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfUJPp8fA .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfUJPp8fA .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSfUJPp8fA .title__block {
  padding-left: 50px;
}
.cid-sSfUJPp8fA .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSfUJPp8fA .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSfUJPp8fA .mbr-text {
  margin-bottom: 10px;
}
.cid-sSfUJPp8fA .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSfUJPp8fA .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSfUJPp8fA .form__wrap {
    position: static;
  }
  .cid-sSfUJPp8fA .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSfUJPp8fA .subscribe__form {
    order: 1;
  }
  .cid-sSfUJPp8fA .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSfT8zX0f9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSfT8zX0f9 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSfT8zX0f9 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSfT8zX0f9 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSfT8zX0f9 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSfT8zX0f9 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSfT8zX0f9 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSfT8zX0f9 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSfT8zX0f9 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSfT8zX0f9 .item a {
  font-weight: 600;
}
.cid-sSfT8zX0f9 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSfT8zX0f9 .item:last-child:after {
  display: none;
}
.cid-sSfT8zX0f9 .footer__social {
  padding-bottom: 21px;
}
.cid-sSfT8zX0f9 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSfT8zX0f9 .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSfT8zX0f9 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSfT8zX0f9 .footer__ink {
  text-align: right;
}
.cid-sSfT8zX0f9 .copyright,
.cid-sSfT8zX0f9 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSfT8zX0f9 .footer__menu {
    padding-right: 0;
  }
}
.cid-sSfT8zX0f9 .copyright {
  color: #3a6686;
}
.cid-sSfT8zX0f9 .ink {
  color: #3a6686;
}
.cid-sSg4DziiDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/DJI_0489.jpg");
}
.cid-sSg4DziiDw .date__block {
  margin-bottom: 17px;
}
.cid-sSg4DziiDw .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sSg4DziiDw .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sSg4DziiDw .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSg4DziiDw .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSg4DziiDw .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSg4DziiDw .mbr-text {
  margin-bottom: 20px;
}
.cid-sSg4DziiDw .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSg4DziiDw .link a {
  font-weight: 700;
}
.cid-sSg4DziiDw .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSg4DziiDw .link:hover span {
  transform: translateX(9px);
}
.cid-sSg4DziiDw .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSg4DziiDw .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sSg4DziiDw .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSg4DziiDw .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sSg4DziiDw .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSg4DziiDw .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSg4DziiDw .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sSg4DziiDw .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSg4DziiDw .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSg4DziiDw .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSg4DziiDw .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSg4DziiDw .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSg4DziiDw .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSg4DziiDw .image:before {
    padding-top: 375px;
  }
}
.cid-sSg4e1xQQJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSg4e1xQQJ .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSg4e1xQQJ .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSg4e1xQQJ .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSg4e1xQQJ .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSg4e1xQQJ .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSg4e1xQQJ .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSg4e1xQQJ .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSg5Bal0Qf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSg5Bal0Qf .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSg5Bal0Qf .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSg5Bal0Qf .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSg5Bal0Qf .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSg5Bal0Qf .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSg5Bal0Qf .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSg5Bal0Qf .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRUYWay0s {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTRUYWay0s .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTRUYWay0s .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTRUYWay0s .acc {
    padding: 0 2rem;
  }
}
.cid-sTRUYWay0s .img-col {
  padding: 0;
}
.cid-sTRUYWay0s .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTRUYWay0s .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTRUYWay0s .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTRUYWay0s .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTRUYWay0s .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTRUYWay0s .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTRUYWay0s .card .panel-body {
  color: #767676;
}
.cid-sTRUYWay0s .card:hover {
  background: #f2f2f4;
}
.cid-sTRUYWay0s .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTRUYWay0s .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTRUYWay0s .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTRUYWay0s .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTRUYWay0s .panel-collapse {
  margin-top: -1px;
}
.cid-sTRUYWay0s H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTRUYWay0s .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTRUYWay0s .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTRUYWay0s .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTRUYWay0s .sign {
    margin-right: 0.5rem;
  }
}
.cid-sSfX6WDWOb {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSfX6WDWOb .nav-link,
.cid-sSfX6WDWOb .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSfX6WDWOb .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSfX6WDWOb .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSfX6WDWOb .nav-link.text-primary:hover,
.cid-sSfX6WDWOb .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSfX6WDWOb .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSfX6WDWOb .nav-link:hover:before {
  opacity: 1;
}
.cid-sSfX6WDWOb .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSfX6WDWOb .nav-link {
    margin: 0 !important;
  }
}
.cid-sSfX6WDWOb .icons-menu {
  line-height: 0;
}
.cid-sSfX6WDWOb .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSfX6WDWOb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSfX6WDWOb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSfX6WDWOb .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSfX6WDWOb .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSfX6WDWOb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSfX6WDWOb.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSfX6WDWOb .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSfX6WDWOb .btn {
    white-space: nowrap;
  }
  .cid-sSfX6WDWOb .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSfX6WDWOb .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSfX6WDWOb .nav-item.dropdown:hover::before,
  .cid-sSfX6WDWOb .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSfX6WDWOb .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSfX6WDWOb .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSfX6WDWOb .navbar > .container,
.cid-sSfX6WDWOb .navbar > .container-fluid {
  align-items: center;
}
.cid-sSfX6WDWOb .dropdown-toggle::after,
.cid-sSfX6WDWOb .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSfX6WDWOb .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSfX6WDWOb .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSfX6WDWOb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSfX6WDWOb .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSfX6WDWOb .nav-item:focus,
.cid-sSfX6WDWOb .nav-link:focus {
  outline: none;
}
.cid-sSfX6WDWOb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSfX6WDWOb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSfX6WDWOb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSfX6WDWOb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSfX6WDWOb ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSfX6WDWOb .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSfX6WDWOb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSfX6WDWOb .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSfX6WDWOb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSfX6WDWOb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSfX6WDWOb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSfX6WDWOb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSfX6WDWOb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSfX6WDWOb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSfX6WDWOb .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSfX6WDWOb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSfX6WDWOb .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSfX6WDWOb.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSfX6WDWOb .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSfX6WDWOb .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSfX6WDWOb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSfX6WDWOb .navbar-logo {
    margin: 0;
  }
  .cid-sSfX6WDWOb .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSfX6WDWOb .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSfX6WDWOb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSfX6WDWOb .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSfX6WDWOb .navbar {
    padding: 13px 90px;
  }
  .cid-sSfX6WDWOb .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSfX6WDWOb .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSfX6WDWOb .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSfX6WDWOb .dropdown-toggle::after,
  .cid-sSfX6WDWOb .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSfX6WDWOb .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSfX6WDWOb a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSfX6WDWOb ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSfX6WDWOb .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSfX6WDWOb .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSfX6WDWOb.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSfX6WDWOb.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSfX6WDWOb.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSfX6WDWOb.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSfX6WDWOb .navbar {
    padding: 0 !important;
  }
  .cid-sSfX6WDWOb ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSfX6WDWOb a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSfX6WDWOb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSfX6WDWOb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSfX6WDWOb .dropdown-item.active,
.cid-sSfX6WDWOb .dropdown-item:active {
  background-color: transparent;
}
.cid-sSfX6WDWOb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSfX6WDWOb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSfX6WDWOb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSfX6WDWOb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSfX6WDWOb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSfX6WDWOb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfX6WDWOb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfX6WDWOb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSfX6WDWOb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSfX6WDWOb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSfX6WDWOb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSfX6WDWOb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSfX6WDWOb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSfX6WDWOb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSfX6WDWOb .navbar {
    height: 97px;
  }
  .cid-sSfX6WDWOb .navbar.opened {
    height: auto;
  }
  .cid-sSfX6WDWOb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSfX6XkD2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSfX6XkD2c .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSfX6XkD2c .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSfX6XkD2c .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSfX6XkD2c .mbr-form {
  width: 100%;
}
.cid-sSfX6XkD2c .form-group {
  margin-bottom: 0;
}
.cid-sSfX6XkD2c .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSfX6XkD2c .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSfX6XkD2c .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfX6XkD2c .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfX6XkD2c .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfX6XkD2c .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSfX6XkD2c .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSfX6XkD2c .title__block {
  padding-left: 50px;
}
.cid-sSfX6XkD2c .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSfX6XkD2c .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSfX6XkD2c .mbr-text {
  margin-bottom: 10px;
}
.cid-sSfX6XkD2c .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSfX6XkD2c .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSfX6XkD2c .form__wrap {
    position: static;
  }
  .cid-sSfX6XkD2c .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSfX6XkD2c .subscribe__form {
    order: 1;
  }
  .cid-sSfX6XkD2c .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSfX6XJqmT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSfX6XJqmT .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSfX6XJqmT .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSfX6XJqmT .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSfX6XJqmT .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSfX6XJqmT .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSfX6XJqmT .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSfX6XJqmT .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSfX6XJqmT .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSfX6XJqmT .item a {
  font-weight: 600;
}
.cid-sSfX6XJqmT .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSfX6XJqmT .item:last-child:after {
  display: none;
}
.cid-sSfX6XJqmT .footer__social {
  padding-bottom: 21px;
}
.cid-sSfX6XJqmT .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSfX6XJqmT .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSfX6XJqmT .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSfX6XJqmT .footer__ink {
  text-align: right;
}
.cid-sSfX6XJqmT .copyright,
.cid-sSfX6XJqmT .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSfX6XJqmT .footer__menu {
    padding-right: 0;
  }
}
.cid-sSfX6XJqmT .copyright {
  color: #3a6686;
}
.cid-sSfX6XJqmT .ink {
  color: #3a6686;
}
.cid-sSg6qTnYFW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/41923626-2178510945769920-7389964817336893440-n-4-2000x1262.webp");
}
.cid-sSg6qTnYFW .date__block {
  margin-bottom: 17px;
}
.cid-sSg6qTnYFW .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sSg6qTnYFW .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sSg6qTnYFW .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSg6qTnYFW .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSg6qTnYFW .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSg6qTnYFW .mbr-text {
  margin-bottom: 20px;
}
.cid-sSg6qTnYFW .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSg6qTnYFW .link a {
  font-weight: 700;
}
.cid-sSg6qTnYFW .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSg6qTnYFW .link:hover span {
  transform: translateX(9px);
}
.cid-sSg6qTnYFW .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSg6qTnYFW .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sSg6qTnYFW .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSg6qTnYFW .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sSg6qTnYFW .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSg6qTnYFW .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSg6qTnYFW .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sSg6qTnYFW .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSg6qTnYFW .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSg6qTnYFW .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSg6qTnYFW .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSg6qTnYFW .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSg6qTnYFW .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSg6qTnYFW .image:before {
    padding-top: 375px;
  }
}
.cid-sSg84zJ0WY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSg84zJ0WY .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSg84zJ0WY .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSg84zJ0WY .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSg84zJ0WY .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSg84zJ0WY .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSg84zJ0WY .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSg84zJ0WY .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSg6qTXzBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSg6qTXzBh .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSg6qTXzBh .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSg6qTXzBh .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSg6qTXzBh .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSg6qTXzBh .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSg6qTXzBh .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSg6qTXzBh .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSg6qUigpl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sSg6qUigpl .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSg6qUigpl .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSg6qUigpl .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSg6qUigpl .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSg6qUigpl .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSg6qUigpl .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSg6qUigpl .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRYMYlQfO {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTRYMYlQfO .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTRYMYlQfO .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTRYMYlQfO .acc {
    padding: 0 2rem;
  }
}
.cid-sTRYMYlQfO .img-col {
  padding: 0;
}
.cid-sTRYMYlQfO .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTRYMYlQfO .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTRYMYlQfO .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTRYMYlQfO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTRYMYlQfO .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTRYMYlQfO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTRYMYlQfO .card .panel-body {
  color: #767676;
}
.cid-sTRYMYlQfO .card:hover {
  background: #f2f2f4;
}
.cid-sTRYMYlQfO .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTRYMYlQfO .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTRYMYlQfO .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTRYMYlQfO .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTRYMYlQfO .panel-collapse {
  margin-top: -1px;
}
.cid-sTRYMYlQfO H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTRYMYlQfO .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTRYMYlQfO .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTRYMYlQfO .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTRYMYlQfO .sign {
    margin-right: 0.5rem;
  }
}
.cid-sSg6qUCjDI {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSg6qUCjDI .nav-link,
.cid-sSg6qUCjDI .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSg6qUCjDI .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSg6qUCjDI .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSg6qUCjDI .nav-link.text-primary:hover,
.cid-sSg6qUCjDI .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSg6qUCjDI .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSg6qUCjDI .nav-link:hover:before {
  opacity: 1;
}
.cid-sSg6qUCjDI .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSg6qUCjDI .nav-link {
    margin: 0 !important;
  }
}
.cid-sSg6qUCjDI .icons-menu {
  line-height: 0;
}
.cid-sSg6qUCjDI .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSg6qUCjDI .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSg6qUCjDI .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSg6qUCjDI .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSg6qUCjDI .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSg6qUCjDI .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSg6qUCjDI.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSg6qUCjDI .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSg6qUCjDI .btn {
    white-space: nowrap;
  }
  .cid-sSg6qUCjDI .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSg6qUCjDI .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSg6qUCjDI .nav-item.dropdown:hover::before,
  .cid-sSg6qUCjDI .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSg6qUCjDI .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSg6qUCjDI .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSg6qUCjDI .navbar > .container,
.cid-sSg6qUCjDI .navbar > .container-fluid {
  align-items: center;
}
.cid-sSg6qUCjDI .dropdown-toggle::after,
.cid-sSg6qUCjDI .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSg6qUCjDI .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSg6qUCjDI .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSg6qUCjDI .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSg6qUCjDI .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSg6qUCjDI .nav-item:focus,
.cid-sSg6qUCjDI .nav-link:focus {
  outline: none;
}
.cid-sSg6qUCjDI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSg6qUCjDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSg6qUCjDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSg6qUCjDI a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSg6qUCjDI ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSg6qUCjDI .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSg6qUCjDI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSg6qUCjDI .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSg6qUCjDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSg6qUCjDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSg6qUCjDI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSg6qUCjDI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSg6qUCjDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSg6qUCjDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSg6qUCjDI .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSg6qUCjDI .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSg6qUCjDI .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSg6qUCjDI.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSg6qUCjDI .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSg6qUCjDI .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSg6qUCjDI .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSg6qUCjDI .navbar-logo {
    margin: 0;
  }
  .cid-sSg6qUCjDI .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSg6qUCjDI .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSg6qUCjDI .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSg6qUCjDI .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSg6qUCjDI .navbar {
    padding: 13px 90px;
  }
  .cid-sSg6qUCjDI .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSg6qUCjDI .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSg6qUCjDI .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSg6qUCjDI .dropdown-toggle::after,
  .cid-sSg6qUCjDI .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSg6qUCjDI .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSg6qUCjDI a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSg6qUCjDI ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSg6qUCjDI .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSg6qUCjDI .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSg6qUCjDI.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSg6qUCjDI.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSg6qUCjDI.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSg6qUCjDI.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSg6qUCjDI .navbar {
    padding: 0 !important;
  }
  .cid-sSg6qUCjDI ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSg6qUCjDI a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSg6qUCjDI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSg6qUCjDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSg6qUCjDI .dropdown-item.active,
.cid-sSg6qUCjDI .dropdown-item:active {
  background-color: transparent;
}
.cid-sSg6qUCjDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSg6qUCjDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSg6qUCjDI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSg6qUCjDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSg6qUCjDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSg6qUCjDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSg6qUCjDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSg6qUCjDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSg6qUCjDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSg6qUCjDI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSg6qUCjDI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSg6qUCjDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSg6qUCjDI .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSg6qUCjDI .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSg6qUCjDI .navbar {
    height: 97px;
  }
  .cid-sSg6qUCjDI .navbar.opened {
    height: auto;
  }
  .cid-sSg6qUCjDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSg6qV7DlU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSg6qV7DlU .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSg6qV7DlU .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSg6qV7DlU .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSg6qV7DlU .mbr-form {
  width: 100%;
}
.cid-sSg6qV7DlU .form-group {
  margin-bottom: 0;
}
.cid-sSg6qV7DlU .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSg6qV7DlU .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSg6qV7DlU .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSg6qV7DlU .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSg6qV7DlU .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSg6qV7DlU .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSg6qV7DlU .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSg6qV7DlU .title__block {
  padding-left: 50px;
}
.cid-sSg6qV7DlU .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSg6qV7DlU .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSg6qV7DlU .mbr-text {
  margin-bottom: 10px;
}
.cid-sSg6qV7DlU .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSg6qV7DlU .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSg6qV7DlU .form__wrap {
    position: static;
  }
  .cid-sSg6qV7DlU .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSg6qV7DlU .subscribe__form {
    order: 1;
  }
  .cid-sSg6qV7DlU .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSg6qVurFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSg6qVurFV .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSg6qVurFV .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSg6qVurFV .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSg6qVurFV .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSg6qVurFV .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSg6qVurFV .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSg6qVurFV .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSg6qVurFV .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSg6qVurFV .item a {
  font-weight: 600;
}
.cid-sSg6qVurFV .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSg6qVurFV .item:last-child:after {
  display: none;
}
.cid-sSg6qVurFV .footer__social {
  padding-bottom: 21px;
}
.cid-sSg6qVurFV .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSg6qVurFV .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSg6qVurFV .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSg6qVurFV .footer__ink {
  text-align: right;
}
.cid-sSg6qVurFV .copyright,
.cid-sSg6qVurFV .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSg6qVurFV .footer__menu {
    padding-right: 0;
  }
}
.cid-sSg6qVurFV .copyright {
  color: #3a6686;
}
.cid-sSg6qVurFV .ink {
  color: #3a6686;
}
.cid-sSm5zqFDUb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/66-bialka-tatrzanska-kwatery-prywatne-andrzej-1-960x720.webp");
}
.cid-sSm5zqFDUb .date__block {
  margin-bottom: 17px;
}
.cid-sSm5zqFDUb .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sSm5zqFDUb .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sSm5zqFDUb .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSm5zqFDUb .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSm5zqFDUb .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSm5zqFDUb .mbr-text {
  margin-bottom: 20px;
}
.cid-sSm5zqFDUb .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSm5zqFDUb .link a {
  font-weight: 700;
}
.cid-sSm5zqFDUb .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSm5zqFDUb .link:hover span {
  transform: translateX(9px);
}
.cid-sSm5zqFDUb .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSm5zqFDUb .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sSm5zqFDUb .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSm5zqFDUb .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sSm5zqFDUb .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSm5zqFDUb .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSm5zqFDUb .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sSm5zqFDUb .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSm5zqFDUb .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSm5zqFDUb .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSm5zqFDUb .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSm5zqFDUb .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSm5zqFDUb .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSm5zqFDUb .image:before {
    padding-top: 375px;
  }
}
.cid-sSm5zr17oR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSm5zr17oR .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSm5zr17oR .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSm5zr17oR .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSm5zr17oR .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSm5zr17oR .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSm5zr17oR .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSm5zr17oR .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSm5zrhz8o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSm5zrhz8o .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSm5zrhz8o .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSm5zrhz8o .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSm5zrhz8o .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSm5zrhz8o .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSm5zrhz8o .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSm5zrhz8o .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSm5zrKMiM {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSm5zrKMiM .nav-link,
.cid-sSm5zrKMiM .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSm5zrKMiM .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSm5zrKMiM .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSm5zrKMiM .nav-link.text-primary:hover,
.cid-sSm5zrKMiM .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSm5zrKMiM .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSm5zrKMiM .nav-link:hover:before {
  opacity: 1;
}
.cid-sSm5zrKMiM .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSm5zrKMiM .nav-link {
    margin: 0 !important;
  }
}
.cid-sSm5zrKMiM .icons-menu {
  line-height: 0;
}
.cid-sSm5zrKMiM .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSm5zrKMiM .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSm5zrKMiM .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSm5zrKMiM .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSm5zrKMiM .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSm5zrKMiM .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSm5zrKMiM.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSm5zrKMiM .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSm5zrKMiM .btn {
    white-space: nowrap;
  }
  .cid-sSm5zrKMiM .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSm5zrKMiM .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSm5zrKMiM .nav-item.dropdown:hover::before,
  .cid-sSm5zrKMiM .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSm5zrKMiM .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSm5zrKMiM .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSm5zrKMiM .navbar > .container,
.cid-sSm5zrKMiM .navbar > .container-fluid {
  align-items: center;
}
.cid-sSm5zrKMiM .dropdown-toggle::after,
.cid-sSm5zrKMiM .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSm5zrKMiM .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSm5zrKMiM .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSm5zrKMiM .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSm5zrKMiM .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSm5zrKMiM .nav-item:focus,
.cid-sSm5zrKMiM .nav-link:focus {
  outline: none;
}
.cid-sSm5zrKMiM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSm5zrKMiM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSm5zrKMiM .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSm5zrKMiM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSm5zrKMiM ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSm5zrKMiM .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSm5zrKMiM .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSm5zrKMiM .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSm5zrKMiM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSm5zrKMiM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSm5zrKMiM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSm5zrKMiM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSm5zrKMiM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSm5zrKMiM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSm5zrKMiM .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSm5zrKMiM .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSm5zrKMiM .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSm5zrKMiM.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSm5zrKMiM .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSm5zrKMiM .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSm5zrKMiM .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSm5zrKMiM .navbar-logo {
    margin: 0;
  }
  .cid-sSm5zrKMiM .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSm5zrKMiM .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSm5zrKMiM .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSm5zrKMiM .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSm5zrKMiM .navbar {
    padding: 13px 90px;
  }
  .cid-sSm5zrKMiM .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSm5zrKMiM .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSm5zrKMiM .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSm5zrKMiM .dropdown-toggle::after,
  .cid-sSm5zrKMiM .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSm5zrKMiM .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSm5zrKMiM a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSm5zrKMiM ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSm5zrKMiM .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSm5zrKMiM .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSm5zrKMiM.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSm5zrKMiM.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSm5zrKMiM.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSm5zrKMiM.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSm5zrKMiM .navbar {
    padding: 0 !important;
  }
  .cid-sSm5zrKMiM ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSm5zrKMiM a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSm5zrKMiM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSm5zrKMiM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSm5zrKMiM .dropdown-item.active,
.cid-sSm5zrKMiM .dropdown-item:active {
  background-color: transparent;
}
.cid-sSm5zrKMiM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSm5zrKMiM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSm5zrKMiM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSm5zrKMiM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSm5zrKMiM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSm5zrKMiM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSm5zrKMiM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSm5zrKMiM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSm5zrKMiM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSm5zrKMiM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSm5zrKMiM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSm5zrKMiM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSm5zrKMiM .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSm5zrKMiM .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSm5zrKMiM .navbar {
    height: 97px;
  }
  .cid-sSm5zrKMiM .navbar.opened {
    height: auto;
  }
  .cid-sSm5zrKMiM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTRZ9lpulH {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTRZ9lpulH .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTRZ9lpulH .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTRZ9lpulH .acc {
    padding: 0 2rem;
  }
}
.cid-sTRZ9lpulH .img-col {
  padding: 0;
}
.cid-sTRZ9lpulH .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTRZ9lpulH .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTRZ9lpulH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTRZ9lpulH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTRZ9lpulH .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTRZ9lpulH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTRZ9lpulH .card .panel-body {
  color: #767676;
}
.cid-sTRZ9lpulH .card:hover {
  background: #f2f2f4;
}
.cid-sTRZ9lpulH .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTRZ9lpulH .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTRZ9lpulH .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTRZ9lpulH .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTRZ9lpulH .panel-collapse {
  margin-top: -1px;
}
.cid-sTRZ9lpulH H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTRZ9lpulH .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTRZ9lpulH .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTRZ9lpulH .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTRZ9lpulH .sign {
    margin-right: 0.5rem;
  }
}
.cid-sSm5zs7EZJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSm5zs7EZJ .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSm5zs7EZJ .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSm5zs7EZJ .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSm5zs7EZJ .mbr-form {
  width: 100%;
}
.cid-sSm5zs7EZJ .form-group {
  margin-bottom: 0;
}
.cid-sSm5zs7EZJ .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSm5zs7EZJ .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSm5zs7EZJ .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5zs7EZJ .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5zs7EZJ .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5zs7EZJ .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5zs7EZJ .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSm5zs7EZJ .title__block {
  padding-left: 50px;
}
.cid-sSm5zs7EZJ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSm5zs7EZJ .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSm5zs7EZJ .mbr-text {
  margin-bottom: 10px;
}
.cid-sSm5zs7EZJ .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSm5zs7EZJ .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSm5zs7EZJ .form__wrap {
    position: static;
  }
  .cid-sSm5zs7EZJ .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSm5zs7EZJ .subscribe__form {
    order: 1;
  }
  .cid-sSm5zs7EZJ .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSm5zsr8pw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSm5zsr8pw .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSm5zsr8pw .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSm5zsr8pw .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSm5zsr8pw .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSm5zsr8pw .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSm5zsr8pw .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSm5zsr8pw .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSm5zsr8pw .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSm5zsr8pw .item a {
  font-weight: 600;
}
.cid-sSm5zsr8pw .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSm5zsr8pw .item:last-child:after {
  display: none;
}
.cid-sSm5zsr8pw .footer__social {
  padding-bottom: 21px;
}
.cid-sSm5zsr8pw .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSm5zsr8pw .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSm5zsr8pw .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSm5zsr8pw .footer__ink {
  text-align: right;
}
.cid-sSm5zsr8pw .copyright,
.cid-sSm5zsr8pw .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSm5zsr8pw .footer__menu {
    padding-right: 0;
  }
}
.cid-sSm5zsr8pw .copyright {
  color: #3a6686;
}
.cid-sSm5zsr8pw .ink {
  color: #3a6686;
}
.cid-sSm5BAAdsm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-6639-2000x1333.webp");
}
.cid-sSm5BAAdsm .date__block {
  margin-bottom: 17px;
}
.cid-sSm5BAAdsm .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sSm5BAAdsm .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sSm5BAAdsm .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSm5BAAdsm .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSm5BAAdsm .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSm5BAAdsm .mbr-text {
  margin-bottom: 20px;
}
.cid-sSm5BAAdsm .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSm5BAAdsm .link a {
  font-weight: 700;
}
.cid-sSm5BAAdsm .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSm5BAAdsm .link:hover span {
  transform: translateX(9px);
}
.cid-sSm5BAAdsm .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSm5BAAdsm .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sSm5BAAdsm .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSm5BAAdsm .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sSm5BAAdsm .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSm5BAAdsm .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSm5BAAdsm .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sSm5BAAdsm .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSm5BAAdsm .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSm5BAAdsm .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSm5BAAdsm .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSm5BAAdsm .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSm5BAAdsm .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSm5BAAdsm .image:before {
    padding-top: 375px;
  }
}
.cid-sSm5BBmbOS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSm5BBmbOS .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSm5BBmbOS .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSm5BBmbOS .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSm5BBmbOS .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSm5BBmbOS .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSm5BBmbOS .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSm5BBmbOS .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSm5BBIt5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSm5BBIt5X .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSm5BBIt5X .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSm5BBIt5X .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSm5BBIt5X .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSm5BBIt5X .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSm5BBIt5X .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSm5BBIt5X .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSm5BC2YuT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sSm5BC2YuT .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSm5BC2YuT .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSm5BC2YuT .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSm5BC2YuT .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSm5BC2YuT .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSm5BC2YuT .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSm5BC2YuT .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRZuyeYlA {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTRZuyeYlA .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTRZuyeYlA .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTRZuyeYlA .acc {
    padding: 0 2rem;
  }
}
.cid-sTRZuyeYlA .img-col {
  padding: 0;
}
.cid-sTRZuyeYlA .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTRZuyeYlA .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTRZuyeYlA .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTRZuyeYlA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTRZuyeYlA .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTRZuyeYlA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTRZuyeYlA .card .panel-body {
  color: #767676;
}
.cid-sTRZuyeYlA .card:hover {
  background: #f2f2f4;
}
.cid-sTRZuyeYlA .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTRZuyeYlA .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTRZuyeYlA .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTRZuyeYlA .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTRZuyeYlA .panel-collapse {
  margin-top: -1px;
}
.cid-sTRZuyeYlA H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTRZuyeYlA .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTRZuyeYlA .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTRZuyeYlA .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTRZuyeYlA .sign {
    margin-right: 0.5rem;
  }
}
.cid-sSm5BCiKj4 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSm5BCiKj4 .nav-link,
.cid-sSm5BCiKj4 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSm5BCiKj4 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSm5BCiKj4 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSm5BCiKj4 .nav-link.text-primary:hover,
.cid-sSm5BCiKj4 .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSm5BCiKj4 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSm5BCiKj4 .nav-link:hover:before {
  opacity: 1;
}
.cid-sSm5BCiKj4 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSm5BCiKj4 .nav-link {
    margin: 0 !important;
  }
}
.cid-sSm5BCiKj4 .icons-menu {
  line-height: 0;
}
.cid-sSm5BCiKj4 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSm5BCiKj4 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSm5BCiKj4 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSm5BCiKj4 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSm5BCiKj4 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSm5BCiKj4 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSm5BCiKj4.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSm5BCiKj4 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSm5BCiKj4 .btn {
    white-space: nowrap;
  }
  .cid-sSm5BCiKj4 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSm5BCiKj4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSm5BCiKj4 .nav-item.dropdown:hover::before,
  .cid-sSm5BCiKj4 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSm5BCiKj4 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSm5BCiKj4 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSm5BCiKj4 .navbar > .container,
.cid-sSm5BCiKj4 .navbar > .container-fluid {
  align-items: center;
}
.cid-sSm5BCiKj4 .dropdown-toggle::after,
.cid-sSm5BCiKj4 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSm5BCiKj4 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSm5BCiKj4 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSm5BCiKj4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSm5BCiKj4 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSm5BCiKj4 .nav-item:focus,
.cid-sSm5BCiKj4 .nav-link:focus {
  outline: none;
}
.cid-sSm5BCiKj4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSm5BCiKj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSm5BCiKj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSm5BCiKj4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSm5BCiKj4 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSm5BCiKj4 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSm5BCiKj4 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSm5BCiKj4 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSm5BCiKj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSm5BCiKj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSm5BCiKj4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSm5BCiKj4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSm5BCiKj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSm5BCiKj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSm5BCiKj4 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSm5BCiKj4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSm5BCiKj4 .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSm5BCiKj4.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSm5BCiKj4 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSm5BCiKj4 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSm5BCiKj4 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSm5BCiKj4 .navbar-logo {
    margin: 0;
  }
  .cid-sSm5BCiKj4 .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSm5BCiKj4 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSm5BCiKj4 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSm5BCiKj4 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSm5BCiKj4 .navbar {
    padding: 13px 90px;
  }
  .cid-sSm5BCiKj4 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSm5BCiKj4 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSm5BCiKj4 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSm5BCiKj4 .dropdown-toggle::after,
  .cid-sSm5BCiKj4 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSm5BCiKj4 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSm5BCiKj4 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSm5BCiKj4 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSm5BCiKj4 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSm5BCiKj4 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSm5BCiKj4.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSm5BCiKj4.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSm5BCiKj4.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSm5BCiKj4.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSm5BCiKj4 .navbar {
    padding: 0 !important;
  }
  .cid-sSm5BCiKj4 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSm5BCiKj4 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSm5BCiKj4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSm5BCiKj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSm5BCiKj4 .dropdown-item.active,
.cid-sSm5BCiKj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSm5BCiKj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSm5BCiKj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSm5BCiKj4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSm5BCiKj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSm5BCiKj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSm5BCiKj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSm5BCiKj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSm5BCiKj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSm5BCiKj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSm5BCiKj4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSm5BCiKj4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSm5BCiKj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSm5BCiKj4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSm5BCiKj4 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSm5BCiKj4 .navbar {
    height: 97px;
  }
  .cid-sSm5BCiKj4 .navbar.opened {
    height: auto;
  }
  .cid-sSm5BCiKj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSm5BCNQId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSm5BCNQId .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSm5BCNQId .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSm5BCNQId .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSm5BCNQId .mbr-form {
  width: 100%;
}
.cid-sSm5BCNQId .form-group {
  margin-bottom: 0;
}
.cid-sSm5BCNQId .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSm5BCNQId .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSm5BCNQId .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5BCNQId .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5BCNQId .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5BCNQId .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSm5BCNQId .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSm5BCNQId .title__block {
  padding-left: 50px;
}
.cid-sSm5BCNQId .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSm5BCNQId .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSm5BCNQId .mbr-text {
  margin-bottom: 10px;
}
.cid-sSm5BCNQId .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSm5BCNQId .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSm5BCNQId .form__wrap {
    position: static;
  }
  .cid-sSm5BCNQId .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSm5BCNQId .subscribe__form {
    order: 1;
  }
  .cid-sSm5BCNQId .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSm5BD5RQz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSm5BD5RQz .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSm5BD5RQz .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSm5BD5RQz .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSm5BD5RQz .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSm5BD5RQz .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSm5BD5RQz .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSm5BD5RQz .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSm5BD5RQz .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSm5BD5RQz .item a {
  font-weight: 600;
}
.cid-sSm5BD5RQz .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSm5BD5RQz .item:last-child:after {
  display: none;
}
.cid-sSm5BD5RQz .footer__social {
  padding-bottom: 21px;
}
.cid-sSm5BD5RQz .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSm5BD5RQz .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSm5BD5RQz .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSm5BD5RQz .footer__ink {
  text-align: right;
}
.cid-sSm5BD5RQz .copyright,
.cid-sSm5BD5RQz .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSm5BD5RQz .footer__menu {
    padding-right: 0;
  }
}
.cid-sSm5BD5RQz .copyright {
  color: #3a6686;
}
.cid-sSm5BD5RQz .ink {
  color: #3a6686;
}
.cid-sSUZKBRXsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/2-2000x1332.webp");
}
.cid-sSUZKBRXsA .date__block {
  margin-bottom: 17px;
}
.cid-sSUZKBRXsA .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sSUZKBRXsA .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sSUZKBRXsA .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSUZKBRXsA .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSUZKBRXsA .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSUZKBRXsA .mbr-text {
  margin-bottom: 20px;
}
.cid-sSUZKBRXsA .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSUZKBRXsA .link a {
  font-weight: 700;
}
.cid-sSUZKBRXsA .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSUZKBRXsA .link:hover span {
  transform: translateX(9px);
}
.cid-sSUZKBRXsA .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSUZKBRXsA .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sSUZKBRXsA .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSUZKBRXsA .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sSUZKBRXsA .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSUZKBRXsA .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSUZKBRXsA .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sSUZKBRXsA .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSUZKBRXsA .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSUZKBRXsA .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSUZKBRXsA .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSUZKBRXsA .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSUZKBRXsA .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSUZKBRXsA .image:before {
    padding-top: 375px;
  }
}
.cid-sSUZKCreRz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSUZKCreRz .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSUZKCreRz .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSUZKCreRz .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSUZKCreRz .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSUZKCreRz .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSUZKCreRz .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSUZKCreRz .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTS0AgW9Oz {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTS0AgW9Oz .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTS0AgW9Oz .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTS0AgW9Oz .acc {
    padding: 0 2rem;
  }
}
.cid-sTS0AgW9Oz .img-col {
  padding: 0;
}
.cid-sTS0AgW9Oz .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTS0AgW9Oz .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTS0AgW9Oz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTS0AgW9Oz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTS0AgW9Oz .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTS0AgW9Oz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTS0AgW9Oz .card .panel-body {
  color: #767676;
}
.cid-sTS0AgW9Oz .card:hover {
  background: #f2f2f4;
}
.cid-sTS0AgW9Oz .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTS0AgW9Oz .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTS0AgW9Oz .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTS0AgW9Oz .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTS0AgW9Oz .panel-collapse {
  margin-top: -1px;
}
.cid-sTS0AgW9Oz H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTS0AgW9Oz .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTS0AgW9Oz .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTS0AgW9Oz .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTS0AgW9Oz .sign {
    margin-right: 0.5rem;
  }
}
.cid-sSUZKDcQyd {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSUZKDcQyd .nav-link,
.cid-sSUZKDcQyd .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSUZKDcQyd .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSUZKDcQyd .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSUZKDcQyd .nav-link.text-primary:hover,
.cid-sSUZKDcQyd .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSUZKDcQyd .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSUZKDcQyd .nav-link:hover:before {
  opacity: 1;
}
.cid-sSUZKDcQyd .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSUZKDcQyd .nav-link {
    margin: 0 !important;
  }
}
.cid-sSUZKDcQyd .icons-menu {
  line-height: 0;
}
.cid-sSUZKDcQyd .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSUZKDcQyd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSUZKDcQyd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSUZKDcQyd .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSUZKDcQyd .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSUZKDcQyd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSUZKDcQyd.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSUZKDcQyd .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSUZKDcQyd .btn {
    white-space: nowrap;
  }
  .cid-sSUZKDcQyd .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSUZKDcQyd .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSUZKDcQyd .nav-item.dropdown:hover::before,
  .cid-sSUZKDcQyd .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSUZKDcQyd .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSUZKDcQyd .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSUZKDcQyd .navbar > .container,
.cid-sSUZKDcQyd .navbar > .container-fluid {
  align-items: center;
}
.cid-sSUZKDcQyd .dropdown-toggle::after,
.cid-sSUZKDcQyd .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSUZKDcQyd .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSUZKDcQyd .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSUZKDcQyd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSUZKDcQyd .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSUZKDcQyd .nav-item:focus,
.cid-sSUZKDcQyd .nav-link:focus {
  outline: none;
}
.cid-sSUZKDcQyd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSUZKDcQyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSUZKDcQyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSUZKDcQyd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSUZKDcQyd ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSUZKDcQyd .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSUZKDcQyd .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSUZKDcQyd .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSUZKDcQyd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSUZKDcQyd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSUZKDcQyd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSUZKDcQyd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSUZKDcQyd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSUZKDcQyd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSUZKDcQyd .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSUZKDcQyd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSUZKDcQyd .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSUZKDcQyd.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSUZKDcQyd .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSUZKDcQyd .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSUZKDcQyd .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSUZKDcQyd .navbar-logo {
    margin: 0;
  }
  .cid-sSUZKDcQyd .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSUZKDcQyd .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSUZKDcQyd .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSUZKDcQyd .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSUZKDcQyd .navbar {
    padding: 13px 90px;
  }
  .cid-sSUZKDcQyd .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSUZKDcQyd .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSUZKDcQyd .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSUZKDcQyd .dropdown-toggle::after,
  .cid-sSUZKDcQyd .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSUZKDcQyd .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSUZKDcQyd a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSUZKDcQyd ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSUZKDcQyd .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSUZKDcQyd .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSUZKDcQyd.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSUZKDcQyd.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSUZKDcQyd.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSUZKDcQyd.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSUZKDcQyd .navbar {
    padding: 0 !important;
  }
  .cid-sSUZKDcQyd ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSUZKDcQyd a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSUZKDcQyd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSUZKDcQyd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSUZKDcQyd .dropdown-item.active,
.cid-sSUZKDcQyd .dropdown-item:active {
  background-color: transparent;
}
.cid-sSUZKDcQyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSUZKDcQyd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSUZKDcQyd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSUZKDcQyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSUZKDcQyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSUZKDcQyd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSUZKDcQyd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSUZKDcQyd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSUZKDcQyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSUZKDcQyd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSUZKDcQyd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSUZKDcQyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSUZKDcQyd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSUZKDcQyd .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSUZKDcQyd .navbar {
    height: 97px;
  }
  .cid-sSUZKDcQyd .navbar.opened {
    height: auto;
  }
  .cid-sSUZKDcQyd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSUZKDEIoV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSUZKDEIoV .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSUZKDEIoV .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSUZKDEIoV .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSUZKDEIoV .mbr-form {
  width: 100%;
}
.cid-sSUZKDEIoV .form-group {
  margin-bottom: 0;
}
.cid-sSUZKDEIoV .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSUZKDEIoV .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSUZKDEIoV .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSUZKDEIoV .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSUZKDEIoV .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSUZKDEIoV .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSUZKDEIoV .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSUZKDEIoV .title__block {
  padding-left: 50px;
}
.cid-sSUZKDEIoV .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSUZKDEIoV .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSUZKDEIoV .mbr-text {
  margin-bottom: 10px;
}
.cid-sSUZKDEIoV .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSUZKDEIoV .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSUZKDEIoV .form__wrap {
    position: static;
  }
  .cid-sSUZKDEIoV .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSUZKDEIoV .subscribe__form {
    order: 1;
  }
  .cid-sSUZKDEIoV .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSUZKDW5YB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSUZKDW5YB .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSUZKDW5YB .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSUZKDW5YB .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSUZKDW5YB .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSUZKDW5YB .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSUZKDW5YB .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSUZKDW5YB .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSUZKDW5YB .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSUZKDW5YB .item a {
  font-weight: 600;
}
.cid-sSUZKDW5YB .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSUZKDW5YB .item:last-child:after {
  display: none;
}
.cid-sSUZKDW5YB .footer__social {
  padding-bottom: 21px;
}
.cid-sSUZKDW5YB .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSUZKDW5YB .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSUZKDW5YB .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSUZKDW5YB .footer__ink {
  text-align: right;
}
.cid-sSUZKDW5YB .copyright,
.cid-sSUZKDW5YB .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSUZKDW5YB .footer__menu {
    padding-right: 0;
  }
}
.cid-sSUZKDW5YB .copyright {
  color: #3a6686;
}
.cid-sSUZKDW5YB .ink {
  color: #3a6686;
}
.cid-sSV1ojLM4q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-7989-1920x1280.webp");
}
.cid-sSV1ojLM4q .date__block {
  margin-bottom: 17px;
}
.cid-sSV1ojLM4q .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sSV1ojLM4q .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sSV1ojLM4q .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSV1ojLM4q .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSV1ojLM4q .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSV1ojLM4q .mbr-text {
  margin-bottom: 20px;
}
.cid-sSV1ojLM4q .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSV1ojLM4q .link a {
  font-weight: 700;
}
.cid-sSV1ojLM4q .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSV1ojLM4q .link:hover span {
  transform: translateX(9px);
}
.cid-sSV1ojLM4q .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSV1ojLM4q .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sSV1ojLM4q .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSV1ojLM4q .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sSV1ojLM4q .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSV1ojLM4q .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSV1ojLM4q .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sSV1ojLM4q .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSV1ojLM4q .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSV1ojLM4q .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSV1ojLM4q .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSV1ojLM4q .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSV1ojLM4q .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSV1ojLM4q .image:before {
    padding-top: 375px;
  }
}
.cid-sSV1okmuBe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSV1okmuBe .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSV1okmuBe .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sSV1okmuBe .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sSV1okmuBe .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sSV1okmuBe .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sSV1okmuBe .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sSV1okmuBe .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sSV1okHSoY {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sSV1okHSoY .nav-link,
.cid-sSV1okHSoY .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sSV1okHSoY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sSV1okHSoY .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sSV1okHSoY .nav-link.text-primary:hover,
.cid-sSV1okHSoY .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sSV1okHSoY .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sSV1okHSoY .nav-link:hover:before {
  opacity: 1;
}
.cid-sSV1okHSoY .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sSV1okHSoY .nav-link {
    margin: 0 !important;
  }
}
.cid-sSV1okHSoY .icons-menu {
  line-height: 0;
}
.cid-sSV1okHSoY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sSV1okHSoY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sSV1okHSoY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sSV1okHSoY .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sSV1okHSoY .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sSV1okHSoY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sSV1okHSoY.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sSV1okHSoY .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sSV1okHSoY .btn {
    white-space: nowrap;
  }
  .cid-sSV1okHSoY .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sSV1okHSoY .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sSV1okHSoY .nav-item.dropdown:hover::before,
  .cid-sSV1okHSoY .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sSV1okHSoY .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sSV1okHSoY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sSV1okHSoY .navbar > .container,
.cid-sSV1okHSoY .navbar > .container-fluid {
  align-items: center;
}
.cid-sSV1okHSoY .dropdown-toggle::after,
.cid-sSV1okHSoY .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sSV1okHSoY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sSV1okHSoY .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sSV1okHSoY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sSV1okHSoY .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sSV1okHSoY .nav-item:focus,
.cid-sSV1okHSoY .nav-link:focus {
  outline: none;
}
.cid-sSV1okHSoY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSV1okHSoY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSV1okHSoY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sSV1okHSoY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sSV1okHSoY ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sSV1okHSoY .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sSV1okHSoY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sSV1okHSoY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sSV1okHSoY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSV1okHSoY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSV1okHSoY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sSV1okHSoY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSV1okHSoY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSV1okHSoY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSV1okHSoY .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sSV1okHSoY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sSV1okHSoY .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSV1okHSoY.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSV1okHSoY .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sSV1okHSoY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sSV1okHSoY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sSV1okHSoY .navbar-logo {
    margin: 0;
  }
  .cid-sSV1okHSoY .navbar-logo img {
    height: 60px !important;
  }
  .cid-sSV1okHSoY .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sSV1okHSoY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSV1okHSoY .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sSV1okHSoY .navbar {
    padding: 13px 90px;
  }
  .cid-sSV1okHSoY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sSV1okHSoY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sSV1okHSoY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sSV1okHSoY .dropdown-toggle::after,
  .cid-sSV1okHSoY .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sSV1okHSoY .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sSV1okHSoY a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sSV1okHSoY ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sSV1okHSoY .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sSV1okHSoY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sSV1okHSoY.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sSV1okHSoY.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sSV1okHSoY.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSV1okHSoY.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sSV1okHSoY .navbar {
    padding: 0 !important;
  }
  .cid-sSV1okHSoY ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sSV1okHSoY a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sSV1okHSoY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sSV1okHSoY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSV1okHSoY .dropdown-item.active,
.cid-sSV1okHSoY .dropdown-item:active {
  background-color: transparent;
}
.cid-sSV1okHSoY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSV1okHSoY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sSV1okHSoY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSV1okHSoY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sSV1okHSoY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSV1okHSoY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV1okHSoY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSV1okHSoY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSV1okHSoY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSV1okHSoY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSV1okHSoY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSV1okHSoY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sSV1okHSoY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sSV1okHSoY .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSV1okHSoY .navbar {
    height: 97px;
  }
  .cid-sSV1okHSoY .navbar.opened {
    height: auto;
  }
  .cid-sSV1okHSoY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTS0RZznio {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTS0RZznio .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTS0RZznio .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTS0RZznio .acc {
    padding: 0 2rem;
  }
}
.cid-sTS0RZznio .img-col {
  padding: 0;
}
.cid-sTS0RZznio .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTS0RZznio .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTS0RZznio .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTS0RZznio .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTS0RZznio .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTS0RZznio .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTS0RZznio .card .panel-body {
  color: #767676;
}
.cid-sTS0RZznio .card:hover {
  background: #f2f2f4;
}
.cid-sTS0RZznio .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTS0RZznio .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTS0RZznio .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTS0RZznio .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTS0RZznio .panel-collapse {
  margin-top: -1px;
}
.cid-sTS0RZznio H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTS0RZznio .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTS0RZznio .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTS0RZznio .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTS0RZznio .sign {
    margin-right: 0.5rem;
  }
}
.cid-sSV1olbVHr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSV1olbVHr .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sSV1olbVHr .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sSV1olbVHr .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sSV1olbVHr .mbr-form {
  width: 100%;
}
.cid-sSV1olbVHr .form-group {
  margin-bottom: 0;
}
.cid-sSV1olbVHr .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sSV1olbVHr .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sSV1olbVHr .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSV1olbVHr .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSV1olbVHr .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSV1olbVHr .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sSV1olbVHr .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sSV1olbVHr .title__block {
  padding-left: 50px;
}
.cid-sSV1olbVHr .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sSV1olbVHr .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sSV1olbVHr .mbr-text {
  margin-bottom: 10px;
}
.cid-sSV1olbVHr .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sSV1olbVHr .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sSV1olbVHr .form__wrap {
    position: static;
  }
  .cid-sSV1olbVHr .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sSV1olbVHr .subscribe__form {
    order: 1;
  }
  .cid-sSV1olbVHr .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sSV1olwVAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sSV1olwVAf .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sSV1olwVAf .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sSV1olwVAf .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sSV1olwVAf .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sSV1olwVAf .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sSV1olwVAf .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sSV1olwVAf .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sSV1olwVAf .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sSV1olwVAf .item a {
  font-weight: 600;
}
.cid-sSV1olwVAf .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sSV1olwVAf .item:last-child:after {
  display: none;
}
.cid-sSV1olwVAf .footer__social {
  padding-bottom: 21px;
}
.cid-sSV1olwVAf .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sSV1olwVAf .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sSV1olwVAf .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sSV1olwVAf .footer__ink {
  text-align: right;
}
.cid-sSV1olwVAf .copyright,
.cid-sSV1olwVAf .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSV1olwVAf .footer__menu {
    padding-right: 0;
  }
}
.cid-sSV1olwVAf .copyright {
  color: #3a6686;
}
.cid-sSV1olwVAf .ink {
  color: #3a6686;
}
.cid-sTRgSj0TTt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-9455-2000x1333.webp");
}
.cid-sTRgSj0TTt .date__block {
  margin-bottom: 17px;
}
.cid-sTRgSj0TTt .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sTRgSj0TTt .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sTRgSj0TTt .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sTRgSj0TTt .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sTRgSj0TTt .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sTRgSj0TTt .mbr-text {
  margin-bottom: 20px;
}
.cid-sTRgSj0TTt .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sTRgSj0TTt .link a {
  font-weight: 700;
}
.cid-sTRgSj0TTt .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sTRgSj0TTt .link:hover span {
  transform: translateX(9px);
}
.cid-sTRgSj0TTt .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sTRgSj0TTt .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sTRgSj0TTt .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sTRgSj0TTt .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sTRgSj0TTt .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sTRgSj0TTt .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sTRgSj0TTt .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sTRgSj0TTt .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sTRgSj0TTt .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sTRgSj0TTt .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sTRgSj0TTt .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sTRgSj0TTt .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sTRgSj0TTt .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sTRgSj0TTt .image:before {
    padding-top: 375px;
  }
}
.cid-sTRgSjopN5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTRgSjopN5 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRgSjopN5 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRgSjopN5 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRgSjopN5 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRgSjopN5 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRgSjopN5 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRgSjopN5 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRiIGRmYz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sTRiIGRmYz .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRiIGRmYz .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRiIGRmYz .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRiIGRmYz .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRiIGRmYz .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRiIGRmYz .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRiIGRmYz .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTS1u444a8 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTS1u444a8 .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sTS1u444a8 .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sTS1u444a8 .acc {
    padding: 0 2rem;
  }
}
.cid-sTS1u444a8 .img-col {
  padding: 0;
}
.cid-sTS1u444a8 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sTS1u444a8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sTS1u444a8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sTS1u444a8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTS1u444a8 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sTS1u444a8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTS1u444a8 .card .panel-body {
  color: #767676;
}
.cid-sTS1u444a8 .card:hover {
  background: #f2f2f4;
}
.cid-sTS1u444a8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sTS1u444a8 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sTS1u444a8 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sTS1u444a8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sTS1u444a8 .panel-collapse {
  margin-top: -1px;
}
.cid-sTS1u444a8 H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sTS1u444a8 .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTS1u444a8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sTS1u444a8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sTS1u444a8 .sign {
    margin-right: 0.5rem;
  }
}
.cid-sTRgSjEL8I {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sTRgSjEL8I .nav-link,
.cid-sTRgSjEL8I .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sTRgSjEL8I .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sTRgSjEL8I .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sTRgSjEL8I .nav-link.text-primary:hover,
.cid-sTRgSjEL8I .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sTRgSjEL8I .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sTRgSjEL8I .nav-link:hover:before {
  opacity: 1;
}
.cid-sTRgSjEL8I .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sTRgSjEL8I .nav-link {
    margin: 0 !important;
  }
}
.cid-sTRgSjEL8I .icons-menu {
  line-height: 0;
}
.cid-sTRgSjEL8I .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sTRgSjEL8I .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sTRgSjEL8I .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sTRgSjEL8I .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sTRgSjEL8I .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sTRgSjEL8I .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sTRgSjEL8I.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sTRgSjEL8I .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sTRgSjEL8I .btn {
    white-space: nowrap;
  }
  .cid-sTRgSjEL8I .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sTRgSjEL8I .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRgSjEL8I .nav-item.dropdown:hover::before,
  .cid-sTRgSjEL8I .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sTRgSjEL8I .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sTRgSjEL8I .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sTRgSjEL8I .navbar > .container,
.cid-sTRgSjEL8I .navbar > .container-fluid {
  align-items: center;
}
.cid-sTRgSjEL8I .dropdown-toggle::after,
.cid-sTRgSjEL8I .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sTRgSjEL8I .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sTRgSjEL8I .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sTRgSjEL8I .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sTRgSjEL8I .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sTRgSjEL8I .nav-item:focus,
.cid-sTRgSjEL8I .nav-link:focus {
  outline: none;
}
.cid-sTRgSjEL8I .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sTRgSjEL8I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTRgSjEL8I .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sTRgSjEL8I a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sTRgSjEL8I ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sTRgSjEL8I .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sTRgSjEL8I .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTRgSjEL8I .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sTRgSjEL8I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTRgSjEL8I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTRgSjEL8I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sTRgSjEL8I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTRgSjEL8I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTRgSjEL8I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTRgSjEL8I .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sTRgSjEL8I .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRgSjEL8I .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTRgSjEL8I.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTRgSjEL8I .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sTRgSjEL8I .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sTRgSjEL8I .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sTRgSjEL8I .navbar-logo {
    margin: 0;
  }
  .cid-sTRgSjEL8I .navbar-logo img {
    height: 60px !important;
  }
  .cid-sTRgSjEL8I .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sTRgSjEL8I .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTRgSjEL8I .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sTRgSjEL8I .navbar {
    padding: 13px 90px;
  }
  .cid-sTRgSjEL8I .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sTRgSjEL8I .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sTRgSjEL8I .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sTRgSjEL8I .dropdown-toggle::after,
  .cid-sTRgSjEL8I .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sTRgSjEL8I .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sTRgSjEL8I a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sTRgSjEL8I ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sTRgSjEL8I .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sTRgSjEL8I .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sTRgSjEL8I.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sTRgSjEL8I.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sTRgSjEL8I.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTRgSjEL8I.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sTRgSjEL8I .navbar {
    padding: 0 !important;
  }
  .cid-sTRgSjEL8I ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sTRgSjEL8I a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sTRgSjEL8I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sTRgSjEL8I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTRgSjEL8I .dropdown-item.active,
.cid-sTRgSjEL8I .dropdown-item:active {
  background-color: transparent;
}
.cid-sTRgSjEL8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTRgSjEL8I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sTRgSjEL8I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTRgSjEL8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sTRgSjEL8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTRgSjEL8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRgSjEL8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRgSjEL8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTRgSjEL8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTRgSjEL8I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTRgSjEL8I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTRgSjEL8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sTRgSjEL8I .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sTRgSjEL8I .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTRgSjEL8I .navbar {
    height: 97px;
  }
  .cid-sTRgSjEL8I .navbar.opened {
    height: auto;
  }
  .cid-sTRgSjEL8I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTRgSk0iYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sTRgSk0iYt .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sTRgSk0iYt .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sTRgSk0iYt .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sTRgSk0iYt .mbr-form {
  width: 100%;
}
.cid-sTRgSk0iYt .form-group {
  margin-bottom: 0;
}
.cid-sTRgSk0iYt .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sTRgSk0iYt .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sTRgSk0iYt .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRgSk0iYt .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRgSk0iYt .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRgSk0iYt .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRgSk0iYt .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sTRgSk0iYt .title__block {
  padding-left: 50px;
}
.cid-sTRgSk0iYt .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sTRgSk0iYt .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sTRgSk0iYt .mbr-text {
  margin-bottom: 10px;
}
.cid-sTRgSk0iYt .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sTRgSk0iYt .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sTRgSk0iYt .form__wrap {
    position: static;
  }
  .cid-sTRgSk0iYt .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sTRgSk0iYt .subscribe__form {
    order: 1;
  }
  .cid-sTRgSk0iYt .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sTRgSkiY5E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sTRgSkiY5E .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sTRgSkiY5E .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sTRgSkiY5E .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sTRgSkiY5E .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sTRgSkiY5E .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sTRgSkiY5E .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sTRgSkiY5E .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sTRgSkiY5E .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sTRgSkiY5E .item a {
  font-weight: 600;
}
.cid-sTRgSkiY5E .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sTRgSkiY5E .item:last-child:after {
  display: none;
}
.cid-sTRgSkiY5E .footer__social {
  padding-bottom: 21px;
}
.cid-sTRgSkiY5E .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sTRgSkiY5E .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sTRgSkiY5E .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sTRgSkiY5E .footer__ink {
  text-align: right;
}
.cid-sTRgSkiY5E .copyright,
.cid-sTRgSkiY5E .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTRgSkiY5E .footer__menu {
    padding-right: 0;
  }
}
.cid-sTRgSkiY5E .copyright {
  color: #3a6686;
}
.cid-sTRgSkiY5E .ink {
  color: #3a6686;
}
.cid-sTRjtqyHrc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1080295438-dji-14-jpg-5015111-0-202110417316-photo-original-1920x1440.webp");
}
.cid-sTRjtqyHrc .date__block {
  margin-bottom: 17px;
}
.cid-sTRjtqyHrc .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sTRjtqyHrc .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sTRjtqyHrc .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sTRjtqyHrc .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sTRjtqyHrc .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sTRjtqyHrc .mbr-text {
  margin-bottom: 20px;
}
.cid-sTRjtqyHrc .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sTRjtqyHrc .link a {
  font-weight: 700;
}
.cid-sTRjtqyHrc .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sTRjtqyHrc .link:hover span {
  transform: translateX(9px);
}
.cid-sTRjtqyHrc .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sTRjtqyHrc .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sTRjtqyHrc .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sTRjtqyHrc .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sTRjtqyHrc .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sTRjtqyHrc .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sTRjtqyHrc .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sTRjtqyHrc .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sTRjtqyHrc .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sTRjtqyHrc .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sTRjtqyHrc .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sTRjtqyHrc .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sTRjtqyHrc .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sTRjtqyHrc .image:before {
    padding-top: 375px;
  }
}
.cid-sTRjtr7v4I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTRjtr7v4I .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRjtr7v4I .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRjtr7v4I .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRjtr7v4I .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRjtr7v4I .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRjtr7v4I .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRjtr7v4I .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRjtrtJNy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTRjtrtJNy .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRjtrtJNy .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRjtrtJNy .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRjtrtJNy .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRjtrtJNy .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRjtrtJNy .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRjtrtJNy .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRlrStAve {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sTRlrStAve .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRlrStAve .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRlrStAve .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRlrStAve .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRlrStAve .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRlrStAve .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRlrStAve .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRjtrOWnS {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sTRjtrOWnS .nav-link,
.cid-sTRjtrOWnS .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sTRjtrOWnS .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sTRjtrOWnS .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sTRjtrOWnS .nav-link.text-primary:hover,
.cid-sTRjtrOWnS .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sTRjtrOWnS .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sTRjtrOWnS .nav-link:hover:before {
  opacity: 1;
}
.cid-sTRjtrOWnS .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sTRjtrOWnS .nav-link {
    margin: 0 !important;
  }
}
.cid-sTRjtrOWnS .icons-menu {
  line-height: 0;
}
.cid-sTRjtrOWnS .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sTRjtrOWnS .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sTRjtrOWnS .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sTRjtrOWnS .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sTRjtrOWnS .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sTRjtrOWnS .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sTRjtrOWnS.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sTRjtrOWnS .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sTRjtrOWnS .btn {
    white-space: nowrap;
  }
  .cid-sTRjtrOWnS .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sTRjtrOWnS .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRjtrOWnS .nav-item.dropdown:hover::before,
  .cid-sTRjtrOWnS .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sTRjtrOWnS .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sTRjtrOWnS .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sTRjtrOWnS .navbar > .container,
.cid-sTRjtrOWnS .navbar > .container-fluid {
  align-items: center;
}
.cid-sTRjtrOWnS .dropdown-toggle::after,
.cid-sTRjtrOWnS .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sTRjtrOWnS .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sTRjtrOWnS .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sTRjtrOWnS .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sTRjtrOWnS .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sTRjtrOWnS .nav-item:focus,
.cid-sTRjtrOWnS .nav-link:focus {
  outline: none;
}
.cid-sTRjtrOWnS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sTRjtrOWnS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTRjtrOWnS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sTRjtrOWnS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sTRjtrOWnS ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sTRjtrOWnS .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sTRjtrOWnS .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTRjtrOWnS .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sTRjtrOWnS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTRjtrOWnS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTRjtrOWnS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sTRjtrOWnS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTRjtrOWnS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTRjtrOWnS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTRjtrOWnS .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sTRjtrOWnS .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRjtrOWnS .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTRjtrOWnS.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTRjtrOWnS .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sTRjtrOWnS .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sTRjtrOWnS .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sTRjtrOWnS .navbar-logo {
    margin: 0;
  }
  .cid-sTRjtrOWnS .navbar-logo img {
    height: 60px !important;
  }
  .cid-sTRjtrOWnS .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sTRjtrOWnS .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTRjtrOWnS .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sTRjtrOWnS .navbar {
    padding: 13px 90px;
  }
  .cid-sTRjtrOWnS .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sTRjtrOWnS .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sTRjtrOWnS .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sTRjtrOWnS .dropdown-toggle::after,
  .cid-sTRjtrOWnS .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sTRjtrOWnS .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sTRjtrOWnS a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sTRjtrOWnS ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sTRjtrOWnS .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sTRjtrOWnS .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sTRjtrOWnS.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sTRjtrOWnS.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sTRjtrOWnS.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTRjtrOWnS.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sTRjtrOWnS .navbar {
    padding: 0 !important;
  }
  .cid-sTRjtrOWnS ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sTRjtrOWnS a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sTRjtrOWnS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sTRjtrOWnS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTRjtrOWnS .dropdown-item.active,
.cid-sTRjtrOWnS .dropdown-item:active {
  background-color: transparent;
}
.cid-sTRjtrOWnS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTRjtrOWnS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sTRjtrOWnS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTRjtrOWnS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sTRjtrOWnS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTRjtrOWnS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRjtrOWnS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRjtrOWnS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTRjtrOWnS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTRjtrOWnS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTRjtrOWnS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTRjtrOWnS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sTRjtrOWnS .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sTRjtrOWnS .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTRjtrOWnS .navbar {
    height: 97px;
  }
  .cid-sTRjtrOWnS .navbar.opened {
    height: auto;
  }
  .cid-sTRjtrOWnS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTRjtsk1U5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sTRjtsk1U5 .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sTRjtsk1U5 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sTRjtsk1U5 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sTRjtsk1U5 .mbr-form {
  width: 100%;
}
.cid-sTRjtsk1U5 .form-group {
  margin-bottom: 0;
}
.cid-sTRjtsk1U5 .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sTRjtsk1U5 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sTRjtsk1U5 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRjtsk1U5 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRjtsk1U5 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRjtsk1U5 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRjtsk1U5 .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sTRjtsk1U5 .title__block {
  padding-left: 50px;
}
.cid-sTRjtsk1U5 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sTRjtsk1U5 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sTRjtsk1U5 .mbr-text {
  margin-bottom: 10px;
}
.cid-sTRjtsk1U5 .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sTRjtsk1U5 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sTRjtsk1U5 .form__wrap {
    position: static;
  }
  .cid-sTRjtsk1U5 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sTRjtsk1U5 .subscribe__form {
    order: 1;
  }
  .cid-sTRjtsk1U5 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sTRjtsE9p6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sTRjtsE9p6 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sTRjtsE9p6 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sTRjtsE9p6 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sTRjtsE9p6 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sTRjtsE9p6 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sTRjtsE9p6 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sTRjtsE9p6 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sTRjtsE9p6 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sTRjtsE9p6 .item a {
  font-weight: 600;
}
.cid-sTRjtsE9p6 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sTRjtsE9p6 .item:last-child:after {
  display: none;
}
.cid-sTRjtsE9p6 .footer__social {
  padding-bottom: 21px;
}
.cid-sTRjtsE9p6 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sTRjtsE9p6 .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sTRjtsE9p6 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sTRjtsE9p6 .footer__ink {
  text-align: right;
}
.cid-sTRjtsE9p6 .copyright,
.cid-sTRjtsE9p6 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTRjtsE9p6 .footer__menu {
    padding-right: 0;
  }
}
.cid-sTRjtsE9p6 .copyright {
  color: #3a6686;
}
.cid-sTRjtsE9p6 .ink {
  color: #3a6686;
}
.cid-sTRmgLXdp2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dji-510-1801x1200.webp");
}
.cid-sTRmgLXdp2 .date__block {
  margin-bottom: 17px;
}
.cid-sTRmgLXdp2 .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sTRmgLXdp2 .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sTRmgLXdp2 .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sTRmgLXdp2 .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sTRmgLXdp2 .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sTRmgLXdp2 .mbr-text {
  margin-bottom: 20px;
}
.cid-sTRmgLXdp2 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sTRmgLXdp2 .link a {
  font-weight: 700;
}
.cid-sTRmgLXdp2 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sTRmgLXdp2 .link:hover span {
  transform: translateX(9px);
}
.cid-sTRmgLXdp2 .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sTRmgLXdp2 .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sTRmgLXdp2 .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sTRmgLXdp2 .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sTRmgLXdp2 .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sTRmgLXdp2 .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sTRmgLXdp2 .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sTRmgLXdp2 .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sTRmgLXdp2 .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sTRmgLXdp2 .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sTRmgLXdp2 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sTRmgLXdp2 .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sTRmgLXdp2 .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sTRmgLXdp2 .image:before {
    padding-top: 375px;
  }
}
.cid-sTRmgMWhTg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTRmgMWhTg .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRmgMWhTg .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRmgMWhTg .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRmgMWhTg .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRmgMWhTg .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRmgMWhTg .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRmgMWhTg .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRmgOiumC {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sTRmgOiumC .nav-link,
.cid-sTRmgOiumC .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sTRmgOiumC .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sTRmgOiumC .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sTRmgOiumC .nav-link.text-primary:hover,
.cid-sTRmgOiumC .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sTRmgOiumC .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sTRmgOiumC .nav-link:hover:before {
  opacity: 1;
}
.cid-sTRmgOiumC .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sTRmgOiumC .nav-link {
    margin: 0 !important;
  }
}
.cid-sTRmgOiumC .icons-menu {
  line-height: 0;
}
.cid-sTRmgOiumC .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sTRmgOiumC .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sTRmgOiumC .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sTRmgOiumC .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sTRmgOiumC .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sTRmgOiumC .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sTRmgOiumC.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sTRmgOiumC .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sTRmgOiumC .btn {
    white-space: nowrap;
  }
  .cid-sTRmgOiumC .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sTRmgOiumC .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRmgOiumC .nav-item.dropdown:hover::before,
  .cid-sTRmgOiumC .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sTRmgOiumC .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sTRmgOiumC .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sTRmgOiumC .navbar > .container,
.cid-sTRmgOiumC .navbar > .container-fluid {
  align-items: center;
}
.cid-sTRmgOiumC .dropdown-toggle::after,
.cid-sTRmgOiumC .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sTRmgOiumC .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sTRmgOiumC .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sTRmgOiumC .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sTRmgOiumC .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sTRmgOiumC .nav-item:focus,
.cid-sTRmgOiumC .nav-link:focus {
  outline: none;
}
.cid-sTRmgOiumC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sTRmgOiumC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTRmgOiumC .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sTRmgOiumC a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sTRmgOiumC ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sTRmgOiumC .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sTRmgOiumC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTRmgOiumC .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sTRmgOiumC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTRmgOiumC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTRmgOiumC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sTRmgOiumC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTRmgOiumC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTRmgOiumC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTRmgOiumC .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sTRmgOiumC .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRmgOiumC .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTRmgOiumC.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTRmgOiumC .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sTRmgOiumC .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sTRmgOiumC .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sTRmgOiumC .navbar-logo {
    margin: 0;
  }
  .cid-sTRmgOiumC .navbar-logo img {
    height: 60px !important;
  }
  .cid-sTRmgOiumC .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sTRmgOiumC .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTRmgOiumC .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sTRmgOiumC .navbar {
    padding: 13px 90px;
  }
  .cid-sTRmgOiumC .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sTRmgOiumC .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sTRmgOiumC .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sTRmgOiumC .dropdown-toggle::after,
  .cid-sTRmgOiumC .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sTRmgOiumC .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sTRmgOiumC a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sTRmgOiumC ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sTRmgOiumC .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sTRmgOiumC .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sTRmgOiumC.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sTRmgOiumC.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sTRmgOiumC.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTRmgOiumC.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sTRmgOiumC .navbar {
    padding: 0 !important;
  }
  .cid-sTRmgOiumC ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sTRmgOiumC a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sTRmgOiumC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sTRmgOiumC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTRmgOiumC .dropdown-item.active,
.cid-sTRmgOiumC .dropdown-item:active {
  background-color: transparent;
}
.cid-sTRmgOiumC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTRmgOiumC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sTRmgOiumC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTRmgOiumC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sTRmgOiumC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTRmgOiumC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRmgOiumC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRmgOiumC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTRmgOiumC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTRmgOiumC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTRmgOiumC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTRmgOiumC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sTRmgOiumC .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sTRmgOiumC .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTRmgOiumC .navbar {
    height: 97px;
  }
  .cid-sTRmgOiumC .navbar.opened {
    height: auto;
  }
  .cid-sTRmgOiumC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTRpBEP0Ov {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sTRpBEP0Ov .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRpBEP0Ov .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRpBEP0Ov .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRpBEP0Ov .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRpBEP0Ov .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRpBEP0Ov .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRpBEP0Ov .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRmgOTdeP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sTRmgOTdeP .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sTRmgOTdeP .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sTRmgOTdeP .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sTRmgOTdeP .mbr-form {
  width: 100%;
}
.cid-sTRmgOTdeP .form-group {
  margin-bottom: 0;
}
.cid-sTRmgOTdeP .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sTRmgOTdeP .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sTRmgOTdeP .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRmgOTdeP .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRmgOTdeP .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRmgOTdeP .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRmgOTdeP .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sTRmgOTdeP .title__block {
  padding-left: 50px;
}
.cid-sTRmgOTdeP .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sTRmgOTdeP .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sTRmgOTdeP .mbr-text {
  margin-bottom: 10px;
}
.cid-sTRmgOTdeP .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sTRmgOTdeP .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sTRmgOTdeP .form__wrap {
    position: static;
  }
  .cid-sTRmgOTdeP .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sTRmgOTdeP .subscribe__form {
    order: 1;
  }
  .cid-sTRmgOTdeP .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sTRmgPqDTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sTRmgPqDTq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sTRmgPqDTq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sTRmgPqDTq .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sTRmgPqDTq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sTRmgPqDTq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sTRmgPqDTq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sTRmgPqDTq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sTRmgPqDTq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sTRmgPqDTq .item a {
  font-weight: 600;
}
.cid-sTRmgPqDTq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sTRmgPqDTq .item:last-child:after {
  display: none;
}
.cid-sTRmgPqDTq .footer__social {
  padding-bottom: 21px;
}
.cid-sTRmgPqDTq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sTRmgPqDTq .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sTRmgPqDTq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sTRmgPqDTq .footer__ink {
  text-align: right;
}
.cid-sTRmgPqDTq .copyright,
.cid-sTRmgPqDTq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTRmgPqDTq .footer__menu {
    padding-right: 0;
  }
}
.cid-sTRmgPqDTq .copyright {
  color: #3a6686;
}
.cid-sTRmgPqDTq .ink {
  color: #3a6686;
}
.cid-sTRq6d78p7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/83023929-102784417953308-8662859206791004160-n-1-960x720.webp");
}
.cid-sTRq6d78p7 .date__block {
  margin-bottom: 17px;
}
.cid-sTRq6d78p7 .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sTRq6d78p7 .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sTRq6d78p7 .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sTRq6d78p7 .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sTRq6d78p7 .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sTRq6d78p7 .mbr-text {
  margin-bottom: 20px;
}
.cid-sTRq6d78p7 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sTRq6d78p7 .link a {
  font-weight: 700;
}
.cid-sTRq6d78p7 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sTRq6d78p7 .link:hover span {
  transform: translateX(9px);
}
.cid-sTRq6d78p7 .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sTRq6d78p7 .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sTRq6d78p7 .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sTRq6d78p7 .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sTRq6d78p7 .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sTRq6d78p7 .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sTRq6d78p7 .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sTRq6d78p7 .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sTRq6d78p7 .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sTRq6d78p7 .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sTRq6d78p7 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sTRq6d78p7 .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sTRq6d78p7 .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sTRq6d78p7 .image:before {
    padding-top: 375px;
  }
}
.cid-sTRq6dD6Ci {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTRq6dD6Ci .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRq6dD6Ci .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRq6dD6Ci .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRq6dD6Ci .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRq6dD6Ci .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRq6dD6Ci .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRq6dD6Ci .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRq6dYYiP {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sTRq6dYYiP .nav-link,
.cid-sTRq6dYYiP .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sTRq6dYYiP .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sTRq6dYYiP .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sTRq6dYYiP .nav-link.text-primary:hover,
.cid-sTRq6dYYiP .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sTRq6dYYiP .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sTRq6dYYiP .nav-link:hover:before {
  opacity: 1;
}
.cid-sTRq6dYYiP .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sTRq6dYYiP .nav-link {
    margin: 0 !important;
  }
}
.cid-sTRq6dYYiP .icons-menu {
  line-height: 0;
}
.cid-sTRq6dYYiP .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sTRq6dYYiP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sTRq6dYYiP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sTRq6dYYiP .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sTRq6dYYiP .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sTRq6dYYiP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sTRq6dYYiP.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sTRq6dYYiP .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sTRq6dYYiP .btn {
    white-space: nowrap;
  }
  .cid-sTRq6dYYiP .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sTRq6dYYiP .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRq6dYYiP .nav-item.dropdown:hover::before,
  .cid-sTRq6dYYiP .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sTRq6dYYiP .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sTRq6dYYiP .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sTRq6dYYiP .navbar > .container,
.cid-sTRq6dYYiP .navbar > .container-fluid {
  align-items: center;
}
.cid-sTRq6dYYiP .dropdown-toggle::after,
.cid-sTRq6dYYiP .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sTRq6dYYiP .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sTRq6dYYiP .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sTRq6dYYiP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sTRq6dYYiP .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sTRq6dYYiP .nav-item:focus,
.cid-sTRq6dYYiP .nav-link:focus {
  outline: none;
}
.cid-sTRq6dYYiP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sTRq6dYYiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTRq6dYYiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sTRq6dYYiP a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sTRq6dYYiP ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sTRq6dYYiP .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sTRq6dYYiP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTRq6dYYiP .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sTRq6dYYiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTRq6dYYiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTRq6dYYiP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sTRq6dYYiP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTRq6dYYiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTRq6dYYiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTRq6dYYiP .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sTRq6dYYiP .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRq6dYYiP .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTRq6dYYiP.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTRq6dYYiP .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sTRq6dYYiP .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sTRq6dYYiP .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sTRq6dYYiP .navbar-logo {
    margin: 0;
  }
  .cid-sTRq6dYYiP .navbar-logo img {
    height: 60px !important;
  }
  .cid-sTRq6dYYiP .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sTRq6dYYiP .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTRq6dYYiP .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sTRq6dYYiP .navbar {
    padding: 13px 90px;
  }
  .cid-sTRq6dYYiP .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sTRq6dYYiP .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sTRq6dYYiP .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sTRq6dYYiP .dropdown-toggle::after,
  .cid-sTRq6dYYiP .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sTRq6dYYiP .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sTRq6dYYiP a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sTRq6dYYiP ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sTRq6dYYiP .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sTRq6dYYiP .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sTRq6dYYiP.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sTRq6dYYiP.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sTRq6dYYiP.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTRq6dYYiP.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sTRq6dYYiP .navbar {
    padding: 0 !important;
  }
  .cid-sTRq6dYYiP ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sTRq6dYYiP a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sTRq6dYYiP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sTRq6dYYiP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTRq6dYYiP .dropdown-item.active,
.cid-sTRq6dYYiP .dropdown-item:active {
  background-color: transparent;
}
.cid-sTRq6dYYiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTRq6dYYiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sTRq6dYYiP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTRq6dYYiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sTRq6dYYiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTRq6dYYiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRq6dYYiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRq6dYYiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTRq6dYYiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTRq6dYYiP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTRq6dYYiP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTRq6dYYiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sTRq6dYYiP .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sTRq6dYYiP .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTRq6dYYiP .navbar {
    height: 97px;
  }
  .cid-sTRq6dYYiP .navbar.opened {
    height: auto;
  }
  .cid-sTRq6dYYiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTRq6eq27a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sTRq6eq27a .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sTRq6eq27a .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sTRq6eq27a .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sTRq6eq27a .mbr-form {
  width: 100%;
}
.cid-sTRq6eq27a .form-group {
  margin-bottom: 0;
}
.cid-sTRq6eq27a .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sTRq6eq27a .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sTRq6eq27a .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRq6eq27a .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRq6eq27a .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRq6eq27a .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRq6eq27a .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sTRq6eq27a .title__block {
  padding-left: 50px;
}
.cid-sTRq6eq27a .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sTRq6eq27a .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sTRq6eq27a .mbr-text {
  margin-bottom: 10px;
}
.cid-sTRq6eq27a .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sTRq6eq27a .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sTRq6eq27a .form__wrap {
    position: static;
  }
  .cid-sTRq6eq27a .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sTRq6eq27a .subscribe__form {
    order: 1;
  }
  .cid-sTRq6eq27a .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sTRq6eL8iJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sTRq6eL8iJ .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sTRq6eL8iJ .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sTRq6eL8iJ .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sTRq6eL8iJ .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sTRq6eL8iJ .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sTRq6eL8iJ .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sTRq6eL8iJ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sTRq6eL8iJ .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sTRq6eL8iJ .item a {
  font-weight: 600;
}
.cid-sTRq6eL8iJ .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sTRq6eL8iJ .item:last-child:after {
  display: none;
}
.cid-sTRq6eL8iJ .footer__social {
  padding-bottom: 21px;
}
.cid-sTRq6eL8iJ .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sTRq6eL8iJ .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sTRq6eL8iJ .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sTRq6eL8iJ .footer__ink {
  text-align: right;
}
.cid-sTRq6eL8iJ .copyright,
.cid-sTRq6eL8iJ .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTRq6eL8iJ .footer__menu {
    padding-right: 0;
  }
}
.cid-sTRq6eL8iJ .copyright {
  color: #3a6686;
}
.cid-sTRq6eL8iJ .ink {
  color: #3a6686;
}
.cid-sWSr1I12Et {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sWSr1I12Et .nav-link,
.cid-sWSr1I12Et .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sWSr1I12Et .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sWSr1I12Et .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sWSr1I12Et .nav-link.text-primary:hover,
.cid-sWSr1I12Et .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sWSr1I12Et .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sWSr1I12Et .nav-link:hover:before {
  opacity: 1;
}
.cid-sWSr1I12Et .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sWSr1I12Et .nav-link {
    margin: 0 !important;
  }
}
.cid-sWSr1I12Et .icons-menu {
  line-height: 0;
}
.cid-sWSr1I12Et .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sWSr1I12Et .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sWSr1I12Et .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sWSr1I12Et .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sWSr1I12Et .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sWSr1I12Et .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sWSr1I12Et.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sWSr1I12Et .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sWSr1I12Et .btn {
    white-space: nowrap;
  }
  .cid-sWSr1I12Et .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sWSr1I12Et .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sWSr1I12Et .nav-item.dropdown:hover::before,
  .cid-sWSr1I12Et .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sWSr1I12Et .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sWSr1I12Et .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sWSr1I12Et .navbar > .container,
.cid-sWSr1I12Et .navbar > .container-fluid {
  align-items: center;
}
.cid-sWSr1I12Et .dropdown-toggle::after,
.cid-sWSr1I12Et .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sWSr1I12Et .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sWSr1I12Et .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sWSr1I12Et .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sWSr1I12Et .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sWSr1I12Et .nav-item:focus,
.cid-sWSr1I12Et .nav-link:focus {
  outline: none;
}
.cid-sWSr1I12Et .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sWSr1I12Et .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWSr1I12Et .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sWSr1I12Et a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sWSr1I12Et ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sWSr1I12Et .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sWSr1I12Et .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sWSr1I12Et .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sWSr1I12Et .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWSr1I12Et .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWSr1I12Et .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sWSr1I12Et .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sWSr1I12Et .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWSr1I12Et .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sWSr1I12Et .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sWSr1I12Et .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sWSr1I12Et .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWSr1I12Et.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWSr1I12Et .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sWSr1I12Et .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sWSr1I12Et .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sWSr1I12Et .navbar-logo {
    margin: 0;
  }
  .cid-sWSr1I12Et .navbar-logo img {
    height: 60px !important;
  }
  .cid-sWSr1I12Et .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sWSr1I12Et .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sWSr1I12Et .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sWSr1I12Et .navbar {
    padding: 13px 90px;
  }
  .cid-sWSr1I12Et .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sWSr1I12Et .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sWSr1I12Et .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sWSr1I12Et .dropdown-toggle::after,
  .cid-sWSr1I12Et .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sWSr1I12Et .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sWSr1I12Et a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sWSr1I12Et ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sWSr1I12Et .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sWSr1I12Et .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sWSr1I12Et.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sWSr1I12Et.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sWSr1I12Et.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWSr1I12Et.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sWSr1I12Et .navbar {
    padding: 0 !important;
  }
  .cid-sWSr1I12Et ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sWSr1I12Et a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sWSr1I12Et .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sWSr1I12Et .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWSr1I12Et .dropdown-item.active,
.cid-sWSr1I12Et .dropdown-item:active {
  background-color: transparent;
}
.cid-sWSr1I12Et .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sWSr1I12Et .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sWSr1I12Et button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWSr1I12Et button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sWSr1I12Et button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWSr1I12Et button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWSr1I12Et button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWSr1I12Et button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWSr1I12Et nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWSr1I12Et nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWSr1I12Et nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWSr1I12Et nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sWSr1I12Et .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sWSr1I12Et .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWSr1I12Et .navbar {
    height: 97px;
  }
  .cid-sWSr1I12Et .navbar.opened {
    height: auto;
  }
  .cid-sWSr1I12Et .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXUcm02Sd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sXUcm02Sd2 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-sXUcm02Sd2 .mbr-section-subtitle,
.cid-sXUcm02Sd2 .mbr-section-title,
.cid-sXUcm02Sd2 .mbr-text,
.cid-sXUcm02Sd2 .nav-tabs,
.cid-sXUcm02Sd2 .tab-content {
  pointer-events: all;
}
.cid-sXUcm02Sd2 .title__block {
  margin-top: 120px;
}
.cid-sXUcm02Sd2 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sXUcm02Sd2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 20px;
  font-weight: 300;
}
.cid-sXUcm02Sd2 .mbr-section-title b,
.cid-sXUcm02Sd2 .mbr-section-title strong {
  font-weight: 500;
}
.cid-sXUcm02Sd2 h4 {
  margin: 0;
}
.cid-sXUcm02Sd2 .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-sXUcm02Sd2 .nav-tabs .nav-item {
  margin: 0;
}
.cid-sXUcm02Sd2 .nav-tabs .btn {
  width: 155px;
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-sXUcm02Sd2 .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000000 !important;
}
.cid-sXUcm02Sd2 .nav-tabs .btn:after {
  display: none;
}
.cid-sXUcm02Sd2 .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-sXUcm02Sd2 .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(254, 89, 37, 0.65) 0%, rgba(251, 186, 52, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-sXUcm02Sd2 .nav-tabs .nav-item:first-child .btn {
  border-radius: 32px 0 0 32px;
}
.cid-sXUcm02Sd2 .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 32px 32px 0;
}
.cid-sXUcm02Sd2 .tab-content > .tab-pane {
  display: block !important;
}
.cid-sXUcm02Sd2 .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-sXUcm02Sd2 .tab-content {
  position: relative;
}
.cid-sXUcm02Sd2 .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-sXUcm02Sd2 .plan {
  background: #ffffff;
  border-radius: 30px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
}
.cid-sXUcm02Sd2 .plan .list__item {
  line-height: 42px;
}
.cid-sXUcm02Sd2 .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(254, 89, 37, 0.75) 0%, rgba(251, 186, 52, 0.75) 100%);
}
.cid-sXUcm02Sd2 .price-figure sup {
  font-size: 60%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(254, 89, 37, 0.75) 0%, rgba(251, 186, 52, 0.75) 100%);
}
.cid-sXUcm02Sd2 .price-term {
  margin-bottom: 20px;
  color: #003d59;
  text-decoration: underline;
}
.cid-sXUcm02Sd2 .plan-list {
  margin-bottom: 40px;
}
.cid-sXUcm02Sd2 .plan-list .mbr-list {
  list-style: none;
}
.cid-sXUcm02Sd2 UL {
  color: #233d63;
}
.cid-sXUcm02Sd2 .plan-title {
  color: #233d63;
}
.cid-sXUcm02Sd2 .plan-body {
  padding: 0 15px 80px;
}
.cid-sXUcm02Sd2 .plan-body .mbr-section-btn {
  margin: 0;
}
.cid-sXUcm02Sd2 .plan-body .mbr-section-btn .btn {
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-sXUcm02Sd2 .plan-body .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-sXUcm02Sd2 .plan-body .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(251, 186, 52, 0.55) 0%, #fbba34 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-sXUcm02Sd2 .plan-body .mbr-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-sXUcm02Sd2 .plan-body .mbr-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-sXUcm02Sd2 .plan-header {
  padding: 60px 15px 0;
}
.cid-sXUcm02Sd2 .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-sXUcm02Sd2 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #08af83;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-sXUcm02Sd2 .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #fbba34;
  animation: animationOne 25s infinite linear;
}
.cid-sXUcm02Sd2 .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #d42764;
  animation: animationTwo 25s infinite linear;
}
.cid-sXUcm02Sd2 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #fbba34;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-sXUcm02Sd2 .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-sXUcm02Sd2 .tab-pane {
    width: 290px;
  }
  .cid-sXUcm02Sd2 .tab-content {
    margin-top: 40px;
  }
  .cid-sXUcm02Sd2 .title__block {
    margin-top: 0;
  }
  .cid-sXUcm02Sd2 .nav-tabs {
    justify-content: center;
  }
  .cid-sXUcm02Sd2 .plan-header {
    padding-top: 20px;
  }
  .cid-sXUcm02Sd2 .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-sXUcm02Sd2 .tab-pane {
    left: 70px;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sWSr1IuY49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sWSr1IuY49 .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sWSr1IuY49 .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sWSr1IuY49 .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sWSr1IuY49 .mbr-form {
  width: 100%;
}
.cid-sWSr1IuY49 .form-group {
  margin-bottom: 0;
}
.cid-sWSr1IuY49 .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sWSr1IuY49 .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sWSr1IuY49 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sWSr1IuY49 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sWSr1IuY49 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sWSr1IuY49 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sWSr1IuY49 .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sWSr1IuY49 .title__block {
  padding-left: 50px;
}
.cid-sWSr1IuY49 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sWSr1IuY49 .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sWSr1IuY49 .mbr-text {
  margin-bottom: 10px;
}
.cid-sWSr1IuY49 .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sWSr1IuY49 .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sWSr1IuY49 .form__wrap {
    position: static;
  }
  .cid-sWSr1IuY49 .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sWSr1IuY49 .subscribe__form {
    order: 1;
  }
  .cid-sWSr1IuY49 .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sWSr1IObxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sWSr1IObxX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sWSr1IObxX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sWSr1IObxX .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sWSr1IObxX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sWSr1IObxX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sWSr1IObxX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sWSr1IObxX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sWSr1IObxX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sWSr1IObxX .item a {
  font-weight: 600;
}
.cid-sWSr1IObxX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sWSr1IObxX .item:last-child:after {
  display: none;
}
.cid-sWSr1IObxX .footer__social {
  padding-bottom: 21px;
}
.cid-sWSr1IObxX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sWSr1IObxX .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sWSr1IObxX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sWSr1IObxX .footer__ink {
  text-align: right;
}
.cid-sWSr1IObxX .copyright,
.cid-sWSr1IObxX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sWSr1IObxX .footer__menu {
    padding-right: 0;
  }
}
.cid-sWSr1IObxX .copyright {
  color: #3a6686;
}
.cid-sWSr1IObxX .ink {
  color: #3a6686;
}
.cid-t05Vlwr0wt {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-t05Vlwr0wt .nav-link,
.cid-t05Vlwr0wt .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-t05Vlwr0wt .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-t05Vlwr0wt .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-t05Vlwr0wt .nav-link.text-primary:hover,
.cid-t05Vlwr0wt .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-t05Vlwr0wt .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-t05Vlwr0wt .nav-link:hover:before {
  opacity: 1;
}
.cid-t05Vlwr0wt .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-t05Vlwr0wt .nav-link {
    margin: 0 !important;
  }
}
.cid-t05Vlwr0wt .icons-menu {
  line-height: 0;
}
.cid-t05Vlwr0wt .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-t05Vlwr0wt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-t05Vlwr0wt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-t05Vlwr0wt .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-t05Vlwr0wt .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-t05Vlwr0wt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-t05Vlwr0wt.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-t05Vlwr0wt .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-t05Vlwr0wt .btn {
    white-space: nowrap;
  }
  .cid-t05Vlwr0wt .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-t05Vlwr0wt .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-t05Vlwr0wt .nav-item.dropdown:hover::before,
  .cid-t05Vlwr0wt .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-t05Vlwr0wt .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-t05Vlwr0wt .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-t05Vlwr0wt .navbar > .container,
.cid-t05Vlwr0wt .navbar > .container-fluid {
  align-items: center;
}
.cid-t05Vlwr0wt .dropdown-toggle::after,
.cid-t05Vlwr0wt .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-t05Vlwr0wt .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-t05Vlwr0wt .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-t05Vlwr0wt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-t05Vlwr0wt .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-t05Vlwr0wt .nav-item:focus,
.cid-t05Vlwr0wt .nav-link:focus {
  outline: none;
}
.cid-t05Vlwr0wt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t05Vlwr0wt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t05Vlwr0wt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-t05Vlwr0wt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-t05Vlwr0wt ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-t05Vlwr0wt .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-t05Vlwr0wt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-t05Vlwr0wt .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-t05Vlwr0wt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t05Vlwr0wt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t05Vlwr0wt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-t05Vlwr0wt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t05Vlwr0wt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t05Vlwr0wt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t05Vlwr0wt .dropdown-menu .menu__images {
    display: none;
  }
  .cid-t05Vlwr0wt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-t05Vlwr0wt .nav-item .nav-link::before {
    display: none;
  }
  .cid-t05Vlwr0wt.opened .dropdown-menu {
    top: 0;
  }
  .cid-t05Vlwr0wt .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-t05Vlwr0wt .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-t05Vlwr0wt .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-t05Vlwr0wt .navbar-logo {
    margin: 0;
  }
  .cid-t05Vlwr0wt .navbar-logo img {
    height: 60px !important;
  }
  .cid-t05Vlwr0wt .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-t05Vlwr0wt .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t05Vlwr0wt .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-t05Vlwr0wt .navbar {
    padding: 13px 90px;
  }
  .cid-t05Vlwr0wt .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-t05Vlwr0wt .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-t05Vlwr0wt .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-t05Vlwr0wt .dropdown-toggle::after,
  .cid-t05Vlwr0wt .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-t05Vlwr0wt .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-t05Vlwr0wt a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-t05Vlwr0wt ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-t05Vlwr0wt .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-t05Vlwr0wt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-t05Vlwr0wt.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-t05Vlwr0wt.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-t05Vlwr0wt.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t05Vlwr0wt.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-t05Vlwr0wt .navbar {
    padding: 0 !important;
  }
  .cid-t05Vlwr0wt ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-t05Vlwr0wt a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-t05Vlwr0wt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-t05Vlwr0wt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t05Vlwr0wt .dropdown-item.active,
.cid-t05Vlwr0wt .dropdown-item:active {
  background-color: transparent;
}
.cid-t05Vlwr0wt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t05Vlwr0wt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-t05Vlwr0wt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t05Vlwr0wt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-t05Vlwr0wt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t05Vlwr0wt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t05Vlwr0wt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t05Vlwr0wt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t05Vlwr0wt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t05Vlwr0wt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t05Vlwr0wt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t05Vlwr0wt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-t05Vlwr0wt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-t05Vlwr0wt .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t05Vlwr0wt .navbar {
    height: 97px;
  }
  .cid-t05Vlwr0wt .navbar.opened {
    height: auto;
  }
  .cid-t05Vlwr0wt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t05VFn907T {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-t05VFn907T .carousel-item.active,
.cid-t05VFn907T .carousel-item-next,
.cid-t05VFn907T .carousel-item-prev {
  display: flex;
}
.cid-t05VFn907T .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t05VFn907T .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-t05VFn907T .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-t05VFn907T .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-t05VFn907T .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t05VFn907T .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t05VFn907T .carousel-controls .carousel-control-next,
.cid-t05VFn907T .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t05VFn907T .image-element {
    min-width: 50%;
  }
  .cid-t05VFn907T .media-container-row {
    width: 100%;
  }
}
.cid-t05VFn907T .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-t05VFn907T .media-container-row:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  top: 150px;
  left: 5px;
  background-image: url("../../../assets/images/compass.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-t05VFn907T .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-t05VFn907T .img-wrap {
  position: relative;
}
.cid-t05VFn907T .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-t05VFn907T .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-t05VFn907T .slider__title {
  color: #d3045f;
  margin-bottom: 15px;
}
.cid-t05VFn907T .slider__subtitle {
  margin-bottom: 20px;
}
.cid-t05VFn907T .slider__text {
  margin-bottom: 50px;
}
.cid-t05VFn907T .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t05VFn907T .link a {
  font-weight: 700;
}
.cid-t05VFn907T .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t05VFn907T .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-t05VFn907T .media-container-row:before {
    display: none;
  }
  .cid-t05VFn907T .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-t05VFn907T .img-wrap:before {
    display: none;
  }
  .cid-t05VFn907T .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-t05VFn907T .slider__content {
    margin-top: 0;
  }
  .cid-t05VFn907T .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t05VFn907T .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-t05VFn907T .slider__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .cid-t05VFn907T .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-t05VFn907T .media-container-row {
    min-height: 440px;
  }
  .cid-t05VFn907T .img-wrap img {
    width: 100%;
  }
  .cid-t05VFn907T .slider__content {
    margin: 0;
  }
}
.cid-t05VlwR5vm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t05VlwR5vm .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-t05VlwR5vm .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-t05VlwR5vm .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-t05VlwR5vm .mbr-form {
  width: 100%;
}
.cid-t05VlwR5vm .form-group {
  margin-bottom: 0;
}
.cid-t05VlwR5vm .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-t05VlwR5vm .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-t05VlwR5vm .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-t05VlwR5vm .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-t05VlwR5vm .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-t05VlwR5vm .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-t05VlwR5vm .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-t05VlwR5vm .title__block {
  padding-left: 50px;
}
.cid-t05VlwR5vm .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-t05VlwR5vm .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-t05VlwR5vm .mbr-text {
  margin-bottom: 10px;
}
.cid-t05VlwR5vm .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-t05VlwR5vm .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-t05VlwR5vm .form__wrap {
    position: static;
  }
  .cid-t05VlwR5vm .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-t05VlwR5vm .subscribe__form {
    order: 1;
  }
  .cid-t05VlwR5vm .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-t05VlxasJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-t05VlxasJJ .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-t05VlxasJJ .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-t05VlxasJJ .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-t05VlxasJJ .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-t05VlxasJJ .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-t05VlxasJJ .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-t05VlxasJJ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-t05VlxasJJ .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-t05VlxasJJ .item a {
  font-weight: 600;
}
.cid-t05VlxasJJ .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-t05VlxasJJ .item:last-child:after {
  display: none;
}
.cid-t05VlxasJJ .footer__social {
  padding-bottom: 21px;
}
.cid-t05VlxasJJ .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-t05VlxasJJ .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-t05VlxasJJ .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-t05VlxasJJ .footer__ink {
  text-align: right;
}
.cid-t05VlxasJJ .copyright,
.cid-t05VlxasJJ .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t05VlxasJJ .footer__menu {
    padding-right: 0;
  }
}
.cid-t05VlxasJJ .copyright {
  color: #3a6686;
}
.cid-t05VlxasJJ .ink {
  color: #3a6686;
}
.cid-sTRnJNz6WJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20200823-181736-2000x1500.webp");
}
.cid-sTRnJNz6WJ .date__block {
  margin-bottom: 17px;
}
.cid-sTRnJNz6WJ .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-sTRnJNz6WJ .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #08af83;
}
.cid-sTRnJNz6WJ .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sTRnJNz6WJ .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sTRnJNz6WJ .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sTRnJNz6WJ .mbr-text {
  margin-bottom: 20px;
}
.cid-sTRnJNz6WJ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sTRnJNz6WJ .link a {
  font-weight: 700;
}
.cid-sTRnJNz6WJ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sTRnJNz6WJ .link:hover span {
  transform: translateX(9px);
}
.cid-sTRnJNz6WJ .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sTRnJNz6WJ .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.cid-sTRnJNz6WJ .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sTRnJNz6WJ .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
}
.cid-sTRnJNz6WJ .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sTRnJNz6WJ .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sTRnJNz6WJ .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-sTRnJNz6WJ .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sTRnJNz6WJ .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sTRnJNz6WJ .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sTRnJNz6WJ .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sTRnJNz6WJ .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sTRnJNz6WJ .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sTRnJNz6WJ .image:before {
    padding-top: 375px;
  }
}
.cid-sTRnJOcC8C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTRnJOcC8C .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTRnJOcC8C .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sTRnJOcC8C .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sTRnJOcC8C .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sTRnJOcC8C .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sTRnJOcC8C .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTRnJOcC8C .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTRnJOz7im {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sTRnJOz7im .nav-link,
.cid-sTRnJOz7im .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sTRnJOz7im .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sTRnJOz7im .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sTRnJOz7im .nav-link.text-primary:hover,
.cid-sTRnJOz7im .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sTRnJOz7im .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sTRnJOz7im .nav-link:hover:before {
  opacity: 1;
}
.cid-sTRnJOz7im .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sTRnJOz7im .nav-link {
    margin: 0 !important;
  }
}
.cid-sTRnJOz7im .icons-menu {
  line-height: 0;
}
.cid-sTRnJOz7im .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sTRnJOz7im .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sTRnJOz7im .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sTRnJOz7im .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sTRnJOz7im .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sTRnJOz7im .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sTRnJOz7im.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sTRnJOz7im .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sTRnJOz7im .btn {
    white-space: nowrap;
  }
  .cid-sTRnJOz7im .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sTRnJOz7im .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRnJOz7im .nav-item.dropdown:hover::before,
  .cid-sTRnJOz7im .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sTRnJOz7im .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sTRnJOz7im .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sTRnJOz7im .navbar > .container,
.cid-sTRnJOz7im .navbar > .container-fluid {
  align-items: center;
}
.cid-sTRnJOz7im .dropdown-toggle::after,
.cid-sTRnJOz7im .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sTRnJOz7im .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sTRnJOz7im .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sTRnJOz7im .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sTRnJOz7im .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sTRnJOz7im .nav-item:focus,
.cid-sTRnJOz7im .nav-link:focus {
  outline: none;
}
.cid-sTRnJOz7im .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sTRnJOz7im .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTRnJOz7im .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sTRnJOz7im a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sTRnJOz7im ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sTRnJOz7im .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sTRnJOz7im .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sTRnJOz7im .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sTRnJOz7im .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTRnJOz7im .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTRnJOz7im .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 90px - 1rem);
  }
}
.cid-sTRnJOz7im .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTRnJOz7im .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTRnJOz7im .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTRnJOz7im .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sTRnJOz7im .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sTRnJOz7im .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTRnJOz7im.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTRnJOz7im .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sTRnJOz7im .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sTRnJOz7im .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sTRnJOz7im .navbar-logo {
    margin: 0;
  }
  .cid-sTRnJOz7im .navbar-logo img {
    height: 60px !important;
  }
  .cid-sTRnJOz7im .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sTRnJOz7im .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTRnJOz7im .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sTRnJOz7im .navbar {
    padding: 13px 90px;
  }
  .cid-sTRnJOz7im .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sTRnJOz7im .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sTRnJOz7im .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sTRnJOz7im .dropdown-toggle::after,
  .cid-sTRnJOz7im .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sTRnJOz7im .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sTRnJOz7im a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sTRnJOz7im ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sTRnJOz7im .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sTRnJOz7im .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sTRnJOz7im.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sTRnJOz7im.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sTRnJOz7im.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTRnJOz7im.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sTRnJOz7im .navbar {
    padding: 0 !important;
  }
  .cid-sTRnJOz7im ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sTRnJOz7im a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sTRnJOz7im .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sTRnJOz7im .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTRnJOz7im .dropdown-item.active,
.cid-sTRnJOz7im .dropdown-item:active {
  background-color: transparent;
}
.cid-sTRnJOz7im .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTRnJOz7im .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sTRnJOz7im button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTRnJOz7im button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sTRnJOz7im button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTRnJOz7im button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRnJOz7im button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTRnJOz7im button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTRnJOz7im nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTRnJOz7im nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTRnJOz7im nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTRnJOz7im nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sTRnJOz7im .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sTRnJOz7im .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTRnJOz7im .navbar {
    height: 97px;
  }
  .cid-sTRnJOz7im .navbar.opened {
    height: auto;
  }
  .cid-sTRnJOz7im .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTRnJP2HMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sTRnJP2HMH .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sTRnJP2HMH .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sTRnJP2HMH .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #ff3a46;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sTRnJP2HMH .mbr-form {
  width: 100%;
}
.cid-sTRnJP2HMH .form-group {
  margin-bottom: 0;
}
.cid-sTRnJP2HMH .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ff3a46;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sTRnJP2HMH .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-sTRnJP2HMH .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRnJP2HMH .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRnJP2HMH .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRnJP2HMH .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sTRnJP2HMH .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sTRnJP2HMH .title__block {
  padding-left: 50px;
}
.cid-sTRnJP2HMH .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sTRnJP2HMH .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sTRnJP2HMH .mbr-text {
  margin-bottom: 10px;
}
.cid-sTRnJP2HMH .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sTRnJP2HMH .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sTRnJP2HMH .form__wrap {
    position: static;
  }
  .cid-sTRnJP2HMH .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sTRnJP2HMH .subscribe__form {
    order: 1;
  }
  .cid-sTRnJP2HMH .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sTRnJPooLc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-sTRnJPooLc .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-sTRnJPooLc .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sTRnJPooLc .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover ;
}
.cid-sTRnJPooLc .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sTRnJPooLc .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sTRnJPooLc .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sTRnJPooLc .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sTRnJPooLc .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sTRnJPooLc .item a {
  font-weight: 600;
}
.cid-sTRnJPooLc .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sTRnJPooLc .item:last-child:after {
  display: none;
}
.cid-sTRnJPooLc .footer__social {
  padding-bottom: 21px;
}
.cid-sTRnJPooLc .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #3a6686;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sTRnJPooLc .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-sTRnJPooLc .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-sTRnJPooLc .footer__ink {
  text-align: right;
}
.cid-sTRnJPooLc .copyright,
.cid-sTRnJPooLc .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sTRnJPooLc .footer__menu {
    padding-right: 0;
  }
}
.cid-sTRnJPooLc .copyright {
  color: #3a6686;
}
.cid-sTRnJPooLc .ink {
  color: #3a6686;
}
