@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #048431 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #048431 !important;
  border-color: #048431 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #023a15 !important;
  border-color: #023a15 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #023a15 !important;
  border-color: #023a15 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #01210c !important;
  color: #01210c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #048431 !important;
  border-color: #048431 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #048431 !important;
  border-color: #048431 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #048431 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #01210c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #048431;
  border-color: #048431;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #048431;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #10f861;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #048431;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #048431;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #048431;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #048431;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #048431;
  border-bottom-color: #048431;
}
.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: #048431 !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: #333333 !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%;
}
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='%23048431' %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;
}
.cid-sowcmquAmm {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/banner-1600x768-1600x768.jpg");
}
.cid-sowcmquAmm .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sowcmquAmm .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sowcmquAmm .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sowcmquAmm .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-slBtF3enVF {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-slBtF3enVF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-slBtF3enVF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-slBtF3enVF .text-content {
  padding-right: 1.5rem;
}
.cid-slBtF3enVF .mbr-text,
.cid-slBtF3enVF .mbr-section-btn {
  color: #000000;
}
.cid-slBtF3enVF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-slBtF3enVF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-slBtF3enVF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-slBtF3enVF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-slBtF3enVF .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-slBtF3enVF .main-row {
    margin: 0;
  }
  .cid-slBtF3enVF .mbr-section-title,
  .cid-slBtF3enVF .mbr-text,
  .cid-slBtF3enVF .list,
  .cid-slBtF3enVF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-slBtF3enVF .text-content {
    padding: 0;
  }
}
.cid-snKyEKVBid {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-snKyEKVBid .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-snKyEKVBid .card .card-img img {
  transition: all 0.5s;
}
.cid-snKyEKVBid .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-snKyEKVBid .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-snKyEKVBid .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-snKyEKVBid .first-card {
  display: block;
}
.cid-snKyEKVBid .first-card .card-wrapper {
  height: 100%;
}
.cid-snKyEKVBid .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-snKyEKVBid .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snKyEKVBid .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-snKyEKVBid .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-snKyEKVBid .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-snKyEKVBid .first-row,
.cid-snKyEKVBid .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-snKyEKVBid .first-row .card .card-wrapper,
.cid-snKyEKVBid .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-snKyEKVBid .first-row .card .card-wrapper .card-img,
.cid-snKyEKVBid .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-snKyEKVBid .first-row .card .card-wrapper .card-img img,
.cid-snKyEKVBid .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-snKyEKVBid .first-row,
  .cid-snKyEKVBid .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snKyEKVBid .first-row .card .card-wrapper .card-img,
  .cid-snKyEKVBid .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snKyEKVBid .first-row .card .card-wrapper .card-img img,
  .cid-snKyEKVBid .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-snKyEKVBid .first-row .caption,
.cid-snKyEKVBid .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-snKyEKVBid .first-row .caption .price,
.cid-snKyEKVBid .second-row .caption .price {
  background: #04bf45;
  padding: 0 0.5rem;
}
.cid-snKyEKVBid .first-row {
  padding-bottom: 1rem;
}
.cid-snKyEKVBid .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-snKyEKVBid .first-card,
  .cid-snKyEKVBid .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-snKyEKVBid .first-card {
    padding-bottom: 2rem;
  }
  .cid-snKyEKVBid .only-first-row {
    height: 100%;
  }
}
.cid-slAahKDdQQ {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slAahKDdQQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-slAahKDdQQ .mbr-section-title,
.cid-slAahKDdQQ .mbr-section-subtitle,
.cid-slAahKDdQQ .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slAahKDdQQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slAahKDdQQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slAahKDdQQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slAahKDdQQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slAahKDdQQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #04e4e8);
}
.cid-slAahKDdQQ .icon-focus {
  display: none;
}
.cid-slAahKDdQQ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slAahKDdQQ ul {
  font-size: 0;
}
.cid-slAahKDdQQ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-slAahKDdQQ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slAahKDdQQ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-slAahKDdQQ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slAahKDdQQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slAahKDdQQ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slAahKDdQQ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slAahKDdQQ .btn:hover {
  background: transparent !important;
}
.cid-slAahKDdQQ .btn:hover:before {
  background: transparent !important;
}
.cid-slAahKDdQQ .btn:before {
  background-color: transparent !important;
}
.cid-slAahKDdQQ .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sjmnriXiO4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjmnriXiO4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sjmnriXiO4 .nav-item,
.cid-sjmnriXiO4 .nav-link,
.cid-sjmnriXiO4 .navbar-caption {
  font-weight: normal;
}
.cid-sjmnriXiO4 .nav-item:focus,
.cid-sjmnriXiO4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjmnriXiO4 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sjmnriXiO4 .nav-item .nav-link {
    position: relative;
  }
  .cid-sjmnriXiO4 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sjmnriXiO4 .nav-item:hover .nav-link:before,
  .cid-sjmnriXiO4 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sjmnriXiO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sjmnriXiO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjmnriXiO4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sjmnriXiO4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjmnriXiO4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjmnriXiO4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjmnriXiO4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sjmnriXiO4 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sjmnriXiO4 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sjmnriXiO4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sjmnriXiO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjmnriXiO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjmnriXiO4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjmnriXiO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjmnriXiO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjmnriXiO4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sjmnriXiO4 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sjmnriXiO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjmnriXiO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjmnriXiO4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjmnriXiO4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sjmnriXiO4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sjmnriXiO4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sjmnriXiO4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sjmnriXiO4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjmnriXiO4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjmnriXiO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjmnriXiO4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjmnriXiO4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sjmnriXiO4 .dropdown-item.active,
