body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.15rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.15rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.27rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.27rem;
}
/* ---- 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.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.72rem;
    font-size: calc( 1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0674b7 !important;
}
.bg-success {
  background-color: #565555 !important;
}
.bg-info {
  background-color: #b74806 !important;
}
.bg-warning {
  background-color: #75b5dc !important;
}
.bg-danger {
  background-color: #dbebf4 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0674b7 !important;
  border-color: #0674b7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #04456d !important;
  border-color: #04456d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #04456d !important;
  border-color: #04456d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1e865c !important;
  border-color: #1e865c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #104731 !important;
  border-color: #104731 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #104731 !important;
  border-color: #104731 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #b74806 !important;
  border-color: #b74806 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #6d2b04 !important;
  border-color: #6d2b04 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6d2b04 !important;
  border-color: #6d2b04 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #565555 !important;
  border-color: #565555 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #302f2f !important;
  border-color: #302f2f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #302f2f !important;
  border-color: #302f2f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #75b5dc !important;
  border-color: #75b5dc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #3894cd !important;
  border-color: #3894cd !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3894cd !important;
  border-color: #3894cd !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #dbebf4 !important;
  border-color: #dbebf4 !important;
  color: #31779f !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #31779f !important;
  background-color: #a0cae2 !important;
  border-color: #a0cae2 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #31779f !important;
  background-color: #a0cae2 !important;
  border-color: #a0cae2 !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: #033554;
  color: #033554;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0674b7;
  border-color: #0674b7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0674b7 !important;
  border-color: #0674b7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0b3323;
  color: #0b3323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1e865c;
  border-color: #1e865c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e865c !important;
  border-color: #1e865c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #542103;
  color: #542103;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #b74806;
  border-color: #b74806;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b74806 !important;
  border-color: #b74806 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #232222;
  color: #232222;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #565555;
  border-color: #565555;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #565555 !important;
  border-color: #565555 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #3086bb;
  color: #3086bb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #75b5dc;
  border-color: #75b5dc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #75b5dc !important;
  border-color: #75b5dc !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #8dc0dc;
  color: #8dc0dc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #31779f;
  background-color: #dbebf4;
  border-color: #dbebf4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #31779f !important;
  background-color: #dbebf4 !important;
  border-color: #dbebf4 !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: #0674b7 !important;
}
.text-secondary {
  color: #1e865c !important;
}
.text-success {
  color: #565555 !important;
}
.text-info {
  color: #b74806 !important;
}
.text-warning {
  color: #75b5dc !important;
}
.text-danger {
  color: #dbebf4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #033554 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b3323 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #232222 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #542103 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #3086bb !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8dc0dc !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: #b74806;
}
.alert-warning {
  background-color: #75b5dc;
}
.alert-danger {
  background-color: #dbebf4;
}
.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: #0674b7;
  border-color: #0674b7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0674b7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #44b4f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #969595;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f98744;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.27rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.27rem;
}
blockquote {
  border-color: #0674b7;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #0674b7 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0674b7;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0674b7;
  border-bottom-color: #0674b7;
}
.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: #0674b7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e865c !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='%230674b7' %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-s2V9RwV6vb .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s2V9RwV6vb .navbar-fixed-top {
  padding-top: 0;
}
.cid-s2V9RwV6vb .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-s2V9RwV6vb .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-s2V9RwV6vb .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2V9RwV6vb .menu-content-top {
  background: #1e865c;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s2V9RwV6vb .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-s2V9RwV6vb .dropdown-item,
.cid-s2V9RwV6vb .nav-link,
.cid-s2V9RwV6vb .brand-name {
  font-style: normal;
}
.cid-s2V9RwV6vb .dropdown-item:hover,
.cid-s2V9RwV6vb .nav-link:hover,
.cid-s2V9RwV6vb .brand-name:hover {
  color: #1e865c !important;
}
.cid-s2V9RwV6vb .dropdown-menu {
  background-color: #ffffff;
}
.cid-s2V9RwV6vb .dropdown-item:active {
  background-color: #ffffff;
}
.cid-s2V9RwV6vb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-s2V9RwV6vb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2V9RwV6vb .nav-item {
  position: relative;
}
.cid-s2V9RwV6vb .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s2V9RwV6vb .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-s2V9RwV6vb .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-s2V9RwV6vb .nav-link {
    line-height: 6.13;
  }
  .cid-s2V9RwV6vb .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0674b7;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-s2V9RwV6vb .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-s2V9RwV6vb .dropdown-item {
    color: #b74806 !important;
    border-bottom: 0px solid #0674b7;
  }
}
.cid-s2V9RwV6vb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .content-text {
  margin-bottom: 0;
}
.cid-s2V9RwV6vb .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2V9RwV6vb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0674b7;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s2V9RwV6vb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s2V9RwV6vb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s2V9RwV6vb .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-s2V9RwV6vb .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2V9RwV6vb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2V9RwV6vb .content-right-side {
  text-align: center;
}
.cid-s2V9RwV6vb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s2V9RwV6vb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s2V9RwV6vb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1e865c;
}
.cid-s2V9RwV6vb .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-s2V9RwV6vb .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2V9RwV6vb .info-widget:first-child {
  margin-left: 0;
}
.cid-s2V9RwV6vb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s2V9RwV6vb .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-s2V9RwV6vb .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s2V9RwV6vb .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-s2V9RwV6vb .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-s2V9RwV6vb .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2V9RwV6vb .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-s2V9RwV6vb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s2V9RwV6vb .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-s2V9RwV6vb .navbar-toggler {
    display: none;
  }
  .cid-s2V9RwV6vb .navbar-collapse {
    justify-content: center;
  }
}
.cid-s2V9RwV6vb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s2V9RwV6vb .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-s2V9RwV6vb .btn-sm {
  padding: 13px 29px;
}
.cid-s2V9RwV6vb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2V9RwV6vb .btn::after {
  background-color: #b74806;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-s2V9RwV6vb .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2V9RwV6vb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2V9RwV6vb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2V9RwV6vb .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2V9RwV6vb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-s2V9RwV6vb button.navbar-toggler:focus {
  outline: none;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0674b7;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2V9RwV6vb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2V9RwV6vb .collapsed .btn {
  display: flex;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2V9RwV6vb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2V9RwV6vb .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2V9RwV6vb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-s2V9RwV6vb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-s2V9RwV6vb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-s2V9RwV6vb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2V9RwV6vb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2V9RwV6vb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-s2V9RwV6vb .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2V9RwV6vb .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-s2V9RwV6vb .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-s2V9RwV6vb .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-s2V9RwV6vb .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-s2V9RwV6vb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-s2V9RwV6vb .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing,
  .cid-s2V9RwV6vb .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-nav,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2V9RwV6vb img {
    height: 3.8rem !important;
  }
  .cid-s2V9RwV6vb .btn {
    display: flex;
  }
  .cid-s2V9RwV6vb button.navbar-toggler {
    display: block;
  }
  .cid-s2V9RwV6vb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-s2V9RwV6vb .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-s2V9RwV6vb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-s2V9RwV6vb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2V9RwV6vb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2V9RwV6vb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-s2V9RwV6vb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s2V9RwV6vb .navbar-toggler {
  position: relative;
}
.cid-s2V9RwV6vb .dropdown-item.active,
.cid-s2V9RwV6vb .dropdown-item:active {
  color: initial;
}
.cid-s2V9RwV6vb .widget-title {
  color: #b74806;
}
.cid-s2V9RwV6vb .widget-text {
  color: #b74806;
}
.cid-s2V9RwV6vb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-s2V9RwV6vb .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0674b7;
  display: inline-flex;
  background-color: #0674b7;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-s2V9RwV6vb .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-s2V9RwV6vb .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #565555;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-s2V9RwV6vb .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-s2V9RwV6vb .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-s2V9RwV6vb .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-s2V9RwV6vb .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-s2V9RwV6vb .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-s2V9RwV6vb .menu-content-top,
  .cid-s2V9RwV6vb .menu-bottom {
    padding: 0 15px;
  }
  .cid-s2V9RwV6vb button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-s2V9RwV6vb .widget-title,
.cid-s2V9RwV6vb .widget-icon {
  color: #ececec;
}
.cid-s2V9SnoqGp {
  padding-top: 150px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/capture2-824x340.png");
}
.cid-s2V9SnoqGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-section-title {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-s2V9SnoqGp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-s2V9SnoqGp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0674b7;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-s2V9SnoqGp .mbr-section-btn {
  display: flex;
}
.cid-s2V9SnoqGp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-s2V9SnoqGp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-1,
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-s2V9SnoqGp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-s2V9SnoqGp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V9SnoqGp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #565555;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V9SnoqGp a.close:hover {
  color: #565555;
}
@media (max-width: 991px) {
  .cid-s2V9SnoqGp .separator,
  .cid-s2V9SnoqGp .sep-holder,
  .cid-s2V9SnoqGp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9SnoqGp .buttons-wrap {
    flex-direction: column;
  }
  .cid-s2V9SnoqGp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V9SnoqGp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-s2V9SnoqGp .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-s2V9SnoqGp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sGViugiWmm.popup-builder {
  background-color: #ffffff;
}
.cid-sGViugiWmm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGViugiWmm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGViugiWmm .modal-content,
.cid-sGViugiWmm .modal-dialog {
  height: auto;
}
.cid-sGViugiWmm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGViugiWmm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGViugiWmm .form-wrapper .mbr-form .form-group,
  .cid-sGViugiWmm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGViugiWmm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGViugiWmm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGViugiWmm .mbr-text {
  text-align: center;
  color: #565555;
}
.cid-sGViugiWmm .pt-0 {
  padding-top: 0 !important;
}
.cid-sGViugiWmm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGViugiWmm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGViugiWmm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGViugiWmm .modal-open {
  overflow: hidden;
}
.cid-sGViugiWmm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGViugiWmm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGViugiWmm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGViugiWmm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGViugiWmm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGViugiWmm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGViugiWmm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGViugiWmm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGViugiWmm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGViugiWmm .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGViugiWmm .modal-backdrop.show {
  opacity: .5;
}
.cid-sGViugiWmm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sGViugiWmm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGViugiWmm .modal-header {
    padding: 1rem;
  }
}
.cid-sGViugiWmm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGViugiWmm .modal-header .close:hover {
  opacity: 1;
}
.cid-sGViugiWmm .modal-header .close:focus {
  outline: none;
}
.cid-sGViugiWmm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0674b7;
}
.cid-sGViugiWmm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGViugiWmm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGViugiWmm .modal-body {
    padding: 1rem;
  }
}
.cid-sGViugiWmm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGViugiWmm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGViugiWmm .modal-footer {
    padding: 1rem;
  }
}
.cid-sGViugiWmm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGViugiWmm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGViugiWmm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGViugiWmm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGViugiWmm .modal-sm {
    max-width: 300px;
  }
  .cid-sGViugiWmm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGViugiWmm .modal-lg,
  .cid-sGViugiWmm .modal-xl {
    max-width: 800px;
  }
  .cid-sGViugiWmm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGViugiWmm .modal-xl {
    max-width: 1140px;
  }
  .cid-sGViugiWmm .container {
    max-width: 1140px;
  }
}
.cid-sGViugiWmm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGViugiWmm .container {
    max-width: 720px;
  }
}
.cid-sGViugiWmm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGViugiWmm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGViugiWmm .form-group {
  margin-bottom: 1rem;
}
.cid-sGViugiWmm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGViugiWmm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGViugiWmm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sGViugiWmm .mbr-section-btn {
  margin: 0;
}
.cid-sGViugiWmm .mbr-section-btn .btn {
  margin: 0;
}
.cid-sP1bqUyhAw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sP1bqUyhAw .row {
  flex-direction: row-reverse;
}
.cid-sP1bqUyhAw .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sP1bqUyhAw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sP1bqUyhAw .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sP1bqUyhAw .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sP1bqUyhAw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sP1bqUyhAw .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-sP1bqUyhAw .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sP1bqUyhAw .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-sP1bqUyhAw .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-sP1bqUyhAw .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sP1bqUyhAw .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-sP1bqUyhAw .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-sP1bqUyhAw .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-sP1bqUyhAw .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #0674b7;
}
.cid-sP1bqUyhAw .mbr-section-title b:last-child,
.cid-sP1bqUyhAw .mbr-section-title strong:last-child {
  color: #0674b7;
}
.cid-sP1bqUyhAw .mbr-text {
  color: #565555;
}
.cid-sP1en4ATgm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sP1en4ATgm .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sP1en4ATgm .contents .mbr-subtitle {
  color: #1e865c;
  margin-bottom: 10px;
}
.cid-sP1en4ATgm .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0674b7;
}
.cid-sP1en4ATgm .contents .mbr-text {
  color: #b74806;
}
.cid-sP1en4ATgm .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-sP1en4ATgm .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sP1en4ATgm .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sP1en4ATgm .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-sP1en4ATgm .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #1e865c !important;
}
.cid-sP1en4ATgm .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-sP1en4ATgm .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-sP1en4ATgm .card-wrapper .card-box .card-title {
  color: #0674b7;
}
.cid-sP1en4ATgm .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #b74806;
}
.cid-sP1en4ATgm .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sP1en4ATgm .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-sP1en4ATgm .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sP1en4ATgm .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-sP1en4ATgm .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sP1en4ATgm .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #0674b7;
}
.cid-sP1en4ATgm .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sP1en4ATgm .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sP1en4ATgm .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-sP1en4ATgm .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sP1en4ATgm .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sP1en4ATgm .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sP1en4ATgm .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sP1en4ATgm .btn[class*="-outline"]:active,
.cid-sP1en4ATgm .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sP1en4ATgm .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sP1en4ATgm .card-wrapper .card-box .mbr-text {
  color: #565555;
}
.cid-sP1en4ATgm .card-wrapper .card-box .card-title,
.cid-sP1en4ATgm .card-img-wrap {
  color: #0674b7;
}
.cid-sP1en4ATgm .contents .mbr-section-title {
  color: #565555;
}
.cid-sP124fXke4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sP124fXke4 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sP124fXke4 .contents .mbr-subtitle {
  color: #1e865c;
  margin-bottom: 10px;
}
.cid-sP124fXke4 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0674b7;
}
.cid-sP124fXke4 .contents .mbr-text {
  color: #b74806;
}
.cid-sP124fXke4 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #0674b7;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sP124fXke4 .card-wrapper .card-box .card-title {
  color: #0674b7;
}
.cid-sP124fXke4 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #b74806;
}
.cid-sP124fXke4 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sP124fXke4 .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-sP124fXke4 .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #1e865c;
}
.cid-sP124fXke4 .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-sP124fXke4 .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sP124fXke4 .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #0674b7;
}
.cid-sP124fXke4 .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sP124fXke4 .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sP124fXke4 .card-wrapper:hover {
  background-color: #279e64;
  border-color: #279e64;
}
.cid-sP124fXke4 .card-wrapper:hover .card-box .card-title {
  color: #ececec;
}
.cid-sP124fXke4 .card-wrapper:hover .card-box .mbr-text {
  color: #ececec;
}
.cid-sP124fXke4 .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-sP124fXke4 .card-wrapper:hover .card-img .mbr-iconfont {
  color: #ececec;
}
.cid-sP124fXke4 .card-wrapper:hover .mbr-link-btn .btn {
  color: #ececec;
}
.cid-sP124fXke4 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sP124fXke4 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sP124fXke4 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sP124fXke4 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sP124fXke4 .btn[class*="-outline"]:active,
.cid-sP124fXke4 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sP124fXke4 .card {
    margin-bottom: 15px;
  }
}
.cid-sP124fXke4 .card-wrapper .card-box .mbr-text {
  color: #565555;
}
.cid-sP124fXke4 .contents .mbr-subtitle {
  color: #565555;
}
.cid-sRzUx6zTPx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0674b7;
}
.cid-sRzUx6zTPx .image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sRzUx6zTPx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sRzUx6zTPx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0674b7;
}
.cid-sRzUx6zTPx .svg-top .st0 {
  fill: #0674b7;
}
@media (max-width: 992px) {
  .cid-sRzUx6zTPx .svg-top {
    width: 1000px;
  }
}
.cid-sRzUx6zTPx .mbr-text {
  color: #ffffff;
}
.cid-sRzUx6zTPx .mbr-section-title {
  color: #ffffff;
}
.cid-sRzUx6zTPx .name {
  color: #ffffff;
}
.cid-sRzUx6zTPx .position {
  color: #ffffff;
}
.cid-sFZsEzIDtY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFZsEzIDtY img,
.cid-sFZsEzIDtY .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFZsEzIDtY .item:focus,
.cid-sFZsEzIDtY span:focus {
  outline: none;
}
.cid-sFZsEzIDtY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFZsEzIDtY .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ececec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFZsEzIDtY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFZsEzIDtY .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFZsEzIDtY .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFZsEzIDtY .item-content {
    padding: 1rem 0;
  }
}
.cid-sFZsEzIDtY .mbr-section-title {
  color: #0674b7;
}
.cid-sFZsEzIDtY .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sFZsEzIDtY .item-subtitle {
  color: #bec2cf;
}
.cid-sFZsEzIDtY .mbr-text,
.cid-sFZsEzIDtY .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sFZsEzIDtY .mbr-link {
  color: #1e865c;
  display: block;
  text-align: center;
}
.cid-sFZsEzIDtY .mbr-section-subtitle {
  color: #565555;
}
.cid-sFZvyv9gup {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFZvyv9gup img,
.cid-sFZvyv9gup .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFZvyv9gup .item:focus,
.cid-sFZvyv9gup span:focus {
  outline: none;
}
.cid-sFZvyv9gup .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFZvyv9gup .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ececec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFZvyv9gup .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFZvyv9gup .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFZvyv9gup .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFZvyv9gup .item-content {
    padding: 1rem 0;
  }
}
.cid-sFZvyv9gup .mbr-section-title {
  color: #0674b7;
}
.cid-sFZvyv9gup .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sFZvyv9gup .item-subtitle {
  color: #bec2cf;
}
.cid-sFZvyv9gup .mbr-text,
.cid-sFZvyv9gup .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sFZvyv9gup .mbr-link {
  color: #1e865c;
  display: block;
  text-align: center;
}
.cid-sFZvyv9gup .mbr-section-subtitle {
  color: #b74806;
}
.cid-sFZxfp6Z6r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFZxfp6Z6r img,
.cid-sFZxfp6Z6r .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFZxfp6Z6r .item:focus,
.cid-sFZxfp6Z6r span:focus {
  outline: none;
}
.cid-sFZxfp6Z6r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFZxfp6Z6r .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ececec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFZxfp6Z6r .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFZxfp6Z6r .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFZxfp6Z6r .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFZxfp6Z6r .item-content {
    padding: 1rem 0;
  }
}
.cid-sFZxfp6Z6r .mbr-section-title {
  color: #0674b7;
}
.cid-sFZxfp6Z6r .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sFZxfp6Z6r .item-subtitle {
  color: #bec2cf;
}
.cid-sFZxfp6Z6r .mbr-text,
.cid-sFZxfp6Z6r .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sFZxfp6Z6r .mbr-link {
  color: #1e865c;
  display: block;
  text-align: center;
}
.cid-sFZxfp6Z6r .mbr-section-subtitle {
  color: #b74806;
}
.cid-sFZD9QJ9nF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFZD9QJ9nF img,
.cid-sFZD9QJ9nF .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFZD9QJ9nF .item:focus,
.cid-sFZD9QJ9nF span:focus {
  outline: none;
}
.cid-sFZD9QJ9nF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFZD9QJ9nF .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ececec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFZD9QJ9nF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFZD9QJ9nF .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFZD9QJ9nF .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFZD9QJ9nF .item-content {
    padding: 1rem 0;
  }
}
.cid-sFZD9QJ9nF .mbr-section-title {
  color: #0674b7;
}
.cid-sFZD9QJ9nF .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sFZD9QJ9nF .item-subtitle {
  color: #bec2cf;
}
.cid-sFZD9QJ9nF .mbr-text,
.cid-sFZD9QJ9nF .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sFZD9QJ9nF .mbr-link {
  color: #1e865c;
  display: block;
  text-align: center;
}
.cid-sFZD9QJ9nF .mbr-section-subtitle {
  color: #b74806;
}
.cid-sLJzq4FILU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #1e865c;
}
.cid-sLJzq4FILU .content-inner .left-content {
  display: block;
}
.cid-sLJzq4FILU .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sLJzq4FILU .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sLJzq4FILU .content-inner .right-content {
  display: block;
}
.cid-sLJzq4FILU .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sLJzq4FILU .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sLJzq4FILU .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sLJzq4FILU .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #565555 !important;
  border-color: #565555 !important;
}
@media (max-width: 991px) {
  .cid-sLJzq4FILU .content-inner {
    justify-content: center !important;
  }
  .cid-sLJzq4FILU * {
    text-align: center;
  }
}
.cid-t8O1wsQZrH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8O1wsQZrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8O1wsQZrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8O1wsQZrH .item {
  padding-bottom: 2rem;
}
.cid-t8O1wsQZrH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t8O1wsQZrH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t8O1wsQZrH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t8O1wsQZrH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t8O1wsQZrH .carousel-control,
.cid-t8O1wsQZrH .close {
  background: #1b1b1b;
}
.cid-t8O1wsQZrH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t8O1wsQZrH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t8O1wsQZrH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t8O1wsQZrH .carousel-control-next span {
  margin-left: 5px;
}
.cid-t8O1wsQZrH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t8O1wsQZrH .close::before {
  content: '\e91a';
}
.cid-t8O1wsQZrH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t8O1wsQZrH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8O1wsQZrH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8O1wsQZrH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8O1wsQZrH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8O1wsQZrH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t8O1wsQZrH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8O1wsQZrH .carousel-indicators li.active,
.cid-t8O1wsQZrH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8O1wsQZrH .carousel-indicators li::after,
.cid-t8O1wsQZrH .carousel-indicators li::before {
  content: none;
}
.cid-t8O1wsQZrH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8O1wsQZrH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t8O1wsQZrH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t8O1wsQZrH .carousel-indicators {
    display: none;
  }
}
.cid-t8O1wsQZrH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8O1wsQZrH .carousel-inner > .active {
  display: block;
}
.cid-t8O1wsQZrH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8O1wsQZrH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8O1wsQZrH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t8O1wsQZrH .carousel-control,
  .cid-t8O1wsQZrH .carousel-indicators,
  .cid-t8O1wsQZrH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t8O1wsQZrH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t8O1wsQZrH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t8O1wsQZrH .carousel-indicators .active,
.cid-t8O1wsQZrH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t8O1wsQZrH .carousel-indicators .active {
  background: #fff;
}
.cid-t8O1wsQZrH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t8O1wsQZrH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t8O1wsQZrH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t8O1wsQZrH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t8O1wsQZrH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t8O1wsQZrH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t8O1wsQZrH .carousel {
  width: 100%;
}
.cid-t8O1wsQZrH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t8O1wsQZrH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t8O1wsQZrH .modal.fade .modal-dialog,
.cid-t8O1wsQZrH .modal.in .modal-dialog {
  transform: none;
}
.cid-t8O1wsQZrH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t8O1wsQZrH H6 {
  text-align: center;
}
.cid-s2V9Yi1kG2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff9ff;
}
.cid-s2V9Yi1kG2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2V9Yi1kG2 .text-content .mbr-subtitle {
  color: #1e865c;
}
.cid-s2V9Yi1kG2 .text-content .mbr-section-title {
  color: #0674b7;
}
.cid-s2V9Yi1kG2 .text-content .mbr-text {
  color: #b74806;
}
.cid-s2V9Yi1kG2 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-s2V9Yi1kG2 .text-content .list-block .card-img {
  width: auto;
}
.cid-s2V9Yi1kG2 .text-content .list-block .card-img span {
  color: #1e865c;
  font-size: 1.5rem;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-title {
  color: #0674b7;
  transition: all .3s linear 0s;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #b74806;
  margin-bottom: 0;
}
.cid-s2V9Yi1kG2 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-s2V9Yi1kG2 .text-content .social {
  font-size: 1.2rem;
}
.cid-s2V9Yi1kG2 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-s2V9Yi1kG2 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-s2V9Yi1kG2 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-s2V9Yi1kG2 .list-block {
  position: relative;
}
.cid-s2V9Yi1kG2 .list-block h4,
.cid-s2V9Yi1kG2 .list-block p {
  padding-left: 2.625rem;
}
.cid-s2V9Yi1kG2 .card-img {
  display: block;
}
.cid-s2V9Yi1kG2 input,
.cid-s2V9Yi1kG2 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #565555;
  height: 60px;
}
.cid-s2V9Yi1kG2 .form-control,
.cid-s2V9Yi1kG2 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2V9Yi1kG2 .form-control:hover,
.cid-s2V9Yi1kG2 .field-input:hover,
.cid-s2V9Yi1kG2 .form-control:focus,
.cid-s2V9Yi1kG2 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2V9Yi1kG2 .form-control:focus,
.cid-s2V9Yi1kG2 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-s2V9Yi1kG2 input::-webkit-input-placeholder,
.cid-s2V9Yi1kG2 textarea::-webkit-input-placeholder {
  color: #565555;
}
.cid-s2V9Yi1kG2 input:-moz-placeholder,
.cid-s2V9Yi1kG2 textarea:-moz-placeholder {
  color: #565555;
}
.cid-s2V9Yi1kG2 .jq-selectbox li,
.cid-s2V9Yi1kG2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V9Yi1kG2 .jq-selectbox li:hover,
.cid-s2V9Yi1kG2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V9Yi1kG2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s2V9Yi1kG2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s2V9Yi1kG2 .mbr-form {
  max-width: 550px;
}
.cid-s2V9Yi1kG2 .mbr-form .content-title {
  color: #0674b7;
  margin-bottom: 20px;
}
.cid-s2V9Yi1kG2 .mbr-form .content-subtitle {
  color: #b74806;
}
.cid-s2V9Yi1kG2 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-s2V9Yi1kG2 .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0674b7;
  color: #0674b7;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-s2V9Yi1kG2 .mbr-form .btn-success:hover {
  background-color: #1e865c !important;
  border-color: #1e865c !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-s2V9Yi1kG2 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9Yi1kG2 .mbr-section-title,
  .cid-s2V9Yi1kG2 .content-title,
  .cid-s2V9Yi1kG2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2V9Yi1kG2 H3 {
  color: #0674b7;
}
.cid-s2V9Yi1kG2 .text-content .mbr-text {
  color: #565555;
}
.cid-s2V9YtZ62l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eff9ff;
}
.cid-s2V9YtZ62l .mbr-section-title {
  margin-bottom: 30px;
  color: #1e865c;
}
.cid-s2V9YtZ62l .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2V9YtZ62l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s2V9YtZ62l .map-placeholder {
  display: none;
}
.cid-s2V9YtZ62l h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-sFZHpkmsFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0674b7;
}
.cid-sFZHpkmsFu .widget-title {
  color: #0674b7;
  margin-bottom: 30px;
}
.cid-sFZHpkmsFu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #75b5dc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFZHpkmsFu .mbr-text {
  color: #ececec;
}
.cid-sFZHpkmsFu .phone-word {
  color: #1e865c;
}
.cid-sFZHpkmsFu .text-link {
  transition: all 0.3s ease-in;
}
.cid-sFZHpkmsFu .text-link:hover {
  color: #75b5dc !important;
}
.cid-sFZHpkmsFu img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFZHpkmsFu .img1 {
  color: #1e865c;
}
.cid-sFZHpkmsFu .img2 {
  color: #1e865c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sFZHpkmsFu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFZHpkmsFu .content .link-wrap {
  color: red;
}
.cid-sFZHpkmsFu .content .date-wrap {
  color: #0674b7;
}
.cid-sFZHpkmsFu .item,
.cid-sFZHpkmsFu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFZHpkmsFu .item h4,
.cid-sFZHpkmsFu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFZHpkmsFu .link {
  transition: all 0.3s ease-in;
}
.cid-sFZHpkmsFu .link .card-img {
  padding-bottom: 3px;
}
.cid-sFZHpkmsFu .link:hover .card-img span {
  color: #75b5dc;
}
.cid-sFZHpkmsFu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #75b5dc !important;
}
.cid-sFZHpkmsFu .item .card-img {
  width: auto;
}
.cid-sFZHpkmsFu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sFZHpkmsFu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFZHpkmsFu h5 {
    text-align: left !important;
  }
  .cid-sFZHpkmsFu .line-wrap {
    text-align: left !important;
  }
}
.cid-sFZHpkmsFu .item-title {
  color: #ececec;
  transition: all 0.3s ease-in;
}
.cid-sFZHpkmsFu .item-title:hover {
  color: #75b5dc;
}
.cid-sFZHpkmsFu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFZHpkmsFu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sFZHpkmsFu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sFZHpkmsFu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sFZHpkmsFu .btn[class*="-outline"]:active,
.cid-sFZHpkmsFu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFZHpkmsFu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFZHpkmsFu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFZHpkmsFu .pre-form {
  color: #b74806;
}
.cid-sFZHpkmsFu .form-group,
.cid-sFZHpkmsFu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFZHpkmsFu .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #565555;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFZHpkmsFu .form-control::-webkit-input-placeholder {
  color: #565555;
}
.cid-sFZHpkmsFu .form-control::-moz-placeholder {
  color: #565555;
}
.cid-sFZHpkmsFu .form-control:-moz-placeholder {
  color: #565555;
}
.cid-sFZHpkmsFu .form-control:-ms-input-placeholder {
  color: #565555;
}
.cid-sFZHpkmsFu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sFZHpkmsFu .form-group .mbr-iconfont {
  color: #1e865c;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sFZHpkmsFu .dragArea {
  flex-direction: column;
}
.cid-sFZHpkmsFu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sFZHpkmsFu .widget-title,
.cid-sFZHpkmsFu .line-wrap {
  color: #ececec;
}
.cid-sFZHpkmsFu .pre-form,
.cid-sFZHpkmsFu .mbr-text {
  color: #ececec;
}
.cid-sFZHpkmsFu .link-title {
  color: #eff9ff;
}
.cid-sFZRIiuF2B .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sFZRIiuF2B .navbar-fixed-top {
  padding-top: 0;
}
.cid-sFZRIiuF2B .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sFZRIiuF2B .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sFZRIiuF2B .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sFZRIiuF2B .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFZRIiuF2B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sFZRIiuF2B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFZRIiuF2B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sFZRIiuF2B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFZRIiuF2B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFZRIiuF2B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFZRIiuF2B .menu-content-top {
  background: #1e865c;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sFZRIiuF2B .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sFZRIiuF2B .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sFZRIiuF2B .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sFZRIiuF2B .dropdown-item,
.cid-sFZRIiuF2B .nav-link,
.cid-sFZRIiuF2B .brand-name {
  font-style: normal;
}
.cid-sFZRIiuF2B .dropdown-item:hover,
.cid-sFZRIiuF2B .nav-link:hover,
.cid-sFZRIiuF2B .brand-name:hover {
  color: #1e865c !important;
}
.cid-sFZRIiuF2B .dropdown-menu {
  background-color: #ffffff;
}
.cid-sFZRIiuF2B .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sFZRIiuF2B .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sFZRIiuF2B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFZRIiuF2B .nav-item {
  position: relative;
}
.cid-sFZRIiuF2B .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sFZRIiuF2B .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sFZRIiuF2B .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sFZRIiuF2B .nav-link {
    line-height: 6.13;
  }
  .cid-sFZRIiuF2B .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0674b7;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sFZRIiuF2B .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sFZRIiuF2B .dropdown-item {
    color: #b74806 !important;
    border-bottom: 0px solid #0674b7;
  }
}
.cid-sFZRIiuF2B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZRIiuF2B .content-text {
  margin-bottom: 0;
}
.cid-sFZRIiuF2B .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sFZRIiuF2B .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0674b7;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sFZRIiuF2B .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sFZRIiuF2B .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sFZRIiuF2B .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sFZRIiuF2B .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZRIiuF2B .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sFZRIiuF2B .content-right-side {
  text-align: center;
}
.cid-sFZRIiuF2B .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sFZRIiuF2B .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sFZRIiuF2B .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1e865c;
}
.cid-sFZRIiuF2B .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sFZRIiuF2B .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFZRIiuF2B .info-widget:first-child {
  margin-left: 0;
}
.cid-sFZRIiuF2B .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sFZRIiuF2B .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sFZRIiuF2B .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sFZRIiuF2B .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sFZRIiuF2B .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sFZRIiuF2B .navbar {
    display: block;
    padding: 0;
  }
  .cid-sFZRIiuF2B .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sFZRIiuF2B .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sFZRIiuF2B .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sFZRIiuF2B .navbar-toggler {
    display: none;
  }
  .cid-sFZRIiuF2B .navbar-collapse {
    justify-content: center;
  }
}
.cid-sFZRIiuF2B .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sFZRIiuF2B .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sFZRIiuF2B .btn-sm {
  padding: 13px 29px;
}
.cid-sFZRIiuF2B .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sFZRIiuF2B .btn::after {
  background-color: #b74806;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFZRIiuF2B .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFZRIiuF2B .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sFZRIiuF2B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFZRIiuF2B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sFZRIiuF2B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFZRIiuF2B .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFZRIiuF2B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZRIiuF2B .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sFZRIiuF2B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sFZRIiuF2B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFZRIiuF2B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFZRIiuF2B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFZRIiuF2B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sFZRIiuF2B button.navbar-toggler:focus {
  outline: none;
}
.cid-sFZRIiuF2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0674b7;
}
.cid-sFZRIiuF2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZRIiuF2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZRIiuF2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZRIiuF2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZRIiuF2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZRIiuF2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZRIiuF2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZRIiuF2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZRIiuF2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZRIiuF2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZRIiuF2B .collapsed .btn {
  display: flex;
}
.cid-sFZRIiuF2B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFZRIiuF2B .collapsed .navbar-collapse.collapsing,
.cid-sFZRIiuF2B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFZRIiuF2B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFZRIiuF2B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFZRIiuF2B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFZRIiuF2B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFZRIiuF2B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFZRIiuF2B .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sFZRIiuF2B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFZRIiuF2B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFZRIiuF2B .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFZRIiuF2B .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFZRIiuF2B .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sFZRIiuF2B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sFZRIiuF2B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sFZRIiuF2B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFZRIiuF2B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFZRIiuF2B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sFZRIiuF2B .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFZRIiuF2B .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sFZRIiuF2B .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sFZRIiuF2B .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sFZRIiuF2B .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sFZRIiuF2B .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sFZRIiuF2B .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sFZRIiuF2B .navbar-collapse.collapsing,
  .cid-sFZRIiuF2B .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFZRIiuF2B .navbar-collapse.collapsing .navbar-nav,
  .cid-sFZRIiuF2B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFZRIiuF2B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFZRIiuF2B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFZRIiuF2B .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sFZRIiuF2B .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sFZRIiuF2B .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFZRIiuF2B .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sFZRIiuF2B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFZRIiuF2B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFZRIiuF2B img {
    height: 3.8rem !important;
  }
  .cid-sFZRIiuF2B .btn {
    display: flex;
  }
  .cid-sFZRIiuF2B button.navbar-toggler {
    display: block;
  }
  .cid-sFZRIiuF2B .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sFZRIiuF2B .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sFZRIiuF2B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sFZRIiuF2B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFZRIiuF2B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFZRIiuF2B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sFZRIiuF2B .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sFZRIiuF2B .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sFZRIiuF2B .navbar-toggler {
  position: relative;
}
.cid-sFZRIiuF2B .dropdown-item.active,
.cid-sFZRIiuF2B .dropdown-item:active {
  color: initial;
}
.cid-sFZRIiuF2B .widget-title {
  color: #b74806;
}
.cid-sFZRIiuF2B .widget-text {
  color: #b74806;
}
.cid-sFZRIiuF2B .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sFZRIiuF2B .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0674b7;
  display: inline-flex;
  background-color: #0674b7;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sFZRIiuF2B .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sFZRIiuF2B .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #565555;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sFZRIiuF2B .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sFZRIiuF2B .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sFZRIiuF2B .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sFZRIiuF2B .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sFZRIiuF2B .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sFZRIiuF2B .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sFZRIiuF2B .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sFZRIiuF2B .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sFZRIiuF2B .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sFZRIiuF2B .menu-content-top,
  .cid-sFZRIiuF2B .menu-bottom {
    padding: 0 15px;
  }
  .cid-sFZRIiuF2B button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sFZRIiuF2B .widget-title,
.cid-sFZRIiuF2B .widget-icon {
  color: #ececec;
}
.cid-sGHRJF7iM7 {
  padding-top: 15rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/s-o-c-i-a-l-c-u-t-1rt4txddabm-unsplash-2000x1331.jpg");
}
.cid-sGHRJF7iM7 .mbr-text,
.cid-sGHRJF7iM7 .mbr-section-btn {
  color: #ececec;
}
.cid-sGHRJF7iM7 .mbr-section-title {
  color: #ececec;
}
.cid-sGHRJF7iM7 .mbr-section-subtitle {
  color: #ececec;
}
.cid-sG35SetKWO {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sG35SetKWO .content {
  padding-left: 30px;
}
.cid-sG35SetKWO img {
  width: 100%;
}
.cid-sG35SetKWO .mbr-section-subtitle {
  color: #565555;
}
.cid-sG35SetKWO .mbr-section-title {
  text-align: left;
  color: #0674b7;
}
.cid-sG35SetKWO .mbr-text {
  color: #565555;
}
.cid-sG35SetKWO .left-part {
  color: #1e865c;
}
.cid-sG35SetKWO .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-sG35SetKWO .left-part .mbr-text {
  color: #0674b7;
  display: inline;
}
.cid-sG35SetKWO .mbr-section-btn {
  margin-top: 40px;
}
.cid-sG35SetKWO .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sG35SetKWO * {
    text-align: left;
  }
}
.cid-sG35SetKWO .left-part .mbr-text .number,
.cid-sG35SetKWO .left-part {
  text-align: center;
}
.cid-sP1COLdxwZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sP1COLdxwZ .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-sP1COLdxwZ .p {
  padding-bottom: 26px;
  color: #565555;
}
.cid-sP1COLdxwZ .p:last-child {
  padding-bottom: 0;
}
.cid-sP1COLdxwZ .row {
  justify-content: center;
}
.cid-sGU7qQwsi8 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGU7qQwsi8 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sGU7qQwsi8 .contents .mbr-subtitle {
  color: #1e865c;
  margin-bottom: 10px;
}
.cid-sGU7qQwsi8 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0674b7;
}
.cid-sGU7qQwsi8 .contents .mbr-text {
  color: #b74806;
}
.cid-sGU7qQwsi8 .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-sGU7qQwsi8 .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sGU7qQwsi8 .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sGU7qQwsi8 .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #0674b7;
  background-color: #ffffff;
}
.cid-sGU7qQwsi8 .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #1e865c !important;
}
.cid-sGU7qQwsi8 .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-sGU7qQwsi8 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ececec;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-sGU7qQwsi8 .card-wrapper .card-box .card-title {
  color: #0674b7;
}
.cid-sGU7qQwsi8 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #b74806;
}
.cid-sGU7qQwsi8 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sGU7qQwsi8 .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #0674b7;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-sGU7qQwsi8 .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sGU7qQwsi8 .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-sGU7qQwsi8 .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-sGU7qQwsi8 .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #0674b7;
}
.cid-sGU7qQwsi8 .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sGU7qQwsi8 .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sGU7qQwsi8 .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-sGU7qQwsi8 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sGU7qQwsi8 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sGU7qQwsi8 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sGU7qQwsi8 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sGU7qQwsi8 .btn[class*="-outline"]:active,
.cid-sGU7qQwsi8 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sGU7qQwsi8 .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sGU7qQwsi8 .card-wrapper .card-box .mbr-text {
  color: #565555;
  text-align: left;
}
.cid-sGU7qQwsi8 .contents .mbr-section-title {
  color: #0674b7;
}
.cid-sGU7qQwsi8 .contents .mbr-subtitle {
  color: #565555;
}
.cid-sGU7qQwsi8 .contents .mbr-text {
  color: #565555;
}
.cid-sGU7qQwsi8 .card-wrapper .card-box .card-title,
.cid-sGU7qQwsi8 .card-img-wrap {
  text-align: center;
}
.cid-sGUCgPiOE3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGUCgPiOE3 .row {
  flex-direction: row-reverse;
}
.cid-sGUCgPiOE3 .img-wrap {
  position: relative;
}
.cid-sGUCgPiOE3 .img-wrap img {
  width: 100%;
}
.cid-sGUCgPiOE3 .mbr-section-subtitle {
  color: #1e865c;
  margin-bottom: 14px;
}
.cid-sGUCgPiOE3 .mbr-section-title {
  color: #0674b7;
}
.cid-sGUCgPiOE3 .mbr-text {
  color: #b74806;
}
.cid-sGUCgPiOE3 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sGUCgPiOE3 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sGUCgPiOE3 .cards-wrap {
  margin-top: 30px;
}
.cid-sGUCgPiOE3 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sGUCgPiOE3 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sGUCgPiOE3 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sGUCgPiOE3 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #1e865c;
  position: relative;
  display: block;
}
.cid-sGUCgPiOE3 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-sGUCgPiOE3 .wrapper .icon1 .mbr-iconfont {
  color: #0674b7;
}
.cid-sGUCgPiOE3 .wrapper .icon2 {
  background-color: #1e865c;
}
.cid-sGUCgPiOE3 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sGUCgPiOE3 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sGUCgPiOE3 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sGUCgPiOE3 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sGUCgPiOE3 .wrapper .mbr-card-title {
  color: #0674b7;
  margin-bottom: 17px;
}
.cid-sGUCgPiOE3 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #b74806;
}
@media (max-width: 768px) {
  .cid-sGUCgPiOE3 .mbr-section-btn {
    justify-content: center;
  }
  .cid-sGUCgPiOE3 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sGUCgPiOE3 .mbr-text,
.cid-sGUCgPiOE3 .mbr-section-btn {
  color: #565555;
}
.cid-sGUCgPiOE3 .wrapper .mbr-text,
.cid-sGUCgPiOE3 .img {
  text-align: left;
  color: #565555;
}
.cid-sLO8SjrqXp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-sLO8SjrqXp .card-wrapper {
  background: #0674b7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sLO8SjrqXp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLO8SjrqXp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sLO8SjrqXp .card-wrapper {
    padding: 4rem;
  }
}
.cid-sLO8SjrqXp .mbr-text,
.cid-sLO8SjrqXp .mbr-section-btn {
  color: #ffffff;
}
.cid-sLO8SjrqXp .card-title,
.cid-sLO8SjrqXp .card-box {
  text-align: center;
}
.cid-sLO9dAFK3S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-sLO9dAFK3S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLO9dAFK3S .row {
  flex-direction: row-reverse;
}
.cid-sLO9dAFK3S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLO9dAFK3S .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLO9dAFK3S .mbr-section-title {
  color: #0674b7;
}
.cid-sLO9dAFK3S .mbr-text {
  color: #565555;
}
.cid-sLO9dAFK3S .mbr-description {
  color: #1e865c;
}
.cid-sLO9cc6hOF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-sLO9cc6hOF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLO9cc6hOF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLO9cc6hOF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLO9cc6hOF .mbr-text {
  color: #565555;
}
.cid-sLO9cc6hOF .mbr-section-title {
  color: #0674b7;
  text-align: center;
}
.cid-sLO9cc6hOF .mbr-description {
  color: #1e865c;
}
.cid-sLO9f2NBIt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-sLO9f2NBIt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLO9f2NBIt .row {
  flex-direction: row-reverse;
}
.cid-sLO9f2NBIt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLO9f2NBIt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLO9f2NBIt .mbr-text {
  color: #565555;
}
.cid-sLO9f2NBIt .mbr-section-title {
  color: #0674b7;
}
.cid-sLO9f2NBIt .mbr-description {
  color: #1e865c;
}
.cid-sLO9epsMG9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-sLO9epsMG9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLO9epsMG9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLO9epsMG9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLO9epsMG9 .mbr-text {
  color: #565555;
}
.cid-sLO9epsMG9 .mbr-section-title {
  color: #0674b7;
}
.cid-sLO9epsMG9 .mbr-description {
  color: #1e865c;
}
.cid-sP1NV9prbd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-sP1NV9prbd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sP1NV9prbd .row {
  flex-direction: row-reverse;
}
.cid-sP1NV9prbd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sP1NV9prbd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sP1NV9prbd .mbr-text {
  color: #565555;
}
.cid-sP1NV9prbd .mbr-section-title {
  color: #0674b7;
}
.cid-sP1NV9prbd .mbr-description {
  color: #1e865c;
}
.cid-sP1OQckxzK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sP1OQckxzK .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sP1OQckxzK .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sP1OQckxzK .card .square_fill {
  background-color: #565555;
  transform: translate(-2.5rem, 0rem);
}
.cid-sP1OQckxzK .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sP1OQckxzK .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sP1OQckxzK .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sP1OQckxzK .square_animation .square_null {
  z-index: 1;
  border: 1px solid #0674b7;
}
.cid-sP1OQckxzK .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sP1OQckxzK .main_title {
  margin-bottom: 2.5rem;
}
.cid-sP1OQckxzK .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sP1OQckxzK .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sP1OQckxzK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sP1OQckxzK .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sP1OQckxzK .row {
    flex-direction: column-reverse;
  }
  .cid-sP1OQckxzK .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sP1OQckxzK .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sP1OQckxzK .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sP1OQckxzK .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sP1OQckxzK .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sP1OQckxzK .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sP1OQckxzK .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sP1OQckxzK .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sP1OQckxzK .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sP1OQckxzK .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sP1OQckxzK .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sP1OQckxzK .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sP1OQckxzK .card:hover .square_fill {
    transform: none;
  }
  .cid-sP1OQckxzK .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sP1OQckxzK .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sP1OQckxzK .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sP1OQckxzK .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sP1OQckxzK .mbr-text,
.cid-sP1OQckxzK .linkBtn {
  color: #565555;
}
.cid-sP1OQckxzK .card-title {
  color: #0674b7;
}
#custom-html-56 {
  /* Type valid CSS here */
}
#custom-html-56 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-56 p {
  font-size: 60px;
  color: #777;
}
.cid-sGUVGSvicS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fbfbfb;
}
.cid-sGUVGSvicS .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sGUVGSvicS .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGUVGSvicS .text-content {
  padding-right: 1.5rem;
}
.cid-sGUVGSvicS .mbr-text,
.cid-sGUVGSvicS .mbr-section-btn {
  color: #767676;
}
.cid-sGUVGSvicS .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(112, 97, 77, 0.3);
  box-shadow: 0px 0px 30px rgba(112, 97, 77, 0.3);
  border-radius: .25rem;
}
.cid-sGUVGSvicS .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sGUVGSvicS .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sGUVGSvicS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sGUVGSvicS .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: #1e865c;
}
@media (max-width: 991px) {
  .cid-sGUVGSvicS .main-row {
    margin: 0;
  }
  .cid-sGUVGSvicS .mbr-section-title,
  .cid-sGUVGSvicS .mbr-text,
  .cid-sGUVGSvicS .list,
  .cid-sGUVGSvicS .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sGUVGSvicS .text-content {
    padding: 0;
  }
}
.cid-sGUVGSvicS .mbr-section-title {
  color: #0674b7;
}
.cid-sGUVGSvicS .list {
  color: #565555;
}
.cid-sHih3zvoeH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sHih3zvoeH .image-block {
  margin: auto;
}
.cid-sHih3zvoeH .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sHih3zvoeH .image-block {
    width: 100% !important;
  }
}
.cid-sHih3zvoeH .container-fluid {
  padding: 0;
}
.cid-sIf9MGz8sd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0674b7;
}
.cid-sIf9MGz8sd .widget-title {
  color: #0674b7;
  margin-bottom: 30px;
}
.cid-sIf9MGz8sd .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #75b5dc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIf9MGz8sd .mbr-text {
  color: #ececec;
}
.cid-sIf9MGz8sd .phone-word {
  color: #1e865c;
}
.cid-sIf9MGz8sd .text-link {
  transition: all 0.3s ease-in;
}
.cid-sIf9MGz8sd .text-link:hover {
  color: #75b5dc !important;
}
.cid-sIf9MGz8sd img {
  height: 100px;
  padding-right: 8px;
}
.cid-sIf9MGz8sd .img1 {
  color: #1e865c;
}
.cid-sIf9MGz8sd .img2 {
  color: #1e865c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sIf9MGz8sd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIf9MGz8sd .content .link-wrap {
  color: red;
}
.cid-sIf9MGz8sd .content .date-wrap {
  color: #0674b7;
}
.cid-sIf9MGz8sd .item,
.cid-sIf9MGz8sd .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIf9MGz8sd .item h4,
.cid-sIf9MGz8sd .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIf9MGz8sd .link {
  transition: all 0.3s ease-in;
}
.cid-sIf9MGz8sd .link .card-img {
  padding-bottom: 3px;
}
.cid-sIf9MGz8sd .link:hover .card-img span {
  color: #75b5dc;
}
.cid-sIf9MGz8sd .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #75b5dc !important;
}
.cid-sIf9MGz8sd .item .card-img {
  width: auto;
}
.cid-sIf9MGz8sd .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sIf9MGz8sd .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sIf9MGz8sd h5 {
    text-align: left !important;
  }
  .cid-sIf9MGz8sd .line-wrap {
    text-align: left !important;
  }
}
.cid-sIf9MGz8sd .item-title {
  color: #ececec;
  transition: all 0.3s ease-in;
}
.cid-sIf9MGz8sd .item-title:hover {
  color: #75b5dc;
}
.cid-sIf9MGz8sd .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sIf9MGz8sd .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sIf9MGz8sd .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sIf9MGz8sd .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sIf9MGz8sd .btn[class*="-outline"]:active,
.cid-sIf9MGz8sd .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sIf9MGz8sd .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sIf9MGz8sd .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sIf9MGz8sd .pre-form {
  color: #b74806;
}
.cid-sIf9MGz8sd .form-group,
.cid-sIf9MGz8sd .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sIf9MGz8sd .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #565555;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sIf9MGz8sd .form-control::-webkit-input-placeholder {
  color: #565555;
}
.cid-sIf9MGz8sd .form-control::-moz-placeholder {
  color: #565555;
}
.cid-sIf9MGz8sd .form-control:-moz-placeholder {
  color: #565555;
}
.cid-sIf9MGz8sd .form-control:-ms-input-placeholder {
  color: #565555;
}
.cid-sIf9MGz8sd .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sIf9MGz8sd .form-group .mbr-iconfont {
  color: #1e865c;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sIf9MGz8sd .dragArea {
  flex-direction: column;
}
.cid-sIf9MGz8sd .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sIf9MGz8sd .widget-title,
.cid-sIf9MGz8sd .line-wrap {
  color: #ececec;
}
.cid-sIf9MGz8sd .pre-form,
.cid-sIf9MGz8sd .mbr-text {
  color: #ececec;
}
.cid-sIf9MGz8sd .link-title {
  color: #eff9ff;
}
.cid-sFZRWXjCc0 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sFZRWXjCc0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sFZRWXjCc0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sFZRWXjCc0 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sFZRWXjCc0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sFZRWXjCc0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFZRWXjCc0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sFZRWXjCc0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFZRWXjCc0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sFZRWXjCc0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFZRWXjCc0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFZRWXjCc0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFZRWXjCc0 .menu-content-top {
  background: #1e865c;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sFZRWXjCc0 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sFZRWXjCc0 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sFZRWXjCc0 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sFZRWXjCc0 .dropdown-item,
.cid-sFZRWXjCc0 .nav-link,
.cid-sFZRWXjCc0 .brand-name {
  font-style: normal;
}
.cid-sFZRWXjCc0 .dropdown-item:hover,
.cid-sFZRWXjCc0 .nav-link:hover,
.cid-sFZRWXjCc0 .brand-name:hover {
  color: #1e865c !important;
}
.cid-sFZRWXjCc0 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sFZRWXjCc0 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sFZRWXjCc0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sFZRWXjCc0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFZRWXjCc0 .nav-item {
  position: relative;
}
.cid-sFZRWXjCc0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sFZRWXjCc0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sFZRWXjCc0 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sFZRWXjCc0 .nav-link {
    line-height: 6.13;
  }
  .cid-sFZRWXjCc0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0674b7;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sFZRWXjCc0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sFZRWXjCc0 .dropdown-item {
    color: #b74806 !important;
    border-bottom: 0px solid #0674b7;
  }
}
.cid-sFZRWXjCc0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZRWXjCc0 .content-text {
  margin-bottom: 0;
}
.cid-sFZRWXjCc0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sFZRWXjCc0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0674b7;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sFZRWXjCc0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sFZRWXjCc0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sFZRWXjCc0 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sFZRWXjCc0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZRWXjCc0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sFZRWXjCc0 .content-right-side {
  text-align: center;
}
.cid-sFZRWXjCc0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sFZRWXjCc0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sFZRWXjCc0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1e865c;
}
.cid-sFZRWXjCc0 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sFZRWXjCc0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFZRWXjCc0 .info-widget:first-child {
  margin-left: 0;
}
.cid-sFZRWXjCc0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sFZRWXjCc0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sFZRWXjCc0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sFZRWXjCc0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sFZRWXjCc0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sFZRWXjCc0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sFZRWXjCc0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sFZRWXjCc0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sFZRWXjCc0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sFZRWXjCc0 .navbar-toggler {
    display: none;
  }
  .cid-sFZRWXjCc0 .navbar-collapse {
    justify-content: center;
  }
}
.cid-sFZRWXjCc0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sFZRWXjCc0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sFZRWXjCc0 .btn-sm {
  padding: 13px 29px;
}
.cid-sFZRWXjCc0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sFZRWXjCc0 .btn::after {
  background-color: #b74806;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFZRWXjCc0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFZRWXjCc0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sFZRWXjCc0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFZRWXjCc0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sFZRWXjCc0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFZRWXjCc0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFZRWXjCc0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZRWXjCc0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sFZRWXjCc0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sFZRWXjCc0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFZRWXjCc0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFZRWXjCc0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFZRWXjCc0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sFZRWXjCc0 button.navbar-toggler:focus {
  outline: none;
}
.cid-sFZRWXjCc0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0674b7;
}
.cid-sFZRWXjCc0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZRWXjCc0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZRWXjCc0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZRWXjCc0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZRWXjCc0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZRWXjCc0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZRWXjCc0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZRWXjCc0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZRWXjCc0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZRWXjCc0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZRWXjCc0 .collapsed .btn {
  display: flex;
}
.cid-sFZRWXjCc0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.collapsing,
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFZRWXjCc0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFZRWXjCc0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFZRWXjCc0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFZRWXjCc0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sFZRWXjCc0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sFZRWXjCc0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sFZRWXjCc0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFZRWXjCc0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFZRWXjCc0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sFZRWXjCc0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sFZRWXjCc0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sFZRWXjCc0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sFZRWXjCc0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sFZRWXjCc0 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sFZRWXjCc0 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sFZRWXjCc0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sFZRWXjCc0 .navbar-collapse.collapsing,
  .cid-sFZRWXjCc0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFZRWXjCc0 .navbar-collapse.collapsing .navbar-nav,
  .cid-sFZRWXjCc0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFZRWXjCc0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFZRWXjCc0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFZRWXjCc0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sFZRWXjCc0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sFZRWXjCc0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFZRWXjCc0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sFZRWXjCc0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFZRWXjCc0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFZRWXjCc0 img {
    height: 3.8rem !important;
  }
  .cid-sFZRWXjCc0 .btn {
    display: flex;
  }
  .cid-sFZRWXjCc0 button.navbar-toggler {
    display: block;
  }
  .cid-sFZRWXjCc0 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sFZRWXjCc0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sFZRWXjCc0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sFZRWXjCc0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFZRWXjCc0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFZRWXjCc0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sFZRWXjCc0 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sFZRWXjCc0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sFZRWXjCc0 .navbar-toggler {
  position: relative;
}
.cid-sFZRWXjCc0 .dropdown-item.active,
.cid-sFZRWXjCc0 .dropdown-item:active {
  color: initial;
}
.cid-sFZRWXjCc0 .widget-title {
  color: #b74806;
}
.cid-sFZRWXjCc0 .widget-text {
  color: #b74806;
}
.cid-sFZRWXjCc0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sFZRWXjCc0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0674b7;
  display: inline-flex;
  background-color: #0674b7;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sFZRWXjCc0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sFZRWXjCc0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #565555;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sFZRWXjCc0 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sFZRWXjCc0 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sFZRWXjCc0 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sFZRWXjCc0 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sFZRWXjCc0 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sFZRWXjCc0 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sFZRWXjCc0 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sFZRWXjCc0 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sFZRWXjCc0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sFZRWXjCc0 .menu-content-top,
  .cid-sFZRWXjCc0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sFZRWXjCc0 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sFZRWXjCc0 .widget-title,
