@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900&display=swap);





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 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))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #002855 !important;
}
.bg-success {
  background-color: #002855 !important;
}
.bg-info {
  background-color: #002855 !important;
}
.bg-warning {
  background-color: #dbdbdb !important;
}
.bg-danger {
  background-color: #15783d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #002855 !important;
  border-color: #002855 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002855;
  border-color: #002855;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002855 !important;
  border-color: #002855 !important;
}
.btn-primary:hover {
  background-color: #001022 !important;
  border-color: #001022 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273769 !important;
  border-color: #273769 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #273769;
  border-color: #273769;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-secondary:hover {
  background-color: #192444 !important;
  border-color: #192444 !important;
}
.btn-info,
.btn-info:active {
  background-color: #002855 !important;
  border-color: #002855 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #002855;
  border-color: #002855;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #002855 !important;
  border-color: #002855 !important;
}
.btn-info:hover {
  background-color: #001022 !important;
  border-color: #001022 !important;
}
.btn-success,
.btn-success:active {
  background-color: #002855 !important;
  border-color: #002855 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #002855;
  border-color: #002855;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #002855 !important;
  border-color: #002855 !important;
}
.btn-success:hover {
  background-color: #001022 !important;
  border-color: #001022 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  color: #5b5b5b !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5b5b5b !important;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5b5b5b !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-warning:hover {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #15783d !important;
  border-color: #15783d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #15783d;
  border-color: #15783d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #15783d !important;
  border-color: #15783d !important;
}
.btn-danger:hover {
  background-color: #1da353 !important;
  border-color: #0d4d27 !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: #002855;
  color: #002855;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #002855 !important;
  border-color: #002855;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #002855 !important;
  border-color: #002855 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #273769;
  color: #273769;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #273769 !important;
  border-color: #273769;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273769 !important;
  border-color: #273769 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #002855;
  color: #002855;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #002855 !important;
  border-color: #002855;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #002855 !important;
  border-color: #002855 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #002855;
  color: #002855;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #002855 !important;
  border-color: #002855;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #002855 !important;
  border-color: #002855 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5b5b5b !important;
  background: #dbdbdb !important;
  border-color: #dbdbdb;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5b5b5b !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #15783d;
  color: #15783d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #15783d !important;
  border-color: #15783d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #15783d !important;
  border-color: #15783d !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: #002855 !important;
}
.text-secondary {
  color: #273769 !important;
}
.text-success {
  color: #002855 !important;
}
.text-info {
  color: #002855 !important;
}
.text-warning {
  color: #dbdbdb !important;
}
.text-danger {
  color: #15783d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b101f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #dbdbdb !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #062111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #002855 !important;
}
.alert-success {
  background-color: #002855;
}
.alert-info {
  background-color: #002855;
}
.alert-warning {
  background-color: #dbdbdb;
}
.alert-danger {
  background-color: #15783d;
}
.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: #002855;
  border-color: #002855;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #002855;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3c97ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3c97ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3c97ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #31db76;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #002855;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #002855;
  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: #002855;
  border-bottom-color: #002855;
}
.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: #002855 !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: #273769 !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-s29RKRW6qE {
  min-height: 114px !important;
  position: relative;
  background: #ffffff00;
  overflow: visible;
}
.cid-s29RKRW6qE .nav-item,
.cid-s29RKRW6qE .nav-link,
.cid-s29RKRW6qE .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29RKRW6qE .nav-item:hover,
.cid-s29RKRW6qE .nav-link:hover,
.cid-s29RKRW6qE .navbar-caption:hover {
  color: #dbdbdb !important;
}
.cid-s29RKRW6qE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  color: #ffffff!important;
  font-weight: 500;
}
.cid-s29RKRW6qE a.nav-link:hover {
  color: #dbdbdb !important;
}
.cid-s29RKRW6qE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29RKRW6qE .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29RKRW6qE .container-fluid,
.cid-s29RKRW6qE .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29RKRW6qE .navbar-brand {
  padding: 0;
}
.cid-s29RKRW6qE .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29RKRW6qE .nav-link:hover:before {
  width: 100%;
}
.cid-s29RKRW6qE .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-s29RKRW6qE .nav-link {
    margin: 0 !important;
  }
}
.cid-s29RKRW6qE .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29RKRW6qE .widget p,
.cid-s29RKRW6qE .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29RKRW6qE .widget p a,
.cid-s29RKRW6qE .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29RKRW6qE .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-s29RKRW6qE .icons__wrap:hover {
  color: #ffffff;
  background-color: #15783d;
  border-color: #15783d;
}
.cid-s29RKRW6qE .block__phone {
  color: #273769;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s29RKRW6qE .block__phone,
  .cid-s29RKRW6qE .icons-menu {
    display: none;
  }
  .cid-s29RKRW6qE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29RKRW6qE .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #15783d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29RKRW6qE .mbr-section-btn .btn-secondary:hover {
  background-color: #15783d !important;
  color: #ffffff !important;
}
.cid-s29RKRW6qE .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29RKRW6qE .navbar > .container,
.cid-s29RKRW6qE .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29RKRW6qE .btn {
    white-space: nowrap;
  }
  .cid-s29RKRW6qE .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-s29RKRW6qE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29RKRW6qE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29RKRW6qE .dropdown-toggle::after,
  .cid-s29RKRW6qE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29RKRW6qE .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
  .cid-s29RKRW6qE .navbar-expand-lg .navbar-collapse {
    right: 0;
    position: absolute;
  }
}
.cid-s29RKRW6qE .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-s29RKRW6qE .dropdown-menu .dropdown-item:hover {
  color: #dbdbdb !important;
}
.cid-s29RKRW6qE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29RKRW6qE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29RKRW6qE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29RKRW6qE .nav-item:focus,
.cid-s29RKRW6qE .nav-link:focus {
  outline: none;
}
.cid-s29RKRW6qE .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29RKRW6qE .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29RKRW6qE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29RKRW6qE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29RKRW6qE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29RKRW6qE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29RKRW6qE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29RKRW6qE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29RKRW6qE .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  background-color: #37373d0d;
}
.cid-s29RKRW6qE .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-s29RKRW6qE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin-top: 3px;
}
.cid-s29RKRW6qE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29RKRW6qE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29RKRW6qE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-s29RKRW6qE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29RKRW6qE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29RKRW6qE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29RKRW6qE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29RKRW6qE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29RKRW6qE .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-s29RKRW6qE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29RKRW6qE .navbar .navbar-logo img {
    height: 4.6rem !important;
  }
  .cid-s29RKRW6qE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29RKRW6qE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29RKRW6qE .navbar.navbar-short {
  background: #fffffff2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29RKRW6qE .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29RKRW6qE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29RKRW6qE .navbar.navbar-short .navbar-logo img {
  height: 61px !important;
  margin-top: -1px;
}
.cid-s29RKRW6qE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29RKRW6qE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29RKRW6qE .dropdown-item.active,
.cid-s29RKRW6qE .dropdown-item:active {
  background-color: transparent;
}
.cid-s29RKRW6qE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s29RKRW6qE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29RKRW6qE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #454652;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29RKRW6qE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29RKRW6qE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29RKRW6qE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-s29RKRW6qE .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29RKRW6qE .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29RKRW6qE .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29RKRW6qE .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-s29RKRW6qE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29RKRW6qE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29RKRW6qE .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-s29RKRW6qE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29RKRW6qE .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29RKRW6qE .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29RKRW6qE a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29RKRW6qE ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29RKRW6qE .navbar-brand {
    padding: 0;
  }
  .cid-s29RKRW6qE .block__phone,
  .cid-s29RKRW6qE .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29RKRW6qE .widget {
    flex-direction: column;
  }
  .cid-s29RKRW6qE .widget p,
  .cid-s29RKRW6qE .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29RKRW6qE .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-s29RKRW6qE .navbar {
    height: 97px;
  }
  .cid-s29RKRW6qE .navbar.opened {
    height: auto;
  }
  .cid-s29RKRW6qE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s29RKRW6qE .navbar.navbar-short a {
  color: #454652!important;
}
@media (max-width: 1050px) {
  .cid-s29RKRW6qE .nav-link {
    margin: 0 11px !important;
  }
}
.cid-s29RKRW6qE .container-fluid {
  max-width: 1380px!important;
  padding-left: 50px!important;
  padding-right: 50px!important;
}
.cid-sraEIfMEpa {
  overflow: hidden;
  background-image: url("../../../assets/images/living-beach-lounge-ocean-villa-sea-view-vacation-summer-3d-render-interior-4-2000x1125.jpeg");
}
.cid-sraEIfMEpa .container {
  pointer-events: none;
}
.cid-sraEIfMEpa .subtitle__block,
.cid-sraEIfMEpa .title__block,
.cid-sraEIfMEpa .buttons__block {
  pointer-events: all;
}
.cid-sraEIfMEpa .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sraEIfMEpa .subtitle__block SPAN {
  color: #15783d;
}
.cid-sraEIfMEpa .mbr-section-subtitle {
  display: inline-block;
}
.cid-sraEIfMEpa .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sraEIfMEpa .mbr-text {
  margin-top: 35px;
}
.cid-sraEIfMEpa .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sraEIfMEpa .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sraEIfMEpa .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, #002855 0%, rgba(0, 40, 85, 0.85) 100%) !important;
}
.cid-sraEIfMEpa .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sraEIfMEpa .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sraEIfMEpa .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sraEIfMEpa .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sraEIfMEpa .mbr-figure:hover {
  color: #002855;
  cursor: pointer;
}
.cid-sraEIfMEpa .mbr-figure:hover .mbr-media {
  border-color: #002855;
  color: #002855;
}
@media (max-width: 575px) {
  .cid-sraEIfMEpa .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sraEIfMEpa .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sraEIfMEpa .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sraEIfMEpa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sraEIfMEpa .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sraEIfMEpa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sraEIfMEpa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sraEIfMEpa .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sraEIfMEpa 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-sraEIfMEpa a.close:hover {
  color: #ffffff;
}
@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-sraEIfMEpa .mbr-section-title,
.cid-sraEIfMEpa .subtitle__wrap {
  color: #454652;
  text-align: center;
}
.cid-sraEIfMEpa .mbr-text,
.cid-sraEIfMEpa .buttons__block {
  color: #fafafa;
  text-align: left;
}
@media (min-width: 1395px) {
  .cid-sraEIfMEpa .container {
    max-width: 1300px!important;
  }
}
@media (max-width: 600px) {
  .cid-sraEIfMEpa h1 {
    text-align: center!important;
  }
  .cid-sraEIfMEpa .mbr-text {
    text-align: center!important;
  }
}
.cid-ssG1E7lzOw {
  padding-top: 150px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
.cid-ssG1E7lzOw H1 {
  color: #454552;
}
.cid-ssG1E7lzOw .mbr-text,
.cid-ssG1E7lzOw .mbr-section-btn {
  color: #4a4a57;
}
.cid-ssG1E7lzOw .img-box {
  position: relative;
}
.cid-ssG1E7lzOw .card-ico span {
  font-size: 96px;
  color: #002855;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-ssG1E7lzOw .card-ico .ico1 {
  background-color: #0b5d2c;
}
.cid-ssG1E7lzOw .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-ssG1E7lzOw .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-ssG1E7lzOw .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-ssG1E7lzOw .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-ssG1E7lzOw img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(53, 74, 142, 0.35);
}
@media (max-width: 992px) {
  .cid-ssG1E7lzOw .img-box {
    height: 500px;
  }
  .cid-ssG1E7lzOw .img1 {
    left: 1rem;
  }
  .cid-ssG1E7lzOw .img2 {
    right: 1rem;
  }
  .cid-ssG1E7lzOw img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-ssG1E7lzOw img {
    width: 60%;
  }
  .cid-ssG1E7lzOw .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-ssG1E7lzOw .author-box {
    justify-content: center;
  }
  .cid-ssG1E7lzOw .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-ssG1E7lzOw .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-ssG1E7lzOw .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-ssG1E7lzOw .card-ico span {
    margin-right: 0rem;
  }
}
.cid-ssG1E7lzOw .author-box {
  display: flex;
  flex-direction: row;
}
.cid-ssG1E7lzOw .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-ssG1E7lzOw .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-ssG1E7lzOw h3,
.cid-ssG1E7lzOw h4 {
  margin: 0;
  padding: 0;
}
.cid-ssG1E7lzOw .card-title,
.cid-ssG1E7lzOw .mbr-section-subtitle {
  color: #232323;
}
.cid-ssG1E7lzOw .card-title {
  color: #37373d;
}
.cid-ssGlb2B5ZX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-alena-koval-961431-2000x1192.jpg");
}
.cid-ssGlb2B5ZX .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-ssGlb2B5ZX .icon__block {
  background: linear-gradient(135deg, rgba(11, 93, 44, 0.54) 0%, rgba(11, 93, 44, 0.85) 60%, #0b5d2c 100%);
}
.cid-ssGlb2B5ZX .mbr-section-title,
.cid-ssGlb2B5ZX .icon__wrap {
  text-align: center;
  color: #454552;
}
.cid-ssGlb2B5ZX .mbr-section-subtitle {
  text-align: center;
  color: #0f793a;
}
.cid-ssGlb2B5ZX .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-ssGlb2B5ZX .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-ssGlb2B5ZX .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-ssGlb2B5ZX .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-ssGlb2B5ZX .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-ssFZXiczbf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ssFZXiczbf .mbr-overlay {
  background: #5eeebb;
}
.cid-ssFZXiczbf .column2 {
  margin-top: 150px;
}
.cid-ssFZXiczbf .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-ssFZXiczbf .card:hover .image img {
  transform: scale(1.1);
}
.cid-ssFZXiczbf .card:hover .card__content {
  left: 35px;
}
.cid-ssFZXiczbf .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-ssFZXiczbf .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-ssFZXiczbf .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-ssFZXiczbf .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #15783d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-ssFZXiczbf .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-ssFZXiczbf .card__title {
  margin-bottom: 15px;
  color: #454552;
}
.cid-ssFZXiczbf .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-ssFZXiczbf .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-ssFZXiczbf .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-ssFZXiczbf .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-ssFZXiczbf .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-ssFZXiczbf .image {
    max-height: 450px;
  }
}
.cid-ssFZXiczbf .card__text {
  text-align: left;
}
.cid-ssGeoV3ism {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ssGeoV3ism .mbr-overlay {
  background: #5eeebb;
}
.cid-ssGeoV3ism .column2 {
  margin-top: 150px;
}
.cid-ssGeoV3ism .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-ssGeoV3ism .card:hover .image img {
  transform: scale(1.1);
}
.cid-ssGeoV3ism .card:hover .card__content {
  left: 35px;
}
.cid-ssGeoV3ism .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-ssGeoV3ism .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-ssGeoV3ism .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-ssGeoV3ism .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #15783d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-ssGeoV3ism .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-ssGeoV3ism .card__title {
  margin-bottom: 15px;
  color: #454552;
}
.cid-ssGeoV3ism .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-ssGeoV3ism .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-ssGeoV3ism .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-ssGeoV3ism .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-ssGeoV3ism .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-ssGeoV3ism .image {
    max-height: 450px;
  }
}
.cid-ssLOwms8sM {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ssLOwms8sM .container,
.cid-ssLOwms8sM .container-fluid {
  pointer-events: none;
}
.cid-ssLOwms8sM .icon__wrap,
.cid-ssLOwms8sM .mbr-section-title,
.cid-ssLOwms8sM .mbr-text,
.cid-ssLOwms8sM .items__block,
.cid-ssLOwms8sM .mbr-section-btn,
.cid-ssLOwms8sM .image {
  pointer-events: all;
}
.cid-ssLOwms8sM .image {
  text-align: center;
}
.cid-ssLOwms8sM .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-ssLOwms8sM .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-ssLOwms8sM .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-ssLOwms8sM .mbr-text {
  margin-bottom: 40px;
}
.cid-ssLOwms8sM .items__block .item .mbr-iconfont {
  color: #dbdbdb;
  margin-right: 10px;
  font-size: 14px;
}
.cid-ssLOwms8sM .mbr-section-btn {
  margin-top: 55px;
}
.cid-ssLOwms8sM .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-ssLOwms8sM .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-ssLOwms8sM .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-ssLOwms8sM .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-ssLOwms8sM .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-ssLOwms8sM .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-ssLOwms8sM .mbr-section-title,
.cid-ssLOwms8sM .icon__wrap {
  color: #323342;
}
.cid-ssLOwms8sM .mbr-text,
.cid-ssLOwms8sM .mbr-section-btn {
  color: #323342;
}
.cid-rVKij44fx8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-rVKij44fx8 .container {
  pointer-events: none;
}
.cid-rVKij44fx8 .mbr-section-subtitle,
.cid-rVKij44fx8 .title,
.cid-rVKij44fx8 .mbr-text,
.cid-rVKij44fx8 .phone,
.cid-rVKij44fx8 .subscribe__form {
  pointer-events: all;
}
.cid-rVKij44fx8 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rVKij44fx8 .mbr-section-title {
  color: #233d63;
}
.cid-rVKij44fx8 .mbr-section-title span {
  font-weight: 300;
}
.cid-rVKij44fx8 .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(21, 120, 61, 0.65) 0%, rgba(219, 219, 219, 0.65) 100%) !important;
}
.cid-rVKij44fx8 .mbr-text {
  margin-bottom: 15px;
  color: #4a4a4a;
}
.cid-rVKij44fx8 .subscribe__form {
  margin-left: 60px;
  background: #fbfcff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
  margin-right: 60px;
  margin-left: 0;
}
.cid-rVKij44fx8 .form-group {
  margin-bottom: 0;
}
.cid-rVKij44fx8 .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #fbfcff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-rVKij44fx8 .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-rVKij44fx8 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVKij44fx8 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVKij44fx8 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVKij44fx8 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-rVKij44fx8 .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background-color: #15783d!important;
  color: #fff!important;
}
.cid-rVKij44fx8 .phone {
  color: #1a1a1a;
}
.cid-rVKij44fx8 .box {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-rVKij44fx8 .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-rVKij44fx8 .mbr-section-title,
.cid-rVKij44fx8 .title {
  color: #454652;
}
.cid-rVKij44fx8 .textGDPR {
  font-size: 14px!important;
  display: flow-root;
  text-align: initial;
}
.cid-ssAZnMvimq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #353642;
}
.cid-ssAZnMvimq .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ssAZnMvimq section {
  position: relative;
}
.cid-ssAZnMvimq h4 {
  margin: 0;
}
.cid-ssAZnMvimq a {
  font-weight: 300;
}
.cid-ssAZnMvimq .row {
  align-items: center;
}
.cid-ssAZnMvimq .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ssAZnMvimq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ssAZnMvimq .img1 {
  color: #ffffff;
}
.cid-ssAZnMvimq .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-ssAZnMvimq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ssAZnMvimq .align-left,
  .cid-ssAZnMvimq .align-right {
    text-align: center;
  }
  .cid-ssAZnMvimq .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ssAZnMvimq .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ssAZnMvimq .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ssAZnMvimq .item-title {
  color: #c1c1c1;
}
.cid-ssAZnMvimq H4 {
  color: #fbfcff;
}
.cid-ssAZnMvimq .extFooter {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.cid-su5MmCtEdk {
  min-height: 114px !important;
  position: relative;
  background: #ffffff00;
  overflow: visible;
}
.cid-su5MmCtEdk .nav-item,
.cid-su5MmCtEdk .nav-link,
.cid-su5MmCtEdk .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-su5MmCtEdk .nav-item:hover,
.cid-su5MmCtEdk .nav-link:hover,
.cid-su5MmCtEdk .navbar-caption:hover {
  color: #dbdbdb !important;
}
.cid-su5MmCtEdk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  color: #ffffff!important;
  font-weight: 500;
}
.cid-su5MmCtEdk a.nav-link:hover {
  color: #dbdbdb !important;
}
.cid-su5MmCtEdk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-su5MmCtEdk .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-su5MmCtEdk .container-fluid,
.cid-su5MmCtEdk .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-su5MmCtEdk .navbar-brand {
  padding: 0;
}
.cid-su5MmCtEdk .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-su5MmCtEdk .nav-link:hover:before {
  width: 100%;
}
.cid-su5MmCtEdk .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-su5MmCtEdk .nav-link {
    margin: 0 !important;
  }
}
.cid-su5MmCtEdk .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-su5MmCtEdk .widget p,
.cid-su5MmCtEdk .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-su5MmCtEdk .widget p a,
.cid-su5MmCtEdk .widget .icons-menu a {
  margin-left: 15px;
}
.cid-su5MmCtEdk .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-su5MmCtEdk .icons__wrap:hover {
  color: #ffffff;
  background-color: #15783d;
  border-color: #15783d;
}
.cid-su5MmCtEdk .block__phone {
  color: #273769;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-su5MmCtEdk .block__phone,
  .cid-su5MmCtEdk .icons-menu {
    display: none;
  }
  .cid-su5MmCtEdk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-su5MmCtEdk .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #15783d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-su5MmCtEdk .mbr-section-btn .btn-secondary:hover {
  background-color: #15783d !important;
  color: #ffffff !important;
}
.cid-su5MmCtEdk .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-su5MmCtEdk .navbar > .container,
.cid-su5MmCtEdk .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-su5MmCtEdk .btn {
    white-space: nowrap;
  }
  .cid-su5MmCtEdk .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-su5MmCtEdk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-su5MmCtEdk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-su5MmCtEdk .dropdown-toggle::after,
  .cid-su5MmCtEdk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-su5MmCtEdk .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
  .cid-su5MmCtEdk .navbar-expand-lg .navbar-collapse {
    right: 0;
    position: absolute;
  }
}
.cid-su5MmCtEdk .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-su5MmCtEdk .dropdown-menu .dropdown-item:hover {
  color: #dbdbdb !important;
}
.cid-su5MmCtEdk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-su5MmCtEdk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-su5MmCtEdk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-su5MmCtEdk .nav-item:focus,
.cid-su5MmCtEdk .nav-link:focus {
  outline: none;
}
.cid-su5MmCtEdk .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-su5MmCtEdk .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-su5MmCtEdk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-su5MmCtEdk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-su5MmCtEdk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-su5MmCtEdk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-su5MmCtEdk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-su5MmCtEdk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-su5MmCtEdk .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  background-color: #37373d0d;
}
.cid-su5MmCtEdk .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-su5MmCtEdk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin-top: 3px;
}
.cid-su5MmCtEdk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-su5MmCtEdk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-su5MmCtEdk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-su5MmCtEdk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-su5MmCtEdk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-su5MmCtEdk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-su5MmCtEdk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-su5MmCtEdk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-su5MmCtEdk .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-su5MmCtEdk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-su5MmCtEdk .navbar .navbar-logo img {
    height: 4.6rem !important;
  }
  .cid-su5MmCtEdk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-su5MmCtEdk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-su5MmCtEdk .navbar.navbar-short {
  background: #fffffff2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-su5MmCtEdk .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-su5MmCtEdk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-su5MmCtEdk .navbar.navbar-short .navbar-logo img {
  height: 61px !important;
  margin-top: -1px;
}
.cid-su5MmCtEdk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-su5MmCtEdk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-su5MmCtEdk .dropdown-item.active,
.cid-su5MmCtEdk .dropdown-item:active {
  background-color: transparent;
}
.cid-su5MmCtEdk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-su5MmCtEdk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-su5MmCtEdk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-su5MmCtEdk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #454652;
}
.cid-su5MmCtEdk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-su5MmCtEdk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-su5MmCtEdk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-su5MmCtEdk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-su5MmCtEdk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-su5MmCtEdk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-su5MmCtEdk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-su5MmCtEdk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-su5MmCtEdk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-su5MmCtEdk .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-su5MmCtEdk .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-su5MmCtEdk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-su5MmCtEdk .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-su5MmCtEdk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-su5MmCtEdk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-su5MmCtEdk .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-su5MmCtEdk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-su5MmCtEdk .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-su5MmCtEdk .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-su5MmCtEdk a.nav-link {
    justify-content: flex-start;
  }
  .cid-su5MmCtEdk ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-su5MmCtEdk .navbar-brand {
    padding: 0;
  }
  .cid-su5MmCtEdk .block__phone,
  .cid-su5MmCtEdk .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-su5MmCtEdk .widget {
    flex-direction: column;
  }
  .cid-su5MmCtEdk .widget p,
  .cid-su5MmCtEdk .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-su5MmCtEdk .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-su5MmCtEdk .navbar {
    height: 97px;
  }
  .cid-su5MmCtEdk .navbar.opened {
    height: auto;
  }
  .cid-su5MmCtEdk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-su5MmCtEdk .navbar.navbar-short a {
  color: #454652!important;
}
@media (max-width: 1050px) {
  .cid-su5MmCtEdk .nav-link {
    margin: 0 11px !important;
  }
}
.cid-su5MmCtEdk .container-fluid {
  max-width: 1380px!important;
  padding-left: 50px!important;
  padding-right: 50px!important;
}
.cid-su5MmCPsxr {
  overflow: hidden;
  background-image: url("../../../assets/images/3d-rendering-scandinavian-sea-view-living-room-luxury-house-2000x1092.jpg");
}
.cid-su5MmCPsxr .container {
  pointer-events: none;
}
.cid-su5MmCPsxr .subtitle__block,
.cid-su5MmCPsxr .title__block,
.cid-su5MmCPsxr .buttons__block {
  pointer-events: all;
}
.cid-su5MmCPsxr .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-su5MmCPsxr .subtitle__block SPAN {
  color: #15783d;
}
.cid-su5MmCPsxr .mbr-section-subtitle {
  display: inline-block;
}
.cid-su5MmCPsxr .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-su5MmCPsxr .mbr-text {
  margin-top: 35px;
}
.cid-su5MmCPsxr .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-su5MmCPsxr .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-su5MmCPsxr .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, #002855 0%, rgba(0, 40, 85, 0.85) 100%) !important;
}
.cid-su5MmCPsxr .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-su5MmCPsxr .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-su5MmCPsxr .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-su5MmCPsxr .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-su5MmCPsxr .mbr-figure:hover {
  color: #002855;
  cursor: pointer;
}
.cid-su5MmCPsxr .mbr-figure:hover .mbr-media {
  border-color: #002855;
  color: #002855;
}
@media (max-width: 575px) {
  .cid-su5MmCPsxr .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-su5MmCPsxr .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-su5MmCPsxr .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-su5MmCPsxr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-su5MmCPsxr .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-su5MmCPsxr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-su5MmCPsxr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-su5MmCPsxr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-su5MmCPsxr 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-su5MmCPsxr a.close:hover {
  color: #ffffff;
}
@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-su5MmCPsxr .mbr-section-title,
.cid-su5MmCPsxr .subtitle__wrap {
  color: #454652;
  text-align: center;
}
.cid-su5MmCPsxr .mbr-text,
.cid-su5MmCPsxr .buttons__block {
  color: #fafafa;
  text-align: left;
}
@media (min-width: 1395px) {
  .cid-su5MmCPsxr .container {
    max-width: 1300px!important;
  }
}
@media (max-width: 600px) {
  .cid-su5MmCPsxr h1 {
    text-align: center!important;
  }
  .cid-su5MmCPsxr .mbr-text {
    text-align: center!important;
  }
}
.cid-su5MmD8B7I {
  padding-top: 150px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
.cid-su5MmD8B7I H1 {
  color: #454552;
}
.cid-su5MmD8B7I .mbr-text,
.cid-su5MmD8B7I .mbr-section-btn {
  color: #4a4a57;
}
.cid-su5MmD8B7I .img-box {
  position: relative;
}
.cid-su5MmD8B7I .card-ico span {
  font-size: 96px;
  color: #002855;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-su5MmD8B7I .card-ico .ico1 {
  background-color: #0b5d2c;
}
.cid-su5MmD8B7I .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-su5MmD8B7I .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-su5MmD8B7I .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-su5MmD8B7I .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-su5MmD8B7I img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(53, 74, 142, 0.35);
}
@media (max-width: 992px) {
  .cid-su5MmD8B7I .img-box {
    height: 500px;
  }
  .cid-su5MmD8B7I .img1 {
    left: 1rem;
  }
  .cid-su5MmD8B7I .img2 {
    right: 1rem;
  }
  .cid-su5MmD8B7I img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-su5MmD8B7I img {
    width: 60%;
  }
  .cid-su5MmD8B7I .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-su5MmD8B7I .author-box {
    justify-content: center;
  }
  .cid-su5MmD8B7I .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-su5MmD8B7I .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-su5MmD8B7I .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-su5MmD8B7I .card-ico span {
    margin-right: 0rem;
  }
}
.cid-su5MmD8B7I .author-box {
  display: flex;
  flex-direction: row;
}
.cid-su5MmD8B7I .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-su5MmD8B7I .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-su5MmD8B7I h3,
.cid-su5MmD8B7I h4 {
  margin: 0;
  padding: 0;
}
.cid-su5MmD8B7I .card-title,
.cid-su5MmD8B7I .mbr-section-subtitle {
  color: #232323;
}
.cid-su5MmD8B7I .card-title {
  color: #37373d;
}
.cid-su5MmDoLP9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-alena-koval-961431-2000x1192.jpg");
}
.cid-su5MmDoLP9 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-su5MmDoLP9 .icon__block {
  background: linear-gradient(135deg, rgba(11, 93, 44, 0.54) 0%, rgba(11, 93, 44, 0.85) 60%, #0b5d2c 100%);
}
.cid-su5MmDoLP9 .mbr-section-title,
.cid-su5MmDoLP9 .icon__wrap {
  text-align: center;
  color: #454552;
}
.cid-su5MmDoLP9 .mbr-section-subtitle {
  text-align: center;
  color: #0f793a;
}
.cid-su5MmDoLP9 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-su5MmDoLP9 .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-su5MmDoLP9 .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-su5MmDoLP9 .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-su5MmDoLP9 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-su5MmDBmN3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-su5MmDBmN3 .mbr-overlay {
  background: #5eeebb;
}
.cid-su5MmDBmN3 .column2 {
  margin-top: 150px;
}
.cid-su5MmDBmN3 .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-su5MmDBmN3 .card:hover .image img {
  transform: scale(1.1);
}
.cid-su5MmDBmN3 .card:hover .card__content {
  left: 35px;
}
.cid-su5MmDBmN3 .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-su5MmDBmN3 .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-su5MmDBmN3 .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-su5MmDBmN3 .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #15783d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-su5MmDBmN3 .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-su5MmDBmN3 .card__title {
  margin-bottom: 15px;
  color: #454552;
}
.cid-su5MmDBmN3 .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-su5MmDBmN3 .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-su5MmDBmN3 .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-su5MmDBmN3 .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-su5MmDBmN3 .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-su5MmDBmN3 .image {
    max-height: 450px;
  }
}
.cid-su5MmDBmN3 .card__text {
  text-align: left;
}
.cid-su5MmDVO8W {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-su5MmDVO8W .mbr-overlay {
  background: #5eeebb;
}
.cid-su5MmDVO8W .column2 {
  margin-top: 150px;
}
.cid-su5MmDVO8W .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-su5MmDVO8W .card:hover .image img {
  transform: scale(1.1);
}
.cid-su5MmDVO8W .card:hover .card__content {
  left: 35px;
}
.cid-su5MmDVO8W .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-su5MmDVO8W .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-su5MmDVO8W .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-su5MmDVO8W .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #15783d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-su5MmDVO8W .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-su5MmDVO8W .card__title {
  margin-bottom: 15px;
  color: #454552;
}
.cid-su5MmDVO8W .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-su5MmDVO8W .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-su5MmDVO8W .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-su5MmDVO8W .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-su5MmDVO8W .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-su5MmDVO8W .image {
    max-height: 450px;
  }
}
.cid-su5MmEgBCR {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-su5MmEgBCR .container,
.cid-su5MmEgBCR .container-fluid {
  pointer-events: none;
}
.cid-su5MmEgBCR .icon__wrap,
.cid-su5MmEgBCR .mbr-section-title,
.cid-su5MmEgBCR .mbr-text,
.cid-su5MmEgBCR .items__block,
.cid-su5MmEgBCR .mbr-section-btn,
.cid-su5MmEgBCR .image {
  pointer-events: all;
}
.cid-su5MmEgBCR .image {
  text-align: center;
}
.cid-su5MmEgBCR .image img {
  max-height: 700px;
  width: 80%;
  margin-top: 60px;
  object-fit: cover;
}
.cid-su5MmEgBCR .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-su5MmEgBCR .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-su5MmEgBCR .mbr-text {
  margin-bottom: 40px;
}
.cid-su5MmEgBCR .items__block .item .mbr-iconfont {
  color: #dbdbdb;
  margin-right: 10px;
  font-size: 14px;
}
.cid-su5MmEgBCR .mbr-section-btn {
  margin-top: 55px;
}
.cid-su5MmEgBCR .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-su5MmEgBCR .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-su5MmEgBCR .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-su5MmEgBCR .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-su5MmEgBCR .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-su5MmEgBCR .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-su5MmEgBCR .mbr-section-title,
.cid-su5MmEgBCR .icon__wrap {
  color: #323342;
}
.cid-su5MmEgBCR .mbr-text,
.cid-su5MmEgBCR .mbr-section-btn {
  color: #323342;
}
.cid-sv0IZoTIvs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sv0IZoTIvs .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sv0IZoTIvs .icon__block {
  background: linear-gradient(135deg, rgba(13, 133, 46, 0.54) 0%, rgba(13, 133, 46, 0.85) 60%, #0d852e 100%);
}
.cid-sv0IZoTIvs .mbr-section-title,
.cid-sv0IZoTIvs .icon__wrap {
  text-align: center;
}
.cid-sv0IZoTIvs .mbr-section-subtitle {
  text-align: center;
}
.cid-sv0IZoTIvs .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-sv0IZoTIvs .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-sv0IZoTIvs .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-sv0IZoTIvs .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-sv0IZoTIvs .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-su5MmEzZyU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-su5MmEzZyU .container {
  pointer-events: none;
}
.cid-su5MmEzZyU .mbr-section-subtitle,
.cid-su5MmEzZyU .title,
.cid-su5MmEzZyU .mbr-text,
.cid-su5MmEzZyU .phone,
.cid-su5MmEzZyU .subscribe__form {
  pointer-events: all;
}
.cid-su5MmEzZyU .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-su5MmEzZyU .mbr-section-title {
  color: #233d63;
}
.cid-su5MmEzZyU .mbr-section-title span {
  font-weight: 300;
}
.cid-su5MmEzZyU .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(21, 120, 61, 0.65) 0%, rgba(219, 219, 219, 0.65) 100%) !important;
}
.cid-su5MmEzZyU .mbr-text {
  margin-bottom: 15px;
  color: #4a4a4a;
}
.cid-su5MmEzZyU .subscribe__form {
  margin-left: 60px;
  background: #fbfcff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
  margin-right: 60px;
  margin-left: 0;
}
.cid-su5MmEzZyU .form-group {
  margin-bottom: 0;
}
.cid-su5MmEzZyU .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #fbfcff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-su5MmEzZyU .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-su5MmEzZyU .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-su5MmEzZyU .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-su5MmEzZyU .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-su5MmEzZyU .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-su5MmEzZyU .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background-color: #15783d!important;
  color: #fff!important;
}
.cid-su5MmEzZyU .phone {
  color: #1a1a1a;
}
.cid-su5MmEzZyU .box {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-su5MmEzZyU .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-su5MmEzZyU .mbr-section-title,
.cid-su5MmEzZyU .title {
  color: #454652;
}
.cid-su5MmEzZyU .textGDPR {
  font-size: 14px!important;
  display: flow-root;
  text-align: initial;
}
.cid-su5MmERHdo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #353642;
}
.cid-su5MmERHdo .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-su5MmERHdo section {
  position: relative;
}
.cid-su5MmERHdo h4 {
  margin: 0;
}
.cid-su5MmERHdo a {
  font-weight: 300;
}
.cid-su5MmERHdo .row {
  align-items: center;
}
.cid-su5MmERHdo .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-su5MmERHdo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-su5MmERHdo .img1 {
  color: #ffffff;
}
.cid-su5MmERHdo .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-su5MmERHdo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-su5MmERHdo .align-left,
  .cid-su5MmERHdo .align-right {
    text-align: center;
  }
  .cid-su5MmERHdo .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-su5MmERHdo .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-su5MmERHdo .item {
    padding-bottom: 0.5rem;
  }
}
.cid-su5MmERHdo .item-title {
  color: #c1c1c1;
}
.cid-su5MmERHdo H4 {
  color: #fbfcff;
}
.cid-su5MmERHdo .extFooter {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.cid-sveozQ4xJc.popup-builder {
  background-color: #ffffff;
}
.cid-sveozQ4xJc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sveozQ4xJc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sveozQ4xJc .modal-content,
.cid-sveozQ4xJc .modal-dialog {
  height: auto;
}
.cid-sveozQ4xJc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sveozQ4xJc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sveozQ4xJc .form-wrapper .mbr-form .form-group,
  .cid-sveozQ4xJc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sveozQ4xJc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sveozQ4xJc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sveozQ4xJc .mbr-text {
  text-align: center;
}
.cid-sveozQ4xJc .pt-0 {
  padding-top: 0 !important;
}
.cid-sveozQ4xJc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sveozQ4xJc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sveozQ4xJc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sveozQ4xJc .modal-open {
  overflow: hidden;
}
.cid-sveozQ4xJc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sveozQ4xJc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sveozQ4xJc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sveozQ4xJc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sveozQ4xJc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sveozQ4xJc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sveozQ4xJc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sveozQ4xJc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sveozQ4xJc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sveozQ4xJc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sveozQ4xJc .modal-backdrop.show {
  opacity: .5;
}
.cid-sveozQ4xJc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sveozQ4xJc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sveozQ4xJc .modal-header .close:hover {
  opacity: 1;
}
.cid-sveozQ4xJc .modal-header .close:focus {
  outline: none;
}
.cid-sveozQ4xJc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sveozQ4xJc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sveozQ4xJc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sveozQ4xJc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sveozQ4xJc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sveozQ4xJc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sveozQ4xJc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sveozQ4xJc .modal-sm {
    max-width: 300px;
  }
  .cid-sveozQ4xJc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sveozQ4xJc .modal-lg,
  .cid-sveozQ4xJc .modal-xl {
    max-width: 800px;
  }
  .cid-sveozQ4xJc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sveozQ4xJc .modal-xl {
    max-width: 1140px;
  }
  .cid-sveozQ4xJc .container {
    max-width: 1140px;
  }
}
.cid-sveozQ4xJc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sveozQ4xJc .container {
    max-width: 720px;
  }
}
.cid-sveozQ4xJc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sveozQ4xJc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sveozQ4xJc .form-group {
  margin-bottom: 1rem;
}
.cid-sveozQ4xJc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sveozQ4xJc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sveozQ4xJc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sveoybcr0y.popup-builder {
  background-color: #ffffff;
}
.cid-sveoybcr0y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sveoybcr0y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sveoybcr0y .modal-content,
.cid-sveoybcr0y .modal-dialog {
  height: auto;
}
.cid-sveoybcr0y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sveoybcr0y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sveoybcr0y .form-wrapper .mbr-form .form-group,
  .cid-sveoybcr0y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sveoybcr0y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sveoybcr0y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sveoybcr0y .mbr-text {
  text-align: center;
}
.cid-sveoybcr0y .pt-0 {
  padding-top: 0 !important;
}
.cid-sveoybcr0y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sveoybcr0y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sveoybcr0y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sveoybcr0y .modal-open {
  overflow: hidden;
}
.cid-sveoybcr0y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sveoybcr0y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sveoybcr0y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sveoybcr0y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sveoybcr0y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sveoybcr0y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sveoybcr0y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sveoybcr0y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sveoybcr0y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sveoybcr0y .modal-backdrop.fade {
  opacity: 0;
}
.cid-sveoybcr0y .modal-backdrop.show {
  opacity: .5;
}
.cid-sveoybcr0y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sveoybcr0y .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sveoybcr0y .modal-header .close:hover {
  opacity: 1;
}
.cid-sveoybcr0y .modal-header .close:focus {
  outline: none;
}
.cid-sveoybcr0y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sveoybcr0y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sveoybcr0y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sveoybcr0y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sveoybcr0y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sveoybcr0y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sveoybcr0y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sveoybcr0y .modal-sm {
    max-width: 300px;
  }
  .cid-sveoybcr0y .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sveoybcr0y .modal-lg,
  .cid-sveoybcr0y .modal-xl {
    max-width: 800px;
  }
  .cid-sveoybcr0y .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sveoybcr0y .modal-xl {
    max-width: 1140px;
  }
  .cid-sveoybcr0y .container {
    max-width: 1140px;
  }
}
.cid-sveoybcr0y .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sveoybcr0y .container {
    max-width: 720px;
  }
}
.cid-sveoybcr0y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sveoybcr0y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sveoybcr0y .form-group {
  margin-bottom: 1rem;
}
.cid-sveoybcr0y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sveoybcr0y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sveoybcr0y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sveqczVGib {
  min-height: 114px !important;
  position: relative;
  background: #ffffff00;
  overflow: visible;
}
.cid-sveqczVGib .nav-item,
.cid-sveqczVGib .nav-link,
.cid-sveqczVGib .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sveqczVGib .nav-item:hover,
.cid-sveqczVGib .nav-link:hover,
.cid-sveqczVGib .navbar-caption:hover {
  color: #dbdbdb !important;
}
.cid-sveqczVGib a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  color: #ffffff!important;
  font-weight: 500;
}
.cid-sveqczVGib a.nav-link:hover {
  color: #dbdbdb !important;
}
.cid-sveqczVGib .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sveqczVGib .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sveqczVGib .container-fluid,
.cid-sveqczVGib .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sveqczVGib .navbar-brand {
  padding: 0;
}
.cid-sveqczVGib .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sveqczVGib .nav-link:hover:before {
  width: 100%;
}
.cid-sveqczVGib .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-sveqczVGib .nav-link {
    margin: 0 !important;
  }
}
.cid-sveqczVGib .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sveqczVGib .widget p,
.cid-sveqczVGib .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sveqczVGib .widget p a,
.cid-sveqczVGib .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sveqczVGib .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-sveqczVGib .icons__wrap:hover {
  color: #ffffff;
  background-color: #15783d;
  border-color: #15783d;
}
.cid-sveqczVGib .block__phone {
  color: #273769;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sveqczVGib .block__phone,
  .cid-sveqczVGib .icons-menu {
    display: none;
  }
  .cid-sveqczVGib .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sveqczVGib .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #15783d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sveqczVGib .mbr-section-btn .btn-secondary:hover {
  background-color: #15783d !important;
  color: #ffffff !important;
}
.cid-sveqczVGib .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-sveqczVGib .navbar > .container,
.cid-sveqczVGib .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sveqczVGib .btn {
    white-space: nowrap;
  }
  .cid-sveqczVGib .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-sveqczVGib .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sveqczVGib .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sveqczVGib .dropdown-toggle::after,
  .cid-sveqczVGib .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sveqczVGib .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
  .cid-sveqczVGib .navbar-expand-lg .navbar-collapse {
    right: 0;
    position: absolute;
  }
}
.cid-sveqczVGib .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-sveqczVGib .dropdown-menu .dropdown-item:hover {
  color: #dbdbdb !important;
}
.cid-sveqczVGib .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sveqczVGib .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sveqczVGib .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sveqczVGib .nav-item:focus,
.cid-sveqczVGib .nav-link:focus {
  outline: none;
}
.cid-sveqczVGib .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-sveqczVGib .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sveqczVGib .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sveqczVGib .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sveqczVGib .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sveqczVGib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sveqczVGib .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sveqczVGib ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sveqczVGib .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  background-color: #37373d0d;
}
.cid-sveqczVGib .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-sveqczVGib .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin-top: 3px;
}
.cid-sveqczVGib .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sveqczVGib .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sveqczVGib .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 80px - 1rem);
  }
}
.cid-sveqczVGib .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sveqczVGib .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sveqczVGib .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sveqczVGib .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sveqczVGib .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sveqczVGib .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-sveqczVGib .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sveqczVGib .navbar .navbar-logo img {
    height: 4.6rem !important;
  }
  .cid-sveqczVGib .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sveqczVGib .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sveqczVGib .navbar.navbar-short {
  background: #fffffff2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sveqczVGib .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sveqczVGib .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sveqczVGib .navbar.navbar-short .navbar-logo img {
  height: 61px !important;
  margin-top: -1px;
}
.cid-sveqczVGib .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sveqczVGib .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sveqczVGib .dropdown-item.active,
.cid-sveqczVGib .dropdown-item:active {
  background-color: transparent;
}
.cid-sveqczVGib .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sveqczVGib .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sveqczVGib button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sveqczVGib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #454652;
}
.cid-sveqczVGib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sveqczVGib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sveqczVGib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sveqczVGib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sveqczVGib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sveqczVGib nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sveqczVGib nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sveqczVGib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sveqczVGib .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sveqczVGib .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sveqczVGib .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-sveqczVGib .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sveqczVGib .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-sveqczVGib .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sveqczVGib .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sveqczVGib .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-sveqczVGib .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sveqczVGib .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sveqczVGib .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sveqczVGib a.nav-link {
    justify-content: flex-start;
  }
  .cid-sveqczVGib ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sveqczVGib .navbar-brand {
    padding: 0;
  }
  .cid-sveqczVGib .block__phone,
  .cid-sveqczVGib .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sveqczVGib .widget {
    flex-direction: column;
  }
  .cid-sveqczVGib .widget p,
  .cid-sveqczVGib .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-sveqczVGib .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-sveqczVGib .navbar {
    height: 97px;
  }
  .cid-sveqczVGib .navbar.opened {
    height: auto;
  }
  .cid-sveqczVGib .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sveqczVGib .navbar.navbar-short a {
  color: #454652!important;
}
@media (max-width: 1050px) {
  .cid-sveqczVGib .nav-link {
    margin: 0 11px !important;
  }
}
.cid-sveqczVGib .container-fluid {
  max-width: 1380px!important;
  padding-left: 50px!important;
  padding-right: 50px!important;
}
.cid-sveqcAjNeR {
  overflow: hidden;
  background-image: url("../../../assets/images/3d-rendering-scandinavian-sea-view-living-room-luxury-house-2000x1092.jpg");
}
.cid-sveqcAjNeR .container {
  pointer-events: none;
}
.cid-sveqcAjNeR .subtitle__block,
.cid-sveqcAjNeR .title__block,
.cid-sveqcAjNeR .buttons__block {
  pointer-events: all;
}
.cid-sveqcAjNeR .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sveqcAjNeR .subtitle__block SPAN {
  color: #15783d;
}
.cid-sveqcAjNeR .mbr-section-subtitle {
  display: inline-block;
}
.cid-sveqcAjNeR .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sveqcAjNeR .mbr-text {
  margin-top: 35px;
}
.cid-sveqcAjNeR .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sveqcAjNeR .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sveqcAjNeR .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, #002855 0%, rgba(0, 40, 85, 0.85) 100%) !important;
}
.cid-sveqcAjNeR .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sveqcAjNeR .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sveqcAjNeR .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sveqcAjNeR .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sveqcAjNeR .mbr-figure:hover {
  color: #002855;
  cursor: pointer;
}
.cid-sveqcAjNeR .mbr-figure:hover .mbr-media {
  border-color: #002855;
  color: #002855;
}
@media (max-width: 575px) {
  .cid-sveqcAjNeR .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sveqcAjNeR .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sveqcAjNeR .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sveqcAjNeR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sveqcAjNeR .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sveqcAjNeR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sveqcAjNeR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sveqcAjNeR .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sveqcAjNeR 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-sveqcAjNeR a.close:hover {
  color: #ffffff;
}
@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-sveqcAjNeR .mbr-section-title,
.cid-sveqcAjNeR .subtitle__wrap {
  color: #454652;
  text-align: center;
}
.cid-sveqcAjNeR .mbr-text,
.cid-sveqcAjNeR .buttons__block {
  color: #fafafa;
  text-align: left;
}
@media (min-width: 1395px) {
  .cid-sveqcAjNeR .container {
    max-width: 1300px!important;
  }
}
@media (max-width: 600px) {
  .cid-sveqcAjNeR h1 {
    text-align: center!important;
  }
  .cid-sveqcAjNeR .mbr-text {
    text-align: center!important;
  }
}
.cid-sveqcADGHy {
  padding-top: 150px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
.cid-sveqcADGHy H1 {
  color: #454552;
}
.cid-sveqcADGHy .mbr-text,
.cid-sveqcADGHy .mbr-section-btn {
  color: #4a4a57;
}
.cid-sveqcADGHy .img-box {
  position: relative;
}
.cid-sveqcADGHy .card-ico span {
  font-size: 96px;
  color: #002855;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sveqcADGHy .card-ico .ico1 {
  background-color: #0b5d2c;
}
.cid-sveqcADGHy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sveqcADGHy .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sveqcADGHy .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sveqcADGHy .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sveqcADGHy img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(53, 74, 142, 0.35);
}
@media (max-width: 992px) {
  .cid-sveqcADGHy .img-box {
    height: 500px;
  }
  .cid-sveqcADGHy .img1 {
    left: 1rem;
  }
  .cid-sveqcADGHy .img2 {
    right: 1rem;
  }
  .cid-sveqcADGHy img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sveqcADGHy img {
    width: 60%;
  }
  .cid-sveqcADGHy .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sveqcADGHy .author-box {
    justify-content: center;
  }
  .cid-sveqcADGHy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sveqcADGHy .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sveqcADGHy .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sveqcADGHy .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sveqcADGHy .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sveqcADGHy .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sveqcADGHy .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sveqcADGHy h3,
.cid-sveqcADGHy h4 {
  margin: 0;
  padding: 0;
}
.cid-sveqcADGHy .card-title,
.cid-sveqcADGHy .mbr-section-subtitle {
  color: #232323;
}
.cid-sveqcADGHy .card-title {
  color: #37373d;
}
.cid-sveqcAVCQY {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-alena-koval-961431-2000x1192.jpg");
}
.cid-sveqcAVCQY .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sveqcAVCQY .icon__block {
  background: linear-gradient(135deg, rgba(11, 93, 44, 0.54) 0%, rgba(11, 93, 44, 0.85) 60%, #0b5d2c 100%);
}
.cid-sveqcAVCQY .mbr-section-title,
.cid-sveqcAVCQY .icon__wrap {
  text-align: center;
  color: #454552;
}
.cid-sveqcAVCQY .mbr-section-subtitle {
  text-align: center;
  color: #0f793a;
}
.cid-sveqcAVCQY .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-sveqcAVCQY .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-sveqcAVCQY .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-sveqcAVCQY .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-sveqcAVCQY .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-sveqcB83pv {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sveqcB83pv .mbr-overlay {
  background: #5eeebb;
}
.cid-sveqcB83pv .column2 {
  margin-top: 150px;
}
.cid-sveqcB83pv .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-sveqcB83pv .card:hover .image img {
  transform: scale(1.1);
}
.cid-sveqcB83pv .card:hover .card__content {
  left: 35px;
}
.cid-sveqcB83pv .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-sveqcB83pv .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-sveqcB83pv .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-sveqcB83pv .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #15783d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sveqcB83pv .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sveqcB83pv .card__title {
  margin-bottom: 15px;
  color: #454552;
}
.cid-sveqcB83pv .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sveqcB83pv .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sveqcB83pv .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-sveqcB83pv .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-sveqcB83pv .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sveqcB83pv .image {
    max-height: 450px;
  }
}
.cid-sveqcB83pv .card__text {
  text-align: left;
}
.cid-sveqcBvqPj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sveqcBvqPj .mbr-overlay {
  background: #5eeebb;
}
.cid-sveqcBvqPj .column2 {
  margin-top: 150px;
}
.cid-sveqcBvqPj .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-sveqcBvqPj .card:hover .image img {
  transform: scale(1.1);
}
.cid-sveqcBvqPj .card:hover .card__content {
  left: 35px;
}
.cid-sveqcBvqPj .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-sveqcBvqPj .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-sveqcBvqPj .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-sveqcBvqPj .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #15783d;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-sveqcBvqPj .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-sveqcBvqPj .card__title {
  margin-bottom: 15px;
  color: #454552;
}
.cid-sveqcBvqPj .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sveqcBvqPj .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sveqcBvqPj .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-sveqcBvqPj .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-sveqcBvqPj .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-sveqcBvqPj .image {
    max-height: 450px;
  }
}
.cid-sveqcBTWgG {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-sveqcBTWgG .container,
.cid-sveqcBTWgG .container-fluid {
  pointer-events: none;
}
.cid-sveqcBTWgG .icon__wrap,
.cid-sveqcBTWgG .mbr-section-title,
.cid-sveqcBTWgG .mbr-text,
.cid-sveqcBTWgG .items__block,
.cid-sveqcBTWgG .mbr-section-btn,
.cid-sveqcBTWgG .image {
  pointer-events: all;
}
.cid-sveqcBTWgG .image {
  text-align: center;
}
.cid-sveqcBTWgG .image img {
  max-height: 700px;
  width: 80%;
  margin-top: 60px;
  object-fit: cover;
}
.cid-sveqcBTWgG .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-sveqcBTWgG .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-sveqcBTWgG .mbr-text {
  margin-bottom: 40px;
}
.cid-sveqcBTWgG .items__block .item .mbr-iconfont {
  color: #dbdbdb;
  margin-right: 10px;
  font-size: 14px;
}
.cid-sveqcBTWgG .mbr-section-btn {
  margin-top: 55px;
}
.cid-sveqcBTWgG .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-sveqcBTWgG .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-sveqcBTWgG .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-sveqcBTWgG .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-sveqcBTWgG .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-sveqcBTWgG .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-sveqcBTWgG .mbr-section-title,
.cid-sveqcBTWgG .icon__wrap {
  color: #323342;
}
.cid-sveqcBTWgG .mbr-text,
.cid-sveqcBTWgG .mbr-section-btn {
  color: #323342;
}
.cid-sveqcCtThN {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sveqcCtThN .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sveqcCtThN .icon__block {
  background: linear-gradient(135deg, rgba(13, 133, 46, 0.54) 0%, rgba(13, 133, 46, 0.85) 60%, #0d852e 100%);
}
.cid-sveqcCtThN .mbr-section-title,
.cid-sveqcCtThN .icon__wrap {
  text-align: center;
}
.cid-sveqcCtThN .mbr-section-subtitle {
  text-align: center;
}
.cid-sveqcCtThN .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-sveqcCtThN .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-sveqcCtThN .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-sveqcCtThN .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-sveqcCtThN .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-sveqcCWrOM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-sveqcCWrOM .container {
  pointer-events: none;
}
.cid-sveqcCWrOM .mbr-section-subtitle,
.cid-sveqcCWrOM .title,
.cid-sveqcCWrOM .mbr-text,
.cid-sveqcCWrOM .phone,
.cid-sveqcCWrOM .subscribe__form {
  pointer-events: all;
}
.cid-sveqcCWrOM .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sveqcCWrOM .mbr-section-title {
  color: #233d63;
}
.cid-sveqcCWrOM .mbr-section-title span {
  font-weight: 300;
}
.cid-sveqcCWrOM .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(21, 120, 61, 0.65) 0%, rgba(219, 219, 219, 0.65) 100%) !important;
}
.cid-sveqcCWrOM .mbr-text {
  margin-bottom: 15px;
  color: #4a4a4a;
}
.cid-sveqcCWrOM .subscribe__form {
  margin-left: 60px;
  background: #fbfcff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
  margin-right: 60px;
  margin-left: 0;
}
.cid-sveqcCWrOM .form-group {
  margin-bottom: 0;
}
.cid-sveqcCWrOM .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #fbfcff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sveqcCWrOM .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sveqcCWrOM .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-sveqcCWrOM .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-sveqcCWrOM .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-sveqcCWrOM .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: .8;
}
.cid-sveqcCWrOM .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background-color: #15783d!important;
  color: #fff!important;
}
.cid-sveqcCWrOM .phone {
  color: #1a1a1a;
}
.cid-sveqcCWrOM .box {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-sveqcCWrOM .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sveqcCWrOM .mbr-section-title,
.cid-sveqcCWrOM .title {
  color: #454652;
}
.cid-sveqcCWrOM .textGDPR {
  font-size: 14px!important;
  display: flow-root;
  text-align: initial;
}
.cid-sveqcDsQ3v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #353642;
}
.cid-sveqcDsQ3v .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sveqcDsQ3v section {
  position: relative;
}
.cid-sveqcDsQ3v h4 {
  margin: 0;
}
.cid-sveqcDsQ3v a {
  font-weight: 300;
}
.cid-sveqcDsQ3v .row {
  align-items: center;
}
.cid-sveqcDsQ3v .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sveqcDsQ3v .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sveqcDsQ3v .img1 {
  color: #ffffff;
}
.cid-sveqcDsQ3v .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sveqcDsQ3v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sveqcDsQ3v .align-left,
  .cid-sveqcDsQ3v .align-right {
    text-align: center;
  }
  .cid-sveqcDsQ3v .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sveqcDsQ3v .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sveqcDsQ3v .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sveqcDsQ3v .item-title {
  color: #c1c1c1;
}
.cid-sveqcDsQ3v H4 {
  color: #fbfcff;
}
.cid-sveqcDsQ3v .extFooter {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.cid-sveqcDW09k.popup-builder {
  background-color: #ffffff;
}
.cid-sveqcDW09k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sveqcDW09k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sveqcDW09k .modal-content,
.cid-sveqcDW09k .modal-dialog {
  height: auto;
}
.cid-sveqcDW09k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sveqcDW09k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sveqcDW09k .form-wrapper .mbr-form .form-group,
  .cid-sveqcDW09k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sveqcDW09k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sveqcDW09k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sveqcDW09k .mbr-text {
  text-align: center;
}
.cid-sveqcDW09k .pt-0 {
  padding-top: 0 !important;
}
.cid-sveqcDW09k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sveqcDW09k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sveqcDW09k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sveqcDW09k .modal-open {
  overflow: hidden;
}
.cid-sveqcDW09k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sveqcDW09k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sveqcDW09k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sveqcDW09k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sveqcDW09k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sveqcDW09k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sveqcDW09k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sveqcDW09k .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sveqcDW09k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sveqcDW09k .modal-backdrop.fade {
  opacity: 0;
}
.cid-sveqcDW09k .modal-backdrop.show {
  opacity: .5;
}
.cid-sveqcDW09k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sveqcDW09k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sveqcDW09k .modal-header .close:hover {
  opacity: 1;
}
.cid-sveqcDW09k .modal-header .close:focus {
  outline: none;
}
.cid-sveqcDW09k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sveqcDW09k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sveqcDW09k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sveqcDW09k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sveqcDW09k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sveqcDW09k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sveqcDW09k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sveqcDW09k .modal-sm {
    max-width: 300px;
  }
  .cid-sveqcDW09k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sveqcDW09k .modal-lg,
  .cid-sveqcDW09k .modal-xl {
    max-width: 800px;
  }
  .cid-sveqcDW09k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sveqcDW09k .modal-xl {
    max-width: 1140px;
  }
  .cid-sveqcDW09k .container {
    max-width: 1140px;
  }
}
.cid-sveqcDW09k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sveqcDW09k .container {
    max-width: 720px;
  }
}
.cid-sveqcDW09k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sveqcDW09k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sveqcDW09k .form-group {
  margin-bottom: 1rem;
}
.cid-sveqcDW09k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sveqcDW09k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sveqcDW09k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sveqcEukqZ.popup-builder {
  background-color: #ffffff;
}
.cid-sveqcEukqZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sveqcEukqZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sveqcEukqZ .modal-content,
.cid-sveqcEukqZ .modal-dialog {
  height: auto;
}
.cid-sveqcEukqZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sveqcEukqZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sveqcEukqZ .form-wrapper .mbr-form .form-group,
  .cid-sveqcEukqZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sveqcEukqZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sveqcEukqZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sveqcEukqZ .mbr-text {
  text-align: center;
}
.cid-sveqcEukqZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sveqcEukqZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sveqcEukqZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sveqcEukqZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sveqcEukqZ .modal-open {
  overflow: hidden;
}
.cid-sveqcEukqZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sveqcEukqZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sveqcEukqZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sveqcEukqZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sveqcEukqZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sveqcEukqZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sveqcEukqZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sveqcEukqZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sveqcEukqZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sveqcEukqZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sveqcEukqZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sveqcEukqZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sveqcEukqZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sveqcEukqZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sveqcEukqZ .modal-header .close:focus {
  outline: none;
}
.cid-sveqcEukqZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sveqcEukqZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sveqcEukqZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sveqcEukqZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sveqcEukqZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sveqcEukqZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sveqcEukqZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sveqcEukqZ .modal-sm {
    max-width: 300px;
  }
  .cid-sveqcEukqZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sveqcEukqZ .modal-lg,
  .cid-sveqcEukqZ .modal-xl {
    max-width: 800px;
  }
  .cid-sveqcEukqZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sveqcEukqZ .modal-xl {
    max-width: 1140px;
  }
  .cid-sveqcEukqZ .container {
    max-width: 1140px;
  }
}
.cid-sveqcEukqZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sveqcEukqZ .container {
    max-width: 720px;
  }
}
.cid-sveqcEukqZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sveqcEukqZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sveqcEukqZ .form-group {
  margin-bottom: 1rem;
}
.cid-sveqcEukqZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sveqcEukqZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sveqcEukqZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
