body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #233d63 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f64e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #233d63;
  border-color: #233d63;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-primary:hover {
  background-color: #16263d !important;
  border-color: #16263d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f64e53 !important;
  border-color: #f64e53 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f64e53;
  border-color: #f64e53;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f64e53 !important;
  border-color: #f64e53 !important;
}
.btn-danger:hover {
  background-color: #f87f82 !important;
  border-color: #f41d24 !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: #233d63;
  color: #233d63;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #233d63 !important;
  border-color: #233d63;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f64e53;
  color: #f64e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #f64e53 !important;
  border-color: #f64e53;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f64e53 !important;
  border-color: #f64e53 !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: #233d63 !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f64e53 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080f18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d30b11 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #233d63 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f64e53;
}
.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: #233d63;
  border-color: #233d63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #233d63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4778be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #233d63;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #233d63;
  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: #233d63;
  border-bottom-color: #233d63;
}
.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: #233d63 !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: #64697a !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;
}
.cid-trofBcjhhX {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-trofBcjhhX .nav-item,
.cid-trofBcjhhX .nav-link,
.cid-trofBcjhhX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-trofBcjhhX .nav-item:hover,
.cid-trofBcjhhX .nav-link:hover,
.cid-trofBcjhhX .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-trofBcjhhX .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-trofBcjhhX .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-trofBcjhhX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-trofBcjhhX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-trofBcjhhX .container-fluid,
.cid-trofBcjhhX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-trofBcjhhX .navbar-brand {
  padding: 0;
}
.cid-trofBcjhhX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-trofBcjhhX .nav-link:hover:before {
  width: 100%;
}
.cid-trofBcjhhX .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-trofBcjhhX .nav-link {
    margin: 0 !important;
  }
}
.cid-trofBcjhhX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trofBcjhhX .widget p,
.cid-trofBcjhhX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-trofBcjhhX .widget p a,
.cid-trofBcjhhX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-trofBcjhhX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-trofBcjhhX .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-trofBcjhhX .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-trofBcjhhX .block__phone,
  .cid-trofBcjhhX .icons-menu {
    display: none;
  }
  .cid-trofBcjhhX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-trofBcjhhX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-trofBcjhhX .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-trofBcjhhX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-trofBcjhhX .navbar > .container,
.cid-trofBcjhhX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-trofBcjhhX .btn {
    white-space: nowrap;
  }
  .cid-trofBcjhhX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-trofBcjhhX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-trofBcjhhX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-trofBcjhhX .dropdown-toggle::after,
  .cid-trofBcjhhX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-trofBcjhhX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-trofBcjhhX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-trofBcjhhX .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-trofBcjhhX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-trofBcjhhX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-trofBcjhhX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-trofBcjhhX .nav-item:focus,
