@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);






body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-6 {
  font-family: 'Zilla Slab', serif;
  font-size: 4.8rem;
  line-height: 1.4;
}
.display-6 > .mbr-iconfont {
  font-size: 6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 1.8rem;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.6rem 1.4rem;
  border-radius: 5px;
}
.btn-md {
  padding: 0.8rem 1.9rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 0.8rem 2.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #ef6161 !important;
}
.bg-info {
  background-color: #868378 !important;
}
.bg-warning {
  background-color: #47a15d !important;
}
.bg-danger {
  background-color: #f7f5f0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #d21e1e !important;
  border-color: #d21e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #d21e1e !important;
  border-color: #d21e1e !important;
}
.btn-primary:hover {
  background-color: #ef6161 !important;
  border-color: #ef6161 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
  color: #1b2207;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1b2207;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-info,
.btn-info:active {
  background-color: #868378 !important;
  border-color: #868378 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-success {
  color: #fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6161 !important;
  border-color: #ef6161 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #ea3333 !important;
  border-color: #ea3333 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #ea3333 !important;
  border-color: #ea3333 !important;
}
.btn-success:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #47a15d !important;
  border-color: #47a15d !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  color: #e43f3f !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !important;
  color: #978351;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #76663f;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #978351;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger:hover {
  background-color: #ef6161 !important;
  border-color: #ef6161 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8d94f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8cac25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1b2207 !important;
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #868378;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #58564f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #868378 !important;
  border-color: #868378 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ef6161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e21717 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6161 !important;
  border-color: #ef6161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47a15d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c653a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #47a15d !important;
  border-color: #47a15d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f5f0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d9cfb7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #978351 !important;
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #b8d94f !important;
}
.text-success {
  color: #ef6161 !important;
}
.text-info {
  color: #868378 !important;
}
.text-warning {
  color: #47a15d !important;
}
.text-danger {
  color: #f7f5f0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ef6161 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #82a022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d41616 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ef6161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #285a34 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d4c9ad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e43f3f !important;
}
a.text-black:hover {
  color: #e43f3f !important;
}
a.text-black:focus,
a.text-black.active {
  color: #e43f3f !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #868378;
}
.alert-warning {
  background-color: #47a15d;
}
.alert-danger {
  background-color: #f7f5f0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2c1bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #97d1a5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-size: 1rem;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  border-color: #b8d94f !important;
  color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b8d94f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-scxtu0LY7N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #e43f3f;
  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-scxtu0LY7N .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .nav-item,
.cid-scxtu0LY7N .nav-link,
.cid-scxtu0LY7N .navbar-caption {
  font-weight: normal;
}
.cid-scxtu0LY7N .nav-item:focus,
.cid-scxtu0LY7N .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #e43f3f;
    height: 2px;
    -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-scxtu0LY7N .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #e43f3f;
    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-scxtu0LY7N .nav-link:before .navbar-buttons {
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item,
  .cid-scxtu0LY7N .nav-link:before .nav-link,
  .cid-scxtu0LY7N .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:focus,
  .cid-scxtu0LY7N .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .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-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-scxtu0LY7N .nav-link:before .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-scxtu0LY7N .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item.active,
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-scxtu0LY7N .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .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-scxtu0LY7N .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-scxtu0LY7N .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-scxtu0LY7N .nav-link:before img {
    object-fit: contain;
  }
  .cid-scxtu0LY7N .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-scxtu0LY7N .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #e43f3f;
    height: 2px;
    -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-scxtu0LY7N .nav-link:before .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-scxtu0LY7N .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .nav-link:before .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-scxtu0LY7N .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-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scxtu0LY7N .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-scxtu0LY7N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-scxtu0LY7N .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-scxtu0LY7N .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-scxtu0LY7N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-scxtu0LY7N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scxtu0LY7N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scxtu0LY7N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scxtu0LY7N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scxtu0LY7N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scxtu0LY7N .dropdown-item.active,
.cid-scxtu0LY7N .dropdown-item:active {
  background-color: transparent;
}
.cid-scxtu0LY7N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scxtu0LY7N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-scxtu0LY7N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scxtu0LY7N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .navbar-buttons {
  text-align: center;
}
.cid-scxtu0LY7N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scxtu0LY7N a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-scxtu0LY7N .soc-item {
  margin: .5rem .3rem;
}
.cid-scxtu0LY7N .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-scxtu0LY7N a.nav-link .mbr-iconfont-btn,
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scxtu0LY7N .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-scxtu0LY7N .dropdown-submenu .dropdown-menu::before,
.cid-scxtu0LY7N .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-scxtu0LY7N img {
  object-fit: contain;
}
.cid-sAmuxug3bI {
  padding-top: 165px;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sAmuxug3bI svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sAmuxug3bI #e1_ellipse {
  fill: #ffe38c !important;
}
.cid-sAmuxug3bI img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(201, 226, 121, 0.35);
}
@media (max-width: 576px) {
  .cid-sAmuxug3bI img {
    width: 100%;
    left: 0;
  }
}
.cid-sAmuxug3bI H1 {
  color: #e43f3f;
}
.cid-sAmuxug3bI .mbr-text,
.cid-sAmuxug3bI .mbr-section-btn {
  color: #25634d;
}
.cid-sAmuxug3bI H3 {
  color: #e43f3f;
}

@media (max-width: 767px) {
  .cid-sAmuxug3bI H3{
    margin-top: -6rem;
  }
}

.cid-scxJ4LnRVw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scxJ4LnRVw .text-wrapper {
    padding: 2rem;
  }
}
.cid-scxJ4LnRVw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-scxJ4LnRVw .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-scxJ4LnRVw .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #e43f3f;
}
.cid-scxJ4LnRVw .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-scxJ4LnRVw .name b,
.cid-scxJ4LnRVw .name strong {
  font-weight: 500;
}
.cid-scxJ4LnRVw .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-data {
  text-align: left;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-scxJ4LnRVw .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-sAmCcjWU2n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sAmCcjWU2n .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-sAmCcjWU2n .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-sAmCcjWU2n .card {
  cursor: pointer;
}
.cid-sAmCcjWU2n .card:hover .card-title {
  transform: scale(0.9);
}
.cid-sAmCcjWU2n .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-sAmCcjWU2n .card-box {
  background: #fed34a;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-sAmCcjWU2n .mbr-section-title {
  color: #e43f3f;
}
.cid-sAmCcjWU2n .mbr-section-subtitle {
  color: #47a15d;
}
.cid-sAmCcjWU2n .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-sAmCcjWU2n .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-sAmCcjWU2n .card-title,
.cid-sAmCcjWU2n .card-box {
  text-align: center;
  color: #8d8d8d;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-sAmyIshcdZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sAmyIshcdZ .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sAmyIshcdZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sAmyIshcdZ .image-block:hover:before {
  opacity: 0.4;
}
.cid-sAmyIshcdZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-sAmyIshcdZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-sAmyIshcdZ h4 {
  letter-spacing: 2px;
}
.cid-sAmyIshcdZ figcaption {
  position: relative;
}
.cid-sAmyIshcdZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sAmyIshcdZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sAmyIshcdZ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sAmyIshcdZ .wrap {
    opacity: 1!important;
  }
  .cid-sAmyIshcdZ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sAmzxB880S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAmzxB880S .item-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 46.8px 48.6px 30.8px 46.8px  ;
}
.cid-sAmzxB880S .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sAmzxB880S p {
  line-height: 1.6;
}
.cid-sAmzxB880S .rev,
.cid-sAmzxB880S .mbr-iconfont {
  display: inline-block;
}
.cid-sAmzxB880S mbr-iconfont {
  width: 20px !important;
}
.cid-sAmzxB880S .item-title {
  color: #e43f3f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.85rem;
  text-align: left;
  transition: .3s;
}
.cid-sAmzxB880S .item-title:hover {
  color: #b8d94f;
}
.cid-sAmzxB880S .item-box {
  padding-top: 2rem;
}
.cid-sAmzxB880S .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sAmzxB880S .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sAmzxB880S .mbr-section-title,
.cid-sAmzxB880S .line-wrap {
  text-align: center;
  color: #b8d94f;
  padding-bottom: 0.7rem !important;
}
.cid-sAmzxB880S .rev {
  color: #8d8d8d;
  margin-right: 20px;
}
.cid-sAmzxB880S .item-text,
.cid-sAmzxB880S .mbr-section-btn,
.cid-sAmzxB880S .ico-line {
  color: #8d8d8d;
}
.cid-sAmzxB880S .item-text {
  margin-bottom: 1.65rem !important;
}
.cid-sAmzxB880S .item {
  background-color: transparent;
}
.cid-sAmzxB880S .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffdb67;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-sAmzxB880S .item-img {
  position: relative;
}
.cid-sAmzxB880S .item-img:hover .second-img {
  opacity: 0.5;
}
.cid-sAmzxB880S .mbr-section-subtitle {
  color: #b8d94f;
  margin: 0;
  padding: 0 !important;
}
.cid-sAmzxB880S .mbr-section-subtitle,
.cid-sAmzxB880S .line-wrap {
  text-align: center;
  color: #47a15d;
}
.cid-sAmzxB880S .time {
  color: #b8d94f;
  margin: 0 !important;
}
.cid-sAmzxB880S .time P {
  text-align: left;
}
.cid-sAmzxB880S .time .mbr-fonts-style P {
  text-align: center;
}
.cid-sAmzxB880S .time .mbr-fonts-style {
  color: #6592e6;
}
.cid-sAmB4jRlEE {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dsc-0851-isl-2000x1601.jpg");
}
.cid-sAmB4jRlEE .icon1 {
  background: #232323;
}
.cid-sAmB4jRlEE .mbr-overlay {
  z-index: 0;
}
.cid-sAmB4jRlEE .link-wrapper {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
}
.cid-sAmB4jRlEE .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sAmB4jRlEE .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 80px;
  width: 80px;
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-sAmB4jRlEE .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sAmB4jRlEE .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sAmB4jRlEE .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sAmB4jRlEE .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
}
.cid-sAmB4jRlEE .icon-bg {
  position: absolute;
  overflow: visible;
  top: 7px;
  right: -7px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-sAmB4jRlEE .wrap {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.cid-sAmB4jRlEE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sAmB4jRlEE .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sAmB4jRlEE .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .cid-sAmB4jRlEE.modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
  }
}