.cid-sFZRWXjCc0 .widget-icon {
  color: #ececec;
}
.cid-sGVl3EpA1Q {
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/clean-863691-1920-1920x1280.jpg");
}
.cid-sGVl3EpA1Q .mbr-section-title {
  color: #eff9ff;
  text-align: center;
}
.cid-sGVl3EpA1Q .mbr-text,
.cid-sGVl3EpA1Q .mbr-section-btn {
  color: #eff9ff;
  text-align: center;
}
.cid-sGVl3EpA1Q .mbr-section-subtitle {
  color: #eff9ff;
  text-align: center;
}
.cid-sG2vVoP6TQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sG2vVoP6TQ .row {
  flex-direction: row-reverse;
}
.cid-sG2vVoP6TQ .img-wrap {
  position: relative;
}
.cid-sG2vVoP6TQ .img-wrap img {
  width: 100%;
}
.cid-sG2vVoP6TQ .mbr-section-subtitle {
  color: #1e865c;
  margin-bottom: 14px;
}
.cid-sG2vVoP6TQ .mbr-section-title {
  color: #0674b7;
}
.cid-sG2vVoP6TQ .mbr-text {
  color: #b74806;
}
.cid-sG2vVoP6TQ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sG2vVoP6TQ .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sG2vVoP6TQ .cards-wrap {
  margin-top: 30px;
}
.cid-sG2vVoP6TQ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sG2vVoP6TQ .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sG2vVoP6TQ .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sG2vVoP6TQ .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #1e865c;
  position: relative;
  display: block;
}
.cid-sG2vVoP6TQ .wrapper .icon1 {
  background-color: #1e865c;
}
.cid-sG2vVoP6TQ .wrapper .icon1 .mbr-iconfont {
  color: #0674b7;
}
.cid-sG2vVoP6TQ .wrapper .icon2 {
  background-color: #b74806;
}
.cid-sG2vVoP6TQ .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sG2vVoP6TQ .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sG2vVoP6TQ .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sG2vVoP6TQ .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sG2vVoP6TQ .wrapper .mbr-card-title {
  color: #0674b7;
  margin-bottom: 17px;
}
.cid-sG2vVoP6TQ .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #b74806;
}
@media (max-width: 768px) {
  .cid-sG2vVoP6TQ .mbr-section-btn {
    justify-content: center;
  }
  .cid-sG2vVoP6TQ * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sG2vVoP6TQ .wrapper .mbr-card-title,
.cid-sG2vVoP6TQ .img {
  text-align: left;
}
.cid-sG2vVoP6TQ .mbr-text,
.cid-sG2vVoP6TQ .mbr-section-btn {
  color: #565555;
}
.cid-sG2vVoP6TQ .wrapper .mbr-text,
.cid-sG2vVoP6TQ .img {
  color: #565555;
}
.cid-sHio1EVQNR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eff9ff;
}
.cid-sHio1EVQNR .mbr-section-title {
  color: #0674b7;
  text-align: center;
}
.cid-sHio1EVQNR .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sHio1EVQNR .row {
  align-items: center;
  height: 100%;
}
.cid-sHio1EVQNR .container {
  max-width: 720px;
  margin: auto;
}
.cid-sGVoTwSeZr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eff9ff;
}
.cid-sGVoTwSeZr .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sGVoTwSeZr .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-sGVoTwSeZr .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-sGVoTwSeZr .f-60 {
    flex: 0 0 55%;
  }
  .cid-sGVoTwSeZr .f-40 {
    flex: 0 0 45%;
  }
}
.cid-sGVoTwSeZr .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sGVoTwSeZr .image-wrapper {
    min-height: 650px;
  }
}
.cid-sGVoTwSeZr .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sGVoTwSeZr .text-wrapper {
  width: 100%;
  background: #0674b7;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-sGVoTwSeZr .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, -2rem);
  }
}
@media (min-width: 1200px) {
  .cid-sGVoTwSeZr .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-sGVoTwSeZr .mbr-section-title {
  color: #ececec;
}
.cid-sGVoTwSeZr .mbr-text {
  color: #ececec;
  text-align: left;
}
.cid-sIevoFYfJ7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff9ff;
}
.cid-sIevoFYfJ7 .mbr-section-title {
  color: #0674b7;
}
.cid-sIevoFYfJ7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sIevoFYfJ7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sIevoFYfJ7 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sIevoFYfJ7 .nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #eff9ff;
}
.cid-sIevoFYfJ7 .nav-tabs .nav-item:nth-child(3) {
  border-right: 1px solid #eff9ff;
}
.cid-sIevoFYfJ7 .nav-tabs .nav-link {
  color: #0674b7;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: 1px solid #eff9ff;
  border-bottom: none;
  border-right: none;
  border-radius: 0 !important;
  padding: 16px 40px;
}
.cid-sIevoFYfJ7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1e865c;
}
.cid-sIevoFYfJ7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1e865c;
  font-style: normal;
  border-bottom: none;
}
.cid-sIevoFYfJ7 .tab-title {
  color: #565555;
}
.cid-sIevoFYfJ7 P {
  color: #565555;
}
.cid-sIevoFYfJ7 .tab-pane {
  padding: 40px 25px;
  border: 1px solid #eff9ff;
}
@media (max-width: 576px) {
  .cid-sIevoFYfJ7 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sIevoFYfJ7 .mbr-text,
  .cid-sIevoFYfJ7 .nav-link {
    text-align: center;
  }
}
.cid-sHixLrc0p3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff2f7;
}
.cid-sHixLrc0p3 img {
  width: 100%;
}
.cid-sHixLrc0p3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0674b7;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sHixLrc0p3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sHixLrc0p3 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sHixLrc0p3 .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sHixLrc0p3 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sHixLrc0p3 .contents {
  margin-top: 36px;
}
.cid-sHixLrc0p3 .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sHixLrc0p3 .mbr-section-btn {
  margin-top: 8px;
}
.cid-sHixLrc0p3 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sHixLrc0p3 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sHixLrc0p3 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sHixLrc0p3 .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sHixLrc0p3 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sHixLrc0p3 .mbr-list .list li {
  line-height: 1.75;
}
.cid-sHixLrc0p3 .mbr-list .list li:before {
  font-weight: 900;
  color: #1e865c;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sHixLrc0p3 .mbr-list,
.cid-sHixLrc0p3 .social-media,
.cid-sHixLrc0p3 .mbr-section-btn {
  color: #565555;
}
.cid-sHixLrc0p3 .contents .mbr-text,
.cid-sHixLrc0p3 .mbr-section-btn {
  color: #565555;
}
.cid-sHixLrc0p3 .mbr-section-title,
.cid-sHixLrc0p3 .mbr-section-btn {
  color: #0674b7;
}
.cid-sHiu7ZjoDB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHiu7ZjoDB img {
  width: 100%;
}
.cid-sHiu7ZjoDB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0674b7;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sHiu7ZjoDB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sHiu7ZjoDB .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sHiu7ZjoDB .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-sHiu7ZjoDB .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sHiu7ZjoDB .contents {
  margin-top: 36px;
}
.cid-sHiu7ZjoDB .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sHiu7ZjoDB .mbr-section-btn {
  margin-top: 8px;
}
.cid-sHiu7ZjoDB .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sHiu7ZjoDB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sHiu7ZjoDB .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sHiu7ZjoDB .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sHiu7ZjoDB .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sHiu7ZjoDB .mbr-list .list li {
  line-height: 1.75;
}
.cid-sHiu7ZjoDB .mbr-list .list li:before {
  font-weight: 900;
  color: #1e865c;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sHiu7ZjoDB .mbr-list,
.cid-sHiu7ZjoDB .social-media,
.cid-sHiu7ZjoDB .mbr-section-btn {
  color: #565555;
}
.cid-sHiu7ZjoDB .contents .mbr-text,
.cid-sHiu7ZjoDB .mbr-section-btn {
  color: #565555;
}
.cid-sHiu7ZjoDB .mbr-section-title,
.cid-sHiu7ZjoDB .mbr-section-btn {
  color: #0674b7;
}
.cid-sHiHKuJsS8 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff9ff;
}
.cid-sHiHKuJsS8 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sHiHKuJsS8 .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-sHiHKuJsS8 .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-sHiHKuJsS8 .f-60 {
    flex: 0 0 55%;
  }
  .cid-sHiHKuJsS8 .f-40 {
    flex: 0 0 45%;
  }
}
.cid-sHiHKuJsS8 .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sHiHKuJsS8 .image-wrapper {
    min-height: 650px;
  }
}
.cid-sHiHKuJsS8 .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sHiHKuJsS8 .text-wrapper {
  width: 100%;
  background: #0674b7;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-sHiHKuJsS8 .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, -3rem);
  }
}
@media (min-width: 1200px) {
  .cid-sHiHKuJsS8 .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-sHiHKuJsS8 .mbr-section-title {
  color: #ececec;
}
.cid-sHiHKuJsS8 .mbr-text {
  color: #ececec;
  text-align: left;
}
.cid-sIfoBFekiy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff2f7;
}
.cid-sIfoBFekiy img,
.cid-sIfoBFekiy .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sIfoBFekiy .item:focus,
.cid-sIfoBFekiy span:focus {
  outline: none;
}
.cid-sIfoBFekiy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sIfoBFekiy .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sIfoBFekiy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sIfoBFekiy .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sIfoBFekiy .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sIfoBFekiy .item-content {
    padding: 1rem 0;
  }
}
.cid-sIfoBFekiy .mbr-section-title {
  color: #36187d;
}
.cid-sIfoBFekiy .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sIfoBFekiy .item-subtitle {
  color: #bec2cf;
}
.cid-sIfoBFekiy .mbr-text,
.cid-sIfoBFekiy .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sIfoBFekiy .mbr-link {
  color: #0196e3;
}
.cid-sIfozA4VaC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIfozA4VaC img,
.cid-sIfozA4VaC .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sIfozA4VaC .item:focus,
.cid-sIfozA4VaC span:focus {
  outline: none;
}
.cid-sIfozA4VaC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sIfozA4VaC .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sIfozA4VaC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sIfozA4VaC .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sIfozA4VaC .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sIfozA4VaC .item-content {
    padding: 1rem 0;
  }
}
.cid-sIfozA4VaC .mbr-section-title {
  color: #36187d;
}
.cid-sIfozA4VaC .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sIfozA4VaC .item-subtitle {
  color: #bec2cf;
}
.cid-sIfozA4VaC .mbr-text,
.cid-sIfozA4VaC .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sIfozA4VaC .mbr-link {
  color: #0196e3;
}
.cid-sIfot6ZC0q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff9ff;
}
.cid-sIfot6ZC0q img,
.cid-sIfot6ZC0q .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sIfot6ZC0q .item:focus,
.cid-sIfot6ZC0q span:focus {
  outline: none;
}
.cid-sIfot6ZC0q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sIfot6ZC0q .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sIfot6ZC0q .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sIfot6ZC0q .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sIfot6ZC0q .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sIfot6ZC0q .item-content {
    padding: 1rem 0;
  }
}
.cid-sIfot6ZC0q .mbr-section-title {
  color: #36187d;
}
.cid-sIfot6ZC0q .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sIfot6ZC0q .item-subtitle {
  color: #bec2cf;
}
.cid-sIfot6ZC0q .mbr-text,
.cid-sIfot6ZC0q .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sIfot6ZC0q .mbr-link {
  color: #0196e3;
}
.cid-sIfmWoMvB2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff2f7;
}
.cid-sIfmWoMvB2 img,
.cid-sIfmWoMvB2 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sIfmWoMvB2 .item:focus,
.cid-sIfmWoMvB2 span:focus {
  outline: none;
}
.cid-sIfmWoMvB2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sIfmWoMvB2 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sIfmWoMvB2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sIfmWoMvB2 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sIfmWoMvB2 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sIfmWoMvB2 .item-content {
    padding: 1rem 0;
  }
}
.cid-sIfmWoMvB2 .mbr-section-title {
  color: #36187d;
}
.cid-sIfmWoMvB2 .item-title {
  color: #0674b7;
  text-align: center;
}
.cid-sIfmWoMvB2 .item-subtitle {
  color: #bec2cf;
}
.cid-sIfmWoMvB2 .mbr-text,
.cid-sIfmWoMvB2 .mbr-section-btn {
  color: #565555;
  text-align: center;
}
.cid-sIfmWoMvB2 .mbr-link {
  color: #0196e3;
}
.cid-sIfDo3L4rn {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-sIfDo3L4rn .image-block {
  margin: auto;
}
.cid-sIfDo3L4rn .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sIfDo3L4rn .image-block {
    width: 100% !important;
  }
}
.cid-sIfDo3L4rn .container-fluid {
  padding: 0;
}
.cid-sIf9ULHP4n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0674b7;
}
.cid-sIf9ULHP4n .widget-title {
  color: #0674b7;
  margin-bottom: 30px;
}
.cid-sIf9ULHP4n .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #75b5dc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIf9ULHP4n .mbr-text {
  color: #ececec;
}
.cid-sIf9ULHP4n .phone-word {
  color: #1e865c;
}
.cid-sIf9ULHP4n .text-link {
  transition: all 0.3s ease-in;
}
.cid-sIf9ULHP4n .text-link:hover {
  color: #75b5dc !important;
}
.cid-sIf9ULHP4n img {
  height: 100px;
  padding-right: 8px;
}
.cid-sIf9ULHP4n .img1 {
  color: #1e865c;
}
.cid-sIf9ULHP4n .img2 {
  color: #1e865c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sIf9ULHP4n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIf9ULHP4n .content .link-wrap {
  color: red;
}
.cid-sIf9ULHP4n .content .date-wrap {
  color: #0674b7;
}
.cid-sIf9ULHP4n .item,
.cid-sIf9ULHP4n .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIf9ULHP4n .item h4,
.cid-sIf9ULHP4n .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIf9ULHP4n .link {
  transition: all 0.3s ease-in;
}
.cid-sIf9ULHP4n .link .card-img {
  padding-bottom: 3px;
}
.cid-sIf9ULHP4n .link:hover .card-img span {
  color: #75b5dc;
}
.cid-sIf9ULHP4n .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #75b5dc !important;
}
.cid-sIf9ULHP4n .item .card-img {
  width: auto;
}
.cid-sIf9ULHP4n .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sIf9ULHP4n .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sIf9ULHP4n h5 {
    text-align: left !important;
  }
  .cid-sIf9ULHP4n .line-wrap {
    text-align: left !important;
  }
}
.cid-sIf9ULHP4n .item-title {
  color: #ececec;
  transition: all 0.3s ease-in;
}
.cid-sIf9ULHP4n .item-title:hover {
  color: #75b5dc;
}
.cid-sIf9ULHP4n .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sIf9ULHP4n .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sIf9ULHP4n .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sIf9ULHP4n .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sIf9ULHP4n .btn[class*="-outline"]:active,
.cid-sIf9ULHP4n .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sIf9ULHP4n .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sIf9ULHP4n .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sIf9ULHP4n .pre-form {
  color: #b74806;
}
.cid-sIf9ULHP4n .form-group,
.cid-sIf9ULHP4n .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sIf9ULHP4n .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #565555;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sIf9ULHP4n .form-control::-webkit-input-placeholder {
  color: #565555;
}
.cid-sIf9ULHP4n .form-control::-moz-placeholder {
  color: #565555;
}
.cid-sIf9ULHP4n .form-control:-moz-placeholder {
  color: #565555;
}
.cid-sIf9ULHP4n .form-control:-ms-input-placeholder {
  color: #565555;
}
.cid-sIf9ULHP4n .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sIf9ULHP4n .form-group .mbr-iconfont {
  color: #1e865c;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sIf9ULHP4n .dragArea {
  flex-direction: column;
}
.cid-sIf9ULHP4n .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sIf9ULHP4n .widget-title,
.cid-sIf9ULHP4n .line-wrap {
  color: #ececec;
}
.cid-sIf9ULHP4n .pre-form,
.cid-sIf9ULHP4n .mbr-text {
  color: #ececec;
}
.cid-sIf9ULHP4n .link-title {
  color: #eff9ff;
}
.cid-sG2YaHxT2m .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sG2YaHxT2m .navbar-fixed-top {
  padding-top: 0;
}
.cid-sG2YaHxT2m .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sG2YaHxT2m .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sG2YaHxT2m .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sG2YaHxT2m .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sG2YaHxT2m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sG2YaHxT2m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sG2YaHxT2m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sG2YaHxT2m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sG2YaHxT2m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sG2YaHxT2m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sG2YaHxT2m .menu-content-top {
  background: #1e865c;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sG2YaHxT2m .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sG2YaHxT2m .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sG2YaHxT2m .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sG2YaHxT2m .dropdown-item,
.cid-sG2YaHxT2m .nav-link,
.cid-sG2YaHxT2m .brand-name {
  font-style: normal;
}
.cid-sG2YaHxT2m .dropdown-item:hover,
.cid-sG2YaHxT2m .nav-link:hover,
.cid-sG2YaHxT2m .brand-name:hover {
  color: #1e865c !important;
}
.cid-sG2YaHxT2m .dropdown-menu {
  background-color: #ffffff;
}
.cid-sG2YaHxT2m .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sG2YaHxT2m .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sG2YaHxT2m .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sG2YaHxT2m .nav-item {
  position: relative;
}
.cid-sG2YaHxT2m .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sG2YaHxT2m .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sG2YaHxT2m .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sG2YaHxT2m .nav-link {
    line-height: 6.13;
  }
  .cid-sG2YaHxT2m .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0674b7;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sG2YaHxT2m .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sG2YaHxT2m .dropdown-item {
    color: #b74806 !important;
    border-bottom: 0px solid #0674b7;
  }
}
.cid-sG2YaHxT2m .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sG2YaHxT2m .content-text {
  margin-bottom: 0;
}
.cid-sG2YaHxT2m .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sG2YaHxT2m .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0674b7;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sG2YaHxT2m .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sG2YaHxT2m .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sG2YaHxT2m .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sG2YaHxT2m .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sG2YaHxT2m .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sG2YaHxT2m .content-right-side {
  text-align: center;
}
.cid-sG2YaHxT2m .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sG2YaHxT2m .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sG2YaHxT2m .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1e865c;
}
.cid-sG2YaHxT2m .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sG2YaHxT2m .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sG2YaHxT2m .info-widget:first-child {
  margin-left: 0;
}
.cid-sG2YaHxT2m .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sG2YaHxT2m .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sG2YaHxT2m .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sG2YaHxT2m .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sG2YaHxT2m .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sG2YaHxT2m .navbar {
    display: block;
    padding: 0;
  }
  .cid-sG2YaHxT2m .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sG2YaHxT2m .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sG2YaHxT2m .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sG2YaHxT2m .navbar-toggler {
    display: none;
  }
  .cid-sG2YaHxT2m .navbar-collapse {
    justify-content: center;
  }
}
.cid-sG2YaHxT2m .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sG2YaHxT2m .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sG2YaHxT2m .btn-sm {
  padding: 13px 29px;
}
.cid-sG2YaHxT2m .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sG2YaHxT2m .btn::after {
  background-color: #b74806;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sG2YaHxT2m .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sG2YaHxT2m .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sG2YaHxT2m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sG2YaHxT2m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sG2YaHxT2m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sG2YaHxT2m .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sG2YaHxT2m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sG2YaHxT2m .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sG2YaHxT2m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sG2YaHxT2m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sG2YaHxT2m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sG2YaHxT2m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sG2YaHxT2m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sG2YaHxT2m button.navbar-toggler:focus {
  outline: none;
}
.cid-sG2YaHxT2m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0674b7;
}
.cid-sG2YaHxT2m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sG2YaHxT2m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sG2YaHxT2m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sG2YaHxT2m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sG2YaHxT2m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sG2YaHxT2m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sG2YaHxT2m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sG2YaHxT2m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sG2YaHxT2m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sG2YaHxT2m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sG2YaHxT2m .collapsed .btn {
  display: flex;
}
.cid-sG2YaHxT2m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sG2YaHxT2m .collapsed .navbar-collapse.collapsing,
.cid-sG2YaHxT2m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sG2YaHxT2m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sG2YaHxT2m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sG2YaHxT2m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sG2YaHxT2m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sG2YaHxT2m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sG2YaHxT2m .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sG2YaHxT2m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sG2YaHxT2m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sG2YaHxT2m .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sG2YaHxT2m .collapsed button.navbar-toggler {
  display: block;
}
.cid-sG2YaHxT2m .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sG2YaHxT2m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sG2YaHxT2m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sG2YaHxT2m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sG2YaHxT2m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sG2YaHxT2m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sG2YaHxT2m .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sG2YaHxT2m .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sG2YaHxT2m .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sG2YaHxT2m .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sG2YaHxT2m .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sG2YaHxT2m .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sG2YaHxT2m .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sG2YaHxT2m .navbar-collapse.collapsing,
  .cid-sG2YaHxT2m .navbar-collapse.show {
    display: block !important;
  }
  .cid-sG2YaHxT2m .navbar-collapse.collapsing .navbar-nav,
  .cid-sG2YaHxT2m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sG2YaHxT2m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sG2YaHxT2m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sG2YaHxT2m .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sG2YaHxT2m .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sG2YaHxT2m .navbar-collapse.collapsing .navbar-buttons,
  .cid-sG2YaHxT2m .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sG2YaHxT2m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sG2YaHxT2m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sG2YaHxT2m img {
    height: 3.8rem !important;
  }
  .cid-sG2YaHxT2m .btn {
    display: flex;
  }
  .cid-sG2YaHxT2m button.navbar-toggler {
    display: block;
  }
  .cid-sG2YaHxT2m .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sG2YaHxT2m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sG2YaHxT2m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sG2YaHxT2m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sG2YaHxT2m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sG2YaHxT2m .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sG2YaHxT2m .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sG2YaHxT2m .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sG2YaHxT2m .navbar-toggler {
  position: relative;
}
.cid-sG2YaHxT2m .dropdown-item.active,
.cid-sG2YaHxT2m .dropdown-item:active {
  color: initial;
}
.cid-sG2YaHxT2m .widget-title {
  color: #b74806;
}
.cid-sG2YaHxT2m .widget-text {
  color: #b74806;
}
.cid-sG2YaHxT2m .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sG2YaHxT2m .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0674b7;
  display: inline-flex;
  background-color: #0674b7;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sG2YaHxT2m .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sG2YaHxT2m .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #565555;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sG2YaHxT2m .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sG2YaHxT2m .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sG2YaHxT2m .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sG2YaHxT2m .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sG2YaHxT2m .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sG2YaHxT2m .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sG2YaHxT2m .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sG2YaHxT2m .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sG2YaHxT2m .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sG2YaHxT2m .menu-content-top,
  .cid-sG2YaHxT2m .menu-bottom {
    padding: 0 15px;
  }
  .cid-sG2YaHxT2m button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sG2YaHxT2m .widget-title,