.cid-trofBcjhhX .nav-link:focus {
  outline: none;
}
.cid-trofBcjhhX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-trofBcjhhX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-trofBcjhhX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-trofBcjhhX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trofBcjhhX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-trofBcjhhX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trofBcjhhX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-trofBcjhhX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trofBcjhhX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-trofBcjhhX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-trofBcjhhX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-trofBcjhhX .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-trofBcjhhX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trofBcjhhX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trofBcjhhX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-trofBcjhhX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trofBcjhhX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trofBcjhhX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-trofBcjhhX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trofBcjhhX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trofBcjhhX .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-trofBcjhhX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trofBcjhhX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trofBcjhhX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-trofBcjhhX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-trofBcjhhX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-trofBcjhhX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trofBcjhhX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-trofBcjhhX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-trofBcjhhX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trofBcjhhX .dropdown-item.active,
.cid-trofBcjhhX .dropdown-item:active {
  background-color: transparent;
}
.cid-trofBcjhhX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trofBcjhhX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-trofBcjhhX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trofBcjhhX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-trofBcjhhX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trofBcjhhX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trofBcjhhX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trofBcjhhX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trofBcjhhX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trofBcjhhX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trofBcjhhX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trofBcjhhX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trofBcjhhX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-trofBcjhhX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-trofBcjhhX a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-trofBcjhhX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-trofBcjhhX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-trofBcjhhX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-trofBcjhhX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-trofBcjhhX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-trofBcjhhX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-trofBcjhhX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-trofBcjhhX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-trofBcjhhX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-trofBcjhhX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-trofBcjhhX a.nav-link {
    justify-content: flex-start;
  }
  .cid-trofBcjhhX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-trofBcjhhX .navbar-brand {
    padding: 0;
  }
  .cid-trofBcjhhX .block__phone,
  .cid-trofBcjhhX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-trofBcjhhX .widget {
    flex-direction: column;
  }
  .cid-trofBcjhhX .widget p,
  .cid-trofBcjhhX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-trofBcjhhX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trofBcjhhX .navbar {
    height: 97px;
  }
  .cid-trofBcjhhX .navbar.opened {
    height: auto;
  }
  .cid-trofBcjhhX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trofIt6F1b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/slider-2025-1-1920x1280.jpg");
}
.cid-trofIt6F1b .container {
  pointer-events: none;
  z-index: 1;
}
.cid-trofIt6F1b .subtitle__block,
.cid-trofIt6F1b .title__block,
.cid-trofIt6F1b .buttons__block {
  pointer-events: all;
}
.cid-trofIt6F1b .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #a3a9bd;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-trofIt6F1b .subtitle__block SPAN {
  color: #f64e53;
}
.cid-trofIt6F1b .mbr-section-subtitle {
  display: inline-block;
}
.cid-trofIt6F1b .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-trofIt6F1b .mbr-text {
  margin-top: 35px;
}
.cid-trofIt6F1b .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-trofIt6F1b .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-trofIt6F1b .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-trofIt6F1b .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-trofIt6F1b .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-trofIt6F1b .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-trofIt6F1b .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-trofIt6F1b .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-trofIt6F1b .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-trofIt6F1b .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-trofIt6F1b .mbr-media {
  display: inline-flex;
  color: #a3a9bd;
  align-items: center;
  justify-content: center;
  border: 2px solid #a3a9bd;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-trofIt6F1b .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-trofIt6F1b .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-trofIt6F1b .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-trofIt6F1b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-trofIt6F1b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-trofIt6F1b .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-trofIt6F1b a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-trofIt6F1b a.close:hover {
  color: #ffffff;
}
.cid-trofIt6F1b .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-trofIt6F1b .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-trofIt6F1b .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-trofIt6F1b .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-trofIt6F1b .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #f64e53;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-trofIt6F1b .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #06df9e;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-trofIt6F1b .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #233d63;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@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-trofIt6F1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-trofIt6F1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trofIt6F1b .mbr-text,
.cid-trofIt6F1b .buttons__block {
  color: #1e2149;
}
.cid-troE2xrE6r {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-troE2xrE6r .container,
.cid-troE2xrE6r .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-troE2xrE6r .icon__wrap,
.cid-troE2xrE6r .mbr-section-title,
.cid-troE2xrE6r .mbr-text,
.cid-troE2xrE6r .items__block,
.cid-troE2xrE6r .mbr-section-btn,
.cid-troE2xrE6r .image {
  pointer-events: all;
}
.cid-troE2xrE6r .image {
  text-align: center;
}
.cid-troE2xrE6r .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-troE2xrE6r .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-troE2xrE6r .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-troE2xrE6r .mbr-text {
  margin-bottom: 40px;
}
.cid-troE2xrE6r .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-troE2xrE6r .mbr-section-btn {
  margin-top: 55px;
}
.cid-troE2xrE6r .icon__block {
  background: linear-gradient(135deg, rgba(246, 78, 83, 0.54) 0%, rgba(246, 78, 83, 0.85) 60%, #f64e53 100%);
}
.cid-troE2xrE6r .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-troE2xrE6r .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-troE2xrE6r .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-troE2xrE6r .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-troE2xrE6r .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f64e53;
  animation: animationOne 25s infinite linear;
}
.cid-troE2xrE6r .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-troE2xrE6r .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-troE2xrE6r .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-troE2xrE6r .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-troE2xrE6r .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-troE2xrE6r .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@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-troE2xrE6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-troE2xrE6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrxdpM8Ld {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBrxdpM8Ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrxdpM8Ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBrxdpM8Ld .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrxdpM8Ld .row {
  flex-direction: row-reverse;
}
.cid-uBrxdpM8Ld img {
  width: 100%;
}
.cid-tuHCyg3v8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tuHCyg3v8x .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tuHCyg3v8x .container {
  z-index: 1;
}
.cid-tuHCyg3v8x .mbr-section-title {
  color: #233d63;
}
.cid-tuHCyg3v8x .mbr-section-subtitle {
  text-align: center;
}
.cid-tuHCyg3v8x .mbr-section-btn {
  margin-top: 35px;
}
.cid-tuHCyg3v8x .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tuHCyg3v8x .mbr-section-btn .btn-white:hover {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.cid-tuHCyg3v8x .mbr-section-title,
.cid-tuHCyg3v8x .mbr-section-btn {
  text-align: center;
}
.cid-tuHCyg3v8x .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tuHCyg3v8x .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tuHCyg3v8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHCyg3v8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwa9lIhfeM {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwa9lIhfeM .container,
.cid-uwa9lIhfeM .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uwa9lIhfeM .icon__wrap,
.cid-uwa9lIhfeM .mbr-section-title,
.cid-uwa9lIhfeM .mbr-text,
.cid-uwa9lIhfeM .items__block,
.cid-uwa9lIhfeM .mbr-section-btn,
.cid-uwa9lIhfeM .image {
  pointer-events: all;
}
.cid-uwa9lIhfeM .image {
  text-align: center;
}
.cid-uwa9lIhfeM .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uwa9lIhfeM .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uwa9lIhfeM .mbr-text {
  margin-bottom: 40px;
}
.cid-uwa9lIhfeM .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uwa9lIhfeM .mbr-section-btn {
  margin-top: 55px;
}
.cid-uwa9lIhfeM .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uwa9lIhfeM .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uwa9lIhfeM .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uwa9lIhfeM .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-uwa9lIhfeM .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-uwa9lIhfeM .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f64e53;
  animation: animationOne 25s infinite linear;
}
.cid-uwa9lIhfeM .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-uwa9lIhfeM .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uwa9lIhfeM .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uwa9lIhfeM .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uwa9lIhfeM .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uwa9lIhfeM .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@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-uwa9lIhfeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwa9lIhfeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwa9lIhfeM .mbr-section-title,
.cid-uwa9lIhfeM .icon__wrap {
  color: #f64e53;
}
.cid-trooNQUp9J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-trooNQUp9J .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-trooNQUp9J .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-trooNQUp9J .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trooNQUp9J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-trooNQUp9J .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-trooNQUp9J .text2 {
  color: #000000;
  text-align: left;
}
.cid-trooNQUp9J .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-trooNQUp9J .logo-title {
  text-align: center;
}
.cid-trooNQUp9J .logo-sub-title {
  text-align: center;
}
.cid-trooNQUp9J .links {
  text-align: center;
  color: #656565;
}
.cid-trooNQUp9J .logo-sub-title i {
  color: #9e9e9e;
}
.cid-trppVUQfQ7 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-trppVUQfQ7 .nav-item,
.cid-trppVUQfQ7 .nav-link,
.cid-trppVUQfQ7 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-trppVUQfQ7 .nav-item:hover,
.cid-trppVUQfQ7 .nav-link:hover,
.cid-trppVUQfQ7 .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-trppVUQfQ7 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-trppVUQfQ7 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-trppVUQfQ7 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-trppVUQfQ7 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-trppVUQfQ7 .container-fluid,
.cid-trppVUQfQ7 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-trppVUQfQ7 .navbar-brand {
  padding: 0;
}
.cid-trppVUQfQ7 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-trppVUQfQ7 .nav-link:hover:before {
  width: 100%;
}
.cid-trppVUQfQ7 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-trppVUQfQ7 .nav-link {
    margin: 0 !important;
  }
}
.cid-trppVUQfQ7 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trppVUQfQ7 .widget p,
.cid-trppVUQfQ7 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-trppVUQfQ7 .widget p a,
.cid-trppVUQfQ7 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-trppVUQfQ7 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-trppVUQfQ7 .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-trppVUQfQ7 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-trppVUQfQ7 .block__phone,
  .cid-trppVUQfQ7 .icons-menu {
    display: none;
  }
  .cid-trppVUQfQ7 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-trppVUQfQ7 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-trppVUQfQ7 .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-trppVUQfQ7 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-trppVUQfQ7 .navbar > .container,
.cid-trppVUQfQ7 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-trppVUQfQ7 .btn {
    white-space: nowrap;
  }
  .cid-trppVUQfQ7 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-trppVUQfQ7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-trppVUQfQ7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-trppVUQfQ7 .dropdown-toggle::after,
  .cid-trppVUQfQ7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-trppVUQfQ7 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-trppVUQfQ7 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-trppVUQfQ7 .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-trppVUQfQ7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-trppVUQfQ7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-trppVUQfQ7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-trppVUQfQ7 .nav-item:focus,
.cid-trppVUQfQ7 .nav-link:focus {
  outline: none;
}
.cid-trppVUQfQ7 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-trppVUQfQ7 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-trppVUQfQ7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-trppVUQfQ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trppVUQfQ7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-trppVUQfQ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trppVUQfQ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-trppVUQfQ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trppVUQfQ7 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-trppVUQfQ7 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-trppVUQfQ7 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-trppVUQfQ7 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-trppVUQfQ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trppVUQfQ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trppVUQfQ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-trppVUQfQ7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trppVUQfQ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trppVUQfQ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-trppVUQfQ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trppVUQfQ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trppVUQfQ7 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-trppVUQfQ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trppVUQfQ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trppVUQfQ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-trppVUQfQ7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-trppVUQfQ7 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-trppVUQfQ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trppVUQfQ7 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-trppVUQfQ7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-trppVUQfQ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trppVUQfQ7 .dropdown-item.active,
.cid-trppVUQfQ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-trppVUQfQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trppVUQfQ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-trppVUQfQ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trppVUQfQ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-trppVUQfQ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trppVUQfQ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trppVUQfQ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trppVUQfQ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trppVUQfQ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trppVUQfQ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trppVUQfQ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trppVUQfQ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trppVUQfQ7 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-trppVUQfQ7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-trppVUQfQ7 a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-trppVUQfQ7 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-trppVUQfQ7 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-trppVUQfQ7 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-trppVUQfQ7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-trppVUQfQ7 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-trppVUQfQ7 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-trppVUQfQ7 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-trppVUQfQ7 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-trppVUQfQ7 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-trppVUQfQ7 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-trppVUQfQ7 a.nav-link {
    justify-content: flex-start;
  }
  .cid-trppVUQfQ7 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-trppVUQfQ7 .navbar-brand {
    padding: 0;
  }
  .cid-trppVUQfQ7 .block__phone,
  .cid-trppVUQfQ7 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-trppVUQfQ7 .widget {
    flex-direction: column;
  }
  .cid-trppVUQfQ7 .widget p,
  .cid-trppVUQfQ7 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-trppVUQfQ7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trppVUQfQ7 .navbar {
    height: 97px;
  }
  .cid-trppVUQfQ7 .navbar.opened {
    height: auto;
  }
  .cid-trppVUQfQ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpqTgbxOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-trpqTgbxOq .mbr-section-title {
  color: #233d63;
}
.cid-trpqTgbxOq .icon__block {
  background: linear-gradient(135deg, rgba(246, 78, 83, 0.54) 0%, rgba(246, 78, 83, 0.85) 60%, #f64e53 100%);
}
.cid-trpqTgbxOq .mbr-section-title,
.cid-trpqTgbxOq .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-trpqTgbxOq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-trpqTgbxOq .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-trpqTgbxOq .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-trpqTgbxOq .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-trpqTgbxOq .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-trpqTgbxOq .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-trpqTgbxOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-trpqTgbxOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrwgmRT2o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBrwgmRT2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwgmRT2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBrwgmRT2o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrwgmRT2o .row {
  flex-direction: row-reverse;
}
.cid-uBrwgmRT2o img {
  width: 100%;
}
.cid-uBrwupY0SW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBrwupY0SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwupY0SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBrwupY0SW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrwupY0SW .row {
  flex-direction: row-reverse;
}
.cid-uBrwupY0SW img {
  width: 100%;
}
.cid-uBrwCmIqSD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBrwCmIqSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwCmIqSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBrwCmIqSD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrwCmIqSD .row {
  flex-direction: row-reverse;
}
.cid-uBrwCmIqSD img {
  width: 100%;
}
.cid-uBrwJ9rtKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBrwJ9rtKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwJ9rtKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBrwJ9rtKn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrwJ9rtKn .row {
  flex-direction: row-reverse;
}
.cid-uBrwJ9rtKn img {
  width: 100%;
}
.cid-uBrwQ74WLP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBrwQ74WLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrwQ74WLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBrwQ74WLP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrwQ74WLP .row {
  flex-direction: row-reverse;
}
.cid-uBrwQ74WLP img {
  width: 100%;
}
.cid-uCzzsGNyeu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzzsGNyeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzzsGNyeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzzsGNyeu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzzsGNyeu .row {
  flex-direction: row-reverse;
}
.cid-uCzzsGNyeu img {
  width: 100%;
}
.cid-uCzzFmyHEU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzzFmyHEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzzFmyHEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzzFmyHEU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzzFmyHEU .row {
  flex-direction: row-reverse;
}
.cid-uCzzFmyHEU img {
  width: 100%;
}
.cid-uCzzNxf8Gz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzzNxf8Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzzNxf8Gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzzNxf8Gz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzzNxf8Gz .row {
  flex-direction: row-reverse;
}
.cid-uCzzNxf8Gz img {
  width: 100%;
}
.cid-uwa8BTkaSY {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwa8BTkaSY .container,
.cid-uwa8BTkaSY .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uwa8BTkaSY .icon__wrap,
.cid-uwa8BTkaSY .mbr-section-title,
.cid-uwa8BTkaSY .mbr-text,
.cid-uwa8BTkaSY .items__block,
.cid-uwa8BTkaSY .mbr-section-btn,
.cid-uwa8BTkaSY .image {
  pointer-events: all;
}
.cid-uwa8BTkaSY .image {
  text-align: center;
}
.cid-uwa8BTkaSY .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uwa8BTkaSY .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uwa8BTkaSY .mbr-text {
  margin-bottom: 40px;
}
.cid-uwa8BTkaSY .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uwa8BTkaSY .mbr-section-btn {
  margin-top: 55px;
}
.cid-uwa8BTkaSY .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uwa8BTkaSY .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uwa8BTkaSY .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #06df9e;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uwa8BTkaSY .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-uwa8BTkaSY .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-uwa8BTkaSY .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f64e53;
  animation: animationOne 25s infinite linear;
}
.cid-uwa8BTkaSY .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationTwo 25s infinite linear;
}
.cid-uwa8BTkaSY .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uwa8BTkaSY .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uwa8BTkaSY .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uwa8BTkaSY .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uwa8BTkaSY .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@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-uwa8BTkaSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwa8BTkaSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwa8BTkaSY .mbr-section-title,
.cid-uwa8BTkaSY .icon__wrap {
  color: #f64e53;
}
.cid-trppVXRWBt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-trppVXRWBt .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-trppVXRWBt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-trppVXRWBt .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trppVXRWBt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-trppVXRWBt .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-trppVXRWBt .text2 {
  color: #000000;
  text-align: left;
}
.cid-trppVXRWBt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-trppVXRWBt .logo-title {
  text-align: center;
}
.cid-trppVXRWBt .logo-sub-title {
  text-align: center;
}
.cid-trppVXRWBt .links {
  text-align: center;
  color: #656565;
}
.cid-trppVXRWBt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-trprm0FP5o {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-trprm0FP5o .nav-item,
.cid-trprm0FP5o .nav-link,
.cid-trprm0FP5o .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-trprm0FP5o .nav-item:hover,
.cid-trprm0FP5o .nav-link:hover,
.cid-trprm0FP5o .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-trprm0FP5o .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-trprm0FP5o .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-trprm0FP5o .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-trprm0FP5o .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-trprm0FP5o .container-fluid,
.cid-trprm0FP5o .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-trprm0FP5o .navbar-brand {
  padding: 0;
}
.cid-trprm0FP5o .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-trprm0FP5o .nav-link:hover:before {
  width: 100%;
}
.cid-trprm0FP5o .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-trprm0FP5o .nav-link {
    margin: 0 !important;
  }
}
.cid-trprm0FP5o .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trprm0FP5o .widget p,
.cid-trprm0FP5o .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-trprm0FP5o .widget p a,
.cid-trprm0FP5o .widget .icons-menu a {
  margin-left: 15px;
}
.cid-trprm0FP5o .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-trprm0FP5o .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-trprm0FP5o .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-trprm0FP5o .block__phone,
  .cid-trprm0FP5o .icons-menu {
    display: none;
  }
  .cid-trprm0FP5o .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-trprm0FP5o .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-trprm0FP5o .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-trprm0FP5o .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-trprm0FP5o .navbar > .container,
.cid-trprm0FP5o .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-trprm0FP5o .btn {
    white-space: nowrap;
  }
  .cid-trprm0FP5o .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-trprm0FP5o .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-trprm0FP5o .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-trprm0FP5o .dropdown-toggle::after,
  .cid-trprm0FP5o .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-trprm0FP5o .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-trprm0FP5o .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-trprm0FP5o .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-trprm0FP5o .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-trprm0FP5o .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-trprm0FP5o .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-trprm0FP5o .nav-item:focus,
.cid-trprm0FP5o .nav-link:focus {
  outline: none;
}
.cid-trprm0FP5o .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-trprm0FP5o .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-trprm0FP5o .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-trprm0FP5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trprm0FP5o .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-trprm0FP5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trprm0FP5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-trprm0FP5o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trprm0FP5o .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-trprm0FP5o .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-trprm0FP5o .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-trprm0FP5o .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-trprm0FP5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trprm0FP5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trprm0FP5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-trprm0FP5o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trprm0FP5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trprm0FP5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-trprm0FP5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trprm0FP5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trprm0FP5o .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-trprm0FP5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trprm0FP5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trprm0FP5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-trprm0FP5o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-trprm0FP5o .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-trprm0FP5o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trprm0FP5o .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-trprm0FP5o .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-trprm0FP5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trprm0FP5o .dropdown-item.active,
.cid-trprm0FP5o .dropdown-item:active {
  background-color: transparent;
}
.cid-trprm0FP5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trprm0FP5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-trprm0FP5o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trprm0FP5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-trprm0FP5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trprm0FP5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trprm0FP5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trprm0FP5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trprm0FP5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trprm0FP5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trprm0FP5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trprm0FP5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trprm0FP5o .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-trprm0FP5o a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-trprm0FP5o a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-trprm0FP5o .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-trprm0FP5o .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-trprm0FP5o .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-trprm0FP5o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-trprm0FP5o .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-trprm0FP5o .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-trprm0FP5o .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-trprm0FP5o .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-trprm0FP5o .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-trprm0FP5o .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-trprm0FP5o a.nav-link {
    justify-content: flex-start;
  }
  .cid-trprm0FP5o ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-trprm0FP5o .navbar-brand {
    padding: 0;
  }
  .cid-trprm0FP5o .block__phone,
  .cid-trprm0FP5o .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-trprm0FP5o .widget {
    flex-direction: column;
  }
  .cid-trprm0FP5o .widget p,
  .cid-trprm0FP5o .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-trprm0FP5o .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trprm0FP5o .navbar {
    height: 97px;
  }
  .cid-trprm0FP5o .navbar.opened {
    height: auto;
  }
  .cid-trprm0FP5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpsmXeChr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-trpsmXeChr .image {
  position: relative;
  margin-bottom: 200px;
  height: 620px;
  background-image: url("../../../assets/images/img-20191224-wa0022-1080x1350.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-trpsmXeChr .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-trpsmXeChr .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-trpsmXeChr .mbr-form {
  width: 100%;
}
.cid-trpsmXeChr .form-group {
  margin-bottom: 0;
}
.cid-trpsmXeChr .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-trpsmXeChr .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #ff3a46;
}
.cid-trpsmXeChr .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-trpsmXeChr .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-trpsmXeChr .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-trpsmXeChr .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-trpsmXeChr .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-trpsmXeChr .title__block {
  padding-left: 50px;
}
.cid-trpsmXeChr .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-trpsmXeChr .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-trpsmXeChr .mbr-text {
  margin-bottom: 10px;
}
.cid-trpsmXeChr .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-trpsmXeChr .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-trpsmXeChr .form__wrap {
    position: static;
  }
  .cid-trpsmXeChr .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-trpsmXeChr .subscribe__form {
    order: 1;
  }
  .cid-trpsmXeChr .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-trpsmXeChr .mbr-fallback-image.disabled {
  display: none;
}
.cid-trpsmXeChr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trpsPsFAh6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbfcff;
}
.cid-trpsPsFAh6 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-trpsPsFAh6 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-trpsPsFAh6 .card-wrapper:hover .ico2 {
  color: #233d63 !important;
}
.cid-trpsPsFAh6 .ico2 {
  color: #bf6cff !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-trpsPsFAh6 .text-info:hover {
  color: inherit !important;
}
.cid-trpsPsFAh6 .card-box {
  padding: 0rem 1rem;
}
.cid-trpsPsFAh6 .ico1 {
  font-size: 3rem !important;
}
.cid-trpsPsFAh6 h3,
.cid-trpsPsFAh6 h4 {
  padding: 0;
  margin: 0;
}
.cid-trpsPsFAh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trpsPsFAh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trprm2mjQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-trprm2mjQD .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-trprm2mjQD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-trprm2mjQD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trprm2mjQD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-trprm2mjQD .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-trprm2mjQD .text2 {
  color: #000000;
  text-align: left;
}
.cid-trprm2mjQD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-trprm2mjQD .logo-title {
  text-align: center;
}
.cid-trprm2mjQD .logo-sub-title {
  text-align: center;
}
.cid-trprm2mjQD .links {
  text-align: center;
  color: #656565;
}
.cid-trprm2mjQD .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u2v5Ua3W0w {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-u2v5Ua3W0w .nav-item,
.cid-u2v5Ua3W0w .nav-link,
.cid-u2v5Ua3W0w .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2v5Ua3W0w .nav-item:hover,
.cid-u2v5Ua3W0w .nav-link:hover,
.cid-u2v5Ua3W0w .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-u2v5Ua3W0w .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-u2v5Ua3W0w .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-u2v5Ua3W0w .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-u2v5Ua3W0w .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u2v5Ua3W0w .container-fluid,
.cid-u2v5Ua3W0w .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-u2v5Ua3W0w .navbar-brand {
  padding: 0;
}
.cid-u2v5Ua3W0w .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-u2v5Ua3W0w .nav-link:hover:before {
  width: 100%;
}
.cid-u2v5Ua3W0w .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-u2v5Ua3W0w .nav-link {
    margin: 0 !important;
  }
}
.cid-u2v5Ua3W0w .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2v5Ua3W0w .widget p,
.cid-u2v5Ua3W0w .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-u2v5Ua3W0w .widget p a,
.cid-u2v5Ua3W0w .widget .icons-menu a {
  margin-left: 15px;
}
.cid-u2v5Ua3W0w .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-u2v5Ua3W0w .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-u2v5Ua3W0w .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u2v5Ua3W0w .block__phone,
  .cid-u2v5Ua3W0w .icons-menu {
    display: none;
  }
  .cid-u2v5Ua3W0w .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-u2v5Ua3W0w .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-u2v5Ua3W0w .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-u2v5Ua3W0w .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-u2v5Ua3W0w .navbar > .container,
.cid-u2v5Ua3W0w .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u2v5Ua3W0w .btn {
    white-space: nowrap;
  }
  .cid-u2v5Ua3W0w .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-u2v5Ua3W0w .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2v5Ua3W0w .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2v5Ua3W0w .dropdown-toggle::after,
  .cid-u2v5Ua3W0w .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-u2v5Ua3W0w .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-u2v5Ua3W0w .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-u2v5Ua3W0w .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-u2v5Ua3W0w .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2v5Ua3W0w .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2v5Ua3W0w .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-u2v5Ua3W0w .nav-item:focus,
.cid-u2v5Ua3W0w .nav-link:focus {
  outline: none;
}
.cid-u2v5Ua3W0w .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-u2v5Ua3W0w .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u2v5Ua3W0w .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2v5Ua3W0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2v5Ua3W0w .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2v5Ua3W0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2v5Ua3W0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2v5Ua3W0w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2v5Ua3W0w .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-u2v5Ua3W0w .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-u2v5Ua3W0w .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-u2v5Ua3W0w .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-u2v5Ua3W0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2v5Ua3W0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2v5Ua3W0w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-u2v5Ua3W0w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2v5Ua3W0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2v5Ua3W0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2v5Ua3W0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2v5Ua3W0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2v5Ua3W0w .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-u2v5Ua3W0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2v5Ua3W0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2v5Ua3W0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2v5Ua3W0w .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-u2v5Ua3W0w .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-u2v5Ua3W0w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2v5Ua3W0w .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-u2v5Ua3W0w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-u2v5Ua3W0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2v5Ua3W0w .dropdown-item.active,
.cid-u2v5Ua3W0w .dropdown-item:active {
  background-color: transparent;
}
.cid-u2v5Ua3W0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2v5Ua3W0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2v5Ua3W0w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2v5Ua3W0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-u2v5Ua3W0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2v5Ua3W0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2v5Ua3W0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2v5Ua3W0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2v5Ua3W0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2v5Ua3W0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2v5Ua3W0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2v5Ua3W0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2v5Ua3W0w .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u2v5Ua3W0w a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-u2v5Ua3W0w a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-u2v5Ua3W0w .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-u2v5Ua3W0w .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-u2v5Ua3W0w .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-u2v5Ua3W0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-u2v5Ua3W0w .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-u2v5Ua3W0w .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-u2v5Ua3W0w .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-u2v5Ua3W0w .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-u2v5Ua3W0w .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-u2v5Ua3W0w .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-u2v5Ua3W0w a.nav-link {
    justify-content: flex-start;
  }
  .cid-u2v5Ua3W0w ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-u2v5Ua3W0w .navbar-brand {
    padding: 0;
  }
  .cid-u2v5Ua3W0w .block__phone,
  .cid-u2v5Ua3W0w .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-u2v5Ua3W0w .widget {
    flex-direction: column;
  }
  .cid-u2v5Ua3W0w .widget p,
  .cid-u2v5Ua3W0w .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-u2v5Ua3W0w .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2v5Ua3W0w .navbar {
    height: 97px;
  }
  .cid-u2v5Ua3W0w .navbar.opened {
    height: auto;
  }
  .cid-u2v5Ua3W0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2v5UaLQpl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-u2v5UaLQpl .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-u2v5UaLQpl .icon__block {
  background: linear-gradient(135deg, rgba(35, 61, 99, 0.54) 0%, rgba(35, 61, 99, 0.85) 60%, #233d63 100%);
}
.cid-u2v5UaLQpl .mbr-section-title,
.cid-u2v5UaLQpl .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u2v5UaLQpl .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u2v5UaLQpl .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u2v5UaLQpl .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u2v5UaLQpl .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u2v5UaLQpl .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u2v5UaLQpl .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u2v5UaLQpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2v5UaLQpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2v7r5HLsp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2v7r5HLsp .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2v7r5HLsp .container-table {
  margin: 0 auto;
}
.cid-u2v7r5HLsp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u2v7r5HLsp tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-u2v7r5HLsp .dataTables_wrapper {
  display: block;
}
.cid-u2v7r5HLsp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u2v7r5HLsp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u2v7r5HLsp .head-item {
  color: #dd1272;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-u2v7r5HLsp .body-item {
  color: #365173;
}
.cid-u2v7r5HLsp .table td,
.cid-u2v7r5HLsp .table th {
  border: none;
}
.cid-u2v7r5HLsp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u2v7r5HLsp table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u2v7r5HLsp table td {
  padding: 24px 15px 20px 15px;
}
.cid-u2v7r5HLsp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u2v7r5HLsp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u2v7r5HLsp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u2v7r5HLsp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u2v7r5HLsp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u2v7r5HLsp .dataTables_filter {
    text-align: center;
  }
  .cid-u2v7r5HLsp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u2v7r5HLsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2v7r5HLsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qjIJKYMN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u3qjIJKYMN .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u3qjIJKYMN .container-table {
  margin: 0 auto;
}
.cid-u3qjIJKYMN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u3qjIJKYMN tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-u3qjIJKYMN .dataTables_wrapper {
  display: block;
}
.cid-u3qjIJKYMN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u3qjIJKYMN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u3qjIJKYMN .head-item {
  color: #dd1272;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-u3qjIJKYMN .body-item {
  color: #365173;
}
.cid-u3qjIJKYMN .table td,
.cid-u3qjIJKYMN .table th {
  border: none;
}
.cid-u3qjIJKYMN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u3qjIJKYMN table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u3qjIJKYMN table td {
  padding: 24px 15px 20px 15px;
}
.cid-u3qjIJKYMN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u3qjIJKYMN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u3qjIJKYMN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u3qjIJKYMN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u3qjIJKYMN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u3qjIJKYMN .dataTables_filter {
    text-align: center;
  }
  .cid-u3qjIJKYMN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u3qjIJKYMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qjIJKYMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2v5UcWca7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2v5UcWca7 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u2v5UcWca7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u2v5UcWca7 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2v5UcWca7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u2v5UcWca7 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u2v5UcWca7 .text2 {
  color: #000000;
  text-align: left;
}
.cid-u2v5UcWca7 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u2v5UcWca7 .logo-title {
  text-align: center;
}
.cid-u2v5UcWca7 .logo-sub-title {
  text-align: center;
}
.cid-u2v5UcWca7 .links {
  text-align: center;
  color: #656565;
}
.cid-u2v5UcWca7 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u51031Ehjh {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-u51031Ehjh .nav-item,
.cid-u51031Ehjh .nav-link,
.cid-u51031Ehjh .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u51031Ehjh .nav-item:hover,
.cid-u51031Ehjh .nav-link:hover,
.cid-u51031Ehjh .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-u51031Ehjh .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-u51031Ehjh .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-u51031Ehjh .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-u51031Ehjh .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u51031Ehjh .container-fluid,
.cid-u51031Ehjh .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-u51031Ehjh .navbar-brand {
  padding: 0;
}
.cid-u51031Ehjh .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-u51031Ehjh .nav-link:hover:before {
  width: 100%;
}
.cid-u51031Ehjh .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-u51031Ehjh .nav-link {
    margin: 0 !important;
  }
}
.cid-u51031Ehjh .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u51031Ehjh .widget p,
.cid-u51031Ehjh .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-u51031Ehjh .widget p a,
.cid-u51031Ehjh .widget .icons-menu a {
  margin-left: 15px;
}
.cid-u51031Ehjh .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-u51031Ehjh .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-u51031Ehjh .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u51031Ehjh .block__phone,
  .cid-u51031Ehjh .icons-menu {
    display: none;
  }
  .cid-u51031Ehjh .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-u51031Ehjh .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-u51031Ehjh .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-u51031Ehjh .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-u51031Ehjh .navbar > .container,
.cid-u51031Ehjh .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u51031Ehjh .btn {
    white-space: nowrap;
  }
  .cid-u51031Ehjh .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-u51031Ehjh .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u51031Ehjh .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u51031Ehjh .dropdown-toggle::after,
  .cid-u51031Ehjh .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-u51031Ehjh .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-u51031Ehjh .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-u51031Ehjh .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-u51031Ehjh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u51031Ehjh .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u51031Ehjh .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-u51031Ehjh .nav-item:focus,
.cid-u51031Ehjh .nav-link:focus {
  outline: none;
}
.cid-u51031Ehjh .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-u51031Ehjh .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u51031Ehjh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u51031Ehjh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u51031Ehjh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u51031Ehjh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u51031Ehjh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u51031Ehjh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u51031Ehjh .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-u51031Ehjh .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-u51031Ehjh .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-u51031Ehjh .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-u51031Ehjh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u51031Ehjh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u51031Ehjh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-u51031Ehjh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u51031Ehjh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u51031Ehjh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u51031Ehjh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u51031Ehjh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u51031Ehjh .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-u51031Ehjh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u51031Ehjh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u51031Ehjh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u51031Ehjh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-u51031Ehjh .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-u51031Ehjh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u51031Ehjh .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-u51031Ehjh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-u51031Ehjh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u51031Ehjh .dropdown-item.active,
.cid-u51031Ehjh .dropdown-item:active {
  background-color: transparent;
}
.cid-u51031Ehjh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u51031Ehjh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u51031Ehjh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u51031Ehjh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-u51031Ehjh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u51031Ehjh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u51031Ehjh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u51031Ehjh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u51031Ehjh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u51031Ehjh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u51031Ehjh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u51031Ehjh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u51031Ehjh .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u51031Ehjh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-u51031Ehjh a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-u51031Ehjh .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-u51031Ehjh .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-u51031Ehjh .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-u51031Ehjh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-u51031Ehjh .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-u51031Ehjh .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-u51031Ehjh .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-u51031Ehjh .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-u51031Ehjh .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-u51031Ehjh .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-u51031Ehjh a.nav-link {
    justify-content: flex-start;
  }
  .cid-u51031Ehjh ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-u51031Ehjh .navbar-brand {
    padding: 0;
  }
  .cid-u51031Ehjh .block__phone,
  .cid-u51031Ehjh .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-u51031Ehjh .widget {
    flex-direction: column;
  }
  .cid-u51031Ehjh .widget p,
  .cid-u51031Ehjh .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-u51031Ehjh .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u51031Ehjh .navbar {
    height: 97px;
  }
  .cid-u51031Ehjh .navbar.opened {
    height: auto;
  }
  .cid-u51031Ehjh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u510325Tn2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-u510325Tn2 .mbr-section-title {
  color: #233d63;
}
.cid-u510325Tn2 .icon__block {
  background: linear-gradient(135deg, rgba(246, 78, 83, 0.54) 0%, rgba(246, 78, 83, 0.85) 60%, #f64e53 100%);
}
.cid-u510325Tn2 .mbr-section-title,
.cid-u510325Tn2 .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u510325Tn2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u510325Tn2 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u510325Tn2 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u510325Tn2 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u510325Tn2 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u510325Tn2 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u510325Tn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u510325Tn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u511V0zpkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u511V0zpkB .mbr-gallery-filter {
  text-align: left;
}
.cid-u511V0zpkB .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-u511V0zpkB .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-u511V0zpkB .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ff6400;
  }
}
.cid-u511V0zpkB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u511V0zpkB .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-u511V0zpkB .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-u511V0zpkB .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-u511V0zpkB .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-u511V0zpkB .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ff6400 !important;
}
.cid-u511V0zpkB .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u511V0zpkB .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u511V0zpkB .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-u511V0zpkB .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-u511V0zpkB .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-u511V0zpkB .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-u511V0zpkB .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-u511V0zpkB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u511V0zpkB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u511V0zpkB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u511V0zpkB .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-u511V0zpkB .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-u511V0zpkB .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-u511V0zpkB .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-u511V0zpkB .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-u510342LXU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u510342LXU .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u510342LXU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u510342LXU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u510342LXU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u510342LXU .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u510342LXU .text2 {
  color: #000000;
  text-align: left;
}
.cid-u510342LXU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u510342LXU .logo-title {
  text-align: center;
}
.cid-u510342LXU .logo-sub-title {
  text-align: center;
}
.cid-u510342LXU .links {
  text-align: center;
  color: #656565;
}
.cid-u510342LXU .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u2RhUFORMQ {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-u2RhUFORMQ .nav-item,
.cid-u2RhUFORMQ .nav-link,
.cid-u2RhUFORMQ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2RhUFORMQ .nav-item:hover,
.cid-u2RhUFORMQ .nav-link:hover,
.cid-u2RhUFORMQ .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-u2RhUFORMQ .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-u2RhUFORMQ .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-u2RhUFORMQ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-u2RhUFORMQ .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u2RhUFORMQ .container-fluid,
.cid-u2RhUFORMQ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-u2RhUFORMQ .navbar-brand {
  padding: 0;
}
.cid-u2RhUFORMQ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-u2RhUFORMQ .nav-link:hover:before {
  width: 100%;
}
.cid-u2RhUFORMQ .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-u2RhUFORMQ .nav-link {
    margin: 0 !important;
  }
}
.cid-u2RhUFORMQ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2RhUFORMQ .widget p,
.cid-u2RhUFORMQ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-u2RhUFORMQ .widget p a,
.cid-u2RhUFORMQ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-u2RhUFORMQ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-u2RhUFORMQ .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-u2RhUFORMQ .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u2RhUFORMQ .block__phone,
  .cid-u2RhUFORMQ .icons-menu {
    display: none;
  }
  .cid-u2RhUFORMQ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-u2RhUFORMQ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-u2RhUFORMQ .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-u2RhUFORMQ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-u2RhUFORMQ .navbar > .container,