.cid-sAmB4jRlEE a.close {
  position: absolute;
  right: 4vw;
  top: 5vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sAmB4jRlEE a.close:hover {
  color: #ffffff;
}
.cid-sBYmAZGEdS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-sBYmAZGEdS p {
  line-height: 1.6;
}
.cid-sBYmAZGEdS .card-box {
  width: -webkit-fill-available;
}
.cid-sBYmAZGEdS .card-img {
  width: auto;
}
.cid-sBYmAZGEdS .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sBYmAZGEdS .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-sBYmAZGEdS .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sBYmAZGEdS .card {
  height: 100%;
  margin: auto;
}
.cid-sBYmAZGEdS img {
  width: 100%;
  heigth: auto;
}
.cid-sBYmAZGEdS .card-title1 {
  color: #073b4c;
}
.cid-sBYmAZGEdS .mbr-text1 {
  color: #767676;
}
.cid-sBYmAZGEdS .card-title2 {
  color: #7f1933;
}
.cid-sBYmAZGEdS .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sBYmAZGEdS .card-wrapper {
 /*flex-direction: column;+*/
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sBYmAZGEdS .card-img {
    order: 1;
  }
  .cid-sBYmAZGEdS .card-box {
    order: 2;
  }
}
.cid-sAmDU3N4er {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAmDU3N4er .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sAmDU3N4er .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sAmDU3N4er .text-content {
  padding-right: 1.5rem;
}
.cid-sAmDU3N4er .mbr-text,
.cid-sAmDU3N4er .mbr-section-btn {
  color: #767676;
}
.cid-sAmDU3N4er .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(127, 127, 127, 0.3);
  box-shadow: 0px 0px 30px rgba(127, 127, 127, 0.3);
  border-radius: .25rem;
}
.cid-sAmDU3N4er .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sAmDU3N4er .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sAmDU3N4er .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sAmDU3N4er .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: #e43f3f;
}
@media (max-width: 991px) {
  .cid-sAmDU3N4er .main-row {
    margin: 0;
  }
  .cid-sAmDU3N4er .mbr-section-title,
  .cid-sAmDU3N4er .mbr-text,
  .cid-sAmDU3N4er .list,
  .cid-sAmDU3N4er .mbr-section-btn {
    text-align: left; !important;
  }
  .cid-sAmDU3N4er .text-content {
    padding: 0;
  }
}
.cid-sAmDU3N4er .mbr-section-title {
  color: #e43f3f;
}
.cid-sBYoD8uYFz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-sBYoD8uYFz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBYoD8uYFz .carousel-item.active,
.cid-sBYoD8uYFz .carousel-item-next,
.cid-sBYoD8uYFz .carousel-item-prev {
  display: flex;
}
.cid-sBYoD8uYFz .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sBYoD8uYFz .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-sBYoD8uYFz .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sBYoD8uYFz .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-sBYoD8uYFz .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-sBYoD8uYFz .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sBYoD8uYFz .user_text {
  color: #767676;
}
.cid-sBYoD8uYFz .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-sBYoD8uYFz .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-sBYoD8uYFz .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sBYoD8uYFz .mbr-section-title {
  color: #e43f3f;
}
.cid-sBYodvw0sC {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sBYodvw0sC .card-header {
  background: transparent;
}
.cid-sBYodvw0sC .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sBYodvw0sC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sBYodvw0sC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBYodvw0sC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBYodvw0sC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBYodvw0sC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sBYodvw0sC .card .panel-body {
  color: #767676;
}
.cid-sBYodvw0sC h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #48463d;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sBYodvw0sC H4 {
  color: #ffffff;
}
.cid-sBYodvw0sC H2 {
  color: #e43f3f;
}
.cid-sBYoqKMhtE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #1e2228;
}
@media (min-width: 1500px) {
  .cid-sBYoqKMhtE .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sBYoqKMhtE .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sBYoqKMhtE p {
  color: #ffffff;
}
