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





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #32a8e8 !important;
}
.bg-success {
  background-color: #32a8e8 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #76ab35 !important;
}
.bg-danger {
  background-color: #32a8e8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #157fb9 !important;
  border-color: #157fb9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #157fb9 !important;
  border-color: #157fb9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #76ab35 !important;
  border-color: #76ab35 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4e7123 !important;
  border-color: #4e7123 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e7123 !important;
  border-color: #4e7123 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #157fb9 !important;
  border-color: #157fb9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #157fb9 !important;
  border-color: #157fb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #76ab35 !important;
  border-color: #76ab35 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4e7123 !important;
  border-color: #4e7123 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4e7123 !important;
  border-color: #4e7123 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #157fb9 !important;
  border-color: #157fb9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #157fb9 !important;
  border-color: #157fb9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #126fa2;
  color: #126fa2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #32a8e8;
  border-color: #32a8e8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #405d1d;
  color: #405d1d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #76ab35;
  border-color: #76ab35;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #76ab35 !important;
  border-color: #76ab35 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #126fa2;
  color: #126fa2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #32a8e8;
  border-color: #32a8e8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #405d1d;
  color: #405d1d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #76ab35;
  border-color: #76ab35;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #76ab35 !important;
  border-color: #76ab35 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #126fa2;
  color: #126fa2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #32a8e8;
  border-color: #32a8e8;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #32a8e8 !important;
}
.text-secondary {
  color: #76ab35 !important;
}
.text-success {
  color: #32a8e8 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #76ab35 !important;
}
.text-danger {
  color: #32a8e8 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #126fa2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #405d1d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #126fa2 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #405d1d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #126fa2 !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: #232323;
}
.alert-warning {
  background-color: #76ab35;
}
.alert-danger {
  background-color: #32a8e8;
}
.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;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #32a8e8;
  border-color: #32a8e8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #32a8e8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9f6fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9f6fd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4d986;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9f6fd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #32a8e8;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #32a8e8 !important;
  -webkit-box-shadow: 0 6px 16px 0 #32a8e8 !important;
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #76ab35 !important;
  -webkit-box-shadow: 0 6px 16px 0 #76ab35 !important;
  background-color: #76ab35 !important;
  border-color: #76ab35 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #32a8e8 !important;
  -webkit-box-shadow: 0 6px 16px 0 #32a8e8 !important;
  background-color: #32a8e8 !important;
  border-color: #32a8e8 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #32a8e8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #32a8e8;
  border-bottom-color: #32a8e8;
}
.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: #000000 !important;
  background-color: #32a8e8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #76ab35 !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='%2332a8e8' %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-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #76ab35;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleLuPvnKO {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manufacturing-industry-1-2000x1335.jpg");
}
.cid-rleLuPvnKO section {
  position: relative;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #ffffff !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #ffffff;
}
.cid-rleLuPvnKO H3 {
  color: #ffffff;
}
.cid-rlf4PtSi5X {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rlf4PtSi5X .mbr-text {
  color: #716c80;
}
.cid-rlf4PtSi5X .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf4PtSi5X .card-img .img1 {
  background-color: #76ab35;
}
.cid-rlf4PtSi5X .card-img .img2 {
  background-color: #76ab35;
}
.cid-rlf4PtSi5X .card-img .img3 {
  background-color: #76ab35;
}
.cid-rlf4PtSi5X .card-img .img4 {
  background-color: #76ab35;
}
.cid-rlf4PtSi5X .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf4PtSi5X .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf4PtSi5X .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf4PtSi5X .card-title,
.cid-rlf4PtSi5X .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf4PtSi5X .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rlf4PtSi5X .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf4PtSi5X .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rlf4PtSi5X .card-img span {
    margin-right: 0rem;
  }
}
.cid-rlf4PtSi5X .card-title {
  color: #32a8e8;
}
.cid-rLZ7fThOyx {
  padding-top: 45px;
  background-color: #32a8e8;
}
.cid-rLZ7fThOyx .text-content {
  padding-bottom: 15px;
}
.cid-rLZ7fThOyx .content-container .btn-bgr {
  z-index: 0;
}
.cid-rLZ7fThOyx .box-item-text {
  color: #767676;
}
.cid-rLZ7fThOyx .box-item {
  padding: 2.5rem;
}
.cid-rLZ7fThOyx .box-item:first-child {
  background-color: #ffffff;
}
.cid-rLZ7fThOyx .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-rLZ7fThOyx .box-item:last-child {
  background-color: #ffffff;
}
.cid-rLZ7fThOyx .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rLZ7fThOyx .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rLZ7fThOyx .box-list li:last-child {
  border-bottom: none;
}
.cid-rLZ7fThOyx .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rLZ7fThOyx .mbr-iconfont {
  color: #32a8e8;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rLZ7fThOyx .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rLZ7fThOyx .mbr-section-subtitle,
  .cid-rLZ7fThOyx .mbr-section-title,
  .cid-rLZ7fThOyx .mbr-text,
  .cid-rLZ7fThOyx .mbr-section-btn,
  .cid-rLZ7fThOyx .icon-block-top,
  .cid-rLZ7fThOyx .box-item-title,
  .cid-rLZ7fThOyx .box-item-text {
    text-align: center !important;
  }
}
.cid-rLZ7fThOyx .mbr-section-title {
  color: #f2f6ff;
}
.cid-rLZ7fThOyx .mbr-text,
.cid-rLZ7fThOyx .mbr-section-btn {
  color: #f2f6ff;
}
.cid-rLZ7fThOyx .mbr-section-subtitle {
  color: #f2f6ff;
}
.cid-rlf6rmW8WO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rlf6rmW8WO H1 {
  color: #32a8e8;
}
.cid-rlf6rmW8WO .mbr-text,
.cid-rlf6rmW8WO .mbr-section-btn {
  color: #716c80;
}
.cid-rlf6rmW8WO img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf6rmW8WO img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlf4QZx6OT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf4QZx6OT H1 {
  color: #32a8e8;
}
.cid-rlf4QZx6OT .mbr-text,
.cid-rlf4QZx6OT .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rlf4QZx6OT .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rlf4QZx6OT .relative {
  position: relative;
}
.cid-rlf4QZx6OT .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rlf4QZx6OT .img1 {
    width: 100%;
  }
}
.cid-rLZaC3cJQd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLZaC3cJQd .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rLZaC3cJQd h4 {
  text-align: center;
}
.cid-rLZaC3cJQd p {
  text-align: center;
}
.cid-rLZaC3cJQd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rLZaC3cJQd .mbr-iconfont {
  transition: all 0.3s;
  color: #76ab35 !important;
  font-size: 6rem !important;
}
.cid-rLZaC3cJQd .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rLZaC3cJQd .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rLZaC3cJQd .card:hover .mbr-iconfont {
  color: #32a8e8 !important;
}
.cid-rLZaC3cJQd .card-title,
.cid-rLZaC3cJQd .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rLZaC3cJQd .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rLZaC3cJQd .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rLZcq1CHVD {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rLZcq1CHVD .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-rLZcq1CHVD .mbr-section-subtitle ul li:before {
  content: "— ";
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  .cid-rLZcq1CHVD .mbr-text,
  .cid-rLZcq1CHVD .mbr-section-subtitle,
  .cid-rLZcq1CHVD .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rlqBcDhRCn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqBcDhRCn H1 {
  color: #32a8e8;
}
.cid-rlqBcDhRCn .align-left {
  margin: auto;
}
.cid-rlqBcDhRCn .row {
  justify-content: space-between;
}
.cid-rlqBcDhRCn .mbr-text,
.cid-rlqBcDhRCn .mbr-section-btn {
  color: #716c80;
}
.cid-rlqBcDhRCn .block-border {
  border-left: 2px solid #76ab35;
  padding-left: 4rem;
}
.cid-rlqBcDhRCn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqBcDhRCn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqBcDhRCn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqBcDhRCn .link:hover {
  color: #32a8e8 !important;
}
.cid-rlqBcDhRCn .link:hover .link-ico {
  color: #32a8e8 !important;
  padding-left: 10px;
}
.cid-rlqBcDhRCn DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqBcDhRCn .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqBcDhRCn h1 {
    padding-bottom: 1rem;
  }
}
.cid-rMnjUvC6pe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #76ab35;
}
.cid-rMnjUvC6pe .mbr-section-subtitle {
  color: #716c80;
}
.cid-rMnjUvC6pe .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rMnjUvC6pe .mbr-text {
  color: #767676;
}
.cid-rMnjUvC6pe .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rMnjUvC6pe .mbr-author-name {
  color: #32a8e8;
}
.cid-rMnjUvC6pe .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rMnjUvC6pe .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rMnjUvC6pe .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rMnjUvC6pe .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rMnjUvC6pe .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rMnjUvC6pe .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rMnjUvC6pe .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rMnjUvC6pe .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rMnjUvC6pe .icon1 {
  color: #76ab35;
}
.cid-rMnjUvC6pe .icon2 {
  color: #57468b;
}
.cid-rMnjUvC6pe .icon3 {
  color: #5580ff;
}
.cid-rMnjUvC6pe .social-list a:focus {
  text-decoration: none;
}
.cid-rMnjUvC6pe H2 {
  color: #f2f6ff;
}
.cid-rlhJpa1Xy3 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlhJpa1Xy3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhJpa1Xy3 input,
.cid-rlhJpa1Xy3 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhJpa1Xy3 img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhJpa1Xy3 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhJpa1Xy3 textarea {
  min-height: 160px;
}
.cid-rlhJpa1Xy3 H5 {
  color: #32a8e8;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhJpa1Xy3 img {
    width: 100%;
  }
  .cid-rlhJpa1Xy3 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-rlhJpa1Xy3 .google-map {
  height: 32rem;
  position: relative;
}
.cid-rlhJpa1Xy3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlhJpa1Xy3 .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-rlhJpa1Xy3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlhJpa1Xy3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rlhJpa1Xy3 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rlf5rK4iOY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #32a8e8;
}
.cid-rlf5rK4iOY section {
  position: relative;
}
.cid-rlf5rK4iOY .container {
  max-width: 1400px;
}
.cid-rlf5rK4iOY .card-img2 span {
  padding-top: 6px;
}
.cid-rlf5rK4iOY .soc-item a {
  padding-top: 5px;
}
.cid-rlf5rK4iOY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlf5rK4iOY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlf5rK4iOY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlf5rK4iOY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rlf5rK4iOY #e2_shape {
  fill: #ffffff !important;
}
.cid-rlf5rK4iOY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlf5rK4iOY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlf5rK4iOY .card-img2 {
  width: 45px;
  height: 45px;
  background: #32a8e8;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlf5rK4iOY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlf5rK4iOY .soc-item span {
  font-size: 1.4rem;
}
.cid-rlf5rK4iOY .soc-item:hover span {
  color: #32a8e8 !important;
}
.cid-rlf5rK4iOY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlf5rK4iOY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlf5rK4iOY .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlf5rK4iOY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlf5rK4iOY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlf5rK4iOY .item {
    justify-content: center;
  }
  .cid-rlf5rK4iOY .quote::after {
    left: 60px;
  }
}
.cid-rlf5rK4iOY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlf5rK4iOY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlf5rK4iOY .text1 {
  color: #ffffff;
}
.cid-rlf5rK4iOY .item-title {
  color: #ffffff;
}
.cid-rlf5rK4iOY H5 {
  color: #ffffff;
}
.cid-rlf5rK4iOY .theme {
  color: #ffffff;
}
.cid-rlf5rK4iOY .copyright > p {
  color: #ff3366;
}
.cid-rlf5rK4iOY .text2 {
  color: #ffffff;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #76ab35;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rMnmiLNF8S {
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
}
.cid-rMnmiLNF8S section {
  position: relative;
}
.cid-rMnmiLNF8S svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rMnmiLNF8S .mbr-text,
.cid-rMnmiLNF8S .mbr-section-btn {
  color: #343351;
}
.cid-rMnmiLNF8S #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rMnmiLNF8S #e19_areaS3 {
  fill: #76ab35 !important;
}
.cid-rMnmiLNF8S H1 {
  color: #32a8e8;
}
.cid-rMnmiLNF8S img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rMnmiLNF8S .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rMnmiLNF8S .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rMnmiLNF8S img {
    width: 100%;
  }
}
.cid-rMnoa16f20 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMnoa16f20 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rMnoa16f20 H1 {
  color: #32a8e8;
}
.cid-rMnoa16f20 .mbr-text,
.cid-rMnoa16f20 .mbr-section-btn {
  color: #716c80;
}
.cid-rMnoa16f20 H3 {
  color: #716c80;
}
.cid-rMnoa16f20 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMnoa16f20 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rMnoa16f20 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rMnoa16f20 .link:hover {
  color: #32a8e8 !important;
}
.cid-rMnoa16f20 .link:hover .link-ico {
  color: #32a8e8 !important;
  padding-left: 10px;
}
.cid-rMnoa16f20 DIV {
  color: #57468b;
}
.cid-rMnpyHgIlN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b4c99c;
}
.cid-rMnpyHgIlN H1 {
  color: #f2f6ff;
}
.cid-rMnpyHgIlN .mbr-text,
.cid-rMnpyHgIlN .mbr-section-btn {
  color: #232323;
}
.cid-rMnpyHgIlN img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rMnpyHgIlN img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rMnp6iTGib {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #32a8e8;
}
.cid-rMnp6iTGib section {
  position: relative;
}
.cid-rMnp6iTGib .container {
  max-width: 1400px;
}
.cid-rMnp6iTGib .card-img2 span {
  padding-top: 6px;
}
.cid-rMnp6iTGib .soc-item a {
  padding-top: 5px;
}
.cid-rMnp6iTGib .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rMnp6iTGib .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rMnp6iTGib .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rMnp6iTGib svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rMnp6iTGib #e2_shape {
  fill: #ffffff !important;
}
.cid-rMnp6iTGib .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rMnp6iTGib .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rMnp6iTGib .card-img2 {
  width: 45px;
  height: 45px;
  background: #32a8e8;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rMnp6iTGib .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rMnp6iTGib .soc-item span {
  font-size: 1.4rem;
}
.cid-rMnp6iTGib .soc-item:hover span {
  color: #32a8e8 !important;
}
.cid-rMnp6iTGib .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rMnp6iTGib .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rMnp6iTGib .media-wrap {
  margin-bottom: 1rem;
}
.cid-rMnp6iTGib .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rMnp6iTGib img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rMnp6iTGib .item {
    justify-content: center;
  }
  .cid-rMnp6iTGib .quote::after {
    left: 60px;
  }
}
.cid-rMnp6iTGib .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rMnp6iTGib .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rMnp6iTGib .text1 {
  color: #ffffff;
}
.cid-rMnp6iTGib .item-title {
  color: #ffffff;
}
.cid-rMnp6iTGib H5 {
  color: #ffffff;
}
.cid-rMnp6iTGib .theme {
  color: #ffffff;
}
.cid-rMnp6iTGib .copyright > p {
  color: #ff3366;
}
.cid-rMnp6iTGib .text2 {
  color: #ffffff;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #76ab35;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNL6TP9BpY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rNL6TP9BpY section {
  position: relative;
}
.cid-rNL6TP9BpY svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rNL6TP9BpY H1 {
  color: #ffffff;
}
.cid-rNL6TP9BpY .mbr-text,
.cid-rNL6TP9BpY .mbr-section-btn {
  color: #716c80;
}
.cid-rNL6TP9BpY #e1_ellipse {
  fill: #b4c99c !important;
}
.cid-rNL6TP9BpY img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rNL6TP9BpY img {
    width: 100%;
  }
}
.cid-rNL9g555F1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNL9g555F1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNL9g555F1 H1 {
  color: #32a8e8;
}
.cid-rNL9g555F1 .mbr-text,
.cid-rNL9g555F1 .mbr-section-btn {
  color: #716c80;
}
.cid-rNL9g555F1 H3 {
  color: #716c80;
}
.cid-rNL9g555F1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNL9g555F1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNL9g555F1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNL9g555F1 .link:hover {
  color: #32a8e8 !important;
}
.cid-rNL9g555F1 .link:hover .link-ico {
  color: #32a8e8 !important;
  padding-left: 10px;
}
.cid-rNL9g555F1 DIV {
  color: #57468b;
}
.cid-rNL9g555F1 .mbr-text,
.cid-rNL9g555F1 .media-content {
  color: #232323;
}
.cid-rNLbgTW1dR {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #32a8e8;
}
.cid-rNLbgTW1dR section {
  position: relative;
}
.cid-rNLbgTW1dR .container {
  max-width: 1400px;
}
.cid-rNLbgTW1dR .card-img2 span {
  padding-top: 6px;
}
.cid-rNLbgTW1dR .soc-item a {
  padding-top: 5px;
}
.cid-rNLbgTW1dR .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rNLbgTW1dR .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rNLbgTW1dR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rNLbgTW1dR svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rNLbgTW1dR #e2_shape {
  fill: #ffffff !important;
}
.cid-rNLbgTW1dR .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rNLbgTW1dR .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rNLbgTW1dR .card-img2 {
  width: 45px;
  height: 45px;
  background: #32a8e8;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNLbgTW1dR .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rNLbgTW1dR .soc-item span {
  font-size: 1.4rem;
}
.cid-rNLbgTW1dR .soc-item:hover span {
  color: #32a8e8 !important;
}
.cid-rNLbgTW1dR .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rNLbgTW1dR .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rNLbgTW1dR .media-wrap {
  margin-bottom: 1rem;
}
.cid-rNLbgTW1dR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rNLbgTW1dR img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rNLbgTW1dR .item {
    justify-content: center;
  }
  .cid-rNLbgTW1dR .quote::after {
    left: 60px;
  }
}
.cid-rNLbgTW1dR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rNLbgTW1dR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNLbgTW1dR .text1 {
  color: #ffffff;
}
.cid-rNLbgTW1dR .item-title {
  color: #ffffff;
}
.cid-rNLbgTW1dR H5 {
  color: #ffffff;
}
.cid-rNLbgTW1dR .theme {
  color: #ffffff;
}
.cid-rNLbgTW1dR .copyright > p {
  color: #ff3366;
}
.cid-rNLbgTW1dR .text2 {
  color: #ffffff;
}
.cid-rNLagb0ytS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rNLagb0ytS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rNLagb0ytS .nav-item:focus,
.cid-rNLagb0ytS .nav-link:focus {
  outline: none;
}
.cid-rNLagb0ytS .text-white:hover,
.cid-rNLagb0ytS .text-white:active,
.cid-rNLagb0ytS .text-white:focus {
  color: white!important;
}
.cid-rNLagb0ytS .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNLagb0ytS .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rNLagb0ytS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNLagb0ytS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rNLagb0ytS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rNLagb0ytS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNLagb0ytS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rNLagb0ytS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNLagb0ytS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNLagb0ytS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rNLagb0ytS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rNLagb0ytS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNLagb0ytS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rNLagb0ytS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNLagb0ytS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNLagb0ytS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNLagb0ytS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNLagb0ytS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNLagb0ytS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNLagb0ytS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNLagb0ytS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNLagb0ytS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNLagb0ytS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNLagb0ytS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNLagb0ytS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNLagb0ytS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNLagb0ytS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNLagb0ytS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNLagb0ytS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNLagb0ytS .section {
  position: relative;
  overflow: visible!important;
}
.cid-rNLagb0ytS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rNLagb0ytS .dropdown-item:hover {
  color: black!important;
}
.cid-rNLagb0ytS .dropdown-menu {
  background-color: white!important;
}
.cid-rNLagb0ytS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rNLagb0ytS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rNLagb0ytS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rNLagb0ytS .nav-item .nav-link {
    position: relative;
  }
}
.cid-rNLagb0ytS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNLagb0ytS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNLagb0ytS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rNLagb0ytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNLagb0ytS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNLagb0ytS .collapsed {
  flex-direction: row!important;
}
.cid-rNLagb0ytS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNLagb0ytS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNLagb0ytS .navbar-caption {
  font-weight: 600!important;
}
.cid-rNLagb0ytS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNLagb0ytS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNLagb0ytS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNLagb0ytS .dropdown-item.active,
.cid-rNLagb0ytS .dropdown-item:active {
  background-color: transparent;
}
.cid-rNLagb0ytS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNLagb0ytS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNLagb0ytS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNLagb0ytS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNLagb0ytS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNLagb0ytS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNLagb0ytS .navbar-buttons {
  text-align: center;
}
.cid-rNLagb0ytS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNLagb0ytS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #76ab35;
}
.cid-rNLagb0ytS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNLagb0ytS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNLagb0ytS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNLagb0ytS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNLagb0ytS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNLagb0ytS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNLagb0ytS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNLagb0ytS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNLagb0ytS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNLagb0ytS .nav-link {
  font-weight: 600!important;
}
.cid-rNLagb0ytS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNLagb0ytS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rNLagb0ytS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rNLagb0ytS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNLagb0ytS .navbar {
    height: 77px;
  }
  .cid-rNLagb0ytS .navbar.opened {
    height: auto;
  }
  .cid-rNLagb0ytS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNLagbHzvb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rNLagbHzvb section {
  position: relative;
}
.cid-rNLagbHzvb svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rNLagbHzvb H1 {
  color: #ffffff;
}
.cid-rNLagbHzvb .mbr-text,
.cid-rNLagbHzvb .mbr-section-btn {
  color: #716c80;
}
.cid-rNLagbHzvb #e1_ellipse {
  fill: #d1efff !important;
}
.cid-rNLagbHzvb img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rNLagbHzvb img {
    width: 100%;
  }
}
.cid-rNLagcbff9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNLagcbff9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNLagcbff9 H1 {
  color: #76ab35;
}
.cid-rNLagcbff9 .mbr-text,
.cid-rNLagcbff9 .mbr-section-btn {
  color: #716c80;
}
.cid-rNLagcbff9 H3 {
  color: #716c80;
}
.cid-rNLagcbff9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNLagcbff9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNLagcbff9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNLagcbff9 .link:hover {
  color: #32a8e8 !important;
}
.cid-rNLagcbff9 .link:hover .link-ico {
  color: #32a8e8 !important;
  padding-left: 10px;
}
.cid-rNLagcbff9 DIV {
  color: #57468b;
}
.cid-rNLagcbff9 .mbr-text,
.cid-rNLagcbff9 .media-content {
  color: #232323;
}
.cid-rNLbjKeIS0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #32a8e8;
}
.cid-rNLbjKeIS0 section {
  position: relative;
}
.cid-rNLbjKeIS0 .container {
  max-width: 1400px;
}
.cid-rNLbjKeIS0 .card-img2 span {
  padding-top: 6px;
}
.cid-rNLbjKeIS0 .soc-item a {
  padding-top: 5px;
}
.cid-rNLbjKeIS0 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rNLbjKeIS0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rNLbjKeIS0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rNLbjKeIS0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rNLbjKeIS0 #e2_shape {
  fill: #ffffff !important;
}
.cid-rNLbjKeIS0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rNLbjKeIS0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rNLbjKeIS0 .card-img2 {
  width: 45px;
  height: 45px;
  background: #32a8e8;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNLbjKeIS0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rNLbjKeIS0 .soc-item span {
  font-size: 1.4rem;
}
.cid-rNLbjKeIS0 .soc-item:hover span {
  color: #32a8e8 !important;
}
.cid-rNLbjKeIS0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rNLbjKeIS0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rNLbjKeIS0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-rNLbjKeIS0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rNLbjKeIS0 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rNLbjKeIS0 .item {
    justify-content: center;
  }
  .cid-rNLbjKeIS0 .quote::after {
    left: 60px;
  }
}
.cid-rNLbjKeIS0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rNLbjKeIS0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNLbjKeIS0 .text1 {
  color: #ffffff;
}
.cid-rNLbjKeIS0 .item-title {
  color: #ffffff;
}
.cid-rNLbjKeIS0 H5 {
  color: #ffffff;
}
.cid-rNLbjKeIS0 .theme {
  color: #ffffff;
}
.cid-rNLbjKeIS0 .copyright > p {
  color: #ff3366;
}
.cid-rNLbjKeIS0 .text2 {
  color: #ffffff;
}