.cid-sG2YaHxT2m .widget-icon {
  color: #ececec;
}
.cid-sG2YaIYA5S {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/pexels-maurcio-mascaro-712786-2000x1333.jpg");
}
.cid-sG2YaIYA5S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sG2YaIYA5S .mbr-section-title {
  color: #ffffff;
}
.cid-sG2YaIYA5S .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sG2YaIYA5S .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sG2YaIYA5S .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0674b7;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sG2YaIYA5S .mbr-section-btn {
  display: flex;
}
.cid-sG2YaIYA5S .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sG2YaIYA5S .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sG2YaIYA5S .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sG2YaIYA5S .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sG2YaIYA5S .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sG2YaIYA5S .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sG2YaIYA5S .video-wrap .icon-wrap .line-video-1,
.cid-sG2YaIYA5S .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sG2YaIYA5S .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sG2YaIYA5S .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sG2YaIYA5S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sG2YaIYA5S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sG2YaIYA5S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sG2YaIYA5S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #565555;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sG2YaIYA5S a.close:hover {
  color: #565555;
}
@media (max-width: 991px) {
  .cid-sG2YaIYA5S .separator,
  .cid-sG2YaIYA5S .sep-holder,
  .cid-sG2YaIYA5S .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sG2YaIYA5S .buttons-wrap {
    flex-direction: column;
  }
  .cid-sG2YaIYA5S .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sG2YaIYA5S .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sG2YaIYA5S .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sG2YaIYA5S .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sG2YaIYA5S .mbr-text,
.cid-sG2YaIYA5S .mbr-section-btn {
  color: #ffffff;
}
.cid-sIfthS7H9h {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIfthS7H9h .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #565555;
}
.cid-sIfthS7H9h .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #565555;
}
@media (max-width: 767px) {
  .cid-sIfthS7H9h .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sIfthS7H9h .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sIfthS7H9h .mbr-section-title {
  color: #0674b7;
}
.cid-sIfDiCaXnH {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-sIfDiCaXnH .image-block {
  margin: auto;
}
.cid-sIfDiCaXnH .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sIfDiCaXnH .image-block {
    width: 100% !important;
  }
}
.cid-sIfDiCaXnH .container-fluid {
  padding: 0;
}
.cid-sIf9It7U1A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0674b7;
}
.cid-sIf9It7U1A .widget-title {
  color: #0674b7;
  margin-bottom: 30px;
}
.cid-sIf9It7U1A .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #75b5dc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIf9It7U1A .mbr-text {
  color: #ececec;
}
.cid-sIf9It7U1A .phone-word {
  color: #1e865c;
}
.cid-sIf9It7U1A .text-link {
  transition: all 0.3s ease-in;
}
.cid-sIf9It7U1A .text-link:hover {
  color: #75b5dc !important;
}
.cid-sIf9It7U1A img {
  height: 100px;
  padding-right: 8px;
}
.cid-sIf9It7U1A .img1 {
  color: #1e865c;
}
.cid-sIf9It7U1A .img2 {
  color: #1e865c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sIf9It7U1A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIf9It7U1A .content .link-wrap {
  color: red;
}
.cid-sIf9It7U1A .content .date-wrap {
  color: #0674b7;
}
.cid-sIf9It7U1A .item,
.cid-sIf9It7U1A .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIf9It7U1A .item h4,
.cid-sIf9It7U1A .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIf9It7U1A .link {
  transition: all 0.3s ease-in;
}
.cid-sIf9It7U1A .link .card-img {
  padding-bottom: 3px;
}
.cid-sIf9It7U1A .link:hover .card-img span {
  color: #75b5dc;
}
.cid-sIf9It7U1A .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #75b5dc !important;
}
.cid-sIf9It7U1A .item .card-img {
  width: auto;
}
.cid-sIf9It7U1A .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sIf9It7U1A .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sIf9It7U1A h5 {
    text-align: left !important;
  }
  .cid-sIf9It7U1A .line-wrap {
    text-align: left !important;
  }
}
.cid-sIf9It7U1A .item-title {
  color: #ececec;
  transition: all 0.3s ease-in;
}
.cid-sIf9It7U1A .item-title:hover {
  color: #75b5dc;
}
.cid-sIf9It7U1A .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sIf9It7U1A .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sIf9It7U1A .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sIf9It7U1A .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sIf9It7U1A .btn[class*="-outline"]:active,
.cid-sIf9It7U1A .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sIf9It7U1A .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sIf9It7U1A .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sIf9It7U1A .pre-form {
  color: #b74806;
}
.cid-sIf9It7U1A .form-group,
.cid-sIf9It7U1A .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sIf9It7U1A .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #565555;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sIf9It7U1A .form-control::-webkit-input-placeholder {
  color: #565555;
}
.cid-sIf9It7U1A .form-control::-moz-placeholder {
  color: #565555;
}
.cid-sIf9It7U1A .form-control:-moz-placeholder {
  color: #565555;
}
.cid-sIf9It7U1A .form-control:-ms-input-placeholder {
  color: #565555;
}
.cid-sIf9It7U1A .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sIf9It7U1A .form-group .mbr-iconfont {
  color: #1e865c;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sIf9It7U1A .dragArea {
  flex-direction: column;
}
.cid-sIf9It7U1A .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sIf9It7U1A .widget-title,
.cid-sIf9It7U1A .line-wrap {
  color: #ececec;
}
.cid-sIf9It7U1A .pre-form,
.cid-sIf9It7U1A .mbr-text {
  color: #ececec;
}
.cid-sIf9It7U1A .link-title {
  color: #eff9ff;
}
.cid-sHim58mEgU .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sHim58mEgU .navbar-fixed-top {
  padding-top: 0;
}
.cid-sHim58mEgU .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sHim58mEgU .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sHim58mEgU .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sHim58mEgU .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHim58mEgU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sHim58mEgU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sHim58mEgU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sHim58mEgU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHim58mEgU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sHim58mEgU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHim58mEgU .menu-content-top {
  background: #1e865c;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sHim58mEgU .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sHim58mEgU .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sHim58mEgU .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sHim58mEgU .dropdown-item,
.cid-sHim58mEgU .nav-link,
.cid-sHim58mEgU .brand-name {
  font-style: normal;
}
.cid-sHim58mEgU .dropdown-item:hover,
.cid-sHim58mEgU .nav-link:hover,
.cid-sHim58mEgU .brand-name:hover {
  color: #1e865c !important;
}
.cid-sHim58mEgU .dropdown-menu {
  background-color: #ffffff;
}
.cid-sHim58mEgU .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sHim58mEgU .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sHim58mEgU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sHim58mEgU .nav-item {
  position: relative;
}
.cid-sHim58mEgU .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sHim58mEgU .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sHim58mEgU .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sHim58mEgU .nav-link {
    line-height: 6.13;
  }
  .cid-sHim58mEgU .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0674b7;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sHim58mEgU .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sHim58mEgU .dropdown-item {
    color: #b74806 !important;
    border-bottom: 0px solid #0674b7;
  }
}
.cid-sHim58mEgU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHim58mEgU .content-text {
  margin-bottom: 0;
}
.cid-sHim58mEgU .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sHim58mEgU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0674b7;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sHim58mEgU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sHim58mEgU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sHim58mEgU .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sHim58mEgU .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHim58mEgU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sHim58mEgU .content-right-side {
  text-align: center;
}
.cid-sHim58mEgU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sHim58mEgU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sHim58mEgU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1e865c;
}
.cid-sHim58mEgU .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sHim58mEgU .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHim58mEgU .info-widget:first-child {
  margin-left: 0;
}
.cid-sHim58mEgU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sHim58mEgU .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sHim58mEgU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sHim58mEgU .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sHim58mEgU .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sHim58mEgU .navbar {
    display: block;
    padding: 0;
  }
  .cid-sHim58mEgU .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sHim58mEgU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sHim58mEgU .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sHim58mEgU .navbar-toggler {
    display: none;
  }
  .cid-sHim58mEgU .navbar-collapse {
    justify-content: center;
  }
}
.cid-sHim58mEgU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sHim58mEgU .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sHim58mEgU .btn-sm {
  padding: 13px 29px;
}
.cid-sHim58mEgU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sHim58mEgU .btn::after {
  background-color: #b74806;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sHim58mEgU .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sHim58mEgU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sHim58mEgU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHim58mEgU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sHim58mEgU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHim58mEgU .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHim58mEgU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHim58mEgU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHim58mEgU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sHim58mEgU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sHim58mEgU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHim58mEgU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sHim58mEgU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHim58mEgU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sHim58mEgU button.navbar-toggler:focus {
  outline: none;
}
.cid-sHim58mEgU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0674b7;
}
.cid-sHim58mEgU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHim58mEgU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHim58mEgU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHim58mEgU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHim58mEgU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHim58mEgU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHim58mEgU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHim58mEgU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHim58mEgU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHim58mEgU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHim58mEgU .collapsed .btn {
  display: flex;
}
.cid-sHim58mEgU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHim58mEgU .collapsed .navbar-collapse.collapsing,
.cid-sHim58mEgU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sHim58mEgU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHim58mEgU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHim58mEgU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHim58mEgU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHim58mEgU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHim58mEgU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sHim58mEgU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHim58mEgU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sHim58mEgU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sHim58mEgU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHim58mEgU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sHim58mEgU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sHim58mEgU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sHim58mEgU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHim58mEgU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHim58mEgU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sHim58mEgU .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sHim58mEgU .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sHim58mEgU .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sHim58mEgU .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sHim58mEgU .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sHim58mEgU .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sHim58mEgU .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sHim58mEgU .navbar-collapse.collapsing,
  .cid-sHim58mEgU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHim58mEgU .navbar-collapse.collapsing .navbar-nav,
  .cid-sHim58mEgU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHim58mEgU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHim58mEgU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHim58mEgU .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sHim58mEgU .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sHim58mEgU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHim58mEgU .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sHim58mEgU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHim58mEgU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHim58mEgU img {
    height: 3.8rem !important;
  }
  .cid-sHim58mEgU .btn {
    display: flex;
  }
  .cid-sHim58mEgU button.navbar-toggler {
    display: block;
  }
  .cid-sHim58mEgU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sHim58mEgU .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sHim58mEgU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sHim58mEgU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHim58mEgU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHim58mEgU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sHim58mEgU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sHim58mEgU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sHim58mEgU .navbar-toggler {
  position: relative;
}
.cid-sHim58mEgU .dropdown-item.active,
.cid-sHim58mEgU .dropdown-item:active {
  color: initial;
}
.cid-sHim58mEgU .widget-title {
  color: #b74806;
}
.cid-sHim58mEgU .widget-text {
  color: #b74806;
}
.cid-sHim58mEgU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sHim58mEgU .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0674b7;
  display: inline-flex;
  background-color: #0674b7;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sHim58mEgU .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sHim58mEgU .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #565555;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sHim58mEgU .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sHim58mEgU .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sHim58mEgU .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sHim58mEgU .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sHim58mEgU .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sHim58mEgU .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sHim58mEgU .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sHim58mEgU .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sHim58mEgU .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sHim58mEgU .menu-content-top,
  .cid-sHim58mEgU .menu-bottom {
    padding: 0 15px;
  }
  .cid-sHim58mEgU button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sHim58mEgU .widget-title,