.cid-sjmnriXiO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sjmnriXiO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjmnriXiO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjmnriXiO4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjmnriXiO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sjmnriXiO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjmnriXiO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjmnriXiO4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sjmnriXiO4 .navbar-buttons {
  text-align: center;
}
.cid-sjmnriXiO4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjmnriXiO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sjmnriXiO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjmnriXiO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjmnriXiO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjmnriXiO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjmnriXiO4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjmnriXiO4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjmnriXiO4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjmnriXiO4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjmnriXiO4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sjmnriXiO4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjmnriXiO4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-sjmnriXiO4 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sjmnriXiO4 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sjmnriXiO4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjmnriXiO4 a.nav-link .mbr-iconfont-btn,
.cid-sjmnriXiO4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sjmnriXiO4 a.nav-link:hover .mbr-iconfont-btn,
.cid-sjmnriXiO4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sjmnriXiO4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjmnriXiO4 .navbar {
    height: 77px;
  }
  .cid-sjmnriXiO4 .navbar.opened {
    height: auto;
  }
  .cid-sjmnriXiO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sl8spahL7l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sl8spahL7l {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sl8spahL7l .text {
  padding: 0;
}
.cid-sl8spahL7l section {
  position: relative;
}
.cid-sl8spahL7l h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sl8spahL7l .mbr-iconfont {
  padding: 0!important;
}
.cid-sl8spahL7l .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000000;
}
.cid-sl8spahL7l .box {
  background-image: url("../../../assets/images/2-1920x1280.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sl8spahL7l .icon-wrap {
  background-color: #000000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sl8spahL7l .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sl8spahL7l .icon-wrap span {
  padding-left: 8px;
}
.cid-sl8spahL7l .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sl8spahL7l .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sl8spahL7l .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sl8spahL7l .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sl8spahL7l .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sl8spahL7l a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sl8spahL7l a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sl8spahL7l {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sl8spahL7l .box {
    height: 250px;
  }
  .cid-sl8spahL7l .row {
    padding: 1rem!important;
  }
}
.cid-slBvZUYyb6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slBvZUYyb6 .content {
    text-align: center;
  }
  .cid-slBvZUYyb6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slBvZUYyb6 .img-logo img {
  height: 6rem;
}
.cid-slBvZUYyb6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-slBvZUYyb6 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-slBvZUYyb6 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-slBvZUYyb6 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-slBvZUYyb6 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slBvZUYyb6 .social-list a:hover {
  opacity: 1;
}
.cid-slBvZUYyb6 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-slBvZUYyb6 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-slBvZUYyb6 .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-slBvZUYyb6 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-slBvZUYyb6 input::-moz-placeholder {
  color: #ffffff;
}
.cid-slBvZUYyb6 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-slBvZUYyb6 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-slBvZUYyb6 .list {
  list-style-type: none;
  padding: 0;
}
.cid-slBvZUYyb6 .list li {
  padding-bottom: 0.5rem;
}
.cid-slBvZUYyb6 .list li:last-child {
  padding-bottom: 0;
}
.cid-slBvZUYyb6 .mbr-footer-list,
.cid-slBvZUYyb6 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-slBvZUYyb6 .mbr-footer-list,
  .cid-slBvZUYyb6 .form-text,
  .cid-slBvZUYyb6 .footer-title,
  .cid-slBvZUYyb6 .footer-main-title,
  .cid-slBvZUYyb6 .form-text,
  .cid-slBvZUYyb6 .list {
    text-align: center !important;
  }
  .cid-slBvZUYyb6 .mbr-form,
  .cid-slBvZUYyb6 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-snKCyjCLyu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snKCyjCLyu .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snKCyjCLyu .nav-item,
.cid-snKCyjCLyu .nav-link,
.cid-snKCyjCLyu .navbar-caption {
  font-weight: normal;
}
.cid-snKCyjCLyu .nav-item:focus,
.cid-snKCyjCLyu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-snKCyjCLyu .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-snKCyjCLyu .nav-item .nav-link {
    position: relative;
  }
  .cid-snKCyjCLyu .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-snKCyjCLyu .nav-item:hover .nav-link:before,
  .cid-snKCyjCLyu .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-snKCyjCLyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-snKCyjCLyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snKCyjCLyu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-snKCyjCLyu .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snKCyjCLyu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snKCyjCLyu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snKCyjCLyu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snKCyjCLyu .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snKCyjCLyu .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-snKCyjCLyu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-snKCyjCLyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snKCyjCLyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snKCyjCLyu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snKCyjCLyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snKCyjCLyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snKCyjCLyu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snKCyjCLyu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snKCyjCLyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snKCyjCLyu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snKCyjCLyu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snKCyjCLyu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snKCyjCLyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snKCyjCLyu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snKCyjCLyu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snKCyjCLyu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snKCyjCLyu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snKCyjCLyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snKCyjCLyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snKCyjCLyu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snKCyjCLyu .dropdown-item.active,
.cid-snKCyjCLyu .dropdown-item:active {
  background-color: transparent;
}
.cid-snKCyjCLyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snKCyjCLyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snKCyjCLyu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snKCyjCLyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-snKCyjCLyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snKCyjCLyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snKCyjCLyu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snKCyjCLyu .navbar-buttons {
  text-align: center;
}
.cid-snKCyjCLyu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snKCyjCLyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snKCyjCLyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snKCyjCLyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snKCyjCLyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snKCyjCLyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snKCyjCLyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snKCyjCLyu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snKCyjCLyu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snKCyjCLyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snKCyjCLyu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snKCyjCLyu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snKCyjCLyu .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-snKCyjCLyu .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snKCyjCLyu .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-snKCyjCLyu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snKCyjCLyu a.nav-link .mbr-iconfont-btn,
.cid-snKCyjCLyu a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-snKCyjCLyu a.nav-link:hover .mbr-iconfont-btn,
.cid-snKCyjCLyu a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-snKCyjCLyu a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snKCyjCLyu .navbar {
    height: 77px;
  }
  .cid-snKCyjCLyu .navbar.opened {
    height: auto;
  }
  .cid-snKCyjCLyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snKDiQ4O2G {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/history-1920x640.jpg");
}
.cid-snKDiQ4O2G .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-snKDiQ4O2G .mbr-arrow i {
  color: #ffffff !important;
}
.cid-snKDiQ4O2G .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snKDDgQTXm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snKDDgQTXm .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-snKDDgQTXm .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-snKDDgQTXm .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-snKCylsHoz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-snKCylsHoz .content {
    text-align: center;
  }
  .cid-snKCylsHoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snKCylsHoz .img-logo img {
  height: 6rem;
}
.cid-snKCylsHoz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snKCylsHoz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-snKCylsHoz .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snKCylsHoz .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-snKCylsHoz .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snKCylsHoz .social-list a:hover {
  opacity: 1;
}
.cid-snKCylsHoz .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snKCylsHoz .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-snKCylsHoz .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snKCylsHoz input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snKCylsHoz input::-moz-placeholder {
  color: #ffffff;
}
.cid-snKCylsHoz textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snKCylsHoz textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-snKCylsHoz .list {
  list-style-type: none;
  padding: 0;
}
.cid-snKCylsHoz .list li {
  padding-bottom: 0.5rem;
}
.cid-snKCylsHoz .list li:last-child {
  padding-bottom: 0;
}
.cid-snKCylsHoz .mbr-footer-list,
.cid-snKCylsHoz .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-snKCylsHoz .mbr-footer-list,
  .cid-snKCylsHoz .form-text,
  .cid-snKCylsHoz .footer-title,
  .cid-snKCylsHoz .footer-main-title,
  .cid-snKCylsHoz .form-text,
  .cid-snKCylsHoz .list {
    text-align: center !important;
  }
  .cid-snKCylsHoz .mbr-form,
  .cid-snKCylsHoz .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-snLhRspTOO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLhRspTOO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snLhRspTOO .nav-item,
.cid-snLhRspTOO .nav-link,
.cid-snLhRspTOO .navbar-caption {
  font-weight: normal;
}
.cid-snLhRspTOO .nav-item:focus,
.cid-snLhRspTOO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-snLhRspTOO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-snLhRspTOO .nav-item .nav-link {
    position: relative;
  }
  .cid-snLhRspTOO .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-snLhRspTOO .nav-item:hover .nav-link:before,
  .cid-snLhRspTOO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-snLhRspTOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-snLhRspTOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLhRspTOO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-snLhRspTOO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snLhRspTOO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snLhRspTOO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLhRspTOO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snLhRspTOO .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snLhRspTOO .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-snLhRspTOO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-snLhRspTOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLhRspTOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLhRspTOO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snLhRspTOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLhRspTOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLhRspTOO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snLhRspTOO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snLhRspTOO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLhRspTOO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLhRspTOO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snLhRspTOO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snLhRspTOO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLhRspTOO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snLhRspTOO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snLhRspTOO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snLhRspTOO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLhRspTOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLhRspTOO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLhRspTOO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snLhRspTOO .dropdown-item.active,
.cid-snLhRspTOO .dropdown-item:active {
  background-color: transparent;
}
.cid-snLhRspTOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLhRspTOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLhRspTOO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLhRspTOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-snLhRspTOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLhRspTOO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLhRspTOO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snLhRspTOO .navbar-buttons {
  text-align: center;
}
.cid-snLhRspTOO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snLhRspTOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLhRspTOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLhRspTOO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLhRspTOO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLhRspTOO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLhRspTOO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLhRspTOO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLhRspTOO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLhRspTOO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLhRspTOO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snLhRspTOO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLhRspTOO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-snLhRspTOO .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLhRspTOO .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-snLhRspTOO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLhRspTOO a.nav-link .mbr-iconfont-btn,
.cid-snLhRspTOO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-snLhRspTOO a.nav-link:hover .mbr-iconfont-btn,
.cid-snLhRspTOO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-snLhRspTOO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snLhRspTOO .navbar {
    height: 77px;
  }
  .cid-snLhRspTOO .navbar.opened {
    height: auto;
  }
  .cid-snLhRspTOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snLhRsUw6m {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/gallery-1920x640.jpg");
}
.cid-snLhRsUw6m .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-snLhRsUw6m .mbr-arrow i {
  color: #ffffff !important;
}
.cid-snLhRsUw6m .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soNIsG0VkR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-soNIsG0VkR {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-soNIsG0VkR .text {
  padding: 0;
}
.cid-soNIsG0VkR section {
  position: relative;
}
.cid-soNIsG0VkR h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-soNIsG0VkR .mbr-iconfont {
  padding: 0!important;
}
.cid-soNIsG0VkR .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b2ccd2;
}
.cid-soNIsG0VkR .box {
  background-image: url("../../../assets/images/2-1920x1280.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soNIsG0VkR .icon-wrap {
  background-color: #000000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-soNIsG0VkR .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-soNIsG0VkR .icon-wrap span {
  padding-left: 8px;
}
.cid-soNIsG0VkR .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-soNIsG0VkR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-soNIsG0VkR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soNIsG0VkR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soNIsG0VkR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-soNIsG0VkR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soNIsG0VkR a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-soNIsG0VkR {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-soNIsG0VkR .box {
    height: 250px;
  }
  .cid-soNIsG0VkR .row {
    padding: 1rem!important;
  }
}
.cid-snMjE0WtcN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-snMjE0WtcN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-snMjE0WtcN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-snMjE0WtcN .title {
    width: 100% !important;
  }
}
.cid-snMjE0WtcN .mbr-section-title {
  text-align: center;
}
.cid-snMj15m6NP {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-snMj15m6NP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-snMj15m6NP .mbr-section-title,
.cid-snMj15m6NP .mbr-section-subtitle,
.cid-snMj15m6NP .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snMj15m6NP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snMj15m6NP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snMj15m6NP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snMj15m6NP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snMj15m6NP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #04e4e8);
}
.cid-snMj15m6NP .icon-focus {
  display: none;
}
.cid-snMj15m6NP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snMj15m6NP ul {
  font-size: 0;
}
.cid-snMj15m6NP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-snMj15m6NP .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snMj15m6NP .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-snMj15m6NP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snMj15m6NP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snMj15m6NP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-snMj15m6NP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snMj15m6NP .btn:hover {
  background: transparent !important;
}
.cid-snMj15m6NP .btn:hover:before {
  background: transparent !important;
}
.cid-snMj15m6NP .btn:before {
  background-color: transparent !important;
}
.cid-snMj15m6NP .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sox38m7rwe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sox38m7rwe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sox38m7rwe .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sox38m7rwe .title {
    width: 100% !important;
  }
}
.cid-sox38m7rwe .mbr-section-title {
  text-align: center;
}
.cid-soNEzF4DRS {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-soNEzF4DRS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-soNEzF4DRS .mbr-section-title,
.cid-soNEzF4DRS .mbr-section-subtitle,
.cid-soNEzF4DRS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-soNEzF4DRS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-soNEzF4DRS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soNEzF4DRS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soNEzF4DRS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-soNEzF4DRS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #04e4e8);
}
.cid-soNEzF4DRS .icon-focus {
  display: none;
}
.cid-soNEzF4DRS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-soNEzF4DRS ul {
  font-size: 0;
}
.cid-soNEzF4DRS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-soNEzF4DRS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-soNEzF4DRS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-soNEzF4DRS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-soNEzF4DRS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-soNEzF4DRS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-soNEzF4DRS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-soNEzF4DRS .btn:hover {
  background: transparent !important;
}
.cid-soNEzF4DRS .btn:hover:before {
  background: transparent !important;
}
.cid-soNEzF4DRS .btn:before {
  background-color: transparent !important;
}
.cid-soNEzF4DRS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-snMj5896an {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-snMj5896an .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-snMj5896an .mbr-section-title,
.cid-snMj5896an .mbr-section-subtitle,
.cid-snMj5896an .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snMj5896an .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snMj5896an .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snMj5896an .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snMj5896an .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snMj5896an .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #04e4e8);
}
.cid-snMj5896an .icon-focus {
  display: none;
}
.cid-snMj5896an .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snMj5896an ul {
  font-size: 0;
}
.cid-snMj5896an .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-snMj5896an .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snMj5896an .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-snMj5896an .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snMj5896an .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snMj5896an .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-snMj5896an .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snMj5896an .btn:hover {
  background: transparent !important;
}
.cid-snMj5896an .btn:hover:before {
  background: transparent !important;
}
.cid-snMj5896an .btn:before {
  background-color: transparent !important;
}
.cid-snMj5896an .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-soNDUbErnO {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-soNDUbErnO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-soNDUbErnO .mbr-section-title,
.cid-soNDUbErnO .mbr-section-subtitle,
.cid-soNDUbErnO .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-soNDUbErnO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-soNDUbErnO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soNDUbErnO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soNDUbErnO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-soNDUbErnO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #04e4e8);
}
.cid-soNDUbErnO .icon-focus {
  display: none;
}
.cid-soNDUbErnO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-soNDUbErnO ul {
  font-size: 0;
}
.cid-soNDUbErnO .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-soNDUbErnO .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-soNDUbErnO .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-soNDUbErnO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-soNDUbErnO .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-soNDUbErnO .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-soNDUbErnO .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-soNDUbErnO .btn:hover {
  background: transparent !important;
}
.cid-soNDUbErnO .btn:hover:before {
  background: transparent !important;
}
.cid-soNDUbErnO .btn:before {
  background-color: transparent !important;
}
.cid-soNDUbErnO .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-snLhRuk9Aa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-snLhRuk9Aa .content {
    text-align: center;
  }
  .cid-snLhRuk9Aa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snLhRuk9Aa .img-logo img {
  height: 6rem;
}
.cid-snLhRuk9Aa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snLhRuk9Aa .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-snLhRuk9Aa .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLhRuk9Aa .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-snLhRuk9Aa .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snLhRuk9Aa .social-list a:hover {
  opacity: 1;
}
.cid-snLhRuk9Aa .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLhRuk9Aa .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-snLhRuk9Aa .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLhRuk9Aa input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLhRuk9Aa input::-moz-placeholder {
  color: #ffffff;
}
.cid-snLhRuk9Aa textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLhRuk9Aa textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-snLhRuk9Aa .list {
  list-style-type: none;
  padding: 0;
}
.cid-snLhRuk9Aa .list li {
  padding-bottom: 0.5rem;
}
.cid-snLhRuk9Aa .list li:last-child {
  padding-bottom: 0;
}
.cid-snLhRuk9Aa .mbr-footer-list,
.cid-snLhRuk9Aa .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-snLhRuk9Aa .mbr-footer-list,
  .cid-snLhRuk9Aa .form-text,
  .cid-snLhRuk9Aa .footer-title,
  .cid-snLhRuk9Aa .footer-main-title,
  .cid-snLhRuk9Aa .form-text,
  .cid-snLhRuk9Aa .list {
    text-align: center !important;
  }
  .cid-snLhRuk9Aa .mbr-form,
  .cid-snLhRuk9Aa .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-snLjzYvwKx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLjzYvwKx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snLjzYvwKx .nav-item,
