body {
  font-family: 'Fjalla One', sans-serif;
}
.display-1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.35rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.9375rem;
}
.display-7 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.3125rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.88rem;
    font-size: calc( 1.4725000000000001rem + (2.35 - 1.4725000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.4725000000000001rem + (2.35 - 1.4725000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f15a22 !important;
}
.bg-success {
  background-color: #848688 !important;
}
.bg-info {
  background-color: #f15a22 !important;
}
.bg-warning {
  background-color: #241c24 !important;
}
.bg-danger {
  background-color: #f45f25 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f15a22 !important;
  border-color: #f15a22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b1380b !important;
  border-color: #b1380b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b1380b !important;
  border-color: #b1380b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #006c44 !important;
  border-color: #006c44 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00150d !important;
  border-color: #00150d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00150d !important;
  border-color: #00150d !important;
}
.btn-info,
.btn-info:active {
  background-color: #f15a22 !important;
  border-color: #f15a22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b1380b !important;
  border-color: #b1380b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b1380b !important;
  border-color: #b1380b !important;
}
.btn-success,
.btn-success:active {
  background-color: #848688 !important;
  border-color: #848688 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #595b5c !important;
  border-color: #595b5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #595b5c !important;
  border-color: #595b5c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #241c24 !important;
  border-color: #241c24 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f45f25 !important;
  border-color: #f45f25 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b93b09 !important;
  border-color: #b93b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b93b09 !important;
  border-color: #b93b09 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15a22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b1380b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f15a22 !important;
  border-color: #f15a22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006c44;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00150d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #006c44 !important;
  border-color: #006c44 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15a22;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1380b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f15a22 !important;
  border-color: #f15a22 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #848688;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #595b5c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #848688 !important;
  border-color: #848688 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #241c24;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #241c24 !important;
  border-color: #241c24 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f45f25;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b93b09 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f45f25 !important;
  border-color: #f45f25 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #f15a22 !important;
}
.text-secondary {
  color: #006c44 !important;
}
.text-success {
  color: #848688 !important;
}
.text-info {
  color: #f15a22 !important;
}
.text-warning {
  color: #241c24 !important;
}
.text-danger {
  color: #f45f25 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a3340a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #525354 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a3340a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa3609 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f15a22;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f15a22;
}
.alert-warning {
  background-color: #241c24;
}
.alert-danger {
  background-color: #f45f25;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f15a22;
  border-color: #f15a22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f15a22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde9e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c5c6c7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fde9e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d8cdd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feeee7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f15a22 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #f15a22;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f15a22;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f15a22;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f15a22;
  border-bottom-color: #f15a22;
}
.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: #f15a22 !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: #006c44 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f15a22' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uVeJyOAuXE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeJyOAuXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeJyOAuXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeJyOAuXE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVeJyOAuXE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVeJyOAuXE .embla__slide .slide-content {
  width: 100%;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #222222, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005241;
  opacity: .2;
  pointer-events: none;
  z-index: 1;
}
.cid-uVeJyOAuXE .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-uVeJyOAuXE .embla__button--next,
.cid-uVeJyOAuXE .embla__button--prev {
  display: flex;
}
.cid-uVeJyOAuXE .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-uVeJyOAuXE .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-uVeJyOAuXE .embla__button:hover {
  background-color: #e2fa0e !important;
  color: #000000 !important;
}
.cid-uVeJyOAuXE .embla__button:disabled {
  opacity: .5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-uVeJyOAuXE .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-uVeJyOAuXE .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-uVeJyOAuXE .embla__button.embla__button--next {
  right: 0;
}
.cid-uVeJyOAuXE .embla {
  position: relative;
  width: 100%;
}
.cid-uVeJyOAuXE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVeJyOAuXE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVeJyOAuXE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVeJyOAuXE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVeJyOAuXE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVeJyOAuXE .card-title {
  color: #ffffff;
}
.cid-uVeJyOAuXE .card-desc {
  color: #ffffff;
}
.cid-uVeJyOAuXE .list {
  color: #ffffff;
}
.cid-uVeJyOAuXE .card-title,
.cid-uVeJyOAuXE .item-btn {
  color: #f15a22;
}
.cid-uV2ZyQmCyM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV2ZyQmCyM .row {
  flex-direction: row-reverse;
}
.cid-uV2ZyQmCyM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uV2ZyQmCyM .image-wrapper {
    padding-left: 3.55%;
  }
}
.cid-uV2ZyQmCyM .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uV2ZyQmCyM .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-uV2ZyQmCyM .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-uV2ZyQmCyM .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uV2ZyQmCyM .col-text {
    padding: 0;
    padding-right: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .col-text {
    text-align: center;
  }
}
.cid-uV2ZyQmCyM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uV2ZyQmCyM .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uV2ZyQmCyM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uV2ZyQmCyM .label-text {
    text-align: center !important;
  }
}
.cid-uV2ZyQmCyM .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uV2ZyQmCyM .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uV2ZyQmCyM .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uV2ZyQmCyM .lists-container {
    justify-content: center;
  }
}
.cid-uV2ZyQmCyM .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uV2ZyQmCyM .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .card {
    margin-top: 30px;
  }
}
.cid-uV2ZyQmCyM .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .card-wrapper {
    flex-direction: column;
  }
}
.cid-uV2ZyQmCyM .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .card-box {
    flex-direction: column;
  }
}
.cid-uV2ZyQmCyM .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uV2ZyQmCyM .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .card-number {
    width: 100%;
  }
}
.cid-uV2ZyQmCyM .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #f15a22;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uV2ZyQmCyM .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uV2ZyQmCyM .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-uV2ZyQmCyM .icon-box span {
  color: #ffffff;
}
.cid-uV2ZyQmCyM .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uV2ZyQmCyM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uV2ZyQmCyM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uV2ZyQmCyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV2ZyQmCyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV2ZyQmCyM .card-text {
  color: #555555;
}
.cid-uUAm70s2wF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUAm70s2wF img {
  width: 180px;
  margin: auto;
}
.cid-uUAm70s2wF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uUAm70s2wF .mbr-section-title {
  color: #222222;
}
.cid-uUAm70s2wF .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #006c44;
}
.cid-uUAm70s2wF .mbr-section-subtitle,
.cid-uUAm70s2wF .subtitle-wrap,
.cid-uUAm70s2wF .mbr-section-btn {
  text-align: center;
}
.cid-uVfAnCaMBE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/slide07201-1-1920x782.webp");
}
.cid-uVfAnCaMBE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uVfAnCaMBE .mbr-iconfont {
  font-size: 80px;
}
.cid-uVfAnCaMBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfAnCaMBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfAnCaMBE .mbr-content-title {
  color: #555555;
}
.cid-uVfAnCaMBE .count,
.cid-uVfAnCaMBE .card-img {
  color: #555555;
}
.cid-uVfAnCaMBE .mbr-section-title {
  color: #555555;
}
.cid-uU0pDE34Mo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU0pDE34Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0pDE34Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU0pDE34Mo .mbr-figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uU0pDE34Mo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uU0pDE34Mo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uU0pDE34Mo .text-wrapper .mbr-card-title {
  margin-bottom: 0.5rem;
}
.cid-uU0pDE34Mo .text-wrapper .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.cid-uU0pDE34Mo .text-wrapper .pb-4 {
  padding-bottom: 1.5rem !important;
}
.cid-uU0pDE34Mo .text-wrapper .pt-4 {
  padding-top: 1.5rem !important;
}
.cid-uU0pDE34Mo .text-wrapper .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uU0pDE34Mo .app-video-wrapper img {
  background-color: #000000;
  padding: 4px;
}
.cid-uU0pDE34Mo .media-content,
.cid-uU0pDE34Mo .mbr-figure {
  align-self: center;
}
.cid-uU0pDE34Mo .mbr-figure {
  overflow: hidden;
}
.cid-uU0pDE34Mo .card {
  background-color: #000000;
  padding: 4px;
}
.cid-uU0pDE34Mo .icon-title {
  color: #bff747;
}
.cid-uU0pDE34Mo .mbr-text {
  color: #000000;
}
.cid-uU0pDE34Mo .mbr-number {
  color: #f45f25;
}
.cid-uU0pDE34Mo .card-text,
.cid-uU0pDE34Mo .item .mbr-section-btn {
  color: #fdfde1;
}
.cid-uUAugt6Ux2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uUAugt6Ux2 .container-fluid {
  max-width: 1500px;
}
.cid-uUAugt6Ux2 .icon1 {
  font-size: 2.2rem;
}
.cid-uUAugt6Ux2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uUAugt6Ux2 .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uUAugt6Ux2 .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uUAugt6Ux2 .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
}
.cid-uUAugt6Ux2 .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uUAugt6Ux2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uUAugt6Ux2 .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 300px;
  object-fit: cover;
}
.cid-uUAugt6Ux2 .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uUAugt6Ux2 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUAugt6Ux2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uUAugt6Ux2 .content-wrap {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-uUAugt6Ux2 .text-wrapper {
  display: flex;
}
.cid-uUAugt6Ux2 .text-wrapper span {
  color: #f15a22;
  padding-right: 1rem;
}
.cid-uUAugt6Ux2 .mbr-main-subtitle {
  background: #f15a22;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uUAugt6Ux2 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #f15a22;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uUAugt6Ux2 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uUAugt6Ux2 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.cid-uUAugt6Ux2 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #f15a22;
}
@media (max-width: 767px) {
  .cid-uUAugt6Ux2 .social {
    padding-left: 0rem;
  }
}
.cid-uUAugt6Ux2 .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUAugt6Ux2 .icons-menu {
    justify-content: center;
  }
}
.cid-uUAugt6Ux2 .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.cid-uUAugt6Ux2 .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uUAugt6Ux2 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #f15a22;
  z-index: 0;
}
.cid-uUAugt6Ux2 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uUAugt6Ux2 .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uUAugt6Ux2 .card-text,
.cid-uUAugt6Ux2 .mbr-section-btn,
.cid-uUAugt6Ux2 .social-row {
  color: #353535;
  text-align: left;
}
.cid-uUAugt6Ux2 .mbr-role,
.cid-uUAugt6Ux2 .social-row {
  color: #353535;
}
.cid-uUAugt6Ux2 .card-title,
.cid-uUAugt6Ux2 .social-row {
  color: #272727;
}
.cid-uUAugt6Ux2 .mbr-section-title {
  color: #272727;
}
.cid-uUAugt6Ux2 .card1-text {
  color: #272727;
}
.cid-uUAugt6Ux2 .soc-link,
.cid-uUAugt6Ux2 .soc-wrapper {
  color: #272727;
}
.cid-uVf9fDC3JD.popup-builder {
  background-color: #ffffff;
}
.cid-uVf9fDC3JD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVf9fDC3JD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVf9fDC3JD .modal-content,
.cid-uVf9fDC3JD .modal-dialog {
  height: auto;
}
.cid-uVf9fDC3JD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVf9fDC3JD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVf9fDC3JD .form-wrapper .mbr-form .form-group,
  .cid-uVf9fDC3JD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVf9fDC3JD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVf9fDC3JD .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-uVf9fDC3JD .mbr-text {
  text-align: left;
}
.cid-uVf9fDC3JD .pt-0 {
  padding-top: 0 !important;
}
.cid-uVf9fDC3JD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVf9fDC3JD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVf9fDC3JD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVf9fDC3JD .modal-open {
  overflow: hidden;
}
.cid-uVf9fDC3JD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVf9fDC3JD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVf9fDC3JD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVf9fDC3JD .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-uVf9fDC3JD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVf9fDC3JD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVf9fDC3JD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVf9fDC3JD .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-uVf9fDC3JD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVf9fDC3JD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVf9fDC3JD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVf9fDC3JD .modal-backdrop.show {
  opacity: .5;
}
.cid-uVf9fDC3JD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uVf9fDC3JD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf9fDC3JD .modal-header {
    padding: 1rem;
  }
}
.cid-uVf9fDC3JD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVf9fDC3JD .modal-header .close svg {
  fill: #353535;
}
.cid-uVf9fDC3JD .modal-header .close:hover {
  opacity: 1;
}
.cid-uVf9fDC3JD .modal-header .close:focus {
  outline: none;
}
.cid-uVf9fDC3JD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f15a22;
}
.cid-uVf9fDC3JD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uVf9fDC3JD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf9fDC3JD .modal-body {
    padding: 1rem;
  }
}
.cid-uVf9fDC3JD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVf9fDC3JD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf9fDC3JD .modal-footer {
    padding: 1rem;
  }
}
.cid-uVf9fDC3JD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVf9fDC3JD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uVf9fDC3JD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVf9fDC3JD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVf9fDC3JD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVf9fDC3JD .modal-lg,
  .cid-uVf9fDC3JD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVf9fDC3JD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVf9fDC3JD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVf9fDC3JD .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-uVf9fDC3JD .form-group {
  margin-bottom: 1rem;
}
.cid-uVf9fDC3JD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVf9fDC3JD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVf9fDC3JD .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-uVf9fDC3JD .mbr-section-btn {
  margin: 0;
}
.cid-uVf9fDC3JD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVf8Ctkzeu.popup-builder {
  background-color: #ffffff;
}
.cid-uVf8Ctkzeu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVf8Ctkzeu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVf8Ctkzeu .modal-content,
.cid-uVf8Ctkzeu .modal-dialog {
  height: auto;
}
.cid-uVf8Ctkzeu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVf8Ctkzeu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVf8Ctkzeu .form-wrapper .mbr-form .form-group,
  .cid-uVf8Ctkzeu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVf8Ctkzeu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVf8Ctkzeu .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-uVf8Ctkzeu .mbr-text {
  text-align: left;
}
.cid-uVf8Ctkzeu .pt-0 {
  padding-top: 0 !important;
}
.cid-uVf8Ctkzeu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVf8Ctkzeu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVf8Ctkzeu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVf8Ctkzeu .modal-open {
  overflow: hidden;
}
.cid-uVf8Ctkzeu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVf8Ctkzeu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVf8Ctkzeu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVf8Ctkzeu .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-uVf8Ctkzeu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVf8Ctkzeu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVf8Ctkzeu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVf8Ctkzeu .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-uVf8Ctkzeu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVf8Ctkzeu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVf8Ctkzeu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVf8Ctkzeu .modal-backdrop.show {
  opacity: .5;
}
.cid-uVf8Ctkzeu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uVf8Ctkzeu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf8Ctkzeu .modal-header {
    padding: 1rem;
  }
}
.cid-uVf8Ctkzeu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVf8Ctkzeu .modal-header .close svg {
  fill: #353535;
}
.cid-uVf8Ctkzeu .modal-header .close:hover {
  opacity: 1;
}
.cid-uVf8Ctkzeu .modal-header .close:focus {
  outline: none;
}
.cid-uVf8Ctkzeu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f15a22;
}
.cid-uVf8Ctkzeu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uVf8Ctkzeu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf8Ctkzeu .modal-body {
    padding: 1rem;
  }
}
.cid-uVf8Ctkzeu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVf8Ctkzeu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf8Ctkzeu .modal-footer {
    padding: 1rem;
  }
}
.cid-uVf8Ctkzeu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVf8Ctkzeu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uVf8Ctkzeu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVf8Ctkzeu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVf8Ctkzeu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVf8Ctkzeu .modal-lg,
  .cid-uVf8Ctkzeu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVf8Ctkzeu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVf8Ctkzeu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVf8Ctkzeu .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-uVf8Ctkzeu .form-group {
  margin-bottom: 1rem;
}
.cid-uVf8Ctkzeu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVf8Ctkzeu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVf8Ctkzeu .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-uVf8Ctkzeu .mbr-section-btn {
  margin: 0;
}
.cid-uVf8Ctkzeu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVf6e5Qtpe.popup-builder {
  background-color: #ffffff;
}
.cid-uVf6e5Qtpe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVf6e5Qtpe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVf6e5Qtpe .modal-content,
.cid-uVf6e5Qtpe .modal-dialog {
  height: auto;
}
.cid-uVf6e5Qtpe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVf6e5Qtpe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVf6e5Qtpe .form-wrapper .mbr-form .form-group,
  .cid-uVf6e5Qtpe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVf6e5Qtpe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVf6e5Qtpe .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-uVf6e5Qtpe .mbr-text {
  text-align: left;
}
.cid-uVf6e5Qtpe .pt-0 {
  padding-top: 0 !important;
}
.cid-uVf6e5Qtpe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVf6e5Qtpe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVf6e5Qtpe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVf6e5Qtpe .modal-open {
  overflow: hidden;
}
.cid-uVf6e5Qtpe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVf6e5Qtpe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVf6e5Qtpe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVf6e5Qtpe .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-uVf6e5Qtpe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVf6e5Qtpe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVf6e5Qtpe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVf6e5Qtpe .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-uVf6e5Qtpe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVf6e5Qtpe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVf6e5Qtpe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVf6e5Qtpe .modal-backdrop.show {
  opacity: .5;
}
.cid-uVf6e5Qtpe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uVf6e5Qtpe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf6e5Qtpe .modal-header {
    padding: 1rem;
  }
}
.cid-uVf6e5Qtpe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVf6e5Qtpe .modal-header .close svg {
  fill: #005241;
}
.cid-uVf6e5Qtpe .modal-header .close:hover {
  opacity: 1;
}
.cid-uVf6e5Qtpe .modal-header .close:focus {
  outline: none;
}
.cid-uVf6e5Qtpe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f15a22;
}
.cid-uVf6e5Qtpe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uVf6e5Qtpe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf6e5Qtpe .modal-body {
    padding: 1rem;
  }
}
.cid-uVf6e5Qtpe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVf6e5Qtpe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVf6e5Qtpe .modal-footer {
    padding: 1rem;
  }
}
.cid-uVf6e5Qtpe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVf6e5Qtpe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uVf6e5Qtpe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVf6e5Qtpe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVf6e5Qtpe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVf6e5Qtpe .modal-lg,
  .cid-uVf6e5Qtpe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVf6e5Qtpe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVf6e5Qtpe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVf6e5Qtpe .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-uVf6e5Qtpe .form-group {
  margin-bottom: 1rem;
}
.cid-uVf6e5Qtpe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVf6e5Qtpe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVf6e5Qtpe .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-uVf6e5Qtpe .mbr-section-btn {
  margin: 0;
}
.cid-uVf6e5Qtpe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUAw7QFMb7 {
  background-color: #f9f7f5;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-uUAw7QFMb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAw7QFMb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAw7QFMb7 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uUAw7QFMb7 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uUAw7QFMb7 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uUAw7QFMb7 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUAw7QFMb7 .content-container {
    padding: 0 20px;
  }
}
.cid-uUAw7QFMb7 .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-uUAw7QFMb7 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-uUAw7QFMb7 .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .image-wrapper img {
    max-width: 760px;
  }
}
.cid-uUAw7QFMb7 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-uUAw7QFMb7 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uUAw7QFMb7 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .mbr-text {
    text-align: center !important;
  }
}
.cid-uUAw7QFMb7 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uUAw7QFMb7 .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-uUAw7QFMb7 .list-title {
  color: #151419;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUAw7QFMb7 .list-title {
    text-align: center !important;
  }
}
.cid-uUAw7QFMb7 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uUAw7QFMb7 .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uUAw7QFMb7 .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-uUAw7QFMb7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #226b3d;
}
.cid-uUAw7QFMb7 .iconfont-wrapper .mbr-iconfont {
  color: #226b3d;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #e0590b;
}
.cid-uUAw7QFMb7 .list-text {
  color: #151419;
  flex-grow: 1;
}
.cid-uUAw7QFMb7 .mbr-text,
.cid-uUAw7QFMb7 .mbr-section-btn {
  color: #111111;
}
.cid-uUAEhFGxJS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffeedd;
}
.cid-uUAEhFGxJS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUAEhFGxJS .img-item,
.cid-uUAEhFGxJS img {
  height: 100%;
  object-fit: cover;
}
.cid-uUAEhFGxJS .img-col {
  padding: 0;
}
.cid-uUAEhFGxJS .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uUAEhFGxJS .mbr-section-btn {
    width: 100%;
  }
}
.cid-uUAEhFGxJS .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUAEhFGxJS .row {
    flex-direction: column;
  }
}
.cid-uUAEhFGxJS .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uUAEhFGxJS .item-wrapper {
  background: linear-gradient(to bottom, #848688, #f15a22);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uUAEhFGxJS .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUAEhFGxJS .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uUAEhFGxJS .form-control,
.cid-uUAEhFGxJS .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uUAEhFGxJS .form-control,
.cid-uUAEhFGxJS .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUAEhFGxJS .form-control::-webkit-input-placeholder,
.cid-uUAEhFGxJS .field-input::-webkit-input-placeholder,
.cid-uUAEhFGxJS .form-control::-webkit-input-placeholder,
.cid-uUAEhFGxJS .field-input::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uUAEhFGxJS .form-control:-moz-placeholder,
.cid-uUAEhFGxJS .field-input:-moz-placeholder,
.cid-uUAEhFGxJS .form-control:-moz-placeholder,
.cid-uUAEhFGxJS .field-input:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uUAEhFGxJS .form-control:hover,
.cid-uUAEhFGxJS .field-input:hover,
.cid-uUAEhFGxJS .form-control:focus,
.cid-uUAEhFGxJS .field-input:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUAEhFGxJS .form-control:hover::-webkit-input-placeholder,
.cid-uUAEhFGxJS .field-input:hover::-webkit-input-placeholder,
.cid-uUAEhFGxJS .form-control:focus::-webkit-input-placeholder,
.cid-uUAEhFGxJS .field-input:focus::-webkit-input-placeholder,
.cid-uUAEhFGxJS .form-control:hover::-webkit-input-placeholder,
.cid-uUAEhFGxJS .field-input:hover::-webkit-input-placeholder,
.cid-uUAEhFGxJS .form-control:focus::-webkit-input-placeholder,
.cid-uUAEhFGxJS .field-input:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.cid-uUAEhFGxJS .form-control:hover:-moz-placeholder,
.cid-uUAEhFGxJS .field-input:hover:-moz-placeholder,
.cid-uUAEhFGxJS .form-control:focus:-moz-placeholder,
.cid-uUAEhFGxJS .field-input:focus:-moz-placeholder,
.cid-uUAEhFGxJS .form-control:hover:-moz-placeholder,
.cid-uUAEhFGxJS .field-input:hover:-moz-placeholder,
.cid-uUAEhFGxJS .form-control:focus:-moz-placeholder,
.cid-uUAEhFGxJS .field-input:focus:-moz-placeholder {
  color: #f3f3f1;
}
.cid-uUAEhFGxJS .jq-number__spin:hover,
.cid-uUAEhFGxJS .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUAEhFGxJS .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUAEhFGxJS .jq-selectbox li,
.cid-uUAEhFGxJS .jq-selectbox li {
  background-color: transparent;
}
.cid-uUAEhFGxJS .jq-selectbox li:hover,
.cid-uUAEhFGxJS .jq-selectbox li.selected {
  background-color: transparent;
}
.cid-uUAEhFGxJS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUAEhFGxJS .jq-number__spin.minus:hover:after,
.cid-uUAEhFGxJS .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uUAEhFGxJS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUAEhFGxJS .jq-number__spin.minus:after,
.cid-uUAEhFGxJS .jq-number__spin.plus:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-uUAEhFGxJS input::-webkit-clear-button {
  display: none;
}
.cid-uUAEhFGxJS input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUAEhFGxJS input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUAEhFGxJS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUAEhFGxJS H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uUAEhFGxJS H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uUAEhFGxJS .mbr-text,
.cid-uUAEhFGxJS .mbr-section-btn {
  color: #ffffff;
}
.cid-uVfde2MXpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/-59a5231-2000x1333.webp");
}
.cid-uVfde2MXpp .mbr-overlay {
  background: #ffeedd;
  opacity: 0.9;
}
.cid-uVfde2MXpp .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #f15a22;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uVfde2MXpp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uVfde2MXpp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVfde2MXpp .embla__slide .slide-content {
  width: 100%;
}
.cid-uVfde2MXpp .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uVfde2MXpp .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uVfde2MXpp .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uVfde2MXpp .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uVfde2MXpp .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uVfde2MXpp .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVfde2MXpp .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uVfde2MXpp .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #005241;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVfde2MXpp .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uVfde2MXpp .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uVfde2MXpp .embla__button--next,
.cid-uVfde2MXpp .embla__button--prev {
  display: flex;
}
.cid-uVfde2MXpp .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #005241 !important;
  color: #ffffff !important;
  border: 3px solid #ffffff !important;
  box-shadow: 2px 2px #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVfde2MXpp .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uVfde2MXpp .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uVfde2MXpp .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uVfde2MXpp .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding: 0 60px 6rem 60px;
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVfde2MXpp .embla {
    padding: 0 0 6rem 0;
  }
}
.cid-uVfde2MXpp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVfde2MXpp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVfde2MXpp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVfde2MXpp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVfde2MXpp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVfde2MXpp .item-date {
  color: #050f0f;
}
.cid-uVfde2MXpp .item-title {
  color: #050f0f;
}
.cid-uVfde2MXpp .item-text {
  color: #050f0f;
}
.cid-uVfde2MXpp .icon-wrapper {
  text-align: right;
}
.cid-uUAyHVt6Rs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUAyHVt6Rs .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUAyHVt6Rs .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uUAyHVt6Rs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uUAyHVt6Rs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUAyHVt6Rs .embla__slide .slide-content {
  width: 100%;
}
.cid-uUAyHVt6Rs .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uUAyHVt6Rs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uUAyHVt6Rs .embla__button--next,
.cid-uUAyHVt6Rs .embla__button--prev {
  display: flex;
}
.cid-uUAyHVt6Rs .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUAyHVt6Rs .embla__button:hover {
  opacity: .5 !important;
}
.cid-uUAyHVt6Rs .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uUAyHVt6Rs .embla__button.embla__button--next {
  right: 0;
}
.cid-uUAyHVt6Rs .embla {
  position: relative;
  width: 100%;
}
.cid-uUAyHVt6Rs .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUAyHVt6Rs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUAyHVt6Rs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUAyHVt6Rs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uV3iHEoE09 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV3iHEoE09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3iHEoE09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3iHEoE09 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uV3iHEoE09 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uV3iHEoE09 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uV3iHEoE09 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uV3iHEoE09 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uV3iHEoE09 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uV3iHEoE09 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uV3iHEoE09 .bg-linkedin:hover {
  background: #005582;
}
.cid-uV3iHEoE09 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uV3iHEoE09 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uV3iHEoE09 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uV3iHEoE09 [class^="socicon-"]:before,
.cid-uV3iHEoE09 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uV3iHEoE09 .mbr-section-title,
.cid-uV3iHEoE09 .social-list {
  color: #999999;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #ffffff;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAHg9fV7u.popup-builder {
  background-color: #ffffff;
}
.cid-uUAHg9fV7u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUAHg9fV7u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUAHg9fV7u .modal-content,
.cid-uUAHg9fV7u .modal-dialog {
  height: auto;
}
.cid-uUAHg9fV7u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUAHg9fV7u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUAHg9fV7u .form-wrapper .mbr-form .form-group,
  .cid-uUAHg9fV7u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUAHg9fV7u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUAHg9fV7u .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-uUAHg9fV7u .mbr-text {
  text-align: center;
}
.cid-uUAHg9fV7u .pt-0 {
  padding-top: 0 !important;
}
.cid-uUAHg9fV7u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUAHg9fV7u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUAHg9fV7u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUAHg9fV7u .modal-open {
  overflow: hidden;
}
.cid-uUAHg9fV7u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUAHg9fV7u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUAHg9fV7u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUAHg9fV7u .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-uUAHg9fV7u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUAHg9fV7u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUAHg9fV7u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUAHg9fV7u .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-uUAHg9fV7u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUAHg9fV7u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUAHg9fV7u .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUAHg9fV7u .modal-backdrop.show {
  opacity: .5;
}
.cid-uUAHg9fV7u .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUAHg9fV7u .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUAHg9fV7u .modal-header {
    padding: 1rem;
  }
}
.cid-uUAHg9fV7u .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUAHg9fV7u .modal-header .close svg {
  fill: #353535;
}
.cid-uUAHg9fV7u .modal-header .close:hover {
  opacity: 1;
}
.cid-uUAHg9fV7u .modal-header .close:focus {
  outline: none;
}
.cid-uUAHg9fV7u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUAHg9fV7u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUAHg9fV7u .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUAHg9fV7u .modal-body {
    padding: 1rem;
  }
}
.cid-uUAHg9fV7u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUAHg9fV7u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUAHg9fV7u .modal-footer {
    padding: 1rem;
  }
}
.cid-uUAHg9fV7u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUAHg9fV7u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUAHg9fV7u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUAHg9fV7u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUAHg9fV7u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUAHg9fV7u .modal-lg,
  .cid-uUAHg9fV7u .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUAHg9fV7u .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUAHg9fV7u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUAHg9fV7u .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-uUAHg9fV7u .form-group {
  margin-bottom: 1rem;
}
.cid-uUAHg9fV7u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUAHg9fV7u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUAHg9fV7u .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-uUAHg9fV7u .mbr-section-btn {
  margin: 0;
}
.cid-uUAHg9fV7u .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uUzcIoJJ4M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/whatsapp20image202025-08-1620at2011.26.0720am-1600x1200.webp");
}
.cid-uUzcIoJJ4M .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uUzcIoJJ4M .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uUzcIoJJ4M .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUzcIoJJ4M .label-text {
    text-align: center !important;
  }
}
.cid-uUzcIoJJ4M .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUzcIoJJ4M .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uUzcIoJJ4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzcIoJJ4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUzcIoJJ4M .mbr-section-title,
.cid-uUzcIoJJ4M .mbr-section-btn {
  text-align: center;
}
.cid-uV3psjvIJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV3psjvIJz .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uV3psjvIJz .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uV3psjvIJz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #ffeedd;
}
@media (max-width: 767px) {
  .cid-uV3psjvIJz .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uV3psjvIJz .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uV3psjvIJz .label-text {
    text-align: center !important;
  }
}
.cid-uV3psjvIJz .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uV3psjvIJz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uV3psjvIJz .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uV3psjvIJz .mbr-text {
    text-align: center !important;
  }
}
.cid-uV3psjvIJz .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uV3psjvIJz .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uV3psjvIJz .mbr-section-btn .btn {
  padding: 0;
}
.cid-uV3psjvIJz .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uV3psjvIJz .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uV3psjvIJz .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uV3psjvIJz .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uV3psjvIJz .col-cards {
    padding-left: 5%;
  }
}
.cid-uV3psjvIJz .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uV3psjvIJz .cards-wrap:hover {
  background-color: #ffeedd;
}
.cid-uV3psjvIJz .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uV3psjvIJz .card:hover {
  background-color: #ffeedd;
}
@media (min-width: 768px) {
  .cid-uV3psjvIJz .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uV3psjvIJz .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uV3psjvIJz .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uV3psjvIJz .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uV3psjvIJz .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uV3psjvIJz .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uV3psjvIJz .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uV3psjvIJz .card-title {
  color: #f15a22;
  margin-bottom: 8px;
}
.cid-uV3psjvIJz .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-uV3psjvIJz .mbr-section-title,
.cid-uV3psjvIJz .mbr-section-btn {
  color: #222222;
}
.cid-uV3y3HXTzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV3y3HXTzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3y3HXTzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3y3HXTzw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV3y3HXTzw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uV3y3HXTzw .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uV3y3HXTzw .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uV3y3HXTzw .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uV3y3HXTzw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uV3y3HXTzw .btn-wrapper {
  margin-top: -2%;
}
.cid-uV3y3HXTzw .mbr-section-title {
  color: #000000;
}
.cid-uV3y3HXTzw .item-title {
  color: #000000;
}
.cid-uV3y3HXTzw .item-text {
  color: #000000;
  text-align: left;
}
.cid-uUwvGoG2Fx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8f1;
}
.cid-uUwvGoG2Fx .row {
  align-items: center;
}
.cid-uUwvGoG2Fx .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uUwvGoG2Fx .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-uUwvGoG2Fx .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-uUwvGoG2Fx .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-uUwvGoG2Fx .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uUwvGoG2Fx .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uUwvGoG2Fx .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUwvGoG2Fx .col-text {
    text-align: center;
  }
}
.cid-uUwvGoG2Fx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uUwvGoG2Fx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uUwvGoG2Fx .label-text {
    text-align: center !important;
  }
}
.cid-uUwvGoG2Fx .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uUwvGoG2Fx .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uUwvGoG2Fx .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUwvGoG2Fx .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uUwvGoG2Fx .lists-container {
    justify-content: center;
  }
}
.cid-uUwvGoG2Fx .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uUwvGoG2Fx .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUwvGoG2Fx .list {
    align-items: center;
  }
}
.cid-uUwvGoG2Fx .list-item {
  display: flex;
  align-items: center;
}
.cid-uUwvGoG2Fx .icon-wrapper {
  margin-right: 5px;
}
.cid-uUwvGoG2Fx .icon-wrapper span {
  color: #226b3d;
  font-size: 21px;
}
.cid-uUwvGoG2Fx .list-item-text {
  flex-grow: 1;
}
.cid-uUwvGoG2Fx .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUwvGoG2Fx .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uUwvGoG2Fx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uUwvGoG2Fx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUwvGoG2Fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwvGoG2Fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4bOPEkSQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uV4bOPEkSQ .col-title {
    margin-bottom: 20px;
  }
}
.cid-uV4bOPEkSQ .mbr-section-title {
  color: #000000;
}
.cid-uV4bOPEkSQ .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uV4bOPEkSQ .mbr-text {
  color: #000000;
}
.cid-uV4bOPEkSQ .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uV4bOPEkSQ p {
  line-height: 1.2;
}
.cid-uV4bOPEkSQ .mbr-text1 {
  color: #f15a22;
}
.cid-uV4bOPEkSQ .mbr-text2 {
  color: #005241;
}
.cid-uV4bOPEkSQ .mbr-text3 {
  color: #000000;
}
.cid-uUzjpYWKau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUzjpYWKau .row {
  align-items: center;
  justify-content: center;
}
.cid-uUzjpYWKau .col-text {
  text-align: center;
  padding: 0;
}
.cid-uUzjpYWKau .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUzjpYWKau .lists-container {
    flex-wrap: wrap;
  }
}
.cid-uUzjpYWKau .card {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-uUzjpYWKau .card {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .cid-uUzjpYWKau .card {
    width: 20%;
  }
}
.cid-uUzjpYWKau .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-uUzjpYWKau .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-uUzjpYWKau .card-box {
  display: flex;
  flex-direction: column;
}
.cid-uUzjpYWKau .card-number {
  color: #f45f25;
  width: 100%;
}
.cid-uUzjpYWKau .card-text {
  color: #555555;
  width: 100%;
}
.cid-uUzjpYWKau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzjpYWKau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCvOzj3Dk {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/awards-2000x779.webp");
}
.cid-uUCvOzj3Dk .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUCvOzj3Dk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUCvOzj3Dk h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uUCvOzj3Dk h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uUCvOzj3Dk .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-uUCvOzj3Dk .tabs-col {
  overflow: hidden;
}
.cid-uUCvOzj3Dk .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link {
  color: #f15a22;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #f15a22;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link.active:before {
  background: #f15a22;
}
.cid-uUCvOzj3Dk .nav-tabs .nav-link.active:after {
  background: #f15a22;
}
@media (max-width: 767px) {
  .cid-uUCvOzj3Dk .nav-tabs {
    flex-direction: row;
  }
  .cid-uUCvOzj3Dk .mbr-text,
  .cid-uUCvOzj3Dk .nav-link {
    text-align: center;
  }
  .cid-uUCvOzj3Dk .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-uUCvOzj3Dk .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-uUCvOzj3Dk .nav-item {
    min-width: 100px;
  }
  .cid-uUCvOzj3Dk .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-uUCvOzj3Dk H3 {
  color: #767676;
}
.cid-uUCvOzj3Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCvOzj3Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCvOzj3Dk .mbr-section-subtitle,
.cid-uUCvOzj3Dk .title-align {
  color: #f15a22;
}
.cid-uUCvOzj3Dk H1 {
  color: #f15a22;
}
.cid-uUCvOzj3Dk H2 {
  color: #555555;
}
.cid-uUzop20jwf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUzop20jwf img,
.cid-uUzop20jwf .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUzop20jwf .item:focus,
.cid-uUzop20jwf span:focus {
  outline: none;
}
.cid-uUzop20jwf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUzop20jwf .item-title {
  font-weight: 500;
}
.cid-uUzop20jwf .item-subtitle {
  margin-bottom: 1rem;
}
.cid-uUzop20jwf .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUzop20jwf .item-wrapper:hover .item-content {
  opacity: 1;
  z-index: 1;
}
.cid-uUzop20jwf .item-wrapper:hover .item-text-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cid-uUzop20jwf .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s ease-out;
}
.cid-uUzop20jwf .item-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition-delay: .3s;
}
.cid-uUzop20jwf .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uUzop20jwf .mbr-social-likes a {
  color: #000000;
}
.cid-uUzop20jwf .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uUzop20jwf .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uUzop20jwf .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uUzop20jwf .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uUzop20jwf .mbr-section-title b:last-child,
.cid-uUzop20jwf .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uUzop20jwf .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uUzop20jwf .features-items-wrap {
  margin-top: 3.3125rem;
  margin-bottom: 0;
}
.cid-uUzop20jwf .mbr-section-bottom {
  display: flex;
}
.cid-uUzop20jwf .bottom-text {
  margin-top: 1.25rem;
}
.cid-uUzop20jwf .item-features-image {
  margin-bottom: 3.125rem;
}
.is-builder .cid-uUzop20jwf .item-content {
  border-bottom-left-radius: 100px;
}
.cid-uUzoMH5TwE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUzoMH5TwE .item-img,
.cid-uUzoMH5TwE .img-wrap,
.cid-uUzoMH5TwE img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uUzoMH5TwE img,
.cid-uUzoMH5TwE .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uUzoMH5TwE img,
  .cid-uUzoMH5TwE .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uUzoMH5TwE .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uUzoMH5TwE .item:focus,