.cid-sHim58mEgU .widget-icon {
  color: #ececec;
}
.cid-sHim5a69cS {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/pexels-pixabay-209230-2000x1339.jpg");
}
.cid-sHim5a69cS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHim5a69cS .mbr-section-title {
  color: #ffffff;
}
.cid-sHim5a69cS .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sHim5a69cS .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sHim5a69cS .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0674b7;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sHim5a69cS .mbr-section-btn {
  display: flex;
}
.cid-sHim5a69cS .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sHim5a69cS .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sHim5a69cS .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sHim5a69cS .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sHim5a69cS .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sHim5a69cS .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sHim5a69cS .video-wrap .icon-wrap .line-video-1,
.cid-sHim5a69cS .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sHim5a69cS .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sHim5a69cS .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sHim5a69cS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sHim5a69cS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sHim5a69cS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sHim5a69cS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #565555;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sHim5a69cS a.close:hover {
  color: #565555;
}
@media (max-width: 991px) {
  .cid-sHim5a69cS .separator,
  .cid-sHim5a69cS .sep-holder,
  .cid-sHim5a69cS .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sHim5a69cS .buttons-wrap {
    flex-direction: column;
  }
  .cid-sHim5a69cS .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sHim5a69cS .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sHim5a69cS .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sHim5a69cS .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sHXj1L0zJ5 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
.cid-sHXj1L0zJ5 .mbr-text,
.cid-sHXj1L0zJ5 .mbr-section-btn {
  color: #565555;
}
.cid-sHXj1L0zJ5 .container {
  max-width: 1000px;
}
.cid-sHXj1L0zJ5 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #0674b7;
  padding-bottom: 1rem;
}
.cid-sIfDeANFMH {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-sIfDeANFMH .image-block {
  margin: auto;
}
.cid-sIfDeANFMH .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sIfDeANFMH .image-block {
    width: 100% !important;
  }
}
.cid-sIfDeANFMH .container-fluid {
  padding: 0;
}
.cid-sIf9DdcWMA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0674b7;
}
.cid-sIf9DdcWMA .widget-title {
  color: #0674b7;
  margin-bottom: 30px;
}
.cid-sIf9DdcWMA .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #75b5dc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIf9DdcWMA .mbr-text {
  color: #ececec;
}
.cid-sIf9DdcWMA .phone-word {
  color: #1e865c;
}
.cid-sIf9DdcWMA .text-link {
  transition: all 0.3s ease-in;
}
.cid-sIf9DdcWMA .text-link:hover {
  color: #75b5dc !important;
}
.cid-sIf9DdcWMA img {
  height: 100px;
  padding-right: 8px;
}
.cid-sIf9DdcWMA .img1 {
  color: #1e865c;
}
.cid-sIf9DdcWMA .img2 {
  color: #1e865c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sIf9DdcWMA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIf9DdcWMA .content .link-wrap {
  color: red;
}
.cid-sIf9DdcWMA .content .date-wrap {
  color: #0674b7;
}
.cid-sIf9DdcWMA .item,
.cid-sIf9DdcWMA .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIf9DdcWMA .item h4,
.cid-sIf9DdcWMA .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIf9DdcWMA .link {
  transition: all 0.3s ease-in;
}
.cid-sIf9DdcWMA .link .card-img {
  padding-bottom: 3px;
}
.cid-sIf9DdcWMA .link:hover .card-img span {
  color: #75b5dc;
}
.cid-sIf9DdcWMA .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #75b5dc !important;
}
.cid-sIf9DdcWMA .item .card-img {
  width: auto;
}
.cid-sIf9DdcWMA .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sIf9DdcWMA .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sIf9DdcWMA h5 {
    text-align: left !important;
  }
  .cid-sIf9DdcWMA .line-wrap {
    text-align: left !important;
  }
}
.cid-sIf9DdcWMA .item-title {
  color: #ececec;
  transition: all 0.3s ease-in;
}
.cid-sIf9DdcWMA .item-title:hover {
  color: #75b5dc;
}
.cid-sIf9DdcWMA .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sIf9DdcWMA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sIf9DdcWMA .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sIf9DdcWMA .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sIf9DdcWMA .btn[class*="-outline"]:active,
.cid-sIf9DdcWMA .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sIf9DdcWMA .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sIf9DdcWMA .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sIf9DdcWMA .pre-form {
  color: #b74806;
}
.cid-sIf9DdcWMA .form-group,
.cid-sIf9DdcWMA .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sIf9DdcWMA .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #565555;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sIf9DdcWMA .form-control::-webkit-input-placeholder {
  color: #565555;
}
.cid-sIf9DdcWMA .form-control::-moz-placeholder {
  color: #565555;
}
.cid-sIf9DdcWMA .form-control:-moz-placeholder {
  color: #565555;
}
.cid-sIf9DdcWMA .form-control:-ms-input-placeholder {
  color: #565555;
}
.cid-sIf9DdcWMA .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sIf9DdcWMA .form-group .mbr-iconfont {
  color: #1e865c;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sIf9DdcWMA .dragArea {
  flex-direction: column;
}
.cid-sIf9DdcWMA .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sIf9DdcWMA .widget-title,
.cid-sIf9DdcWMA .line-wrap {
  color: #ececec;
}
.cid-sIf9DdcWMA .pre-form,
.cid-sIf9DdcWMA .mbr-text {
  color: #ececec;
}
.cid-sIf9DdcWMA .link-title {
  color: #eff9ff;
}
.cid-sJ5zR8Caja .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sJ5zR8Caja .navbar-fixed-top {
  padding-top: 0;
}
.cid-sJ5zR8Caja .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sJ5zR8Caja .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sJ5zR8Caja .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sJ5zR8Caja .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sJ5zR8Caja .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sJ5zR8Caja .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sJ5zR8Caja .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sJ5zR8Caja .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sJ5zR8Caja .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sJ5zR8Caja .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sJ5zR8Caja .menu-content-top {
  background: #1e865c;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sJ5zR8Caja .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-sJ5zR8Caja .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sJ5zR8Caja .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sJ5zR8Caja .dropdown-item,
.cid-sJ5zR8Caja .nav-link,
.cid-sJ5zR8Caja .brand-name {
  font-style: normal;
}
.cid-sJ5zR8Caja .dropdown-item:hover,
.cid-sJ5zR8Caja .nav-link:hover,
.cid-sJ5zR8Caja .brand-name:hover {
  color: #1e865c !important;
}
.cid-sJ5zR8Caja .dropdown-menu {
  background-color: #ffffff;
}
.cid-sJ5zR8Caja .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sJ5zR8Caja .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-sJ5zR8Caja .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sJ5zR8Caja .nav-item {
  position: relative;
}
.cid-sJ5zR8Caja .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sJ5zR8Caja .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sJ5zR8Caja .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sJ5zR8Caja .nav-link {
    line-height: 6.13;
  }
  .cid-sJ5zR8Caja .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0674b7;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sJ5zR8Caja .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sJ5zR8Caja .dropdown-item {
    color: #b74806 !important;
    border-bottom: 0px solid #0674b7;
  }
}
.cid-sJ5zR8Caja .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ5zR8Caja .content-text {
  margin-bottom: 0;
}
.cid-sJ5zR8Caja .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sJ5zR8Caja .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0674b7;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sJ5zR8Caja .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sJ5zR8Caja .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sJ5zR8Caja .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sJ5zR8Caja .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJ5zR8Caja .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sJ5zR8Caja .content-right-side {
  text-align: center;
}
.cid-sJ5zR8Caja .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sJ5zR8Caja .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sJ5zR8Caja .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #1e865c;
}
.cid-sJ5zR8Caja .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sJ5zR8Caja .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5zR8Caja .info-widget:first-child {
  margin-left: 0;
}
.cid-sJ5zR8Caja .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sJ5zR8Caja .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sJ5zR8Caja .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sJ5zR8Caja .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sJ5zR8Caja .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sJ5zR8Caja .navbar {
    display: block;
    padding: 0;
  }
  .cid-sJ5zR8Caja .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sJ5zR8Caja .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sJ5zR8Caja .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sJ5zR8Caja .navbar-toggler {
    display: none;
  }
  .cid-sJ5zR8Caja .navbar-collapse {
    justify-content: center;
  }
}
.cid-sJ5zR8Caja .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sJ5zR8Caja .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sJ5zR8Caja .btn-sm {
  padding: 13px 29px;
}
.cid-sJ5zR8Caja .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sJ5zR8Caja .btn::after {
  background-color: #b74806;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sJ5zR8Caja .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sJ5zR8Caja .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sJ5zR8Caja .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sJ5zR8Caja .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sJ5zR8Caja .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sJ5zR8Caja .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sJ5zR8Caja .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ5zR8Caja .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sJ5zR8Caja .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sJ5zR8Caja .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sJ5zR8Caja .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sJ5zR8Caja .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sJ5zR8Caja button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sJ5zR8Caja button.navbar-toggler:focus {
  outline: none;
}
.cid-sJ5zR8Caja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0674b7;
}
.cid-sJ5zR8Caja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJ5zR8Caja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJ5zR8Caja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJ5zR8Caja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJ5zR8Caja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJ5zR8Caja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJ5zR8Caja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJ5zR8Caja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJ5zR8Caja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ5zR8Caja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ5zR8Caja .collapsed .btn {
  display: flex;
}
.cid-sJ5zR8Caja .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sJ5zR8Caja .collapsed .navbar-collapse.collapsing,
.cid-sJ5zR8Caja .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sJ5zR8Caja .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sJ5zR8Caja .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sJ5zR8Caja .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sJ5zR8Caja .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sJ5zR8Caja .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sJ5zR8Caja .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sJ5zR8Caja .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sJ5zR8Caja .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sJ5zR8Caja .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sJ5zR8Caja .collapsed button.navbar-toggler {
  display: block;
}
.cid-sJ5zR8Caja .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sJ5zR8Caja .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sJ5zR8Caja .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sJ5zR8Caja .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sJ5zR8Caja .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sJ5zR8Caja .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sJ5zR8Caja .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sJ5zR8Caja .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sJ5zR8Caja .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sJ5zR8Caja .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sJ5zR8Caja .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sJ5zR8Caja .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sJ5zR8Caja .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sJ5zR8Caja .navbar-collapse.collapsing,
  .cid-sJ5zR8Caja .navbar-collapse.show {
    display: block !important;
  }
  .cid-sJ5zR8Caja .navbar-collapse.collapsing .navbar-nav,
  .cid-sJ5zR8Caja .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sJ5zR8Caja .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sJ5zR8Caja .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sJ5zR8Caja .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sJ5zR8Caja .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sJ5zR8Caja .navbar-collapse.collapsing .navbar-buttons,
  .cid-sJ5zR8Caja .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sJ5zR8Caja .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sJ5zR8Caja .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sJ5zR8Caja img {
    height: 3.8rem !important;
  }
  .cid-sJ5zR8Caja .btn {
    display: flex;
  }
  .cid-sJ5zR8Caja button.navbar-toggler {
    display: block;
  }
  .cid-sJ5zR8Caja .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sJ5zR8Caja .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sJ5zR8Caja .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sJ5zR8Caja .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sJ5zR8Caja .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sJ5zR8Caja .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sJ5zR8Caja .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sJ5zR8Caja .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sJ5zR8Caja .navbar-toggler {
  position: relative;
}
.cid-sJ5zR8Caja .dropdown-item.active,
.cid-sJ5zR8Caja .dropdown-item:active {
  color: initial;
}
.cid-sJ5zR8Caja .widget-title {
  color: #b74806;
}
.cid-sJ5zR8Caja .widget-text {
  color: #b74806;
}
.cid-sJ5zR8Caja .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sJ5zR8Caja .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0674b7;
  display: inline-flex;
  background-color: #0674b7;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sJ5zR8Caja .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sJ5zR8Caja .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #565555;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sJ5zR8Caja .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sJ5zR8Caja .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sJ5zR8Caja .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sJ5zR8Caja .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sJ5zR8Caja .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sJ5zR8Caja .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sJ5zR8Caja .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sJ5zR8Caja .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sJ5zR8Caja .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sJ5zR8Caja .menu-content-top,
  .cid-sJ5zR8Caja .menu-bottom {
    padding: 0 15px;
  }
  .cid-sJ5zR8Caja button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sJ5zR8Caja .widget-title,
