.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #00b16a !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #1e824c !important;
}
.bg-warning {
  background-color: #ebeaed !important;
}
.bg-danger {
  background-color: #87d37c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00b16a !important;
  border-color: #00b16a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00b16a;
  border-color: #00b16a;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00b16a !important;
  border-color: #00b16a !important;
}
.btn-primary:hover {
  background-color: #007e4b !important;
  border-color: #007e4b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-secondary:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1e824c !important;
  border-color: #1e824c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1e824c;
  border-color: #1e824c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1e824c !important;
  border-color: #1e824c !important;
}
.btn-info:hover {
  background-color: #145934 !important;
  border-color: #145934 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-success:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-warning:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #87d37c !important;
  border-color: #87d37c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #87d37c;
  border-color: #87d37c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #87d37c !important;
  border-color: #87d37c !important;
}
.btn-danger:hover {
  background-color: #64c656 !important;
  border-color: #64c656 !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.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !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: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00b16a;
  color: #00b16a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #00b16a !important;
  border-color: #00b16a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b16a !important;
  border-color: #00b16a !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1e824c;
  color: #1e824c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #1e824c !important;
  border-color: #1e824c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1e824c !important;
  border-color: #1e824c !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #ebeaed !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #87d37c;
  color: #87d37c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #87d37c !important;
  border-color: #87d37c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #87d37c !important;
  border-color: #87d37c !important;
}
.btn-black-outline {
  border: 2px 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: 2px 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;
}
.text-primary {
  color: #00b16a !important;
}
.text-secondary {
  color: #919dab !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #1e824c !important;
}
.text-warning {
  color: #ebeaed !important;
}
.text-danger {
  color: #87d37c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004b2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5d6a79 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0b2f1c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b7b3be !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #49ae3b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #1e824c;
}
.alert-warning {
  background-color: #ebeaed;
}
.alert-danger {
  background-color: #87d37c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b16a;
  border-color: #00b16a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #00b16a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #31ffad;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4ad58a;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #00b16a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00b16a;
  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: #00b16a;
  border-bottom-color: #00b16a;
}
.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: #000000 !important;
  background-color: #00b16a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #919dab !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-uHLiCGoQjl .modal-body .close {
  background: #1b1b1b;
}
.cid-uHLiCGoQjl .modal-body .close span {
  font-style: normal;
}
.cid-uHLiCGoQjl .carousel-inner > .active,
.cid-uHLiCGoQjl .carousel-inner > .next,
.cid-uHLiCGoQjl .carousel-inner > .prev {
  display: flex;
}
.cid-uHLiCGoQjl .carousel-control .icon-next,
.cid-uHLiCGoQjl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-uHLiCGoQjl .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-uHLiCGoQjl .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHLiCGoQjl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uHLiCGoQjl .boxed-slider > div {
  position: relative;
}
.cid-uHLiCGoQjl .container img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.cid-uHLiCGoQjl .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uHLiCGoQjl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHLiCGoQjl .mbr-table-cell {
  padding: 0;
}
.cid-uHLiCGoQjl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHLiCGoQjl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uHLiCGoQjl .mbr-overlay {
  z-index: 1;
}
.cid-uHLiCGoQjl .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 800px;
}
.cid-uHLiCGoQjl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uHLiCGoQjl .carousel-item.active.right,
.cid-uHLiCGoQjl .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uHLiCGoQjl .carousel-item.active.left,
.cid-uHLiCGoQjl .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uHLiCGoQjl .carousel-item.active,
.cid-uHLiCGoQjl .carousel-item.next.left,
.cid-uHLiCGoQjl .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-uHLiCGoQjl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHLiCGoQjl .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators li.active,
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators li::after,
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uHLiCGoQjl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uHLiCGoQjl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uHLiCGoQjl .mbr-slider > .container img {
  width: 100%;
}
.cid-uHLiCGoQjl .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-uHLiCGoQjl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uHLiCGoQjl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHLiCGoQjl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHLiCGoQjl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uHLiCGoQjl .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uHLiCGoQjl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uHLiCGoQjl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uHLiCGoQjl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uHLiCGoQjl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHLiCGoQjl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uHLiCGoQjl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uHLiCGoQjl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uHLiCGoQjl h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uHLiCGoQjl .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-uHLiCGoQjl .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uHLiCGoQjl .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHLiCGoQjl .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-uHLiCGoQjl .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-uHLiCGoQjl .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-uHLiCGoQjl .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-uHLiCGoQjl .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-uHLiCGoQjl .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-ucaewQHezd {
  min-height: 101px !important;
  background: #1d3a8f;
  overflow: visible;
}
.cid-ucaewQHezd .nav-item,
.cid-ucaewQHezd .nav-link,
.cid-ucaewQHezd .navbar-caption {
  font-weight: normal;
}
.cid-ucaewQHezd .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucaewQHezd .nav-link:before,
.cid-ucaewQHezd .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucaewQHezd .nav-item:hover .nav-link:before,
.cid-ucaewQHezd .soc-item:hover a:before {
  height: 2px;
  background-color: #87d37c;
  margin-top: 2px;
}
.cid-ucaewQHezd .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucaewQHezd .dropdown-toggle::after,
.cid-ucaewQHezd .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucaewQHezd .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucaewQHezd .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucaewQHezd .nav-item:focus,
.cid-ucaewQHezd .nav-link:focus {
  outline: none;
}
.cid-ucaewQHezd .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucaewQHezd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucaewQHezd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucaewQHezd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucaewQHezd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucaewQHezd .navbar {
  transition: all .3s;
  background: #1d3a8f;
}
.cid-ucaewQHezd .navbar.opened {
  transition: all .3s;
  background: #1d3a8f !important;
}
.cid-ucaewQHezd .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucaewQHezd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucaewQHezd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucaewQHezd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.3rem - 1rem);
  }
}
.cid-ucaewQHezd .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucaewQHezd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucaewQHezd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucaewQHezd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucaewQHezd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucaewQHezd .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucaewQHezd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucaewQHezd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucaewQHezd .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucaewQHezd .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucaewQHezd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucaewQHezd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucaewQHezd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucaewQHezd .navbar.navbar-short {
  background: #1d3a8f !important;
  min-height: 60px;
}
.cid-ucaewQHezd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucaewQHezd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucaewQHezd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucaewQHezd .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucaewQHezd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucaewQHezd .dropdown-item.active,
.cid-ucaewQHezd .dropdown-item:active {
  background-color: transparent;
}
.cid-ucaewQHezd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d3a8f;
}
.cid-ucaewQHezd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucaewQHezd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucaewQHezd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucaewQHezd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucaewQHezd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucaewQHezd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucaewQHezd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucaewQHezd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucaewQHezd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucaewQHezd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucaewQHezd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucaewQHezd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucaewQHezd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucaewQHezd .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucaewQHezd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucaewQHezd .mbr-iconfont {
  color: #ffffff;
}
.cid-ucaewQHezd .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucaewQHezd .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucaewQHezd .navbar {
    height: 77px;
  }
  .cid-ucaewQHezd .navbar.opened {
    height: auto;
  }
  .cid-ucaewQHezd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucaewQHezd .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uE5aggjRCm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ebeaed;
}
.cid-uE5aggjRCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5aggjRCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5aggjRCm .mbr-section-title {
  text-align: center;
}
.cid-uE5aggjRCm .mbr-section-subtitle {
  text-align: center;
  color: #606060;
}
.cid-uE5aggjRCm .card-text {
  color: #606060;
}
.cid-uE010hGqjF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-uE010hGqjF .mbr-section-title,
.cid-uE010hGqjF .mbr-text {
  margin-bottom: 0;
}
.cid-uE010hGqjF .title__block {
  margin-bottom: 45px;
}
.cid-uE010hGqjF .mbr-text {
  color: #919DAB;
  letter-spacing: 2px;
}
.cid-uE010hGqjF .mbr-section-title {
  margin-top: 15px;
}
.cid-uE010hGqjF .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uE010hGqjF .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-uE010hGqjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE010hGqjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE00wcqv3S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-uE00wcqv3S .mbr-section-title {
  margin-bottom: 25px;
  color: #1b2b58;
}
.cid-uE00wcqv3S .mbr-text {
  margin-bottom: 0;
  color: #606060;
}
.cid-uE00wcqv3S .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uE00wcqv3S .content__block {
  padding: 99px 0 80px;
}
.cid-uE00wcqv3S .divider {
  margin: 55px 0 70px;
  height: 2px;
  background-color: #ebeaed;
}
.cid-uE00wcqv3S .block__column {
  margin-top: 40px;
}
.cid-uE00wcqv3S .column__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #000000;
}
.cid-uE00wcqv3S .column__text {
  margin-bottom: 15px;
  color: #606060;
}
@media (max-width: 767px) {
  .cid-uE00wcqv3S .divider {
    margin: 40px 0 0;
  }
  .cid-uE00wcqv3S .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uE00wcqv3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE00wcqv3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHL8t6nET7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-uHL8t6nET7 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uHL8t6nET7 .mbr-text {
  margin-bottom: 0;
  color: #606060;
}
.cid-uHL8t6nET7 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHL8t6nET7 .content__block {
  padding: 99px 0 80px;
}
.cid-uHL8t6nET7 .divider {
  margin: 55px 0 70px;
  height: 2px;
  background-color: #ebeaed;
}
.cid-uHL8t6nET7 .block__column {
  margin-top: 40px;
}
.cid-uHL8t6nET7 .column__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-uHL8t6nET7 .column__text {
  margin-bottom: 15px;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-uHL8t6nET7 .divider {
    margin: 40px 0 0;
  }
  .cid-uHL8t6nET7 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uHL8t6nET7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHL8t6nET7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKUY8v2K5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebeaed;
}
.cid-uHKUY8v2K5 .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHKUY8v2K5 .mbr-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #606060;
}
.cid-uHKUY8v2K5 .card__block {
  margin-top: 45px;
  font-weight: 500;
}
.cid-uHKUY8v2K5 .card__title {
  width: 100%;
}
.cid-uHKUY8v2K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKUY8v2K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLa7h9jGf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-uHLa7h9jGf .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uHLa7h9jGf .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-uHLa7h9jGf .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-uHLa7h9jGf .content__block {
  margin-bottom: 60px;
}
.cid-uHLa7h9jGf .mbr-text {
  font-weight: 500;
  color: #606060;
  margin-bottom: 20px;
}
.cid-uHLa7h9jGf .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-uHLa7h9jGf .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uHLa7h9jGf .content__block {
    margin-bottom: 30px;
  }
}
.cid-uHLa7h9jGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLa7h9jGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE4QHeLWsn {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ebeaed;
}
.cid-uE4QHeLWsn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uE4QHeLWsn .container-fluid {
  padding: 0 !important;
}
.cid-uE4QHeLWsn .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-uE4QHeLWsn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uE4QHeLWsn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uE4QHeLWsn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uE4QHeLWsn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uE4QHeLWsn .wrapper {
  margin-bottom: 50px;
}
.cid-uE4QHeLWsn .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE4QHeLWsn .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uE4QHeLWsn .subscribe__form {
  margin-top: 30px;
}
.cid-uE4QHeLWsn .form-group {
  margin-bottom: 0;
}
.cid-uE4QHeLWsn .dragArea .form-control {
  color: #919dab;
  margin-bottom: 35px;
  border: 2px solid #1d3a8f !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #7fa8d7 !important;
  background-color: transparent !important;
}
.cid-uE4QHeLWsn .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uE4QHeLWsn .dragArea input::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-uE4QHeLWsn .dragArea textarea::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-uE4QHeLWsn .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uE4QHeLWsn .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-uE4QHeLWsn .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-uE4QHeLWsn .title__right {
  margin-bottom: 0;
}
.cid-uE4QHeLWsn .text__right {
  margin: 20px 0 40px;
  color: #606060;
}
.cid-uE4QHeLWsn .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-uE4QHeLWsn .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #2ecc71;
}
.cid-uE4QHeLWsn .tel:hover {
  color: #1e824c;
}
.cid-uE4QHeLWsn .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-uE4QHeLWsn .title__right_social {
  margin-bottom: 20px;
}
.cid-uE4QHeLWsn .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-uE4QHeLWsn .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-uE4QHeLWsn .socials .mbr-iconfont {
  color: #1e0e62;
  margin-right: 15px;
  font-size: 18px;
}
.cid-uE4QHeLWsn .socname {
  transition: all .25s;
  color: #000000;
}
.cid-uE4QHeLWsn .socname:hover {
  color: #5d6a79;
}
.cid-uE4QOjZWjR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1d3a8f;
}
.cid-uE4QOjZWjR .wrapper {
  line-height: 40px;
}
.cid-uE4QOjZWjR .social {
  display: inline-block;
}
.cid-uE4QOjZWjR .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-uE4QOjZWjR .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uE4QOjZWjR .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uE4QOjZWjR .brand {
  margin-bottom: 10px;
}
.cid-uE4QOjZWjR a {
  font-weight: 700;
}
.cid-uE4QOjZWjR a:hover {
  color: #1e824c !important;
}
.cid-uE4QOjZWjR .logo__image {
  width: 50px;
  object-fit: cover;
}
.cid-uE4QOjZWjR .privacy {
  margin-top: 10px;
}
.cid-uE4QOjZWjR .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