.cid-uUzoMH5TwE span:focus {
  outline: none;
}
.cid-uUzoMH5TwE .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uUzoMH5TwE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUzoMH5TwE .item {
    margin-bottom: 1rem;
  }
}
.cid-uUzoMH5TwE h5 {
  margin: 0;
}
.cid-uUzoMH5TwE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uUzoMH5TwE .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uUzoMH5TwE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUzoMH5TwE .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uUzoMH5TwE .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uUzoMH5TwE .item-wrapper {
    height: auto;
  }
}
.cid-uUzoMH5TwE .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uUzoMH5TwE .item-title {
  text-align: center;
}
.cid-uUzoMH5TwE .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uUzoMH5TwE .mbr-text,
.cid-uUzoMH5TwE .item .mbr-section-btn {
  text-align: center;
}
.cid-uUzoMH5TwE .mbr-section-subtitle,
.cid-uUzoMH5TwE .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uVHq94mKKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVHq94mKKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVHq94mKKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVHq94mKKL .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVHq94mKKL .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .container {
    padding: 0 20px;
  }
}
.cid-uVHq94mKKL .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uVHq94mKKL .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
}
.cid-uVHq94mKKL .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .items-wrapper .item {
    border: 1px solid #dfe6ea;
    border-radius: 1.2rem !important;
    margin-bottom: 10px;
  }
}
.cid-uVHq94mKKL .items-wrapper .item a {
  display: block;
}
.cid-uVHq94mKKL .items-wrapper .item a:hover .item-wrapper::before,
.cid-uVHq94mKKL .items-wrapper .item a:focus .item-wrapper::before {
  height: 100%;
}
.cid-uVHq94mKKL .items-wrapper .item a:hover .item-wrapper .card-box .card-number,
.cid-uVHq94mKKL .items-wrapper .item a:focus .item-wrapper .card-box .card-number {
  padding-left: 16px;
}
.cid-uVHq94mKKL .items-wrapper .item a:hover .item-wrapper .card-box .icon-wrapper,
.cid-uVHq94mKKL .items-wrapper .item a:focus .item-wrapper .card-box .icon-wrapper {
  padding-right: 16px;
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper {
  position: relative;
  padding: 28px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .items-wrapper .item a .item-wrapper {
    padding: 24px;
  }
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f15a22;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uVHq94mKKL .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .card-number {
  width: 30%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .card-number {
    display: none;
  }
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .card-title {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .card-title {
    width: auto;
  }
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 10%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
    width: auto;
  }
}
.cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #005241;
}
@media (max-width: 992px) {
  .cid-uVHq94mKKL .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    background-color: #f15a22;
    font-size: 22px;
  }
}
.cid-uVHq94mKKL .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVHq94mKKL .card-title {
  color: #000000;
}
.cid-uVHq94mKKL .card-number {
  color: #000000;
}
.cid-uV3MRRKK9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8f1;
}
.cid-uV3MRRKK9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3MRRKK9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3MRRKK9h .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uV3MRRKK9h .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uV3MRRKK9h .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uV3MRRKK9h .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uV3MRRKK9h .items-wrapper {
  margin: 0;
}
.cid-uV3MRRKK9h .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uV3MRRKK9h .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uV3MRRKK9h .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uV3MRRKK9h .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV3MRRKK9h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV3MRRKK9h .mbr-section-title {
  color: #093388;
}
.cid-uV3MRRKK9h .item-number {
  color: #f4f4f4;
}
.cid-uV3MRRKK9h .item-title {
  color: #093388;
}
.cid-uV3MRRKK9h .item-text {
  color: #58595b;
}
.cid-uV3MRRKK9h .mbr-section-title,
.cid-uV3MRRKK9h .title-wrapper {
  color: #f15a22;
}
.cid-uV3MRRKK9h .item-title,
.cid-uV3MRRKK9h .mbr-section-btn {
  color: #0d9462;
}
.cid-uV3QBKEy2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uV3QBKEy2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3QBKEy2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3QBKEy2O .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uV3QBKEy2O .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uV3QBKEy2O .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uV3QBKEy2O .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uV3QBKEy2O .items-wrapper {
  margin: 0;
}
.cid-uV3QBKEy2O .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uV3QBKEy2O .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uV3QBKEy2O .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uV3QBKEy2O .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV3QBKEy2O .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV3QBKEy2O .mbr-section-title {
  color: #093388;
}
.cid-uV3QBKEy2O .item-number {
  color: #f4f4f4;
}
.cid-uV3QBKEy2O .item-title {
  color: #093388;
}
.cid-uV3QBKEy2O .item-text {
  color: #58595b;
}
.cid-uUzrsg5sS3.popup-builder {
  background-color: #ffffff;
}
.cid-uUzrsg5sS3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUzrsg5sS3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUzrsg5sS3 .modal-content,
.cid-uUzrsg5sS3 .modal-dialog {
  height: auto;
}
.cid-uUzrsg5sS3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUzrsg5sS3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUzrsg5sS3 .form-wrapper .mbr-form .form-group,
  .cid-uUzrsg5sS3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUzrsg5sS3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUzrsg5sS3 .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-uUzrsg5sS3 .mbr-text {
  text-align: center;
}
.cid-uUzrsg5sS3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uUzrsg5sS3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUzrsg5sS3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUzrsg5sS3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUzrsg5sS3 .modal-open {
  overflow: hidden;
}
.cid-uUzrsg5sS3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUzrsg5sS3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUzrsg5sS3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUzrsg5sS3 .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-uUzrsg5sS3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUzrsg5sS3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUzrsg5sS3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUzrsg5sS3 .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-uUzrsg5sS3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUzrsg5sS3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUzrsg5sS3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUzrsg5sS3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uUzrsg5sS3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUzrsg5sS3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUzrsg5sS3 .modal-header {
    padding: 1rem;
  }
}
.cid-uUzrsg5sS3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUzrsg5sS3 .modal-header .close svg {
  fill: #353535;
}
.cid-uUzrsg5sS3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uUzrsg5sS3 .modal-header .close:focus {
  outline: none;
}
.cid-uUzrsg5sS3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUzrsg5sS3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUzrsg5sS3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUzrsg5sS3 .modal-body {
    padding: 1rem;
  }
}
.cid-uUzrsg5sS3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUzrsg5sS3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUzrsg5sS3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uUzrsg5sS3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUzrsg5sS3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUzrsg5sS3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUzrsg5sS3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUzrsg5sS3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUzrsg5sS3 .modal-lg,
  .cid-uUzrsg5sS3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUzrsg5sS3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUzrsg5sS3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUzrsg5sS3 .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-uUzrsg5sS3 .form-group {
  margin-bottom: 1rem;
}
.cid-uUzrsg5sS3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUzrsg5sS3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUzrsg5sS3 .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-uUzrsg5sS3 .mbr-section-btn {
  margin: 0;
}
.cid-uUzrsg5sS3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uV4hcJcO6V {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/whatsapp20image202025-08-2720at204.16.3420pm202-2000x1333.webp");
}
.cid-uV4hcJcO6V .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uV4hcJcO6V .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uV4hcJcO6V .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV4hcJcO6V .label-text {
    text-align: center !important;
  }
}
.cid-uV4hcJcO6V .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV4hcJcO6V .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uV4hcJcO6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4hcJcO6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4hcJcO6V .mbr-section-title,
.cid-uV4hcJcO6V .mbr-section-btn {
  text-align: left;
}
.cid-uV4hgMZzva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV4hgMZzva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4hgMZzva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4hgMZzva .row {
  justify-content: space-between;
}
.cid-uV4hgMZzva .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #005241;
}
.cid-uV4hgMZzva .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV4hgMZzva .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uV4hgMZzva .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV4hgMZzva .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV4hgMZzva .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uV4hgMZzva .google-map iframe {
    height: 350px;
  }
}
.cid-uV4hgMZzva .mbr-label {
  color: #000000;
}
.cid-uV4hgMZzva .mbr-section-title {
  color: #000000;
}
.cid-uV4hgMZzva .mbr-desc {
  color: #000000;
}
.cid-uV4hgMZzva .mbr-text {
  color: #8a8a8a;
}
.cid-uV4nHCNLQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV4nHCNLQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4nHCNLQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4nHCNLQq .card-wrapper {
  position: relative;
  padding: 100px 180px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uV4nHCNLQq .card-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper {
    padding: 60px 15px 100px;
  }
}
.cid-uV4nHCNLQq .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uV4nHCNLQq .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uV4nHCNLQq .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uV4nHCNLQq .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uV4nHCNLQq .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  border-bottom-right-radius: 30px;
  pointer-events: none;
  z-index: 1;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap {
    padding: 30px 15px 100px;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .label-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap .label-wrapper {
    width: 100%;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 30px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 40px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap {
    width: 100%;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row {
  margin: 0 -15px;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 18px 30px;
  box-shadow: none;
  border: none !important;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #8a8a8a;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uV4nHCNLQq .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.cid-uV4nHCNLQq .mbr-label,
.cid-uV4nHCNLQq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4nHCNLQq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV4nHCNLQq label {
  color: #8a8a8a;
}
.cid-uV4nHCNLQq .mbr-section-btn {
  text-align: right;
}
.cid-uV4hnj8HLK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV4hnj8HLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4hnj8HLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4hnj8HLK .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uV4hnj8HLK .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV4hnj8HLK .item {
    margin-bottom: 15px;
  }
}
.cid-uV4hnj8HLK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #005241;
}
@media (max-width: 992px) {
  .cid-uV4hnj8HLK .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uV4hnj8HLK .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV4hnj8HLK .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uV4hnj8HLK .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #005241;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uV4hnj8HLK .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uV4hnj8HLK .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uV4hnj8HLK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uV4hnj8HLK .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uV4hnj8HLK .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uV4hnj8HLK .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uV4hnj8HLK .card-title {
  color: #000000;
}
.cid-uV4hnj8HLK .card-text {
  color: #8a8a8a;
}
.cid-uV4hqnL20T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uV4hqnL20T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4hqnL20T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4hqnL20T .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uV4hqnL20T .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uV4hqnL20T .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uV4hqnL20T .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uV4hqnL20T .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uV4hqnL20T .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uV4hqnL20T .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #bac0cc;
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #bac0cc;
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uV4hqnL20T .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uV4hqnL20T .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-uV4hqnL20T .btn-wrapper {
  margin-top: -5%;
}
.cid-uV4hqnL20T .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uV4hqnL20T .item-title {
  color: #005241;
}
.cid-uV4hqnL20T .mbr-section-title,
.cid-uV4hqnL20T .mbr-section-btn,
.cid-uV4hqnL20T .title-wrapper {
  color: #f15a22;
}
.cid-uV4rVAbRU6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4rVAbRU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4rVAbRU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4rVAbRU6 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uV4rVAbRU6 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uV4rVAbRU6 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uV4rVAbRU6 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uV4rVAbRU6 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uV4rVAbRU6 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uV4rVAbRU6 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uV4rVAbRU6 .bg-linkedin:hover {
  background: #005582;
}
.cid-uV4rVAbRU6 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uV4rVAbRU6 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uV4rVAbRU6 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uV4rVAbRU6 [class^="socicon-"]:before,
.cid-uV4rVAbRU6 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uV4rVAbRU6 .mbr-section-title,
.cid-uV4rVAbRU6 .social-list {
  color: #999999;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uV28HIGAyH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-uV28HIGAyH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uV28HIGAyH .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uV28HIGAyH .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV28HIGAyH .label-text {
    text-align: center !important;
  }
}
.cid-uV28HIGAyH .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV28HIGAyH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uV28HIGAyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV28HIGAyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV28HIGAyH .mbr-section-title,
.cid-uV28HIGAyH .mbr-section-btn {
  text-align: center;
}
.cid-uV2cRo0UrR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-uV2cRo0UrR .jc-sb {
  justify-content: space-between;
}
.cid-uV2cRo0UrR .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-uV2cRo0UrR .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uV2cRo0UrR img {
    margin-bottom: 2rem;
  }
}
.cid-uV28WlfsHW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f7f5;
}
.cid-uV28WlfsHW .row {
  align-items: center;
  justify-content: center;
}
.cid-uV28WlfsHW .col-text {
  text-align: center;
  padding: 0;
}
.cid-uV28WlfsHW .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uV28WlfsHW .lists-container {
    flex-wrap: wrap;
  }
}
.cid-uV28WlfsHW .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-uV28WlfsHW .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-uV28WlfsHW .card-box {
  display: flex;
  flex-direction: column;
}
.cid-uV28WlfsHW .card-number {
  color: #F0C48A;
  width: 100%;
}
.cid-uV28WlfsHW .card-title {
  color: #222222;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uV28WlfsHW .card-text {
  color: #555555;
  width: 100%;
  text-align: left;
}
.cid-uV28WlfsHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV28WlfsHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV29XifWo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8f1;
}
.cid-uV29XifWo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV29XifWo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV29XifWo2 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uV29XifWo2 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uV29XifWo2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uV29XifWo2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uV29XifWo2 .title-wrapper .title-wrap .mbr-section-title span {
  color: #f15a22;
}
.cid-uV29XifWo2 .cont-wrap {
  margin: 0 -10px;
}
.cid-uV29XifWo2 .cont-wrap .card {
  padding: 0 10px;
}
.cid-uV29XifWo2 .content-wrap {
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .content-wrap {
    padding: 30px 20px;
    display: block;
    margin-bottom: 20px;
  }
}
.cid-uV29XifWo2 .content-wrap .image-wrapper {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-uV29XifWo2 .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uV29XifWo2 .content-wrap .text-wrapper {
  width: 50%;
  padding-left: 30px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .content-wrap .text-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uV29XifWo2 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .content-wrap .text-wrapper .mbr-text {
    padding-right: 0;
  }
}
.cid-uV29XifWo2 .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uV29XifWo2 .content-wrap .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV29XifWo2 .items-wrapper .item .item-wrapper {
  margin-bottom: 20px;
  background-color: #f8e7d2;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uV29XifWo2 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uV29XifWo2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uV29XifWo2 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uV29XifWo2 .mbr-section-title {
  color: #404349;
}
.cid-uV29XifWo2 .mbr-desc {
  color: #b19a7c;
}
.cid-uV29XifWo2 .mbr-text {
  color: #404349;
}
.cid-uV29XifWo2 .item-title {
  color: #f15a22;
}
.cid-uV29XifWo2 .item-text {
  color: #404349;
}
.cid-uV4uBt5loY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uV4uBt5loY .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV4uBt5loY .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uV4uBt5loY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uV4uBt5loY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uV4uBt5loY .embla__slide .slide-content {
  width: 100%;
}
.cid-uV4uBt5loY .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uV4uBt5loY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uV4uBt5loY .embla__button--next,
.cid-uV4uBt5loY .embla__button--prev {
  display: flex;
}
.cid-uV4uBt5loY .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uV4uBt5loY .embla__button:hover {
  opacity: .5 !important;
}
.cid-uV4uBt5loY .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uV4uBt5loY .embla__button.embla__button--next {
  right: 0;
}
.cid-uV4uBt5loY .embla {
  position: relative;
  width: 100%;
}
.cid-uV4uBt5loY .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uV4uBt5loY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uV4uBt5loY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uV4uBt5loY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uV1ZzHVar6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/whatsapp20image202025-08-2720at203.43.1720pm-1280x960.webp");
}
.cid-uV1ZzHVar6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uV1ZzHVar6 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uV1ZzHVar6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV1ZzHVar6 .label-text {
    text-align: center !important;
  }
}
.cid-uV1ZzHVar6 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV1ZzHVar6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uV1ZzHVar6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1ZzHVar6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1ZzHVar6 .mbr-section-title,
.cid-uV1ZzHVar6 .mbr-section-btn {
  text-align: center;
}
.cid-uV20uZ2mKZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV20uZ2mKZ h4 {
  display: flex;
  margin-bottom: 0;
}
.cid-uV20uZ2mKZ .panel-text {
  padding-bottom: 45px;
  color: #000000;
}
.cid-uV20uZ2mKZ .wrap {
  display: flex;
}
.cid-uV20uZ2mKZ .icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  font-size: .7rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uV20uZ2mKZ .icon:before {
  content: "\e908" !important;
}
.cid-uV20uZ2mKZ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-uV20uZ2mKZ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uV20uZ2mKZ .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uV20uZ2mKZ p {
  margin: 0;
}
.cid-uV20uZ2mKZ .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-uV20uZ2mKZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uV20uZ2mKZ .panel-group {
  width: 100%;
}
.cid-uV20uZ2mKZ .panel-title {
  border-radius: 0px;
  padding: 2rem 0;
}
.cid-uV20uZ2mKZ .card {
  border-bottom: 1px solid #b8b8b8 !important;
}
.cid-uV20uZ2mKZ .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uV20uZ2mKZ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uV20uZ2mKZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uV20uZ2mKZ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV20uZ2mKZ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uV20uZ2mKZ .header-text,
.cid-uV20uZ2mKZ .sign {
  color: #000000;
}
.cid-uV20uZ2mKZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uV20uZ2mKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV20uZ2mKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV22OI4rUG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-uV22OI4rUG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uV22OI4rUG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV22OI4rUG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uV22OI4rUG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uV22OI4rUG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uV22OI4rUG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-uV22OI4rUG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uV22OI4rUG ul {
  font-size: 0;
}
.cid-uV22OI4rUG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #0c5b47;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-uV22OI4rUG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #0c5b47 solid;
  border-radius: 0 !important;
}
.cid-uV22OI4rUG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uV22OI4rUG .btn-primary-outline:hover,
.cid-uV22OI4rUG .btn-primary-outline:focus,
.cid-uV22OI4rUG .btn-primary-outline.focus,
.cid-uV22OI4rUG .btn-primary-outline.active {
  background-color: transparent !important;
  color: #0c5b47 !important;
}
.cid-uV23ef2FWO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uV23ef2FWO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uV23ef2FWO .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uV23ef2FWO .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uV23ef2FWO .btn-primary-outline:active {
  color: gray;
}
.cid-uV23ef2FWO .btn-primary-outline:hover {
  color: white;
}
.cid-uV23ef2FWO .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uV23ef2FWO div {
  overflow: hidden;
}
.cid-uV23ef2FWO li.active .btn-primary-outline {
  color: white;
}
.cid-uV23ef2FWO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV23ef2FWO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uV23ef2FWO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uV23ef2FWO .mbr-gallery-item {
  overflow: hidden;
}
.cid-uV23ef2FWO .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uV23ef2FWO .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uV23ef2FWO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uV23ef2FWO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uV23ef2FWO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uV23ef2FWO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uV23ef2FWO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uVfbpWT1yx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uVfbpWT1yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfbpWT1yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfbpWT1yx .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uVfbpWT1yx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVfbpWT1yx .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uVfbpWT1yx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uVfbpWT1yx .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uVfbpWT1yx .social-row {
  text-align: center;
}
.cid-uVfbpWT1yx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVfbpWT1yx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uVfbpWT1yx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVfbpWT1yx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVfbpWT1yx .mbr-role,
.cid-uVfbpWT1yx .social-row {
  color: #353535;
}
.cid-uV28dr2TEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV28dr2TEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV28dr2TEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV28dr2TEs .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uV28dr2TEs .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uV28dr2TEs .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #f15a22;
}
.cid-uV28dr2TEs .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV28dr2TEs .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uV28dr2TEs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #f15a22;
  color: #000000;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #f15a22;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uV28dr2TEs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uV28dr2TEs .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uV28dr2TEs .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV28dr2TEs .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uV28dr2TEs .mbr-label {
  color: #000000;
}
.cid-uV28dr2TEs .mbr-section-title {
  color: #000000;
}
.cid-uV28dr2TEs .panel-title-edit {
  color: #000000;
}
.cid-uV28dr2TEs .panel-text {
  color: #8a8a8a;
}
.cid-uV2379v61M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uV2379v61M .mbr-gallery-filter {
  text-align: left;
}
.cid-uV2379v61M .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-uV2379v61M .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-uV2379v61M .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #241c24;
  }
}
.cid-uV2379v61M .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uV2379v61M .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-uV2379v61M .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-uV2379v61M .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-uV2379v61M .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #241c24 !important;
}
.cid-uV2379v61M .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #241c24 !important;
}
.cid-uV2379v61M .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uV2379v61M .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uV2379v61M .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-uV2379v61M .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-uV2379v61M .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-uV2379v61M .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-uV2379v61M .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-uV2379v61M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV2379v61M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uV2379v61M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uV2379v61M .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-uV2379v61M .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uV2379v61M .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uV2379v61M .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-uV2379v61M .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uV2379v61M .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uV2379v61M .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
}
.cid-uV2379v61M .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-uV2379v61M .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-uV2379v61M .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-uV2379v61M .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uV3VFPavq8 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/-59a2749-2000x1333.webp");
}
.cid-uV3VFPavq8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uV3VFPavq8 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uV3VFPavq8 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV3VFPavq8 .label-text {
    text-align: center !important;
  }
}
.cid-uV3VFPavq8 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV3VFPavq8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uV3VFPavq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3VFPavq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3VFPavq8 .mbr-section-title,
.cid-uV3VFPavq8 .mbr-section-btn {
  text-align: center;
}
.cid-uV438oNllI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV438oNllI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV438oNllI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV438oNllI .card {
  justify-content: flex-end;
}
.cid-uV438oNllI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV438oNllI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uV438oNllI .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uV438oNllI .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV438oNllI .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uV438oNllI .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uV438oNllI .items-wrapper .item {
  padding: 0 15px;
}
.cid-uV438oNllI .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV438oNllI .item {
    margin-bottom: 15px;
  }
}
.cid-uV438oNllI .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uV438oNllI .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uV438oNllI .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uV438oNllI .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uV438oNllI .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #f15a22;
}
.cid-uV438oNllI .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uV438oNllI .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uV438oNllI .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uV438oNllI .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV438oNllI .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uV438oNllI .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #0d9462;
  display: inline-flex;
}
.cid-uV438oNllI .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uV438oNllI .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uV438oNllI .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f15a22;
  transition: all .6s ease;
}
.cid-uV438oNllI .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uV438oNllI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uV438oNllI .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV438oNllI .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV438oNllI .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uV438oNllI .card-title {
  color: #ffffff;
}
.cid-uV438oNllI .card-text {
  color: #222222;
}
.cid-uV438oNllI .card-title,
.cid-uV438oNllI .iconfont-wrapper,
.cid-uV438oNllI .item-btn {
  color: #000000;
}
.cid-uV3YmsGOEB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f5eb;
}
.cid-uV3YmsGOEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3YmsGOEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3YmsGOEB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV3YmsGOEB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uV3YmsGOEB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uV3YmsGOEB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uV3YmsGOEB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uV3YmsGOEB .item {
    margin-bottom: 20px;
  }
}
.cid-uV3YmsGOEB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uV3YmsGOEB .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uV3YmsGOEB .item .item-wrapper .card-box .card-title_1,
.cid-uV3YmsGOEB .item .item-wrapper .card-box .card-title_2,
.cid-uV3YmsGOEB .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uV3YmsGOEB .item .item-wrapper .card-box .card-text_1,
.cid-uV3YmsGOEB .item .item-wrapper .card-box .card-text_2,
.cid-uV3YmsGOEB .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uV3YmsGOEB .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV3YmsGOEB .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV3YmsGOEB .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uV3YmsGOEB .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uV3YmsGOEB .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-uV3YmsGOEB .item .card_1 {
  background-color: #1e4d2b;
}
.cid-uV3YmsGOEB .item .card_2 {
  background-color: #d1e0be;
}
.cid-uV3YmsGOEB .item .card_3 {
  background-color: #e6eddc;
}
.cid-uV3YmsGOEB .btn-wrapper {
  margin-top: -6%;
}
.cid-uV3YmsGOEB .mbr-section-title,
.cid-uV3YmsGOEB .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uV3YmsGOEB .card-title_1 {
  color: #f1f5eb;
}
.cid-uV3YmsGOEB .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-uV3YmsGOEB .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uV3YmsGOEB .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-uV3YmsGOEB .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uV3YmsGOEB .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uV3YmsGOEB .card-title_1,
.cid-uV3YmsGOEB .mbr-section-btn {
  text-align: center;
}
.cid-uV3YrK524v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uV3YrK524v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3YrK524v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3YrK524v .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV3YrK524v .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uV3YrK524v .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uV3YrK524v .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uV3YrK524v .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uV3YrK524v .item {
    margin-bottom: 20px;
  }
}
.cid-uV3YrK524v .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uV3YrK524v .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uV3YrK524v .item .item-wrapper .card-box .card-title_1,
.cid-uV3YrK524v .item .item-wrapper .card-box .card-title_2,
.cid-uV3YrK524v .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uV3YrK524v .item .item-wrapper .card-box .card-text_1,
.cid-uV3YrK524v .item .item-wrapper .card-box .card-text_2,
.cid-uV3YrK524v .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uV3YrK524v .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV3YrK524v .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV3YrK524v .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uV3YrK524v .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uV3YrK524v .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-uV3YrK524v .item .card_1 {
  background-color: #1e4d2b;
}
.cid-uV3YrK524v .item .card_2 {
  background-color: #d1e0be;
}
.cid-uV3YrK524v .item .card_3 {
  background-color: #e6eddc;
}
.cid-uV3YrK524v .btn-wrapper {
  margin-top: -6%;
}
.cid-uV3YrK524v .mbr-section-title,
.cid-uV3YrK524v .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uV3YrK524v .card-title_1 {
  color: #f1f5eb;
}
.cid-uV3YrK524v .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-uV3YrK524v .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uV3YrK524v .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-uV3YrK524v .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uV3YrK524v .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uV3YrK524v .card-title_1,
.cid-uV3YrK524v .mbr-section-btn {
  text-align: center;
}
.cid-uV4cl3UGrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV4cl3UGrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4cl3UGrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4cl3UGrG .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uV4cl3UGrG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uV4cl3UGrG .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uV4cl3UGrG .panel-group {
    display: block;
  }
}
.cid-uV4cl3UGrG .panel-group .card {
  position: relative;
  padding: 30px;
  border-bottom: none;
  background-color: #f7f4f2;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4cl3UGrG .panel-group .card {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.cid-uV4cl3UGrG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .icon_1 .mbr-iconfont {
  background-color: #005241;
  color: #000000;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .icon_2 .mbr-iconfont {
  background-color: #005241;
  color: #000000;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .icon_3 .mbr-iconfont {
  background-color: #005241;
  color: #000000;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title-edit {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uV4cl3UGrG .panel-group .card .card-header .panel-title-edit {
    margin-bottom: 20px;
  }
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #005241;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #000000;
}
.cid-uV4cl3UGrG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uV4cl3UGrG .panel-group .card .panel-collapse .panel-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f7f4f2;
  padding: 30px 30px 80px 30px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 992px) {
  .cid-uV4cl3UGrG .panel-group .card .panel-collapse .panel-body {
    padding: 15px 15px 65px 15px;
  }
}
.cid-uV4cl3UGrG .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 20px;
}
.cid-uV4cl3UGrG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uV4cl3UGrG .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV4cl3UGrG .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4cl3UGrG .panel-group .card .panel-collapse.show .panel-body {
  opacity: 1;
  transform: translateY(0);
}
.cid-uV4cl3UGrG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV4cl3UGrG .panel-title-edit {
  color: #000000;
}
.cid-uV4cl3UGrG .card-title {
  color: #000000;
}
.cid-uV4cl3UGrG .panel-text {
  color: #000000;
}
.cid-uV44YE1OYK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/whatsapp20image202025-08-2720at203.09.1720pm-2000x1333.webp");
}
.cid-uV44YE1OYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV44YE1OYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV44YE1OYK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uV44YE1OYK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uV44YE1OYK .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uV44YE1OYK .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-number_1,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-number_2,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-number_3,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-number_4 {
  margin-bottom: 0;
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_1,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_2,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_3,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_4 {
  margin-bottom: 0;
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_2,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_3,
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-uV44YE1OYK .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV44YE1OYK .items-wrapper .item .card_1 .card-box {
  background-color: #0d9462;
}
.cid-uV44YE1OYK .items-wrapper .item .card_1 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uV44YE1OYK .items-wrapper .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .cid-uV44YE1OYK .items-wrapper .item .card_2 {
    padding-top: 0;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .card_2 .card-box {
  background-color: #d1e0be;
}
.cid-uV44YE1OYK .items-wrapper .item .card_2 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uV44YE1OYK .items-wrapper .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .cid-uV44YE1OYK .items-wrapper .item .card_3 {
    padding-top: 0;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .card_3 .card-box {
  background-color: #e6eddc;
}
.cid-uV44YE1OYK .items-wrapper .item .card_3 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uV44YE1OYK .items-wrapper .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .cid-uV44YE1OYK .items-wrapper .item .card_4 {
    padding-top: 0;
  }
}
.cid-uV44YE1OYK .items-wrapper .item .card_4 .card-box {
  background-color: #d1e0be;
}
.cid-uV44YE1OYK .items-wrapper .item .card_4 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uV44YE1OYK .mbr-section-title {
  color: #ffffff;
}
.cid-uV44YE1OYK .card-number_1 {
  color: #0d9462;
}
.cid-uV44YE1OYK .card-number_2 {
  color: #d1e0be;
}
.cid-uV44YE1OYK .card-number_3 {
  color: #e6eddc;
}
.cid-uV44YE1OYK .card-number_4 {
  color: #d1e0be;
}
.cid-uV44YE1OYK .card-title_1 {
  color: #000000;
}
.cid-uV44YE1OYK .card-title_2 {
  color: #000000;
}
.cid-uV44YE1OYK .card-title_3 {
  color: #000000;
}
.cid-uV44YE1OYK .card-title_4 {
  color: #000000;
}
.cid-uV44YE1OYK .card-text_1 {
  color: #000000;
}
.cid-uV44YE1OYK .card-text_2 {
  color: #000000;
}
.cid-uV44YE1OYK .card-text_3 {
  color: #000000;
}
.cid-uV44YE1OYK .card-text_4 {
  color: #000000;
}
.cid-uV44YE1OYK .mbr-section-title,
.cid-uV44YE1OYK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUzCnlqMmt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fff8f1;
}
.cid-uUzCnlqMmt .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uUzCnlqMmt .mbr-section-title {
  margin: 0;
}
.cid-uUzCnlqMmt .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uUzCnlqMmt .card-img span {
  color: #f45f25;
}
.cid-uUzCnlqMmt .row-item {
  margin-bottom: 2rem;
}
.cid-uUzCnlqMmt .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f45f25, #ffffff);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uUzCnlqMmt .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uUzCnlqMmt .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uUzCnlqMmt .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uUzCnlqMmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzCnlqMmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUzCWk93Jb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff8f1;
}
.cid-uUzCWk93Jb .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uUzCWk93Jb .mbr-section-title {
  margin: 0;
}
.cid-uUzCWk93Jb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uUzCWk93Jb .card-img span {
  color: #f45f25;
}
.cid-uUzCWk93Jb .row-item {
  margin-bottom: 2rem;
}
.cid-uUzCWk93Jb .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f45f25, #ffffff);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uUzCWk93Jb .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uUzCWk93Jb .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uUzCWk93Jb .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uUzCWk93Jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzCWk93Jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUzD9wSetv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-uUzD9wSetv .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uUzD9wSetv .mbr-section-title {
  margin: 0;
}
.cid-uUzD9wSetv .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uUzD9wSetv .card-img span {
  color: #f45f25;
}
.cid-uUzD9wSetv .row-item {
  margin-bottom: 2rem;
}
.cid-uUzD9wSetv .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f45f25, #ffffff);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uUzD9wSetv .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uUzD9wSetv .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uUzD9wSetv .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uUzD9wSetv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUzD9wSetv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uVbcxtyOG0 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-uVbcxtyOG0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVbcxtyOG0 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uVbcxtyOG0 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVbcxtyOG0 .label-text {
    text-align: center !important;
  }
}
.cid-uVbcxtyOG0 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVbcxtyOG0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uVbcxtyOG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbcxtyOG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbcxtyOG0 .mbr-section-title,
.cid-uVbcxtyOG0 .mbr-section-btn {
  text-align: center;
}
.cid-uVbgwzek3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVbgwzek3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbgwzek3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbgwzek3R .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVbgwzek3R .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbgwzek3R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVbgwzek3R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbgwzek3R .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVbgwzek3R .mbr-section-title {
  color: #000000;
}
.cid-uVbgwzek3R .mbr-text,
.cid-uVbgwzek3R .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVbgwzek3R .mbr-section-title,
.cid-uVbgwzek3R .title-wrapper,
.cid-uVbgwzek3R .mbr-section-btn {
  text-align: center;
}
.cid-uVbdVS4gCo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uVbdVS4gCo .row {
  align-items: center;
  width: 100%;
}
.cid-uVbdVS4gCo .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uVbdVS4gCo .title-text {
  width: 100%;
}
.cid-uVbdVS4gCo .main-title {
  color: #727272;
  text-align: center;
}
.cid-uVbdVS4gCo .main-subtitle {
  color: #727272;
}
.cid-uVbdVS4gCo form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uVbdVS4gCo form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uVbdVS4gCo form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uVbdVS4gCo form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uVbdVS4gCo form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uVbdVS4gCo form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-uVbdVS4gCo form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form select {
  color: #000000 !important;
}
.cid-uVbdVS4gCo form textarea {
  height: 100px;
}
.cid-uVbdVS4gCo form input,
.cid-uVbdVS4gCo form textarea {
  background-color: transparent !important;
}
.cid-uVbdVS4gCo form input:active,
.cid-uVbdVS4gCo form textarea:active,
.cid-uVbdVS4gCo form input:focus,
.cid-uVbdVS4gCo form textarea:focus {
  border-color: #f15a22 !important;
}
.cid-uVbdVS4gCo form input:active::-webkit-input-placeholder,
.cid-uVbdVS4gCo form textarea:active::-webkit-input-placeholder,
.cid-uVbdVS4gCo form input:focus::-webkit-input-placeholder,
.cid-uVbdVS4gCo form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form input:active::-moz-placeholder,
.cid-uVbdVS4gCo form textarea:active::-moz-placeholder,
.cid-uVbdVS4gCo form input:focus::-moz-placeholder,
.cid-uVbdVS4gCo form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form input:active:-moz-placeholder,
.cid-uVbdVS4gCo form textarea:active:-moz-placeholder,
.cid-uVbdVS4gCo form input:focus:-moz-placeholder,
.cid-uVbdVS4gCo form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form input:active:-ms-input-placeholder,
.cid-uVbdVS4gCo form textarea:active:-ms-input-placeholder,
.cid-uVbdVS4gCo form input:focus:-ms-input-placeholder,
.cid-uVbdVS4gCo form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uVbdVS4gCo form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uVbdVS4gCo form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uVbdVS4gCo form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uVbdVS4gCo form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uVbdVS4gCo form .form-check-input:focus,
.cid-uVbdVS4gCo form .form-check-input:hover {
  border-color: #f15a22 !important;
}
.cid-uVbdVS4gCo form .form-check-input:checked {
  border-color: #f15a22 !important;
  background-color: #f15a22 !important;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNhDUiDje {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSNhDUiDje nav.navbar {
  position: fixed;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #f15a22 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #006c44 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15a22;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f15a22;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #f15a22 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #f15a22 !important;
}
.cid-uVdYJZn9zc {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-uVdYJZn9zc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVdYJZn9zc .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uVdYJZn9zc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVdYJZn9zc .label-text {
    text-align: center !important;
  }
}
.cid-uVdYJZn9zc .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVdYJZn9zc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uVdYJZn9zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdYJZn9zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVdYJZn9zc .mbr-section-title,
.cid-uVdYJZn9zc .mbr-section-btn {
  text-align: center;
}
.cid-uVdYH6cWyB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVdYH6cWyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdYH6cWyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe46UM13w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVe46UM13w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVe46UM13w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVe46UM13w .card {
  justify-content: center;
}
.cid-uVe46UM13w .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uVe46UM13w .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVe46UM13w .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uVe46UM13w .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVe46UM13w .image-wrapper img {
    height: 300px;
  }
}
.cid-uVe46UM13w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVe46UM13w .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVe46UM13w .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVe46UM13w .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVe46UM13w .mbr-section-title {
  color: #000000;
}
.cid-uVe46UM13w .mbr-text {
  color: #000000;
}
.cid-uU0BC2vQjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
}
.cid-uU0BC2vQjL .footer-item {
  padding: 30px;
}
.cid-uU0BC2vQjL .mbr-section-subtitle,
.cid-uU0BC2vQjL .address-text {
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uU0BC2vQjL .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uU0BC2vQjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f15a22;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .row {
    text-align: center;
  }
  .cid-uU0BC2vQjL .social-row {
    justify-content: center;
  }
}
.cid-uU0BC2vQjL .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uU0BC2vQjL .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uU0BC2vQjL .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uU0BC2vQjL .mbr-text {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uU0BC2vQjL .list a {
  color: #ffffff;
}
.cid-uU0BC2vQjL .list a:hover {
  background-image: none !important;
  color: #f15a22 !important;
}
.cid-uU0BC2vQjL .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uU0BC2vQjL .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uU0BC2vQjL .mbr-iconfont {
  color: #f15a22;
}
.cid-uU0BC2vQjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0BC2vQjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
