body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #10b548 !important;
}
.bg-info {
  background-color: #10b548 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #10b548 !important;
  border-color: #10b548 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0a6f2c !important;
  border-color: #0a6f2c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a6f2c !important;
  border-color: #0a6f2c !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #10b548 !important;
  border-color: #10b548 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0a6f2c !important;
  border-color: #0a6f2c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a6f2c !important;
  border-color: #0a6f2c !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #116d65;
  color: #116d65;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #085723;
  color: #085723;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #10b548;
  border-color: #10b548;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #10b548 !important;
  border-color: #10b548 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #085723;
  color: #085723;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #10b548;
  border-color: #10b548;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #10b548 !important;
  border-color: #10b548 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.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: #ff4a52 !important;
}
.text-secondary {
  color: #1ec6b6 !important;
}
.text-success {
  color: #10b548 !important;
}
.text-info {
  color: #10b548 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #116d65 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #085723 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #085723 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #10b548;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #55f089;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55f089;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.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;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4a52;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  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-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !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: #1ec6b6 !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='%23ff4a52' %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-uRanuPCNPK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uRanuPCNPK nav.navbar {
  position: fixed;
}
.cid-uRanuPCNPK .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRanuPCNPK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRanuPCNPK .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRanuPCNPK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRanuPCNPK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRanuPCNPK .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRanuPCNPK .dropdown-item:hover,
.cid-uRanuPCNPK .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uRanuPCNPK .dropdown-item:hover span {
  color: white;
}
.cid-uRanuPCNPK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRanuPCNPK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRanuPCNPK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRanuPCNPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRanuPCNPK .nav-link {
  position: relative;
}
.cid-uRanuPCNPK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRanuPCNPK .container {
    flex-wrap: nowrap;
  }
}
.cid-uRanuPCNPK .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRanuPCNPK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRanuPCNPK .dropdown-menu,
.cid-uRanuPCNPK .navbar.opened {
  background: #ffffff !important;
}
.cid-uRanuPCNPK .nav-item:focus,
.cid-uRanuPCNPK .nav-link:focus {
  outline: none;
}
.cid-uRanuPCNPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRanuPCNPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRanuPCNPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRanuPCNPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRanuPCNPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRanuPCNPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRanuPCNPK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRanuPCNPK .navbar.opened {
  transition: all 0.3s;
}
.cid-uRanuPCNPK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRanuPCNPK .navbar .navbar-logo img {
  width: auto;
}
.cid-uRanuPCNPK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRanuPCNPK .navbar.collapsed {
  justify-content: center;
}
.cid-uRanuPCNPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRanuPCNPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRanuPCNPK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uRanuPCNPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRanuPCNPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRanuPCNPK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRanuPCNPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRanuPCNPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRanuPCNPK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRanuPCNPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRanuPCNPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRanuPCNPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRanuPCNPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRanuPCNPK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRanuPCNPK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRanuPCNPK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRanuPCNPK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRanuPCNPK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRanuPCNPK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRanuPCNPK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRanuPCNPK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRanuPCNPK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRanuPCNPK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRanuPCNPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRanuPCNPK .navbar-brand .navbar-caption:hover,
.cid-uRanuPCNPK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uRanuPCNPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRanuPCNPK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRanuPCNPK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uRanuPCNPK .dropdown-item.active,
.cid-uRanuPCNPK .dropdown-item:active {
  background-color: transparent;
}
.cid-uRanuPCNPK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRanuPCNPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRanuPCNPK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRanuPCNPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRanuPCNPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRanuPCNPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRanuPCNPK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRanuPCNPK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRanuPCNPK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRanuPCNPK .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uRanuPCNPK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uRanuPCNPK .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRanuPCNPK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRanuPCNPK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRanuPCNPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #10b548;
}
.cid-uRanuPCNPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRanuPCNPK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRanuPCNPK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRanuPCNPK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRanuPCNPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRanuPCNPK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRanuPCNPK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRanuPCNPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRanuPCNPK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRanuPCNPK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRanuPCNPK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRanuPCNPK .navbar {
    height: 70px;
  }
  .cid-uRanuPCNPK .navbar.opened {
    height: auto;
  }
  .cid-uRanuPCNPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRanuPCNPK .navbar-nav {
  margin: 0 auto;
}
.cid-uRanuPCNPK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRanuPCNPK .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRanuPCNPK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRanuPCNPK .nav-item .nav-link:hover,
.cid-uRanuPCNPK .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
  opacity: .5;
}
.cid-uRanuPCNPK .nav-item .nav-link:hover::after,
.cid-uRanuPCNPK .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRanuPCNPK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRanuPCNPK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRanuPCNPK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRanuPCNPK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRanuPCNPK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRanuPCNPK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRanuPCNPK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRanuPCNPK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRanuPCNPK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRanuPCNPK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRanuPCNPK .content-wrap {
  min-height: 110px;
}
.cid-uRalwWVS7U {
  background-image: url("../../../assets/images/ukumari-banner-micrositio-2.webp");
}
@media (min-width: 992px) {
  .cid-uRalwWVS7U .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRalwWVS7U .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uRalwWVS7U .mbr-text,
.cid-uRalwWVS7U .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uRalwWVS7U .mbr-section-title {
  color: #17b702;
}
.cid-uRaoPmnkCj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uRaoPmnkCj .mbr-section-subtitle {
  color: #767676;
}
.cid-uRaoPmnkCj H2 {
  color: #0a530e;
}
.cid-uRNHByC49t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRNHByC49t h4 {
  display: flex;
  color: #000000;
}
.cid-uRNHByC49t .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uRNHByC49t .wrap {
  display: flex;
}
.cid-uRNHByC49t .icon {
  background: #0a530e;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uRNHByC49t img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uRNHByC49t .mbr-section-title {
  color: #0a530e;
  text-align: center;
}
.cid-uRNHByC49t p {
  margin: 0;
}
.cid-uRNHByC49t .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uRNHByC49t .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uRNHByC49t .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uRNHByC49t .panel-group {
  width: 100%;
}
.cid-uRNHByC49t .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uRNHByC49t .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uRNHByC49t .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uRNHByC49t .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uRNHByC49t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRNHByC49t .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uRNHByC49t .card .panel-body {
  background: #ffffff;
}
.cid-uRNHByC49t .sign {
  color: #000000;
}
.cid-uRNHByC49t .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRNHByC49t .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uRNHByC49t .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uRNHByC49t .header-text,
.cid-uRNHByC49t .sign {
  color: #333333;
}
.cid-uRNHByC49t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNHByC49t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRaoW8piiP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRaoW8piiP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uRaoW8piiP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uRaoW8piiP .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uRaoW8piiP .mbr-section-btn a {
  margin: 0;
}
.cid-uRaoW8piiP .mbr-text {
  color: #767676;
}
.cid-uRaoW8piiP .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uRaoW8piiP .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uRaoW8piiP .card-title {
  text-align: center;
  color: #000000;
}
.cid-uRaoW8piiP .mbr-text,
.cid-uRaoW8piiP .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uRaoW8piiP H2 {
  text-align: center;
  color: #0a530e;
}
.cid-uRaoW8piiP .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uRarARgOxx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-uRarARgOxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRarARgOxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRarARgOxx .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-uRarARgOxx .card-wrapper {
    padding: 20px;
  }
}
.cid-uRarARgOxx .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uRarARgOxx .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uRarARgOxx .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRarARgOxx .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.3;
  pointer-events: none;
}
.cid-uRarARgOxx .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRarARgOxx .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uRarARgOxx .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uRarARgOxx .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRarARgOxx .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uRarARgOxx .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRarARgOxx .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uRarARgOxx .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uRarARgOxx .mbr-section-title,
.cid-uRarARgOxx .title-wrapper {
  color: #f1f5eb;
}
.cid-uRarARgOxx .mbr-section-title,
.cid-uRarARgOxx .mbr-section-btn,
.cid-uRarARgOxx .title-wrapper {
  text-align: right;
}
.cid-uRaoTIOvxS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRaoTIOvxS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uRaoTIOvxS .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uRaoTIOvxS .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uRaPvAe26O {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRaPvAe26O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRaPvAe26O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRaPvAe26O .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uRaPvAe26O .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRaPvAe26O .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uRaPvAe26O .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRaPvAe26O .image-wrapper img {
    height: 300px;
  }
}
.cid-uRaPvAe26O .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRaPvAe26O .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 15px;
}
.cid-uRaPvAe26O .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRaPvAe26O .mbr-label {
  color: #000000;
}
.cid-uRaPvAe26O .panel-title-edit {
  color: #000000;
}
.cid-uRaPvAe26O .panel-text {
  color: #000000;
}
.cid-uRaoXaz0wf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRaoXaz0wf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRaoXaz0wf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRaoXaz0wf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRaoXaz0wf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRaoXaz0wf .row > .row {
  display: block;
}
.cid-uRaoXaz0wf .mbr-gallery-item {
  width: 100%;
}
.cid-uRaoXaz0wf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRaoXaz0wf .mbr-gallery-item > div {
  position: relative;
}
.cid-uRaoXaz0wf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRaoXaz0wf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRaoXaz0wf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRaoXaz0wf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tWhf05c3ve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #10b548;
}
.cid-tWhf05c3ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWhf05c3ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWhf05c3ve .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tWhf05c3ve .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tWhf05c3ve .title-wrapper .title-wrap {
  display: block;
}
.cid-tWhf05c3ve .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 10px;
}
.cid-tWhf05c3ve .title-wrapper .phone-wrap {
  display: block;
}
.cid-tWhf05c3ve .title-wrapper .phone-wrap:hover .mbr-phone,
.cid-tWhf05c3ve .title-wrapper .phone-wrap:focus .mbr-phone {
  background-color: #a1e5cf;
  color: #292929;
  text-decoration: underline;
}
.cid-tWhf05c3ve .title-wrapper .phone-wrap .mbr-phone {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tWhf05c3ve .list,
.cid-tWhf05c3ve .list-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tWhf05c3ve .list,
  .cid-tWhf05c3ve .list-social {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.cid-tWhf05c3ve .list .item-wrap,
.cid-tWhf05c3ve .list-social .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tWhf05c3ve .list .item-wrap span,
.cid-tWhf05c3ve .list-social .item-wrap span {
  position: relative;
  z-index: 1;
}
.cid-tWhf05c3ve .list .item-wrap:hover,
.cid-tWhf05c3ve .list-social .item-wrap:hover,
.cid-tWhf05c3ve .list .item-wrap:focus,
.cid-tWhf05c3ve .list-social .item-wrap:focus {
  color: #292929;
  text-decoration: underline;
}
.cid-tWhf05c3ve .list .item-wrap:hover::before,
.cid-tWhf05c3ve .list-social .item-wrap:hover::before,
.cid-tWhf05c3ve .list .item-wrap:focus::before,
.cid-tWhf05c3ve .list-social .item-wrap:focus::before {
  width: 100%;
}
.cid-tWhf05c3ve .list .item-wrap::before,
.cid-tWhf05c3ve .list-social .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #a1e5cf;
  transition: all 0.3s ease-in-out;
}
.cid-tWhf05c3ve .list-social {
  padding-left: 120px;
  color: #f1f4e9;
}
@media (max-width: 992px) {
  .cid-tWhf05c3ve .list-social {
    padding-left: 0;
  }
}
.cid-tWhf05c3ve .copyright {
  margin: 50px 0 0 0;
  color: #f1f4e9;
  text-align: center;
}
.cid-tWhf05c3ve .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-tWhf05c3ve .mbr-phone {
  color: #f1f4e9;
}
.cid-tWhf05c3ve .list {
  color: #f1f4e9;
}
.cid-tWhf05c3ve .mbr-section-title,
.cid-tWhf05c3ve .title-wrap {
  text-align: left;
}