.cid-u2RhUFORMQ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u2RhUFORMQ .btn {
    white-space: nowrap;
  }
  .cid-u2RhUFORMQ .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-u2RhUFORMQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u2RhUFORMQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u2RhUFORMQ .dropdown-toggle::after,
  .cid-u2RhUFORMQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-u2RhUFORMQ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-u2RhUFORMQ .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-u2RhUFORMQ .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-u2RhUFORMQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u2RhUFORMQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u2RhUFORMQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-u2RhUFORMQ .nav-item:focus,
.cid-u2RhUFORMQ .nav-link:focus {
  outline: none;
}
.cid-u2RhUFORMQ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-u2RhUFORMQ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u2RhUFORMQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u2RhUFORMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2RhUFORMQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u2RhUFORMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2RhUFORMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u2RhUFORMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2RhUFORMQ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-u2RhUFORMQ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-u2RhUFORMQ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-u2RhUFORMQ .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-u2RhUFORMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2RhUFORMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2RhUFORMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-u2RhUFORMQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2RhUFORMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2RhUFORMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u2RhUFORMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2RhUFORMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2RhUFORMQ .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-u2RhUFORMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2RhUFORMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2RhUFORMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2RhUFORMQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-u2RhUFORMQ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-u2RhUFORMQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2RhUFORMQ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-u2RhUFORMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-u2RhUFORMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2RhUFORMQ .dropdown-item.active,
.cid-u2RhUFORMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u2RhUFORMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2RhUFORMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u2RhUFORMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2RhUFORMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-u2RhUFORMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2RhUFORMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2RhUFORMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2RhUFORMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2RhUFORMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2RhUFORMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2RhUFORMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2RhUFORMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2RhUFORMQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u2RhUFORMQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-u2RhUFORMQ a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-u2RhUFORMQ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-u2RhUFORMQ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-u2RhUFORMQ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-u2RhUFORMQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-u2RhUFORMQ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-u2RhUFORMQ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-u2RhUFORMQ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-u2RhUFORMQ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-u2RhUFORMQ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-u2RhUFORMQ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-u2RhUFORMQ a.nav-link {
    justify-content: flex-start;
  }
  .cid-u2RhUFORMQ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-u2RhUFORMQ .navbar-brand {
    padding: 0;
  }
  .cid-u2RhUFORMQ .block__phone,
  .cid-u2RhUFORMQ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-u2RhUFORMQ .widget {
    flex-direction: column;
  }
  .cid-u2RhUFORMQ .widget p,
  .cid-u2RhUFORMQ .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-u2RhUFORMQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2RhUFORMQ .navbar {
    height: 97px;
  }
  .cid-u2RhUFORMQ .navbar.opened {
    height: auto;
  }
  .cid-u2RhUFORMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2RhUGIEYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-u2RhUGIEYg .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-u2RhUGIEYg .icon__block {
  background: linear-gradient(135deg, rgba(246, 78, 83, 0.54) 0%, rgba(246, 78, 83, 0.85) 60%, #f64e53 100%);
}
.cid-u2RhUGIEYg .mbr-section-title,
.cid-u2RhUGIEYg .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u2RhUGIEYg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u2RhUGIEYg .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u2RhUGIEYg .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u2RhUGIEYg .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u2RhUGIEYg .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u2RhUGIEYg .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u2RhUGIEYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2RhUGIEYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC11s4JbUs {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC11s4JbUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC11s4JbUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC11s4JbUs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC11s4JbUs .row {
  flex-direction: row-reverse;
}
.cid-uC11s4JbUs img {
  width: 100%;
}
.cid-uC11KfPA6Q {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fbfcff;
}
.cid-uC11KfPA6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC11KfPA6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC11KfPA6Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC11KfPA6Q .row {
  flex-direction: row-reverse;
}
.cid-uC11KfPA6Q img {
  width: 100%;
}
.cid-uC11TGJPZS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC11TGJPZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC11TGJPZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC11TGJPZS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC11TGJPZS .row {
  flex-direction: row-reverse;
}
.cid-uC11TGJPZS img {
  width: 100%;
}
.cid-uC12f7dHGV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
.cid-uC12f7dHGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC12f7dHGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC12f7dHGV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uC12f7dHGV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC12f7dHGV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC12f7dHGV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC12f7dHGV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uC12f7dHGV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uC12f7dHGV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCBI8U9jKr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-u2RhUI8NYZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2RhUI8NYZ .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u2RhUI8NYZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u2RhUI8NYZ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2RhUI8NYZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-u2RhUI8NYZ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-u2RhUI8NYZ .text2 {
  color: #000000;
  text-align: left;
}
.cid-u2RhUI8NYZ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u2RhUI8NYZ .logo-title {
  text-align: center;
}
.cid-u2RhUI8NYZ .logo-sub-title {
  text-align: center;
}
.cid-u2RhUI8NYZ .links {
  text-align: center;
  color: #656565;
}
.cid-u2RhUI8NYZ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uBRFDnvu59 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uBRFDnvu59 .nav-item,
.cid-uBRFDnvu59 .nav-link,
.cid-uBRFDnvu59 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBRFDnvu59 .nav-item:hover,
.cid-uBRFDnvu59 .nav-link:hover,
.cid-uBRFDnvu59 .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-uBRFDnvu59 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uBRFDnvu59 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uBRFDnvu59 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uBRFDnvu59 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uBRFDnvu59 .container-fluid,
.cid-uBRFDnvu59 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uBRFDnvu59 .navbar-brand {
  padding: 0;
}
.cid-uBRFDnvu59 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uBRFDnvu59 .nav-link:hover:before {
  width: 100%;
}
.cid-uBRFDnvu59 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uBRFDnvu59 .nav-link {
    margin: 0 !important;
  }
}
.cid-uBRFDnvu59 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBRFDnvu59 .widget p,
.cid-uBRFDnvu59 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uBRFDnvu59 .widget p a,
.cid-uBRFDnvu59 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uBRFDnvu59 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uBRFDnvu59 .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-uBRFDnvu59 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBRFDnvu59 .block__phone,
  .cid-uBRFDnvu59 .icons-menu {
    display: none;
  }
  .cid-uBRFDnvu59 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uBRFDnvu59 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uBRFDnvu59 .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-uBRFDnvu59 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uBRFDnvu59 .navbar > .container,
.cid-uBRFDnvu59 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uBRFDnvu59 .btn {
    white-space: nowrap;
  }
  .cid-uBRFDnvu59 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uBRFDnvu59 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uBRFDnvu59 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uBRFDnvu59 .dropdown-toggle::after,
  .cid-uBRFDnvu59 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uBRFDnvu59 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uBRFDnvu59 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uBRFDnvu59 .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-uBRFDnvu59 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uBRFDnvu59 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uBRFDnvu59 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uBRFDnvu59 .nav-item:focus,
.cid-uBRFDnvu59 .nav-link:focus {
  outline: none;
}
.cid-uBRFDnvu59 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uBRFDnvu59 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uBRFDnvu59 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uBRFDnvu59 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBRFDnvu59 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBRFDnvu59 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBRFDnvu59 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uBRFDnvu59 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBRFDnvu59 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uBRFDnvu59 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uBRFDnvu59 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uBRFDnvu59 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uBRFDnvu59 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBRFDnvu59 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBRFDnvu59 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uBRFDnvu59 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBRFDnvu59 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBRFDnvu59 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBRFDnvu59 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBRFDnvu59 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBRFDnvu59 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uBRFDnvu59 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBRFDnvu59 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBRFDnvu59 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uBRFDnvu59 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uBRFDnvu59 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uBRFDnvu59 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBRFDnvu59 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uBRFDnvu59 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uBRFDnvu59 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBRFDnvu59 .dropdown-item.active,
.cid-uBRFDnvu59 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBRFDnvu59 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBRFDnvu59 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uBRFDnvu59 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBRFDnvu59 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-uBRFDnvu59 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBRFDnvu59 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRFDnvu59 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBRFDnvu59 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBRFDnvu59 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRFDnvu59 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBRFDnvu59 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBRFDnvu59 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBRFDnvu59 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uBRFDnvu59 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uBRFDnvu59 a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-uBRFDnvu59 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uBRFDnvu59 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uBRFDnvu59 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uBRFDnvu59 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uBRFDnvu59 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uBRFDnvu59 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uBRFDnvu59 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uBRFDnvu59 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uBRFDnvu59 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uBRFDnvu59 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uBRFDnvu59 a.nav-link {
    justify-content: flex-start;
  }
  .cid-uBRFDnvu59 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uBRFDnvu59 .navbar-brand {
    padding: 0;
  }
  .cid-uBRFDnvu59 .block__phone,
  .cid-uBRFDnvu59 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uBRFDnvu59 .widget {
    flex-direction: column;
  }
  .cid-uBRFDnvu59 .widget p,
  .cid-uBRFDnvu59 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uBRFDnvu59 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBRFDnvu59 .navbar {
    height: 97px;
  }
  .cid-uBRFDnvu59 .navbar.opened {
    height: auto;
  }
  .cid-uBRFDnvu59 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBRFDo9m0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uBRFDo9m0g .mbr-section-title {
  color: #233d63;
}
.cid-uBRFDo9m0g .icon__block {
  background: linear-gradient(135deg, rgba(35, 61, 99, 0.54) 0%, rgba(35, 61, 99, 0.85) 60%, #233d63 100%);
}
.cid-uBRFDo9m0g .mbr-section-title,
.cid-uBRFDo9m0g .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uBRFDo9m0g .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uBRFDo9m0g .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uBRFDo9m0g .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uBRFDo9m0g .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uBRFDo9m0g .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uBRFDo9m0g .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-uBRFDo9m0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRFDo9m0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRJWAgpLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRJWAgpLO .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uBRJWAgpLO .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-uBRJWAgpLO .mbr-section-title,
.cid-uBRJWAgpLO .icon__wrap {
  text-align: center;
}
.cid-uBRJWAgpLO .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRJWAgpLO .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uBRJWAgpLO .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uBRJWAgpLO .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uBRJWAgpLO .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uBRJWAgpLO .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-uBRJWAgpLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRJWAgpLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRT73X8yJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fbfcff;
}
.cid-uBRT73X8yJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRT73X8yJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRT73X8yJ .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBRT73X8yJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRT73X8yJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRT73X8yJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBRT73X8yJ .mbr-text,
.cid-uBRT73X8yJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uBRT73X8yJ .card-title,
.cid-uBRT73X8yJ .card-box {
  text-align: center;
}
.cid-uBRPIQFzvI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfcff;
}
.cid-uBRPIQFzvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRPIQFzvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBRPIQFzvI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRPIQFzvI .row {
  flex-direction: row-reverse;
}
.cid-uBRPIQFzvI img {
  width: 100%;
}
.cid-uBRZ0glCfH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfcff;
}
.cid-uBRZ0glCfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRZ0glCfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBRZ0glCfH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRZ0glCfH .row {
  flex-direction: row-reverse;
}
.cid-uBRZ0glCfH img {
  width: 100%;
}
.cid-uBS42lP8AG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-uBS6g4hR85 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBS6g4hR85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBS6g4hR85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBS6g4hR85 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBS6g4hR85 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBS6g4hR85 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBS6g4hR85 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBS6g4hR85 .mbr-text,
.cid-uBS6g4hR85 .mbr-section-btn {
  color: #ffffff;
}
.cid-uBS6g4hR85 .card-title,
.cid-uBS6g4hR85 .card-box {
  text-align: left;
}
.cid-uBS6g4hR85 .card-title,
.cid-uBS6g4hR85 .card-box DIV {
  text-align: center;
}
.cid-uBRPSL4rzw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBRPSL4rzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRPSL4rzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBRPSL4rzw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRPSL4rzw .row {
  flex-direction: row-reverse;
}
.cid-uBRPSL4rzw img {
  width: 100%;
}
.cid-uBS5VizmZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBS5VizmZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBS5VizmZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBS5VizmZh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBS5VizmZh .row {
  flex-direction: row-reverse;
}
.cid-uBS5VizmZh img {
  width: 100%;
}
.cid-uBS6tksMay {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBS76qUmPA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfcff;
}
.cid-uBS76qUmPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBS76qUmPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBS76qUmPA .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBS76qUmPA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBS76qUmPA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBS76qUmPA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBS76qUmPA .mbr-text,
.cid-uBS76qUmPA .mbr-section-btn {
  color: #ffffff;
}
.cid-uBS76qUmPA .card-title,
.cid-uBS76qUmPA .card-box {
  text-align: center;
}
.cid-uBRQw5SOVK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfcff;
}
.cid-uBRQw5SOVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRQw5SOVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBRQw5SOVK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRQw5SOVK .row {
  flex-direction: row-reverse;
}
.cid-uBRQw5SOVK img {
  width: 100%;
}
.cid-uBS7TXEZJL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfcff;
}
.cid-uBS7TXEZJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBS7TXEZJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBS7TXEZJL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBS7TXEZJL .row {
  flex-direction: row-reverse;
}
.cid-uBS7TXEZJL img {
  width: 100%;
}
.cid-uBS89FAuRP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-uBS8BwRF2V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBS8BwRF2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBS8BwRF2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBS8BwRF2V .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBS8BwRF2V .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBS8BwRF2V .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBS8BwRF2V .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBS8BwRF2V .mbr-text,
.cid-uBS8BwRF2V .mbr-section-btn {
  color: #ffffff;
}
.cid-uBS8BwRF2V .card-title,
.cid-uBS8BwRF2V .card-box {
  text-align: center;
}
.cid-uBRQOc51XD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBRQOc51XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRQOc51XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBRQOc51XD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBRQOc51XD .row {
  flex-direction: row-reverse;
}
.cid-uBRQOc51XD img {
  width: 100%;
}
.cid-uBS9hJ2L74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBS9hJ2L74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBS9hJ2L74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBS9hJ2L74 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBS9hJ2L74 .row {
  flex-direction: row-reverse;
}
.cid-uBS9hJ2L74 img {
  width: 100%;
}
.cid-uBS9svVMmI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBRFDq7Kjy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBRFDq7Kjy .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uBRFDq7Kjy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uBRFDq7Kjy .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBRFDq7Kjy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uBRFDq7Kjy .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uBRFDq7Kjy .text2 {
  color: #000000;
  text-align: left;
}
.cid-uBRFDq7Kjy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uBRFDq7Kjy .logo-title {
  text-align: center;
}
.cid-uBRFDq7Kjy .logo-sub-title {
  text-align: center;
}
.cid-uBRFDq7Kjy .links {
  text-align: center;
  color: #656565;
}
.cid-uBRFDq7Kjy .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uCzB99GOW1 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uCzB99GOW1 .nav-item,
.cid-uCzB99GOW1 .nav-link,
.cid-uCzB99GOW1 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCzB99GOW1 .nav-item:hover,
.cid-uCzB99GOW1 .nav-link:hover,
.cid-uCzB99GOW1 .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-uCzB99GOW1 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uCzB99GOW1 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uCzB99GOW1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uCzB99GOW1 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uCzB99GOW1 .container-fluid,
.cid-uCzB99GOW1 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uCzB99GOW1 .navbar-brand {
  padding: 0;
}
.cid-uCzB99GOW1 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uCzB99GOW1 .nav-link:hover:before {
  width: 100%;
}
.cid-uCzB99GOW1 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uCzB99GOW1 .nav-link {
    margin: 0 !important;
  }
}
.cid-uCzB99GOW1 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCzB99GOW1 .widget p,
.cid-uCzB99GOW1 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uCzB99GOW1 .widget p a,
.cid-uCzB99GOW1 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uCzB99GOW1 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uCzB99GOW1 .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-uCzB99GOW1 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uCzB99GOW1 .block__phone,
  .cid-uCzB99GOW1 .icons-menu {
    display: none;
  }
  .cid-uCzB99GOW1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uCzB99GOW1 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uCzB99GOW1 .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-uCzB99GOW1 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uCzB99GOW1 .navbar > .container,