.cid-snLjzYvwKx .nav-link,
.cid-snLjzYvwKx .navbar-caption {
  font-weight: normal;
}
.cid-snLjzYvwKx .nav-item:focus,
.cid-snLjzYvwKx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-snLjzYvwKx .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-snLjzYvwKx .nav-item .nav-link {
    position: relative;
  }
  .cid-snLjzYvwKx .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-snLjzYvwKx .nav-item:hover .nav-link:before,
  .cid-snLjzYvwKx .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-snLjzYvwKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-snLjzYvwKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLjzYvwKx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-snLjzYvwKx .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snLjzYvwKx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snLjzYvwKx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLjzYvwKx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snLjzYvwKx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snLjzYvwKx .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-snLjzYvwKx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-snLjzYvwKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLjzYvwKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLjzYvwKx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snLjzYvwKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLjzYvwKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLjzYvwKx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snLjzYvwKx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snLjzYvwKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLjzYvwKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLjzYvwKx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snLjzYvwKx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snLjzYvwKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLjzYvwKx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snLjzYvwKx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snLjzYvwKx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snLjzYvwKx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLjzYvwKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLjzYvwKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLjzYvwKx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snLjzYvwKx .dropdown-item.active,
.cid-snLjzYvwKx .dropdown-item:active {
  background-color: transparent;
}
.cid-snLjzYvwKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLjzYvwKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLjzYvwKx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLjzYvwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-snLjzYvwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLjzYvwKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLjzYvwKx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snLjzYvwKx .navbar-buttons {
  text-align: center;
}
.cid-snLjzYvwKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snLjzYvwKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLjzYvwKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLjzYvwKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLjzYvwKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLjzYvwKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLjzYvwKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLjzYvwKx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLjzYvwKx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLjzYvwKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLjzYvwKx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snLjzYvwKx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLjzYvwKx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-snLjzYvwKx .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLjzYvwKx .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-snLjzYvwKx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLjzYvwKx a.nav-link .mbr-iconfont-btn,
.cid-snLjzYvwKx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-snLjzYvwKx a.nav-link:hover .mbr-iconfont-btn,
.cid-snLjzYvwKx a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-snLjzYvwKx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snLjzYvwKx .navbar {
    height: 77px;
  }
  .cid-snLjzYvwKx .navbar.opened {
    height: auto;
  }
  .cid-snLjzYvwKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syrZphFcSw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/contact-2-1920x640.jpg");
}
.cid-syrZphFcSw .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-syrZphFcSw .mbr-arrow i {
  color: #ffffff !important;
}
.cid-syrZphFcSw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soNBmmt0Zj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-soNBmmt0Zj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-soNBmmt0Zj .form-control,
.cid-soNBmmt0Zj .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #048431;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-soNBmmt0Zj .form-control::-webkit-input-placeholder,
.cid-soNBmmt0Zj .field-input::-webkit-input-placeholder,
.cid-soNBmmt0Zj .form-control::-webkit-input-placeholder,
.cid-soNBmmt0Zj .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-soNBmmt0Zj .form-control:-moz-placeholder,
.cid-soNBmmt0Zj .field-input:-moz-placeholder,
.cid-soNBmmt0Zj .form-control:-moz-placeholder,
.cid-soNBmmt0Zj .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-soNBmmt0Zj .form-control:hover,
.cid-soNBmmt0Zj .field-input:hover,
.cid-soNBmmt0Zj .form-control:focus,
.cid-soNBmmt0Zj .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-soNBmmt0Zj .form-control:hover::-webkit-input-placeholder,
.cid-soNBmmt0Zj .field-input:hover::-webkit-input-placeholder,
.cid-soNBmmt0Zj .form-control:focus::-webkit-input-placeholder,
.cid-soNBmmt0Zj .field-input:focus::-webkit-input-placeholder,
.cid-soNBmmt0Zj .form-control:hover::-webkit-input-placeholder,
.cid-soNBmmt0Zj .field-input:hover::-webkit-input-placeholder,
.cid-soNBmmt0Zj .form-control:focus::-webkit-input-placeholder,
.cid-soNBmmt0Zj .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-soNBmmt0Zj .form-control:hover:-moz-placeholder,
.cid-soNBmmt0Zj .field-input:hover:-moz-placeholder,
.cid-soNBmmt0Zj .form-control:focus:-moz-placeholder,
.cid-soNBmmt0Zj .field-input:focus:-moz-placeholder,
.cid-soNBmmt0Zj .form-control:hover:-moz-placeholder,
.cid-soNBmmt0Zj .field-input:hover:-moz-placeholder,
.cid-soNBmmt0Zj .form-control:focus:-moz-placeholder,
.cid-soNBmmt0Zj .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-soNBmmt0Zj .jq-number__spin:hover,
.cid-soNBmmt0Zj .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-soNBmmt0Zj .jq-number__spin {
  background-color: #ffffff;
  border-color: #048431;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-soNBmmt0Zj .jq-selectbox li,
.cid-soNBmmt0Zj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-soNBmmt0Zj .jq-selectbox li:hover,
.cid-soNBmmt0Zj .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-soNBmmt0Zj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-soNBmmt0Zj .jq-number__spin.minus:hover:after,
.cid-soNBmmt0Zj .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-soNBmmt0Zj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-soNBmmt0Zj .jq-number__spin.minus:after,
.cid-soNBmmt0Zj .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-soNBmmt0Zj input::-webkit-clear-button {
  display: none;
}
.cid-soNBmmt0Zj input::-webkit-inner-spin-button {
  display: none;
}
.cid-soNBmmt0Zj input::-webkit-outer-spin-button {
  display: none;
}
.cid-soNBmmt0Zj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-soNBmmt0Zj H4 {
  color: #000000;
}
.cid-snMTHH0bXF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-snMTHH0bXF .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-snMTHH0bXF .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-snLjA0urYJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-snLjA0urYJ .content {
    text-align: center;
  }
  .cid-snLjA0urYJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snLjA0urYJ .img-logo img {
  height: 6rem;
}
.cid-snLjA0urYJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snLjA0urYJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-snLjA0urYJ .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLjA0urYJ .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-snLjA0urYJ .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snLjA0urYJ .social-list a:hover {
  opacity: 1;
}
.cid-snLjA0urYJ .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLjA0urYJ .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-snLjA0urYJ .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLjA0urYJ input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLjA0urYJ input::-moz-placeholder {
  color: #ffffff;
}
.cid-snLjA0urYJ textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLjA0urYJ textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-snLjA0urYJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-snLjA0urYJ .list li {
  padding-bottom: 0.5rem;
}
.cid-snLjA0urYJ .list li:last-child {
  padding-bottom: 0;
}
.cid-snLjA0urYJ .mbr-footer-list,
.cid-snLjA0urYJ .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-snLjA0urYJ .mbr-footer-list,
  .cid-snLjA0urYJ .form-text,
  .cid-snLjA0urYJ .footer-title,
  .cid-snLjA0urYJ .footer-main-title,
  .cid-snLjA0urYJ .form-text,
  .cid-snLjA0urYJ .list {
    text-align: center !important;
  }
  .cid-snLjA0urYJ .mbr-form,
  .cid-snLjA0urYJ .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-snLhAvnWFu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLhAvnWFu .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snLhAvnWFu .nav-item,
.cid-snLhAvnWFu .nav-link,
.cid-snLhAvnWFu .navbar-caption {
  font-weight: normal;
}
.cid-snLhAvnWFu .nav-item:focus,
.cid-snLhAvnWFu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-snLhAvnWFu .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-snLhAvnWFu .nav-item .nav-link {
    position: relative;
  }
  .cid-snLhAvnWFu .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-snLhAvnWFu .nav-item:hover .nav-link:before,
  .cid-snLhAvnWFu .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-snLhAvnWFu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-snLhAvnWFu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLhAvnWFu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-snLhAvnWFu .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snLhAvnWFu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snLhAvnWFu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLhAvnWFu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snLhAvnWFu .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snLhAvnWFu .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-snLhAvnWFu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-snLhAvnWFu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLhAvnWFu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLhAvnWFu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snLhAvnWFu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLhAvnWFu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLhAvnWFu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snLhAvnWFu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snLhAvnWFu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLhAvnWFu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLhAvnWFu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snLhAvnWFu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snLhAvnWFu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLhAvnWFu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snLhAvnWFu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snLhAvnWFu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snLhAvnWFu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLhAvnWFu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLhAvnWFu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLhAvnWFu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snLhAvnWFu .dropdown-item.active,
.cid-snLhAvnWFu .dropdown-item:active {
  background-color: transparent;
}
.cid-snLhAvnWFu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLhAvnWFu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLhAvnWFu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLhAvnWFu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-snLhAvnWFu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLhAvnWFu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLhAvnWFu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snLhAvnWFu .navbar-buttons {
  text-align: center;
}
.cid-snLhAvnWFu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snLhAvnWFu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLhAvnWFu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLhAvnWFu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLhAvnWFu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLhAvnWFu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLhAvnWFu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLhAvnWFu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLhAvnWFu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLhAvnWFu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLhAvnWFu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snLhAvnWFu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLhAvnWFu .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-snLhAvnWFu .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLhAvnWFu .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-snLhAvnWFu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLhAvnWFu a.nav-link .mbr-iconfont-btn,
.cid-snLhAvnWFu a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-snLhAvnWFu a.nav-link:hover .mbr-iconfont-btn,
.cid-snLhAvnWFu a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-snLhAvnWFu a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snLhAvnWFu .navbar {
    height: 77px;
  }
  .cid-snLhAvnWFu .navbar.opened {
    height: auto;
  }
  .cid-snLhAvnWFu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snLhAvStAj {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/activities-1920x640.jpg");
}
.cid-snLhAvStAj .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-snLhAvStAj .mbr-arrow i {
  color: #ffffff !important;
}
.cid-snLhAvStAj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snLhAwbCFR {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-snLhAwbCFR .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snLhAwbCFR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snLhAwbCFR .text-content {
  padding-right: 1.5rem;
}
.cid-snLhAwbCFR .mbr-text,
.cid-snLhAwbCFR .mbr-section-btn {
  color: #000000;
}
.cid-snLhAwbCFR .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-snLhAwbCFR .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snLhAwbCFR .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snLhAwbCFR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snLhAwbCFR .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snLhAwbCFR .main-row {
    margin: 0;
  }
  .cid-snLhAwbCFR .mbr-section-title,
  .cid-snLhAwbCFR .mbr-text,
  .cid-snLhAwbCFR .list,
  .cid-snLhAwbCFR .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snLhAwbCFR .text-content {
    padding: 0;
  }
}
.cid-snM85a00w0 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #b2ccd2);
}
.cid-snM85a00w0 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snM85a00w0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snM85a00w0 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-snM85a00w0 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-snM85a00w0 .mbr-text,
.cid-snM85a00w0 .mbr-section-btn {
  color: #000000;
}
.cid-snM85a00w0 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-snM85a00w0 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snM85a00w0 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snM85a00w0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snM85a00w0 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snM85a00w0 .main-row {
    margin: 0;
  }
  .cid-snM85a00w0 .mbr-section-title,
  .cid-snM85a00w0 .mbr-text,
  .cid-snM85a00w0 .list,
  .cid-snM85a00w0 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snM85a00w0 .text-content {
    padding: 0;
  }
}
.cid-snM8oTNARn {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-snM8oTNARn .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snM8oTNARn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snM8oTNARn .text-content {
  padding-right: 1.5rem;
}
.cid-snM8oTNARn .mbr-text,
.cid-snM8oTNARn .mbr-section-btn {
  color: #000000;
}
.cid-snM8oTNARn .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-snM8oTNARn .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snM8oTNARn .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snM8oTNARn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snM8oTNARn .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snM8oTNARn .main-row {
    margin: 0;
  }
  .cid-snM8oTNARn .mbr-section-title,
  .cid-snM8oTNARn .mbr-text,
  .cid-snM8oTNARn .list,
  .cid-snM8oTNARn .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snM8oTNARn .text-content {
    padding: 0;
  }
}
.cid-sowECxME9E {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #b2ccd2);
}
.cid-sowECxME9E .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sowECxME9E .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sowECxME9E .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sowECxME9E .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sowECxME9E .mbr-text,
.cid-sowECxME9E .mbr-section-btn {
  color: #000000;
}
.cid-sowECxME9E .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-sowECxME9E .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sowECxME9E .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sowECxME9E .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sowECxME9E .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sowECxME9E .main-row {
    margin: 0;
  }
  .cid-sowECxME9E .mbr-section-title,
  .cid-sowECxME9E .mbr-text,
  .cid-sowECxME9E .list,
  .cid-sowECxME9E .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sowECxME9E .text-content {
    padding: 0;
  }
}
.cid-sowFai5IDI {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-sowFai5IDI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sowFai5IDI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sowFai5IDI .text-content {
  padding-right: 1.5rem;
}
.cid-sowFai5IDI .mbr-text,
.cid-sowFai5IDI .mbr-section-btn {
  color: #000000;
}
.cid-sowFai5IDI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-sowFai5IDI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sowFai5IDI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sowFai5IDI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sowFai5IDI .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sowFai5IDI .main-row {
    margin: 0;
  }
  .cid-sowFai5IDI .mbr-section-title,
  .cid-sowFai5IDI .mbr-text,
  .cid-sowFai5IDI .list,
  .cid-sowFai5IDI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sowFai5IDI .text-content {
    padding: 0;
  }
}
.cid-sowFsJOiSV {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #b2ccd2);
}
.cid-sowFsJOiSV .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sowFsJOiSV .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sowFsJOiSV .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sowFsJOiSV .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sowFsJOiSV .mbr-text,
.cid-sowFsJOiSV .mbr-section-btn {
  color: #000000;
}
.cid-sowFsJOiSV .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-sowFsJOiSV .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sowFsJOiSV .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sowFsJOiSV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sowFsJOiSV .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sowFsJOiSV .main-row {
    margin: 0;
  }
  .cid-sowFsJOiSV .mbr-section-title,
  .cid-sowFsJOiSV .mbr-text,
  .cid-sowFsJOiSV .list,
  .cid-sowFsJOiSV .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sowFsJOiSV .text-content {
    padding: 0;
  }
}
.cid-swGkvcY8OH {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-swGkvcY8OH .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-swGkvcY8OH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-swGkvcY8OH .text-content {
  padding-right: 1.5rem;
}
.cid-swGkvcY8OH .mbr-text,
.cid-swGkvcY8OH .mbr-section-btn {
  color: #000000;
}
.cid-swGkvcY8OH .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-swGkvcY8OH .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-swGkvcY8OH .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-swGkvcY8OH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-swGkvcY8OH .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-swGkvcY8OH .main-row {
    margin: 0;
  }
  .cid-swGkvcY8OH .mbr-section-title,
  .cid-swGkvcY8OH .mbr-text,
  .cid-swGkvcY8OH .list,
  .cid-swGkvcY8OH .mbr-section-btn {
    text-align: center !important;
  }
  .cid-swGkvcY8OH .text-content {
    padding: 0;
  }
}
.cid-swGl8qArdc {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #b2ccd2);
}
.cid-swGl8qArdc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-swGl8qArdc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-swGl8qArdc .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-swGl8qArdc .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-swGl8qArdc .mbr-text,
.cid-swGl8qArdc .mbr-section-btn {
  color: #000000;
}
.cid-swGl8qArdc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-swGl8qArdc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-swGl8qArdc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-swGl8qArdc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-swGl8qArdc .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-swGl8qArdc .main-row {
    margin: 0;
  }
  .cid-swGl8qArdc .mbr-section-title,
  .cid-swGl8qArdc .mbr-text,
  .cid-swGl8qArdc .list,
  .cid-swGl8qArdc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-swGl8qArdc .text-content {
    padding: 0;
  }
}
.cid-snLhAxc2Js {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-snLhAxc2Js .content {
    text-align: center;
  }
  .cid-snLhAxc2Js .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snLhAxc2Js .img-logo img {
  height: 6rem;
}
.cid-snLhAxc2Js .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snLhAxc2Js .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-snLhAxc2Js .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLhAxc2Js .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-snLhAxc2Js .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snLhAxc2Js .social-list a:hover {
  opacity: 1;
}
.cid-snLhAxc2Js .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLhAxc2Js .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-snLhAxc2Js .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLhAxc2Js input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLhAxc2Js input::-moz-placeholder {
  color: #ffffff;
}
.cid-snLhAxc2Js textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLhAxc2Js textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-snLhAxc2Js .list {
  list-style-type: none;
  padding: 0;
}
.cid-snLhAxc2Js .list li {
  padding-bottom: 0.5rem;
}
.cid-snLhAxc2Js .list li:last-child {
  padding-bottom: 0;
}
.cid-snLhAxc2Js .mbr-footer-list,
.cid-snLhAxc2Js .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-snLhAxc2Js .mbr-footer-list,
  .cid-snLhAxc2Js .form-text,
  .cid-snLhAxc2Js .footer-title,
  .cid-snLhAxc2Js .footer-main-title,
  .cid-snLhAxc2Js .form-text,
  .cid-snLhAxc2Js .list {
    text-align: center !important;
  }
  .cid-snLhAxc2Js .mbr-form,
  .cid-snLhAxc2Js .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-snLhIOs8Vp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLhIOs8Vp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snLhIOs8Vp .nav-item,
.cid-snLhIOs8Vp .nav-link,
.cid-snLhIOs8Vp .navbar-caption {
  font-weight: normal;
}
.cid-snLhIOs8Vp .nav-item:focus,
.cid-snLhIOs8Vp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-snLhIOs8Vp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-snLhIOs8Vp .nav-item .nav-link {
    position: relative;
  }
  .cid-snLhIOs8Vp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-snLhIOs8Vp .nav-item:hover .nav-link:before,
  .cid-snLhIOs8Vp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-snLhIOs8Vp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-snLhIOs8Vp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLhIOs8Vp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-snLhIOs8Vp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snLhIOs8Vp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snLhIOs8Vp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLhIOs8Vp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snLhIOs8Vp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snLhIOs8Vp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-snLhIOs8Vp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-snLhIOs8Vp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLhIOs8Vp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLhIOs8Vp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snLhIOs8Vp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLhIOs8Vp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLhIOs8Vp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snLhIOs8Vp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snLhIOs8Vp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLhIOs8Vp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLhIOs8Vp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snLhIOs8Vp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snLhIOs8Vp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLhIOs8Vp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snLhIOs8Vp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snLhIOs8Vp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snLhIOs8Vp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLhIOs8Vp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLhIOs8Vp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLhIOs8Vp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snLhIOs8Vp .dropdown-item.active,
.cid-snLhIOs8Vp .dropdown-item:active {
  background-color: transparent;
}
.cid-snLhIOs8Vp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLhIOs8Vp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLhIOs8Vp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLhIOs8Vp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-snLhIOs8Vp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLhIOs8Vp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLhIOs8Vp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snLhIOs8Vp .navbar-buttons {
  text-align: center;
}
.cid-snLhIOs8Vp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snLhIOs8Vp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLhIOs8Vp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLhIOs8Vp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLhIOs8Vp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLhIOs8Vp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLhIOs8Vp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLhIOs8Vp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLhIOs8Vp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLhIOs8Vp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLhIOs8Vp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snLhIOs8Vp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLhIOs8Vp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-snLhIOs8Vp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLhIOs8Vp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-snLhIOs8Vp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLhIOs8Vp a.nav-link .mbr-iconfont-btn,
.cid-snLhIOs8Vp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-snLhIOs8Vp a.nav-link:hover .mbr-iconfont-btn,
.cid-snLhIOs8Vp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-snLhIOs8Vp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snLhIOs8Vp .navbar {
    height: 77px;
  }
  .cid-snLhIOs8Vp .navbar.opened {
    height: auto;
  }
  .cid-snLhIOs8Vp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snLhIPjRRQ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/surroundings-1920x640.jpg");
}
.cid-snLhIPjRRQ .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-snLhIPjRRQ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-snLhIPjRRQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snMhUfkmwL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}
.cid-snMhUfkmwL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snMhUfkmwL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snMhUfkmwL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-snMhUfkmwL .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-snMhUfkmwL .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-snMhUfkmwL .brown {
  color: #c19b76;
}
.cid-snMhUfkmwL .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snMhUfkmwL .paragraphs-wrapper .first-paragraph,
.cid-snMhUfkmwL .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snMhUfkmwL .text-element {
    padding-bottom: 0;
  }
  .cid-snMhUfkmwL .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snMhUfkmwL .paragraphs-wrapper .first-paragraph,
  .cid-snMhUfkmwL .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-snMhUfkmwL .first-paragraph,
  .cid-snMhUfkmwL .second-paragraph {
    width: 50%;
  }
  .cid-snMhUfkmwL .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-snMhUfkmwL .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-snMhUfkmwL .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-snMhUfkmwL .mbr-section-title,
  .cid-snMhUfkmwL .mbr-section-btn {
    text-align: left;
  }
}
.cid-snMhUfkmwL .mbr-section-title {
  color: #000000;
}
.cid-snMinH4xYY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-snMinH4xYY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-snMinH4xYY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snMinH4xYY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snMinH4xYY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-snMinH4xYY .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-snMinH4xYY .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-snMinH4xYY .brown {
  color: #c19b76;
}
.cid-snMinH4xYY .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snMinH4xYY .paragraphs-wrapper .first-paragraph,
.cid-snMinH4xYY .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snMinH4xYY .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-snMinH4xYY .text-element {
    padding-top: 0;
  }
  .cid-snMinH4xYY .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snMinH4xYY .paragraphs-wrapper .first-paragraph,
  .cid-snMinH4xYY .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-snMinH4xYY .first-paragraph,
  .cid-snMinH4xYY .second-paragraph {
    width: 50%;
  }
  .cid-snMinH4xYY .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-snMinH4xYY .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-snMinH4xYY .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-snMinH4xYY .mbr-section-title,
  .cid-snMinH4xYY .mbr-section-btn {
    text-align: left;
  }
}
.cid-snMinH4xYY .mbr-section-title {
  color: #000000;
}
.cid-snMioxBrXf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snMioxBrXf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snMioxBrXf .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snMioxBrXf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-snMioxBrXf .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-snMioxBrXf .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-snMioxBrXf .brown {
  color: #c19b76;
}
.cid-snMioxBrXf .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snMioxBrXf .paragraphs-wrapper .first-paragraph,
.cid-snMioxBrXf .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snMioxBrXf .text-element {
    padding-bottom: 0;
  }
  .cid-snMioxBrXf .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snMioxBrXf .paragraphs-wrapper .first-paragraph,
  .cid-snMioxBrXf .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-snMioxBrXf .first-paragraph,
  .cid-snMioxBrXf .second-paragraph {
    width: 50%;
  }
  .cid-snMioxBrXf .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-snMioxBrXf .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-snMioxBrXf .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-snMioxBrXf .mbr-section-title,
  .cid-snMioxBrXf .mbr-section-btn {
    text-align: left;
  }
}
.cid-snMioxBrXf .mbr-section-title {
  color: #000000;
}
.cid-snLhIRjMje {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-snLhIRjMje .content {
    text-align: center;
  }
  .cid-snLhIRjMje .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snLhIRjMje .img-logo img {
  height: 6rem;
}
.cid-snLhIRjMje .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snLhIRjMje .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-snLhIRjMje .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLhIRjMje .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-snLhIRjMje .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snLhIRjMje .social-list a:hover {
  opacity: 1;
}
.cid-snLhIRjMje .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLhIRjMje .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-snLhIRjMje .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLhIRjMje input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLhIRjMje input::-moz-placeholder {
  color: #ffffff;
}
.cid-snLhIRjMje textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLhIRjMje textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-snLhIRjMje .list {
  list-style-type: none;
  padding: 0;
}
.cid-snLhIRjMje .list li {
  padding-bottom: 0.5rem;
}
.cid-snLhIRjMje .list li:last-child {
  padding-bottom: 0;
}
.cid-snLhIRjMje .mbr-footer-list,
.cid-snLhIRjMje .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-snLhIRjMje .mbr-footer-list,
  .cid-snLhIRjMje .form-text,
  .cid-snLhIRjMje .footer-title,
  .cid-snLhIRjMje .footer-main-title,
  .cid-snLhIRjMje .form-text,
  .cid-snLhIRjMje .list {
    text-align: center !important;
  }
  .cid-snLhIRjMje .mbr-form,
  .cid-snLhIRjMje .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-snLdkJF0pg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLdkJF0pg .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snLdkJF0pg .nav-item,
.cid-snLdkJF0pg .nav-link,
.cid-snLdkJF0pg .navbar-caption {
  font-weight: normal;
}
.cid-snLdkJF0pg .nav-item:focus,
.cid-snLdkJF0pg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-snLdkJF0pg .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-snLdkJF0pg .nav-item .nav-link {
    position: relative;
  }
  .cid-snLdkJF0pg .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-snLdkJF0pg .nav-item:hover .nav-link:before,
  .cid-snLdkJF0pg .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-snLdkJF0pg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-snLdkJF0pg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLdkJF0pg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-snLdkJF0pg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snLdkJF0pg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snLdkJF0pg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snLdkJF0pg .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snLdkJF0pg .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snLdkJF0pg .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-snLdkJF0pg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-snLdkJF0pg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLdkJF0pg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLdkJF0pg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snLdkJF0pg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLdkJF0pg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLdkJF0pg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-snLdkJF0pg .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-snLdkJF0pg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLdkJF0pg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLdkJF0pg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snLdkJF0pg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snLdkJF0pg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLdkJF0pg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snLdkJF0pg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-snLdkJF0pg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snLdkJF0pg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLdkJF0pg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLdkJF0pg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLdkJF0pg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-snLdkJF0pg .dropdown-item.active,
.cid-snLdkJF0pg .dropdown-item:active {
  background-color: transparent;
}
.cid-snLdkJF0pg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLdkJF0pg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLdkJF0pg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLdkJF0pg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-snLdkJF0pg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLdkJF0pg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLdkJF0pg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snLdkJF0pg .navbar-buttons {
  text-align: center;
}
.cid-snLdkJF0pg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snLdkJF0pg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLdkJF0pg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLdkJF0pg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLdkJF0pg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLdkJF0pg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLdkJF0pg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLdkJF0pg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLdkJF0pg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLdkJF0pg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLdkJF0pg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snLdkJF0pg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLdkJF0pg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-snLdkJF0pg .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLdkJF0pg .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-snLdkJF0pg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snLdkJF0pg a.nav-link .mbr-iconfont-btn,
.cid-snLdkJF0pg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-snLdkJF0pg a.nav-link:hover .mbr-iconfont-btn,
.cid-snLdkJF0pg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-snLdkJF0pg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snLdkJF0pg .navbar {
    height: 77px;
  }
  .cid-snLdkJF0pg .navbar.opened {
    height: auto;
  }
  .cid-snLdkJF0pg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snLdkKjMhL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/facilities-1920x640.jpg");
}
.cid-snLdkKjMhL .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-snLdkKjMhL .mbr-arrow i {
  color: #ffffff !important;
}
.cid-snLdkKjMhL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-snLZUQUqiB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snLZUQUqiB .line {
  background-color: #04bf45;
  color: #04bf45;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-snLZUQUqiB .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-snLZUQUqiB .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-sowvYFTzoe {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sowvYFTzoe .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sowvYFTzoe .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sowvYFTzoe .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sowvYFTzoe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sowvYFTzoe .text-element {
  padding: 1rem;
}
.cid-sowvYFTzoe .main,
.cid-sowvYFTzoe .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sowvYFTzoe .main:first-child {
    padding-top: 1rem;
  }
  .cid-sowvYFTzoe .image-element,
  .cid-sowvYFTzoe .text-element {
    margin-bottom: 1rem;
  }
  .cid-sowvYFTzoe .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sowvYFTzoe .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sowvYFTzoe .image-element,
  .cid-sowvYFTzoe .text-element {
    margin-bottom: 0;
  }
  .cid-sowvYFTzoe .main:first-child {
    padding-top: 0;
  }
}
.cid-snLdkLXk44 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-snLdkLXk44 .content {
    text-align: center;
  }
  .cid-snLdkLXk44 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snLdkLXk44 .img-logo img {
  height: 6rem;
}
.cid-snLdkLXk44 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snLdkLXk44 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-snLdkLXk44 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-snLdkLXk44 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-snLdkLXk44 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snLdkLXk44 .social-list a:hover {
  opacity: 1;
}
.cid-snLdkLXk44 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLdkLXk44 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-snLdkLXk44 .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-snLdkLXk44 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLdkLXk44 input::-moz-placeholder {
  color: #ffffff;
}
.cid-snLdkLXk44 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-snLdkLXk44 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-snLdkLXk44 .list {
  list-style-type: none;
  padding: 0;
}
.cid-snLdkLXk44 .list li {
  padding-bottom: 0.5rem;
}
.cid-snLdkLXk44 .list li:last-child {
  padding-bottom: 0;
}
.cid-snLdkLXk44 .mbr-footer-list,
.cid-snLdkLXk44 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-snLdkLXk44 .mbr-footer-list,
  .cid-snLdkLXk44 .form-text,
  .cid-snLdkLXk44 .footer-title,
  .cid-snLdkLXk44 .footer-main-title,
  .cid-snLdkLXk44 .form-text,
  .cid-snLdkLXk44 .list {
    text-align: center !important;
  }
  .cid-snLdkLXk44 .mbr-form,
  .cid-snLdkLXk44 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sowFX2ssRc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sowFX2ssRc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sowFX2ssRc .nav-item,