.cid-sJ5zR8Caja .widget-icon {
  color: #ececec;
}
.cid-sJ5zRc1W42 {
  padding-top: 15rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/s-o-c-i-a-l-c-u-t-1rt4txddabm-unsplash-2000x1331.jpg");
}
.cid-sJ5zRc1W42 .mbr-text,
.cid-sJ5zRc1W42 .mbr-section-btn {
  color: #ececec;
}
.cid-sJ5zRc1W42 .mbr-section-title {
  color: #ececec;
}
.cid-sJ5zRc1W42 .mbr-section-subtitle {
  color: #ececec;
}
.cid-sJ5CrL4tZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececec;
}
.cid-sJ5CrL4tZG .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sJ5CrL4tZG .main_title {
  margin-bottom: 2.5rem;
}
.cid-sJ5CrL4tZG .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sJ5CrL4tZG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJ5CrL4tZG .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ5CrL4tZG .row {
    flex-direction: column-reverse;
  }
  .cid-sJ5CrL4tZG .card-wrapper {
    padding: 0;
  }
  .cid-sJ5CrL4tZG .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sJ5CrL4tZG .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sJ5CrL4tZG .image-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sJ5CrL4tZG .mbr-text,
.cid-sJ5CrL4tZG .linkBtn {
  color: #565555;
}
.cid-sJ5zRsXFV7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0674b7;
}
.cid-sJ5zRsXFV7 .widget-title {
  color: #0674b7;
  margin-bottom: 30px;
}
.cid-sJ5zRsXFV7 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #75b5dc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sJ5zRsXFV7 .mbr-text {
  color: #ececec;
}
.cid-sJ5zRsXFV7 .phone-word {
  color: #1e865c;
}
.cid-sJ5zRsXFV7 .text-link {
  transition: all 0.3s ease-in;
}
.cid-sJ5zRsXFV7 .text-link:hover {
  color: #75b5dc !important;
}
.cid-sJ5zRsXFV7 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sJ5zRsXFV7 .img1 {
  color: #1e865c;
}
.cid-sJ5zRsXFV7 .img2 {
  color: #1e865c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sJ5zRsXFV7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5zRsXFV7 .content .link-wrap {
  color: red;
}
.cid-sJ5zRsXFV7 .content .date-wrap {
  color: #0674b7;
}
.cid-sJ5zRsXFV7 .item,
.cid-sJ5zRsXFV7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sJ5zRsXFV7 .item h4,
.cid-sJ5zRsXFV7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5zRsXFV7 .link {
  transition: all 0.3s ease-in;
}
.cid-sJ5zRsXFV7 .link .card-img {
  padding-bottom: 3px;
}
.cid-sJ5zRsXFV7 .link:hover .card-img span {
  color: #75b5dc;
}
.cid-sJ5zRsXFV7 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #75b5dc !important;
}
.cid-sJ5zRsXFV7 .item .card-img {
  width: auto;
}
.cid-sJ5zRsXFV7 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sJ5zRsXFV7 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sJ5zRsXFV7 h5 {
    text-align: left !important;
  }
  .cid-sJ5zRsXFV7 .line-wrap {
    text-align: left !important;
  }
}
.cid-sJ5zRsXFV7 .item-title {
  color: #ececec;
  transition: all 0.3s ease-in;
}
.cid-sJ5zRsXFV7 .item-title:hover {
  color: #75b5dc;
}
.cid-sJ5zRsXFV7 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sJ5zRsXFV7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sJ5zRsXFV7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sJ5zRsXFV7 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0674b7 !important;
  box-shadow: none !important;
}
.cid-sJ5zRsXFV7 .btn[class*="-outline"]:active,
.cid-sJ5zRsXFV7 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sJ5zRsXFV7 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sJ5zRsXFV7 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sJ5zRsXFV7 .pre-form {
  color: #b74806;
}
.cid-sJ5zRsXFV7 .form-group,
.cid-sJ5zRsXFV7 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sJ5zRsXFV7 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #565555;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sJ5zRsXFV7 .form-control::-webkit-input-placeholder {
  color: #565555;
}
.cid-sJ5zRsXFV7 .form-control::-moz-placeholder {
  color: #565555;
}
.cid-sJ5zRsXFV7 .form-control:-moz-placeholder {
  color: #565555;
}
.cid-sJ5zRsXFV7 .form-control:-ms-input-placeholder {
  color: #565555;
}
.cid-sJ5zRsXFV7 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sJ5zRsXFV7 .form-group .mbr-iconfont {
  color: #1e865c;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sJ5zRsXFV7 .dragArea {
  flex-direction: column;
}
.cid-sJ5zRsXFV7 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sJ5zRsXFV7 .widget-title,
.cid-sJ5zRsXFV7 .line-wrap {
  color: #ececec;
}
.cid-sJ5zRsXFV7 .pre-form,
.cid-sJ5zRsXFV7 .mbr-text {
  color: #ececec;
}
.cid-sJ5zRsXFV7 .link-title {
  color: #eff9ff;
}