.cid-uCzB99GOW1 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCzB99GOW1 .btn {
    white-space: nowrap;
  }
  .cid-uCzB99GOW1 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uCzB99GOW1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uCzB99GOW1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uCzB99GOW1 .dropdown-toggle::after,
  .cid-uCzB99GOW1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uCzB99GOW1 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uCzB99GOW1 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uCzB99GOW1 .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-uCzB99GOW1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uCzB99GOW1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uCzB99GOW1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uCzB99GOW1 .nav-item:focus,
.cid-uCzB99GOW1 .nav-link:focus {
  outline: none;
}
.cid-uCzB99GOW1 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uCzB99GOW1 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uCzB99GOW1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uCzB99GOW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCzB99GOW1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uCzB99GOW1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCzB99GOW1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uCzB99GOW1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCzB99GOW1 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uCzB99GOW1 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uCzB99GOW1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uCzB99GOW1 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uCzB99GOW1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCzB99GOW1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCzB99GOW1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uCzB99GOW1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uCzB99GOW1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCzB99GOW1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCzB99GOW1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCzB99GOW1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCzB99GOW1 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCzB99GOW1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCzB99GOW1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCzB99GOW1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCzB99GOW1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uCzB99GOW1 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uCzB99GOW1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCzB99GOW1 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uCzB99GOW1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uCzB99GOW1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCzB99GOW1 .dropdown-item.active,
.cid-uCzB99GOW1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCzB99GOW1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCzB99GOW1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uCzB99GOW1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCzB99GOW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-uCzB99GOW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCzB99GOW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzB99GOW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzB99GOW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCzB99GOW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzB99GOW1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCzB99GOW1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCzB99GOW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzB99GOW1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uCzB99GOW1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uCzB99GOW1 a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-uCzB99GOW1 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uCzB99GOW1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uCzB99GOW1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uCzB99GOW1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uCzB99GOW1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uCzB99GOW1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uCzB99GOW1 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uCzB99GOW1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uCzB99GOW1 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uCzB99GOW1 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uCzB99GOW1 a.nav-link {
    justify-content: flex-start;
  }
  .cid-uCzB99GOW1 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uCzB99GOW1 .navbar-brand {
    padding: 0;
  }
  .cid-uCzB99GOW1 .block__phone,
  .cid-uCzB99GOW1 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uCzB99GOW1 .widget {
    flex-direction: column;
  }
  .cid-uCzB99GOW1 .widget p,
  .cid-uCzB99GOW1 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uCzB99GOW1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCzB99GOW1 .navbar {
    height: 97px;
  }
  .cid-uCzB99GOW1 .navbar.opened {
    height: auto;
  }
  .cid-uCzB99GOW1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCzB9anD73 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uCzB9anD73 .mbr-section-title {
  color: #233d63;
}
.cid-uCzB9anD73 .icon__block {
  background: linear-gradient(135deg, rgba(246, 78, 83, 0.54) 0%, rgba(246, 78, 83, 0.85) 60%, #f64e53 100%);
}
.cid-uCzB9anD73 .mbr-section-title,
.cid-uCzB9anD73 .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uCzB9anD73 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uCzB9anD73 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uCzB9anD73 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uCzB9anD73 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uCzB9anD73 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uCzB9anD73 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-uCzB9anD73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzB9anD73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBHpyas60 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-uCBHpyas60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBHpyas60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBHpyas60 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCBHpyas60 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uCBHI6FT2r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uCBHI6FT2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBHI6FT2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCBHI6FT2r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCBHI6FT2r .row {
  flex-direction: row-reverse;
}
.cid-uCBHI6FT2r img {
  width: 100%;
}
.cid-uCzB9aFT2k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCzB9aFT2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzB9aFT2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzB9aFT2k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzB9aFT2k .row {
  flex-direction: row-reverse;
}
.cid-uCzB9aFT2k img {
  width: 100%;
}
.cid-uCzB9aSM0P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzB9aSM0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzB9aSM0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzB9aSM0P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzB9aSM0P .row {
  flex-direction: row-reverse;
}
.cid-uCzB9aSM0P img {
  width: 100%;
}
.cid-uCzB9b41B9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzB9b41B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzB9b41B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzB9b41B9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzB9b41B9 .row {
  flex-direction: row-reverse;
}
.cid-uCzB9b41B9 img {
  width: 100%;
}
.cid-uCzB9bgcmG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCzB9bgcmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzB9bgcmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzB9bgcmG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCzB9bgcmG .row {
  flex-direction: row-reverse;
}
.cid-uCzB9bgcmG img {
  width: 100%;
}
.cid-uCzB9cNpOc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCzB9cNpOc .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCzB9cNpOc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCzB9cNpOc .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCzB9cNpOc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uCzB9cNpOc .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uCzB9cNpOc .text2 {
  color: #000000;
  text-align: left;
}
.cid-uCzB9cNpOc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uCzB9cNpOc .logo-title {
  text-align: center;
}
.cid-uCzB9cNpOc .logo-sub-title {
  text-align: center;
}
.cid-uCzB9cNpOc .links {
  text-align: center;
  color: #656565;
}
.cid-uCzB9cNpOc .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uCB3EaBNbW {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uCB3EaBNbW .nav-item,
.cid-uCB3EaBNbW .nav-link,
.cid-uCB3EaBNbW .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCB3EaBNbW .nav-item:hover,
.cid-uCB3EaBNbW .nav-link:hover,
.cid-uCB3EaBNbW .navbar-caption:hover {
  color: #f64e53 !important;
}
.cid-uCB3EaBNbW .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uCB3EaBNbW .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uCB3EaBNbW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uCB3EaBNbW .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uCB3EaBNbW .container-fluid,
.cid-uCB3EaBNbW .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uCB3EaBNbW .navbar-brand {
  padding: 0;
}
.cid-uCB3EaBNbW .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uCB3EaBNbW .nav-link:hover:before {
  width: 100%;
}
.cid-uCB3EaBNbW .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uCB3EaBNbW .nav-link {
    margin: 0 !important;
  }
}
.cid-uCB3EaBNbW .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCB3EaBNbW .widget p,
.cid-uCB3EaBNbW .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uCB3EaBNbW .widget p a,
.cid-uCB3EaBNbW .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uCB3EaBNbW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uCB3EaBNbW .icons__wrap:hover {
  color: #ffffff;
  background-color: #f64e53;
  border-color: #f64e53;
}
.cid-uCB3EaBNbW .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uCB3EaBNbW .block__phone,
  .cid-uCB3EaBNbW .icons-menu {
    display: none;
  }
  .cid-uCB3EaBNbW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uCB3EaBNbW .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f64e53 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uCB3EaBNbW .mbr-section-btn .btn-secondary:hover {
  background-color: #f64e53 !important;
  color: #ffffff !important;
}
.cid-uCB3EaBNbW .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uCB3EaBNbW .navbar > .container,
.cid-uCB3EaBNbW .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCB3EaBNbW .btn {
    white-space: nowrap;
  }
  .cid-uCB3EaBNbW .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uCB3EaBNbW .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uCB3EaBNbW .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uCB3EaBNbW .dropdown-toggle::after,
  .cid-uCB3EaBNbW .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uCB3EaBNbW .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uCB3EaBNbW .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uCB3EaBNbW .dropdown-menu .dropdown-item:hover {
  color: #f64e53 !important;
}
.cid-uCB3EaBNbW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uCB3EaBNbW .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uCB3EaBNbW .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uCB3EaBNbW .nav-item:focus,
.cid-uCB3EaBNbW .nav-link:focus {
  outline: none;
}
.cid-uCB3EaBNbW .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uCB3EaBNbW .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uCB3EaBNbW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uCB3EaBNbW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCB3EaBNbW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uCB3EaBNbW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCB3EaBNbW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uCB3EaBNbW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCB3EaBNbW .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uCB3EaBNbW .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uCB3EaBNbW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uCB3EaBNbW .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uCB3EaBNbW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCB3EaBNbW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCB3EaBNbW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-uCB3EaBNbW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uCB3EaBNbW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCB3EaBNbW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCB3EaBNbW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCB3EaBNbW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCB3EaBNbW .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uCB3EaBNbW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCB3EaBNbW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCB3EaBNbW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCB3EaBNbW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uCB3EaBNbW .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uCB3EaBNbW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCB3EaBNbW .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uCB3EaBNbW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uCB3EaBNbW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCB3EaBNbW .dropdown-item.active,
.cid-uCB3EaBNbW .dropdown-item:active {
  background-color: transparent;
}
.cid-uCB3EaBNbW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCB3EaBNbW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uCB3EaBNbW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCB3EaBNbW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f64e53;
}
.cid-uCB3EaBNbW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCB3EaBNbW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCB3EaBNbW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCB3EaBNbW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCB3EaBNbW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCB3EaBNbW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCB3EaBNbW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCB3EaBNbW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCB3EaBNbW .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uCB3EaBNbW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uCB3EaBNbW a.nav-link:hover {
  color: #f64e53 !important;
}
@media (max-width: 991px) {
  .cid-uCB3EaBNbW .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uCB3EaBNbW .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uCB3EaBNbW .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uCB3EaBNbW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uCB3EaBNbW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uCB3EaBNbW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uCB3EaBNbW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uCB3EaBNbW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uCB3EaBNbW .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uCB3EaBNbW .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uCB3EaBNbW a.nav-link {
    justify-content: flex-start;
  }
  .cid-uCB3EaBNbW ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uCB3EaBNbW .navbar-brand {
    padding: 0;
  }
  .cid-uCB3EaBNbW .block__phone,
  .cid-uCB3EaBNbW .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uCB3EaBNbW .widget {
    flex-direction: column;
  }
  .cid-uCB3EaBNbW .widget p,
  .cid-uCB3EaBNbW .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uCB3EaBNbW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCB3EaBNbW .navbar {
    height: 97px;
  }
  .cid-uCB3EaBNbW .navbar.opened {
    height: auto;
  }
  .cid-uCB3EaBNbW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCB3EbB9tY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uCB3EbB9tY .mbr-section-title {
  color: #233d63;
}
.cid-uCB3EbB9tY .icon__block {
  background: linear-gradient(135deg, rgba(246, 78, 83, 0.54) 0%, rgba(246, 78, 83, 0.85) 60%, #f64e53 100%);
}
.cid-uCB3EbB9tY .mbr-section-title,
.cid-uCB3EbB9tY .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uCB3EbB9tY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uCB3EbB9tY .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uCB3EbB9tY .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uCB3EbB9tY .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uCB3EbB9tY .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uCB3EbB9tY .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-uCB3EbB9tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCB3EbB9tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCB6nSl2Zx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
.cid-uCB6nSl2Zx img {
  width: 180px;
  margin: auto;
}
.cid-uCB6nSl2Zx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCB6nSl2Zx .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCB6nSl2Zx .card {
    max-width: 20%;
  }
}
.cid-uCB6nSl2Zx .mbr-section-title {
  color: #4e423d;
}
.cid-uCBcZykvkI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCBcZykvkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBcZykvkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBcQ7ch0i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCBcQ7ch0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBcQ7ch0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCBcQ7ch0i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCBcQ7ch0i .row {
  flex-direction: row-reverse;
}
.cid-uCBcQ7ch0i img {
  width: 100%;
}
.cid-uCBda5LLMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCBda5LLMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBda5LLMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCBda5LLMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCBda5LLMx .row {
  flex-direction: row-reverse;
}
.cid-uCBda5LLMx img {
  width: 100%;
}
.cid-uCB944G5Dk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCB944G5Dk img {
  width: 180px;
  margin: auto;
}
.cid-uCB944G5Dk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCB944G5Dk .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCB944G5Dk .card {
    max-width: 20%;
  }
}
.cid-uCB944G5Dk .mbr-section-title {
  color: #4e423d;
}
.cid-uCBa3WL5AY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCBa3WL5AY img {
  width: 180px;
  margin: auto;
}
.cid-uCBa3WL5AY .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCBa3WL5AY .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCBa3WL5AY .card {
    max-width: 20%;
  }
}
.cid-uCBa3WL5AY .mbr-section-title {
  color: #4e423d;
}
.cid-uCN9DUDKYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCN9DUDKYi img {
  width: 180px;
  margin: auto;
}
.cid-uCN9DUDKYi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCN9DUDKYi .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCN9DUDKYi .card {
    max-width: 20%;
  }
}
.cid-uCN9DUDKYi .mbr-section-title {
  color: #4e423d;
}
.cid-uCBdEKjNSV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfcff;
}
.cid-uCBdEKjNSV img {
  width: 180px;
  margin: auto;
}
.cid-uCBdEKjNSV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCBdEKjNSV .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCBdEKjNSV .card {
    max-width: 20%;
  }
}
.cid-uCBdEKjNSV .mbr-section-title {
  color: #4e423d;
}
.cid-uCBnHj4SgT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
.cid-uCBnHj4SgT img {
  width: 180px;
  margin: auto;
}
.cid-uCBnHj4SgT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCBnHj4SgT .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCBnHj4SgT .card {
    max-width: 20%;
  }
}
.cid-uCBnHj4SgT .mbr-section-title {
  color: #4e423d;
}
.cid-uCBomRY16X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
.cid-uCBomRY16X img {
  width: 180px;
  margin: auto;
}
.cid-uCBomRY16X .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uCBomRY16X .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uCBomRY16X .card {
    max-width: 20%;
  }
}
.cid-uCBomRY16X .mbr-section-title {
  color: #4e423d;
}
.cid-uCB3EdbqmP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCB3EdbqmP .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uCB3EdbqmP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uCB3EdbqmP .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCB3EdbqmP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uCB3EdbqmP .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uCB3EdbqmP .text2 {
  color: #000000;
  text-align: left;
}
.cid-uCB3EdbqmP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uCB3EdbqmP .logo-title {
  text-align: center;
}
.cid-uCB3EdbqmP .logo-sub-title {
  text-align: center;
}
.cid-uCB3EdbqmP .links {
  text-align: center;
  color: #656565;
}
.cid-uCB3EdbqmP .logo-sub-title i {
  color: #9e9e9e;
}