.cid-sowFX2ssRc .nav-link,
.cid-sowFX2ssRc .navbar-caption {
  font-weight: normal;
}
.cid-sowFX2ssRc .nav-item:focus,
.cid-sowFX2ssRc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sowFX2ssRc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sowFX2ssRc .nav-item .nav-link {
    position: relative;
  }
  .cid-sowFX2ssRc .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sowFX2ssRc .nav-item:hover .nav-link:before,
  .cid-sowFX2ssRc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sowFX2ssRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sowFX2ssRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sowFX2ssRc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sowFX2ssRc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sowFX2ssRc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sowFX2ssRc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sowFX2ssRc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sowFX2ssRc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sowFX2ssRc .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sowFX2ssRc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sowFX2ssRc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sowFX2ssRc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sowFX2ssRc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sowFX2ssRc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sowFX2ssRc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sowFX2ssRc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sowFX2ssRc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sowFX2ssRc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sowFX2ssRc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sowFX2ssRc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sowFX2ssRc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sowFX2ssRc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sowFX2ssRc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sowFX2ssRc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sowFX2ssRc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sowFX2ssRc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sowFX2ssRc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sowFX2ssRc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sowFX2ssRc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sowFX2ssRc .dropdown-item.active,
.cid-sowFX2ssRc .dropdown-item:active {
  background-color: transparent;
}
.cid-sowFX2ssRc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sowFX2ssRc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sowFX2ssRc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sowFX2ssRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sowFX2ssRc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sowFX2ssRc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sowFX2ssRc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sowFX2ssRc .navbar-buttons {
  text-align: center;
}
.cid-sowFX2ssRc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sowFX2ssRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sowFX2ssRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sowFX2ssRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sowFX2ssRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sowFX2ssRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sowFX2ssRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sowFX2ssRc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sowFX2ssRc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sowFX2ssRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sowFX2ssRc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sowFX2ssRc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sowFX2ssRc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-sowFX2ssRc .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sowFX2ssRc .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sowFX2ssRc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sowFX2ssRc a.nav-link .mbr-iconfont-btn,
.cid-sowFX2ssRc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sowFX2ssRc a.nav-link:hover .mbr-iconfont-btn,
.cid-sowFX2ssRc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sowFX2ssRc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sowFX2ssRc .navbar {
    height: 77px;
  }
  .cid-sowFX2ssRc .navbar.opened {
    height: auto;
  }
  .cid-sowFX2ssRc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sowFX3zxVE {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/special-events-1920x640.jpg");
}
.cid-sowFX3zxVE .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-sowFX3zxVE .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sowFX3zxVE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sowFX4oWJ1 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-sowFX4oWJ1 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sowFX4oWJ1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sowFX4oWJ1 .text-content {
  padding-right: 1.5rem;
}
.cid-sowFX4oWJ1 .mbr-text,
.cid-sowFX4oWJ1 .mbr-section-btn {
  color: #000000;
}
.cid-sowFX4oWJ1 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-sowFX4oWJ1 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sowFX4oWJ1 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sowFX4oWJ1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sowFX4oWJ1 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sowFX4oWJ1 .main-row {
    margin: 0;
  }
  .cid-sowFX4oWJ1 .mbr-section-title,
  .cid-sowFX4oWJ1 .mbr-text,
  .cid-sowFX4oWJ1 .list,
  .cid-sowFX4oWJ1 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sowFX4oWJ1 .text-content {
    padding: 0;
  }
}
.cid-sowFX4QeL7 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #b2ccd2);
}
.cid-sowFX4QeL7 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sowFX4QeL7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sowFX4QeL7 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sowFX4QeL7 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sowFX4QeL7 .mbr-text,
.cid-sowFX4QeL7 .mbr-section-btn {
  color: #000000;
}
.cid-sowFX4QeL7 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  box-shadow: 0px 0px 30px rgba(144, 144, 144, 0.3);
  border-radius: .25rem;
}
.cid-sowFX4QeL7 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sowFX4QeL7 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sowFX4QeL7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sowFX4QeL7 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sowFX4QeL7 .main-row {
    margin: 0;
  }
  .cid-sowFX4QeL7 .mbr-section-title,
  .cid-sowFX4QeL7 .mbr-text,
  .cid-sowFX4QeL7 .list,
  .cid-sowFX4QeL7 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sowFX4QeL7 .text-content {
    padding: 0;
  }
}
.cid-sowFX705T7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sowFX705T7 .content {
    text-align: center;
  }
  .cid-sowFX705T7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sowFX705T7 .img-logo img {
  height: 6rem;
}
.cid-sowFX705T7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sowFX705T7 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-sowFX705T7 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sowFX705T7 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-sowFX705T7 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sowFX705T7 .social-list a:hover {
  opacity: 1;
}
.cid-sowFX705T7 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sowFX705T7 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sowFX705T7 .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sowFX705T7 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sowFX705T7 input::-moz-placeholder {
  color: #ffffff;
}
.cid-sowFX705T7 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sowFX705T7 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-sowFX705T7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sowFX705T7 .list li {
  padding-bottom: 0.5rem;
}
.cid-sowFX705T7 .list li:last-child {
  padding-bottom: 0;
}
.cid-sowFX705T7 .mbr-footer-list,
.cid-sowFX705T7 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sowFX705T7 .mbr-footer-list,
  .cid-sowFX705T7 .form-text,
  .cid-sowFX705T7 .footer-title,
  .cid-sowFX705T7 .footer-main-title,
  .cid-sowFX705T7 .form-text,
  .cid-sowFX705T7 .list {
    text-align: center !important;
  }
  .cid-sowFX705T7 .mbr-form,
  .cid-sowFX705T7 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-swGaejmVLh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #04bf45;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swGaejmVLh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swGaejmVLh .nav-item,
