body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  line-height: 0.95833333;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 3.28947368rem;
    line-height: 1.463;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.92397661rem;
    line-height: 1.49625;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 1.83823529rem;
    line-height: 1.938;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.65562914rem;
    line-height: 1.963;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.21359223rem;
    line-height: 1.854;
  }
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 0.8125;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.78571429rem;
    line-height: 0.77;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 2.08333333;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.2rem;
    line-height: 2.1875;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.02739726rem;
    line-height: 1.825;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 0.85227273rem;
    line-height: 2.2;
  }
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #1079a9 !important;
}
.bg-info {
  background-color: #1079a9 !important;
}
.bg-warning {
  background-color: #1079a9 !important;
}
.bg-danger {
  background-color: #1079a9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1079a9;
  border-color: #1079a9;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-secondary:hover {
  background-color: #0c587a !important;
  border-color: #0c587a !important;
}
.btn-info,
.btn-info:active {
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1079a9;
  border-color: #1079a9;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-info:hover {
  background-color: #0c587a !important;
  border-color: #0c587a !important;
}
.btn-success,
.btn-success:active {
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1079a9;
  border-color: #1079a9;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-success:hover {
  background-color: #0c587a !important;
  border-color: #0c587a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1079a9;
  border-color: #1079a9;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-warning:hover {
  background-color: #149ad8 !important;
  border-color: #149ad8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1079a9;
  border-color: #1079a9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-danger:hover {
  background-color: #149ad8 !important;
  border-color: #149ad8 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1079a9;
  color: #1079a9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1079a9 !important;
  border-color: #1079a9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1079a9;
  color: #1079a9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #1079a9 !important;
  border-color: #1079a9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1079a9;
  color: #1079a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1079a9 !important;
  border-color: #1079a9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1079a9;
  color: #1079a9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #1079a9 !important;
  border-color: #1079a9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1079a9;
  color: #1079a9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #1079a9 !important;
  border-color: #1079a9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1079a9 !important;
  border-color: #1079a9 !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: #000000 !important;
}
.text-secondary {
  color: #1079a9 !important;
}
.text-success {
  color: #1079a9 !important;
}
.text-info {
  color: #1079a9 !important;
}
.text-warning {
  color: #1079a9 !important;
}
.text-danger {
  color: #1079a9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #262626 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #07364c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #07364c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #07364c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1079a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #07364c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #1079a9;
}
.alert-info {
  background-color: #1079a9;
}
.alert-warning {
  background-color: #1079a9;
}
.alert-danger {
  background-color: #1079a9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4bbbee;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4bbbee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4bbbee;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4bbbee;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #1079a9 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.8rem;
  line-height: 0.5625;
}
.cid-s14xqCLrIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s14xqCLrIp .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-s14xqCLrIp .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #2c3945;
}
.cid-s14xqCLrIp .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-s14xqCLrIp .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-s14xqCLrIp .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-s14xqCLrIp .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #282727 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
}
.cid-s14xqCLrIp .mbr-gallery-filter ul {
  display: block;
}
.cid-s14xqCLrIp .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-s14xqCLrIp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-s14xqCLrIp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-s14xqCLrIp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-s14xqCLrIp .mbr-gallery-row {
  margin-top: 50px;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s14xqCLrIp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-s14xqCLrIp .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-s14xqCLrIp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-s14xqCLrIp .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-s14xqCLrIp .mbr-gallery-item > div img,
.cid-s14xqCLrIp .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-s14xqCLrIp .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-s14xqCLrIp .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-s14xqCLrIp .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-s14xqCLrIp .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-s14xqCLrIp .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-s14xqCLrIp .mbr-section-title {
    text-align: center;
  }
  .cid-s14xqCLrIp .image {
    top: auto;
    height: 420px;
  }
  .cid-s14xqCLrIp .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-s14xqCLrIp .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-s14xqCLrIp .mbr-gallery-item > div img,
  .cid-s14xqCLrIp .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-s14xqCLrIp .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-s14xqCLrIp .image {
    height: 290px;
  }
}
.cid-s143j43MJL {
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: visible;
}
.cid-s143j43MJL .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-s143j43MJL .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-s143j43MJL .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-s143j43MJL .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s143j43MJL .img__wrap .image img {
    height: auto;
  }
  .cid-s143j43MJL .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-s143j43MJL {
    padding-top: 10rem;
  }
  .cid-s143j43MJL .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-s143j43MJL {
    padding-top: 8rem;
  }
  .cid-s143j43MJL .img__wrap {
    top: -60px;
  }
}
.cid-s143j43MJL .mbr-section-title {
  color: #ffffff;
}
.cid-s143j43MJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s143j43MJL .mbr-text,
.cid-s143j43MJL .mbr-section-btn {
  color: #ffffff;
}
.cid-uhdRkAYa2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-uhdRkAYa2Z .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-uhdRkAYa2Z .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-uhdRkAYa2Z .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-uhdRkAYa2Z .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhdRkAYa2Z .img__wrap .image img {
    height: auto;
  }
  .cid-uhdRkAYa2Z .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-uhdRkAYa2Z {
    padding-top: 10rem;
  }
  .cid-uhdRkAYa2Z .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-uhdRkAYa2Z {
    padding-top: 8rem;
  }
  .cid-uhdRkAYa2Z .img__wrap {
    top: -60px;
  }
}
.cid-uhdRkAYa2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdRkAYa2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdRkAYa2Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uhdRkAYa2Z .mbr-section-title {
  color: #000000;
}
.cid-uhdRkAYa2Z .mbr-text,
.cid-uhdRkAYa2Z .mbr-section-btn {
  color: #000000;
}
.cid-uhqRKfE1Dq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhqRKfE1Dq .title__block {
  margin-bottom: 45px;
}
.cid-uhqRKfE1Dq .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #000000;
}
.cid-uhqRKfE1Dq .mbr-section-title b,
.cid-uhqRKfE1Dq .mbr-section-title strong {
  font-weight: 500;
}
.cid-uhqRKfE1Dq .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uhqRKfE1Dq .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-uhqRKfE1Dq .video-block {
    width: 100% !important;
  }
  .cid-uhqRKfE1Dq .title__block {
    margin-bottom: 30px;
  }
}
.cid-uhqRKfE1Dq .mbr-section-subtitle {
  color: #000000;
}
.cid-uhqFJpHmt9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uhqFJpHmt9 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uhqFJpHmt9 .link a {
  font-weight: 700;
}
.cid-uhqFJpHmt9 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uhqFJpHmt9 .link:hover span {
  transform: translateX(9px);
}
.cid-uhqFJpHmt9 .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uhqFJpHmt9 .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uhqFJpHmt9 .card__content:hover {
  transform: scale(0.95);
}
.cid-uhqFJpHmt9 .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uhqFJpHmt9 .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uhqFJpHmt9 .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uhqFJpHmt9 .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uhqFJpHmt9 .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uhqFJpHmt9 .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uhqFJpHmt9 .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uhqFJpHmt9 .title__block {
    margin-bottom: 74px;
  }
  .cid-uhqFJpHmt9 .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uhqFJpHmt9 .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uhqFJpHmt9 .card__content {
    height: 200px;
  }
  .cid-uhqFJpHmt9 .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhqFJpHmt9 .card__item {
    max-width: 274px;
  }
}
.cid-uhqFJpHmt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhqFJpHmt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhqFJpHmt9 .mbr-section-title,
.cid-uhqFJpHmt9 .link {
  color: #000000;
}
.cid-s142rgl4FV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s142rgl4FV .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #333333;
  color: #000000;
}
.cid-s142rgl4FV .mbr-text {
  padding-right: 70px;
  color: #000000;
}
.cid-s142rgl4FV .form-group {
  padding: 0;
}
.cid-s142rgl4FV .form-control {
  background-color: #ffffff !important;
  color: #2c3945;
  border: 1px solid #0e2d3b;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s142rgl4FV .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s142rgl4FV .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s142rgl4FV .mbr-form .btn {
  margin: 0;
}
.cid-s142rgl4FV .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s142rgl4FV input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-s142rgl4FV input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s142rgl4FV .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s142rgl4FV .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #333333;
  }
  .cid-s142rgl4FV .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s142rgl4FV .dragArea {
    margin: 0;
  }
  .cid-s142rgl4FV .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s142rgl4FV .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s142rgl4FV .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s142rgl4FV .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-s1l6Lexutq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-s1l6Lexutq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-s1l6Lexutq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-s1l6Lexutq .logo__footer img {
  display: block;
  width: 90px;
  object-fit: cover ;
}
.cid-s1l6Lexutq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-s1l6Lexutq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-s1l6Lexutq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-s1l6Lexutq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-s1l6Lexutq .item a {
  font-weight: 600;
}
.cid-s1l6Lexutq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-s1l6Lexutq .item:last-child:after {
  display: none;
}
.cid-s1l6Lexutq .footer__social {
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #000000;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-s1l6Lexutq .mbr-iconfont:hover {
  color: #000000;
}
.cid-s1l6Lexutq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #eef5f4;
}
.cid-s1l6Lexutq .footer__ink {
  text-align: right;
}
.cid-s1l6Lexutq .copyright,
.cid-s1l6Lexutq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s1l6Lexutq .footer__menu {
    padding-right: 0;
  }
}
.cid-s1l6Lexutq .copyright {
  color: #000000;
}
.cid-s1l6Lexutq .ink {
  color: #3a6686;
}