.cid-swGaejmVLh .nav-link,
.cid-swGaejmVLh .navbar-caption {
  font-weight: normal;
}
.cid-swGaejmVLh .nav-item:focus,
.cid-swGaejmVLh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swGaejmVLh .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swGaejmVLh .nav-item .nav-link {
    position: relative;
  }
  .cid-swGaejmVLh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #04bf45;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-swGaejmVLh .nav-item:hover .nav-link:before,
  .cid-swGaejmVLh .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swGaejmVLh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-swGaejmVLh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swGaejmVLh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swGaejmVLh .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swGaejmVLh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swGaejmVLh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swGaejmVLh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-swGaejmVLh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-swGaejmVLh .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-swGaejmVLh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swGaejmVLh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swGaejmVLh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swGaejmVLh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swGaejmVLh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swGaejmVLh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swGaejmVLh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-swGaejmVLh .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-swGaejmVLh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swGaejmVLh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swGaejmVLh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swGaejmVLh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swGaejmVLh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-swGaejmVLh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swGaejmVLh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-swGaejmVLh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swGaejmVLh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swGaejmVLh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swGaejmVLh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swGaejmVLh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-swGaejmVLh .dropdown-item.active,
.cid-swGaejmVLh .dropdown-item:active {
  background-color: transparent;
}
.cid-swGaejmVLh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swGaejmVLh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swGaejmVLh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swGaejmVLh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swGaejmVLh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swGaejmVLh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swGaejmVLh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swGaejmVLh .navbar-buttons {
  text-align: center;
}
.cid-swGaejmVLh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swGaejmVLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swGaejmVLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swGaejmVLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swGaejmVLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swGaejmVLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swGaejmVLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swGaejmVLh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swGaejmVLh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swGaejmVLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swGaejmVLh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-swGaejmVLh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swGaejmVLh .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #333333;
  display: inline-flex;
}
.cid-swGaejmVLh .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swGaejmVLh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-swGaejmVLh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swGaejmVLh a.nav-link .mbr-iconfont-btn,
.cid-swGaejmVLh a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swGaejmVLh a.nav-link:hover .mbr-iconfont-btn,
.cid-swGaejmVLh a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swGaejmVLh a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swGaejmVLh .navbar {
    height: 77px;
  }
  .cid-swGaejmVLh .navbar.opened {
    height: auto;
  }
  .cid-swGaejmVLh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swGaek0xu3 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner2-2000x519.jpg");
}
.cid-swGaek0xu3 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-swGaek0xu3 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-swGaek0xu3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-swGaeksyUl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-swGaeksyUl .line {
  background-color: #048431;
  color: #048431;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swGaeksyUl .mbr-text {
  margin: 0;
  padding: 2rem 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-swGaeksyUl .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-swGaekIyY9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-swGaekIyY9 .content {
    text-align: center;
  }
  .cid-swGaekIyY9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swGaekIyY9 .img-logo img {
  height: 6rem;
}
.cid-swGaekIyY9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swGaekIyY9 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-swGaekIyY9 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swGaekIyY9 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-swGaekIyY9 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swGaekIyY9 .social-list a:hover {
  opacity: 1;
}
.cid-swGaekIyY9 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none !important;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff !important;
}
.cid-swGaekIyY9 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-swGaekIyY9 .form-control:hover {
  border: none !important ;
  border-bottom: 1px solid #ffffff !important;
}
.cid-swGaekIyY9 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-swGaekIyY9 input::-moz-placeholder {
  color: #ffffff;
}
.cid-swGaekIyY9 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-swGaekIyY9 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-swGaekIyY9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-swGaekIyY9 .list li {
  padding-bottom: 0.5rem;
}
.cid-swGaekIyY9 .list li:last-child {
  padding-bottom: 0;
}
.cid-swGaekIyY9 .mbr-footer-list,
.cid-swGaekIyY9 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-swGaekIyY9 .mbr-footer-list,
  .cid-swGaekIyY9 .form-text,
  .cid-swGaekIyY9 .footer-title,
  .cid-swGaekIyY9 .footer-main-title,
  .cid-swGaekIyY9 .form-text,
  .cid-swGaekIyY9 .list {
    text-align: center !important;
  }
  .cid-swGaekIyY9 .mbr-form,
  .cid-swGaekIyY9 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
