body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3e97d1 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #215f88;
  color: #215f88 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3e97d1 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #215f88 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3e97d1;
  border-color: #3e97d1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #3e97d1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3f0f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #3e97d1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3e97d1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3e97d1;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3e97d1;
  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: #3e97d1;
  border-bottom-color: #3e97d1;
}
.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: #3e97d1 !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: #3e97d1 !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='%233e97d1' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-qGyMCNaEAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qGyMCNaEAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qGyMCNaEAB .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qGyMCNaEAB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qGyMCNaEAB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qGyMCNaEAB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGyMCNaEAB .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qGyMCNaEAB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-qGyMCNaEAB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qGyMCNaEAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGyMCNaEAB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qGyMCNaEAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGyMCNaEAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGyMCNaEAB .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-qGyMCNaEAB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qGyMCNaEAB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qGyMCNaEAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGyMCNaEAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qGyMCNaEAB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qGyMCNaEAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGyMCNaEAB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qGyMCNaEAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGyMCNaEAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGyMCNaEAB .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-qGyMCNaEAB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qGyMCNaEAB .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qGyMCNaEAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGyMCNaEAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGyMCNaEAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qGyMCNaEAB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qGyMCNaEAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qGyMCNaEAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qGyMCNaEAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qGyMCNaEAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGyMCNaEAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGyMCNaEAB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGyMCNaEAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGyMCNaEAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGyMCNaEAB .dropdown-item.active,
.cid-qGyMCNaEAB .dropdown-item:active {
  background-color: transparent;
}
.cid-qGyMCNaEAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGyMCNaEAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGyMCNaEAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGyMCNaEAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qGyMCNaEAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qGyMCNaEAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGyMCNaEAB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGyMCNaEAB .navbar-buttons {
  text-align: center;
}
.cid-qGyMCNaEAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGyMCNaEAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qGyMCNaEAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGyMCNaEAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGyMCNaEAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGyMCNaEAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGyMCNaEAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGyMCNaEAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGyMCNaEAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGyMCNaEAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGyMCNaEAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGyMCNaEAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qGyMCNaEAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGyMCNaEAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qGyMCNaEAB .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qGyMCNaEAB .nav-link:hover,
.cid-qGyMCNaEAB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qGyMI4xrfW .modal-body .close {
  background: #1b1b1b;
}
.cid-qGyMI4xrfW .modal-body .close span {
  font-style: normal;
}
.cid-qGyMI4xrfW .carousel-inner > .active,
.cid-qGyMI4xrfW .carousel-inner > .next,
.cid-qGyMI4xrfW .carousel-inner > .prev {
  display: table;
}
.cid-qGyMI4xrfW .carousel-control .icon-next,
.cid-qGyMI4xrfW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qGyMI4xrfW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGyMI4xrfW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qGyMI4xrfW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qGyMI4xrfW .boxed-slider > div {
  position: relative;
}
.cid-qGyMI4xrfW .container img {
  width: 100%;
}
.cid-qGyMI4xrfW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qGyMI4xrfW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qGyMI4xrfW .mbr-table-cell {
  padding: 0;
}
.cid-qGyMI4xrfW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qGyMI4xrfW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qGyMI4xrfW .mbr-overlay {
  z-index: 1;
}
.cid-qGyMI4xrfW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qGyMI4xrfW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qGyMI4xrfW .carousel-item .container {
    width: 100%;
  }
}
.cid-qGyMI4xrfW .carousel-item-next.carousel-item-left,
.cid-qGyMI4xrfW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qGyMI4xrfW .active.carousel-item-right,
.cid-qGyMI4xrfW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qGyMI4xrfW .active.carousel-item-left,
.cid-qGyMI4xrfW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qGyMI4xrfW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-control:hover {
  background-color: #3e97d1;
}
@media (max-width: 767px) {
  .cid-qGyMI4xrfW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators li.active,
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #3e97d1;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators li::after,
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qGyMI4xrfW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qGyMI4xrfW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qGyMI4xrfW .mbr-slider > .container img {
  width: 100%;
}
.cid-qGyMI4xrfW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qGyMI4xrfW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qGyMI4xrfW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qGyMI4xrfW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qGyMI4xrfW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qGyMI4xrfW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qGyMI4xrfW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qGyMI4xrfW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qGyMI4xrfW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qGyMI4xrfW .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qGyMI4xrfW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qGyMI4xrfW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qGyMI4xrfW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sa25Eunrrw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a67a3;
}
.cid-sa25Eunrrw .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-qGyMM7B241 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGyMM7B241 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qGyMM7B241 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-qGyMM7B241 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGyMM7B241 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGyMM7B241 .process-icon,
.cid-qGyMM7B241 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qGyMM7B241 .wrapper,
.cid-qGyMM7B241 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qGyMM7B241 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #0a67a3;
  opacity: .4;
}
.cid-qGyMM7B241 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qGyMM7B241 .icon-container a {
  display: inherit;
}
.cid-qGyMM7B241 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #3e97d1 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-qGyMM7B241 .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qGyMM7B241 .icon-main:hover .icon-wrapper {
  background-color: #3e97d1 !important;
}
.cid-qGyMM7B241 .icon-main:hover .icon-number {
  background-color: #0a67a3 !important;
  color: #ffffff !important;
}
.cid-qGyMM7B241 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qGyMM7B241 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qGyMM7B241 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qGyMM7B241 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qGyMM7B241 .mbr-section-title {
  margin: 0;
}
.cid-qGyMM7B241 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qGyMM7B241 .mbr-section-title,
.cid-qGyMM7B241 .underline {
  color: #232323;
}
.cid-qGz3JCrJ0o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a67a3;
}
.cid-qGz3JCrJ0o .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qGz3JCrJ0o .content-row {
  flex-direction: row-reverse;
}
.cid-qGz3JCrJ0o .photo-split {
  padding: 0;
}
.cid-qGz3JCrJ0o .photo-split img {
  width: 100%;
}
.cid-qGz3JCrJ0o .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-qGz3JCrJ0o .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qGz3JCrJ0o .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qGz3JCrJ0o .counter-container ul li:before {
  color: #3e97d1;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qGz3JCrJ0o .wrap-block {
  padding: 3rem 3rem;
}
.cid-qGz3JCrJ0o .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qGz3JCrJ0o .wrap-block ul li {
  display: inline-block;
}
.cid-qGz3JCrJ0o .wrap-block ul li span {
  text-align: center;
}
.cid-qGz3JCrJ0o .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qGz3JCrJ0o .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGz3JCrJ0o .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGz3JCrJ0o .mbr-list,
.cid-qGz3JCrJ0o .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qGz3JCrJ0o .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qGz3JCrJ0o .mbr-section-title,
  .cid-qGz3JCrJ0o .mbr-section-subtitle,
  .cid-qGz3JCrJ0o .mbr-text {
    text-align: center !important;
  }
  .cid-qGz3JCrJ0o .social-list {
    text-align: center !important;
  }
}
.cid-qGzieEecOd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGzieEecOd .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qGzieEecOd .mbr-section-title {
  margin: 0;
}
.cid-qGzieEecOd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGzieEecOd .underline .line {
  width: 3rem;
  height: 2px;
  background: #3e97d1;
  display: inline-block;
}
.cid-qGzieEecOd .card-img {
  text-align: left;
}
.cid-qGzieEecOd .row-item {
  padding-bottom: 2rem;
}
.cid-qGzieEecOd .row-item:hover .card-img .mbr-iconfont {
  color: #3e97d1 !important;
}
@media (max-width: 767px) {
  .cid-qGzieEecOd .card-img,
  .cid-qGzieEecOd .mbr-text,
  .cid-qGzieEecOd .mbr-card-title,
  .cid-qGzieEecOd .mbr-section-subtitle,
  .cid-qGzieEecOd .mbr-section-title,
  .cid-qGzieEecOd .underline {
    text-align: center !important;
  }
}
.cid-qID3HANKYa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a67a3;
}
.cid-qID3HANKYa .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qID3HANKYa .mbr-text {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cid-qID3HANKYa .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qID3HANKYa .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qID3HANKYa .mbr-section-title {
  text-align: center;
}
.cid-qIlJvV7kaO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qIlJvV7kaO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qIlJvV7kaO .photo-split {
  padding: 0;
}
.cid-qIlJvV7kaO .photo-split img {
  width: 100%;
}
.cid-qIlJvV7kaO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qIlJvV7kaO .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qIlJvV7kaO .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qIlJvV7kaO .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qIlJvV7kaO .wrap-block {
  padding: 3rem 3rem;
}
.cid-qIlJvV7kaO .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qIlJvV7kaO .wrap-block ul li {
  display: inline-block;
}
.cid-qIlJvV7kaO .wrap-block ul li span {
  text-align: center;
}
.cid-qIlJvV7kaO .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qIlJvV7kaO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qIlJvV7kaO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qIlJvV7kaO .mbr-list,
.cid-qIlJvV7kaO .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qIlJvV7kaO .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qIlJvV7kaO .mbr-section-title,
  .cid-qIlJvV7kaO .mbr-section-subtitle,
  .cid-qIlJvV7kaO .mbr-text {
    text-align: center !important;
  }
  .cid-qIlJvV7kaO .social-list {
    text-align: center !important;
  }
}
.cid-qIm39w64yu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qIm39w64yu .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #333333;
}
.cid-qGzjjOMmPb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0a67a3;
}
.cid-qGzjjOMmPb .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qGzjjOMmPb .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGzjjOMmPb .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qGzjjOMmPb .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qGzjjOMmPb .mbr-section-title {
  text-align: center;
}
.cid-skcx7GkGD4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-skcx7GkGD4 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-skcx7GkGD4 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-skcx7GkGD4 .list-group-item {
  padding: .75rem 0rem;
}
.cid-skcx7GkGD4 .plan-subtitle {
  color: #cccccc;
}
.cid-skcx7GkGD4 .mbr-text {
  margin: 10px 0 0 0;
  color: #ff4100;
}
.cid-skcx7GkGD4 .nav-tabs {
  border: none !important;
}
.cid-skcx7GkGD4 .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}
.cid-skcx7GkGD4 .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #0a67a3 !important;
  border-color: #ffffff !important;
}
.cid-skcx7GkGD4 .nav-tabs .btn.active,
.cid-skcx7GkGD4 .nav-tabs .btn:hover {
  background: #0a67a3 !important;
  color: #ffffff !important;
  border-color: #0a67a3 !important;
}
.cid-skcx7GkGD4 .nav-tabs .btn.active:after {
  animation: none;
}
.cid-skcx7GkGD4 .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.cid-skcx7GkGD4 .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-skcx7GkGD4 .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-skcx7GkGD4 .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-skcx7GkGD4 .plan .mbr-overlay {
  background: #0a67a3;
  opacity: 1;
}
.cid-skcx7GkGD4 .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-skcx7GkGD4 .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-skcx7GkGD4 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-skcx7GkGD4 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-skcx7GkGD4 .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-skcx7GkGD4 .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-skcx7GkGD4 .plan {
    margin-bottom: 30px;
  }
}
.cid-skcx7GkGD4 .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-skcx7GkGD4 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qHopheimF1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1620x1080.jpg");
}
.cid-qHopheimF1 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qHopheimF1 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qHopheimF1 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qHopheimF1 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qHopheimF1 .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qHopheimF1 .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-qHopheimF1 .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-qHopheimF1 .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-qHopheimF1 .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-qHopheimF1 .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qHopheimF1 .carousel-control:hover {
  background-color: #3e97d1;
}
@media (max-width: 767px) {
  .cid-qHopheimF1 .carousel-control {
    display: none;
  }
  .cid-qHopheimF1 .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-qHopheimF1 .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-qHopheimF1 .cloneditem-1,
.cid-qHopheimF1 .cloneditem-2,
.cid-qHopheimF1 .cloneditem-3,
.cid-qHopheimF1 .cloneditem-4,
.cid-qHopheimF1 .cloneditem-5 {
  display: none;
}
.cid-qHopheimF1 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qHopheimF1 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides2 .cloneditem-1,
  .cid-qHopheimF1 .carousel-inner.slides2 .cloneditem-2,
  .cid-qHopheimF1 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides3 .cloneditem-1,
  .cid-qHopheimF1 .carousel-inner.slides3 .cloneditem-2,
  .cid-qHopheimF1 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides4 .cloneditem-1,
  .cid-qHopheimF1 .carousel-inner.slides4 .cloneditem-2,
  .cid-qHopheimF1 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides5 .cloneditem-1,
  .cid-qHopheimF1 .carousel-inner.slides5 .cloneditem-2,
  .cid-qHopheimF1 .carousel-inner.slides5 .cloneditem-3,
  .cid-qHopheimF1 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qHopheimF1 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qHopheimF1 .carousel-inner.slides6 .cloneditem-1,
  .cid-qHopheimF1 .carousel-inner.slides6 .cloneditem-2,
  .cid-qHopheimF1 .carousel-inner.slides6 .cloneditem-3,
  .cid-qHopheimF1 .carousel-inner.slides6 .cloneditem-4,
  .cid-qHopheimF1 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qHopheimF1 .mbr-section-title {
  margin: 0;
}
.cid-qHopheimF1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qHopheimF1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qHopheimF1 .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qHopheimF1 .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-qHopheimF1 .carousel-control-prev {
    left: 15px !important;
  }
  .cid-qHopheimF1 .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-qHopheimF1 .carousel-control-next {
    right: 15px !important;
  }
  .cid-qHopheimF1 .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-skoyfsRGwx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skoyfsRGwx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoyfsRGwx textarea {
  min-height: 150px;
}
.cid-skoyfsRGwx .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-skoyfsRGwx .form-control,
.cid-skoyfsRGwx .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-skoyfsRGwx .form-control input::-webkit-input-placeholder,
.cid-skoyfsRGwx .field-input input::-webkit-input-placeholder,
.cid-skoyfsRGwx .form-control textarea::-webkit-input-placeholder,
.cid-skoyfsRGwx .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-skoyfsRGwx .form-control input:-moz-placeholder,
.cid-skoyfsRGwx .field-input input:-moz-placeholder,
.cid-skoyfsRGwx .form-control textarea:-moz-placeholder,
.cid-skoyfsRGwx .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-skoyfsRGwx .form-control:hover,
.cid-skoyfsRGwx .field-input:hover,
.cid-skoyfsRGwx .form-control:focus,
.cid-skoyfsRGwx .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoyfsRGwx .form-control:hover input::-webkit-input-placeholder,
.cid-skoyfsRGwx .field-input:hover input::-webkit-input-placeholder,
.cid-skoyfsRGwx .form-control:focus input::-webkit-input-placeholder,
.cid-skoyfsRGwx .field-input:focus input::-webkit-input-placeholder,
.cid-skoyfsRGwx .form-control:hover textarea::-webkit-input-placeholder,
.cid-skoyfsRGwx .field-input:hover textarea::-webkit-input-placeholder,
.cid-skoyfsRGwx .form-control:focus textarea::-webkit-input-placeholder,
.cid-skoyfsRGwx .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-skoyfsRGwx .form-control:hover input:-moz-placeholder,
.cid-skoyfsRGwx .field-input:hover input:-moz-placeholder,
.cid-skoyfsRGwx .form-control:focus input:-moz-placeholder,
.cid-skoyfsRGwx .field-input:focus input:-moz-placeholder,
.cid-skoyfsRGwx .form-control:hover textarea:-moz-placeholder,
.cid-skoyfsRGwx .field-input:hover textarea:-moz-placeholder,
.cid-skoyfsRGwx .form-control:focus textarea:-moz-placeholder,
.cid-skoyfsRGwx .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-skoyfsRGwx .jq-number__spin:hover,
.cid-skoyfsRGwx .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoyfsRGwx .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-skoyfsRGwx .jq-selectbox li,
.cid-skoyfsRGwx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoyfsRGwx .jq-selectbox li:hover,
.cid-skoyfsRGwx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoyfsRGwx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-skoyfsRGwx .jq-number__spin.minus:hover:after,
.cid-skoyfsRGwx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoyfsRGwx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-skoyfsRGwx .jq-number__spin.minus:after,
.cid-skoyfsRGwx .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoyfsRGwx input::-webkit-clear-button {
  display: none;
}
.cid-skoyfsRGwx input::-webkit-inner-spin-button {
  display: none;
}
.cid-skoyfsRGwx input::-webkit-outer-spin-button {
  display: none;
}
.cid-skoyfsRGwx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-qHF19XkUKn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qHF19XkUKn a:link {
  text-decoration: none;
}
.cid-qHF19XkUKn .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qHF19XkUKn .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-qHF19XkUKn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qHF19XkUKn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qHF19XkUKn .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-qHF19XkUKn .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-qHF19XkUKn .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-qHF19XkUKn .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-qHF19XkUKn .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-qHF19XkUKn .plan-title,
.cid-qHF19XkUKn .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-qHF19XkUKn .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-qHF19XkUKn .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-qHF19XkUKn .mbr-section-title span {
  color: #ffbc00;
}
.cid-qHF19XkUKn .mbr-section-title {
  color: #ffffff;
}
.cid-qHF19XkUKn .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-qHF19XkUKn .mbr-text {
  color: #c1c1c1;
}
.cid-qHF19XkUKn LI {
  color: #efefef;
}
.cid-qGBWve4OYv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qGBWve4OYv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qGBWve4OYv .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qGBWve4OYv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qGBWve4OYv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qGBWve4OYv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGBWve4OYv .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qGBWve4OYv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-qGBWve4OYv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qGBWve4OYv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGBWve4OYv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qGBWve4OYv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGBWve4OYv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGBWve4OYv .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-qGBWve4OYv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qGBWve4OYv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qGBWve4OYv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGBWve4OYv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qGBWve4OYv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qGBWve4OYv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGBWve4OYv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qGBWve4OYv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGBWve4OYv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGBWve4OYv .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-qGBWve4OYv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qGBWve4OYv .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qGBWve4OYv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGBWve4OYv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGBWve4OYv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qGBWve4OYv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qGBWve4OYv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qGBWve4OYv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qGBWve4OYv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qGBWve4OYv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGBWve4OYv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGBWve4OYv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGBWve4OYv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGBWve4OYv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGBWve4OYv .dropdown-item.active,
.cid-qGBWve4OYv .dropdown-item:active {
  background-color: transparent;
}
.cid-qGBWve4OYv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGBWve4OYv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGBWve4OYv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGBWve4OYv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qGBWve4OYv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qGBWve4OYv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGBWve4OYv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGBWve4OYv .navbar-buttons {
  text-align: center;
}
.cid-qGBWve4OYv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGBWve4OYv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qGBWve4OYv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGBWve4OYv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGBWve4OYv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGBWve4OYv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGBWve4OYv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGBWve4OYv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGBWve4OYv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGBWve4OYv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGBWve4OYv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGBWve4OYv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qGBWve4OYv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGBWve4OYv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qGBWve4OYv .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qGBWve4OYv .nav-link:hover,
.cid-qGBWve4OYv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qGBWvfXgmW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0a67a3;
}
.cid-qGBWvfXgmW .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qGBWvfXgmW .content-row {
  flex-direction: row-reverse;
}
.cid-qGBWvfXgmW .photo-split {
  padding: 0;
}
.cid-qGBWvfXgmW .photo-split img {
  width: 100%;
}
.cid-qGBWvfXgmW .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-qGBWvfXgmW .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qGBWvfXgmW .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qGBWvfXgmW .counter-container ul li:before {
  color: #3e97d1;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qGBWvfXgmW .wrap-block {
  padding: 3rem 3rem;
}
.cid-qGBWvfXgmW .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qGBWvfXgmW .wrap-block ul li {
  display: inline-block;
}
.cid-qGBWvfXgmW .wrap-block ul li span {
  text-align: center;
}
.cid-qGBWvfXgmW .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qGBWvfXgmW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGBWvfXgmW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGBWvfXgmW .mbr-list,
.cid-qGBWvfXgmW .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qGBWvfXgmW .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qGBWvfXgmW .mbr-section-title,
  .cid-qGBWvfXgmW .mbr-section-subtitle,
  .cid-qGBWvfXgmW .mbr-text {
    text-align: center !important;
  }
  .cid-qGBWvfXgmW .social-list {
    text-align: center !important;
  }
}
.cid-qGC39fwfcJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGC39fwfcJ .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-qGC39fwfcJ .card {
  margin-bottom: 2rem;
}
.cid-qGC39fwfcJ .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-qGC39fwfcJ .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qGC39fwfcJ .btn {
  margin: .3rem;
}
.cid-qGC39fwfcJ .mbr-section-title {
  margin: 0;
}
.cid-qGC39fwfcJ .card-underline,
.cid-qGC39fwfcJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGC39fwfcJ .card-underline .line,
.cid-qGC39fwfcJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGC39fwfcJ .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qGC39fwfcJ .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-qGC39fwfcJ .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qGC39fwfcJ .row-content {
    min-width: 100%;
  }
  .cid-qGC39fwfcJ .card {
    display: block;
  }
}
.cid-qGC39fwfcJ .card-box > p,
.cid-qGC39fwfcJ .mbr-section-btn {
  text-align: left;
}
.cid-qIxoSC83Nl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0a67a3;
}
.cid-qIxoSC83Nl .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-qGCege5SMV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qGCege5SMV .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qGCege5SMV .content-row {
  flex-direction: row-reverse;
}
.cid-qGCege5SMV .photo-split {
  padding: 0;
}
.cid-qGCege5SMV .photo-split img {
  width: 100%;
}
.cid-qGCege5SMV .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qGCege5SMV .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qGCege5SMV .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qGCege5SMV .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qGCege5SMV .wrap-block {
  padding: 3rem 3rem;
}
.cid-qGCege5SMV .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qGCege5SMV .wrap-block ul li {
  display: inline-block;
}
.cid-qGCege5SMV .wrap-block ul li span {
  text-align: center;
}
.cid-qGCege5SMV .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qGCege5SMV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGCege5SMV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGCege5SMV .mbr-list,
.cid-qGCege5SMV .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qGCege5SMV .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qGCege5SMV .mbr-section-title,
  .cid-qGCege5SMV .mbr-section-subtitle,
  .cid-qGCege5SMV .mbr-text {
    text-align: center !important;
  }
  .cid-qGCege5SMV .social-list {
    text-align: center !important;
  }
}
.cid-skbPjJUy8A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-skbPjJUy8A .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-skbPjJUy8A .panel-group {
  width: 100%;
}
.cid-skbPjJUy8A .panel-text,
.cid-skbPjJUy8A .header-text,
.cid-skbPjJUy8A .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-skbPjJUy8A .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-skbPjJUy8A .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-skbPjJUy8A .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-skbPjJUy8A .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skbPjJUy8A .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-skbPjJUy8A .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-skbPjJUy8A .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #0a67a3;
}
.cid-skbPjJUy8A .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-skbPjJUy8A .card .panel-body {
  background: #ffffff;
}
.cid-skbPjJUy8A .sign {
  color: #232323;
}
.cid-qGBWvhyZL4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a67a3;
}
.cid-qGBWvhyZL4 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qGBWvhyZL4 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGBWvhyZL4 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qGBWvhyZL4 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qGBWvhyZL4 .mbr-section-title {
  text-align: center;
}
.cid-uBd5XrLFbW {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uBd5XrLFbW .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uBd5XrLFbW .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uBd5XrLFbW .list-group-item {
  padding: .75rem 0rem;
}
.cid-uBd5XrLFbW .plan-subtitle {
  color: #cccccc;
}
.cid-uBd5XrLFbW .mbr-text {
  margin: 10px 0 0 0;
  color: #ff4100;
}
.cid-uBd5XrLFbW .nav-tabs {
  border: none !important;
}
.cid-uBd5XrLFbW .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}
.cid-uBd5XrLFbW .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #0a67a3 !important;
  border-color: #ffffff !important;
}
.cid-uBd5XrLFbW .nav-tabs .btn.active,
.cid-uBd5XrLFbW .nav-tabs .btn:hover {
  background: #0a67a3 !important;
  color: #ffffff !important;
  border-color: #0a67a3 !important;
}
.cid-uBd5XrLFbW .nav-tabs .btn.active:after {
  animation: none;
}
.cid-uBd5XrLFbW .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.cid-uBd5XrLFbW .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uBd5XrLFbW .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-uBd5XrLFbW .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-uBd5XrLFbW .plan .mbr-overlay {
  background: #0a67a3;
  opacity: 1;
}
.cid-uBd5XrLFbW .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-uBd5XrLFbW .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-uBd5XrLFbW .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-uBd5XrLFbW .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-uBd5XrLFbW .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-uBd5XrLFbW .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-uBd5XrLFbW .plan {
    margin-bottom: 30px;
  }
}
.cid-uBd5XrLFbW .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-uBd5XrLFbW .price-figure {
    font-size: 4.25rem;
  }
}
.cid-skcv8jgln8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a67a3;
}
.cid-skcv8jgln8 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-rdyX8I34Ks {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1620x1080.jpg");
}
.cid-rdyX8I34Ks .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rdyX8I34Ks .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rdyX8I34Ks .carousel-item .wrap-img {
  text-align: center;
}
.cid-rdyX8I34Ks .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rdyX8I34Ks .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rdyX8I34Ks .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-rdyX8I34Ks .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-rdyX8I34Ks .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-rdyX8I34Ks .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-rdyX8I34Ks .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rdyX8I34Ks .carousel-control:hover {
  background-color: #3e97d1;
}
@media (max-width: 767px) {
  .cid-rdyX8I34Ks .carousel-control {
    display: none;
  }
  .cid-rdyX8I34Ks .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rdyX8I34Ks .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-rdyX8I34Ks .cloneditem-1,
.cid-rdyX8I34Ks .cloneditem-2,
.cid-rdyX8I34Ks .cloneditem-3,
.cid-rdyX8I34Ks .cloneditem-4,
.cid-rdyX8I34Ks .cloneditem-5 {
  display: none;
}
.cid-rdyX8I34Ks .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rdyX8I34Ks .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides2 .cloneditem-1,
  .cid-rdyX8I34Ks .carousel-inner.slides2 .cloneditem-2,
  .cid-rdyX8I34Ks .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides3 .cloneditem-1,
  .cid-rdyX8I34Ks .carousel-inner.slides3 .cloneditem-2,
  .cid-rdyX8I34Ks .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides4 .cloneditem-1,
  .cid-rdyX8I34Ks .carousel-inner.slides4 .cloneditem-2,
  .cid-rdyX8I34Ks .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides5 .cloneditem-1,
  .cid-rdyX8I34Ks .carousel-inner.slides5 .cloneditem-2,
  .cid-rdyX8I34Ks .carousel-inner.slides5 .cloneditem-3,
  .cid-rdyX8I34Ks .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyX8I34Ks .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyX8I34Ks .carousel-inner.slides6 .cloneditem-1,
  .cid-rdyX8I34Ks .carousel-inner.slides6 .cloneditem-2,
  .cid-rdyX8I34Ks .carousel-inner.slides6 .cloneditem-3,
  .cid-rdyX8I34Ks .carousel-inner.slides6 .cloneditem-4,
  .cid-rdyX8I34Ks .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rdyX8I34Ks .mbr-section-title {
  margin: 0;
}
.cid-rdyX8I34Ks .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rdyX8I34Ks .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rdyX8I34Ks .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rdyX8I34Ks .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rdyX8I34Ks .carousel-control-prev {
    left: 15px !important;
  }
  .cid-rdyX8I34Ks .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-rdyX8I34Ks .carousel-control-next {
    right: 15px !important;
  }
  .cid-rdyX8I34Ks .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-skoMvmVLlI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skoMvmVLlI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoMvmVLlI textarea {
  min-height: 150px;
}
.cid-skoMvmVLlI .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-skoMvmVLlI .form-control,
.cid-skoMvmVLlI .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-skoMvmVLlI .form-control input::-webkit-input-placeholder,
.cid-skoMvmVLlI .field-input input::-webkit-input-placeholder,
.cid-skoMvmVLlI .form-control textarea::-webkit-input-placeholder,
.cid-skoMvmVLlI .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-skoMvmVLlI .form-control input:-moz-placeholder,
.cid-skoMvmVLlI .field-input input:-moz-placeholder,
.cid-skoMvmVLlI .form-control textarea:-moz-placeholder,
.cid-skoMvmVLlI .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-skoMvmVLlI .form-control:hover,
.cid-skoMvmVLlI .field-input:hover,
.cid-skoMvmVLlI .form-control:focus,
.cid-skoMvmVLlI .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoMvmVLlI .form-control:hover input::-webkit-input-placeholder,
.cid-skoMvmVLlI .field-input:hover input::-webkit-input-placeholder,
.cid-skoMvmVLlI .form-control:focus input::-webkit-input-placeholder,
.cid-skoMvmVLlI .field-input:focus input::-webkit-input-placeholder,
.cid-skoMvmVLlI .form-control:hover textarea::-webkit-input-placeholder,
.cid-skoMvmVLlI .field-input:hover textarea::-webkit-input-placeholder,
.cid-skoMvmVLlI .form-control:focus textarea::-webkit-input-placeholder,
.cid-skoMvmVLlI .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-skoMvmVLlI .form-control:hover input:-moz-placeholder,
.cid-skoMvmVLlI .field-input:hover input:-moz-placeholder,
.cid-skoMvmVLlI .form-control:focus input:-moz-placeholder,
.cid-skoMvmVLlI .field-input:focus input:-moz-placeholder,
.cid-skoMvmVLlI .form-control:hover textarea:-moz-placeholder,
.cid-skoMvmVLlI .field-input:hover textarea:-moz-placeholder,
.cid-skoMvmVLlI .form-control:focus textarea:-moz-placeholder,
.cid-skoMvmVLlI .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-skoMvmVLlI .jq-number__spin:hover,
.cid-skoMvmVLlI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoMvmVLlI .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-skoMvmVLlI .jq-selectbox li,
.cid-skoMvmVLlI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoMvmVLlI .jq-selectbox li:hover,
.cid-skoMvmVLlI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoMvmVLlI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-skoMvmVLlI .jq-number__spin.minus:hover:after,
.cid-skoMvmVLlI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoMvmVLlI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-skoMvmVLlI .jq-number__spin.minus:after,
.cid-skoMvmVLlI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoMvmVLlI input::-webkit-clear-button {
  display: none;
}
.cid-skoMvmVLlI input::-webkit-inner-spin-button {
  display: none;
}
.cid-skoMvmVLlI input::-webkit-outer-spin-button {
  display: none;
}
.cid-skoMvmVLlI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sk0Pe0OPRY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0Pe0OPRY a:link {
  text-decoration: none;
}
.cid-sk0Pe0OPRY .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0Pe0OPRY .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0Pe0OPRY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0Pe0OPRY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0Pe0OPRY .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0Pe0OPRY .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0Pe0OPRY .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0Pe0OPRY .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0Pe0OPRY .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0Pe0OPRY .plan-title,
.cid-sk0Pe0OPRY .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0Pe0OPRY .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0Pe0OPRY .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0Pe0OPRY .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0Pe0OPRY .mbr-section-title {
  color: #ffffff;
}
.cid-sk0Pe0OPRY .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0Pe0OPRY .mbr-text {
  color: #c1c1c1;
}
.cid-sk0Pe0OPRY LI {
  color: #efefef;
}
.cid-qGE07Ng760 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qGE07Ng760 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qGE07Ng760 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qGE07Ng760 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qGE07Ng760 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qGE07Ng760 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGE07Ng760 .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qGE07Ng760 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-qGE07Ng760 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qGE07Ng760 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGE07Ng760 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qGE07Ng760 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGE07Ng760 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGE07Ng760 .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-qGE07Ng760 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qGE07Ng760 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qGE07Ng760 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGE07Ng760 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qGE07Ng760 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qGE07Ng760 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGE07Ng760 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qGE07Ng760 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGE07Ng760 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGE07Ng760 .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-qGE07Ng760 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qGE07Ng760 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qGE07Ng760 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGE07Ng760 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGE07Ng760 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qGE07Ng760 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qGE07Ng760 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qGE07Ng760 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qGE07Ng760 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qGE07Ng760 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGE07Ng760 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGE07Ng760 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGE07Ng760 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGE07Ng760 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGE07Ng760 .dropdown-item.active,
.cid-qGE07Ng760 .dropdown-item:active {
  background-color: transparent;
}
.cid-qGE07Ng760 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGE07Ng760 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGE07Ng760 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGE07Ng760 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qGE07Ng760 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qGE07Ng760 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGE07Ng760 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGE07Ng760 .navbar-buttons {
  text-align: center;
}
.cid-qGE07Ng760 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGE07Ng760 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qGE07Ng760 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGE07Ng760 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGE07Ng760 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGE07Ng760 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGE07Ng760 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGE07Ng760 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGE07Ng760 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGE07Ng760 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGE07Ng760 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGE07Ng760 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qGE07Ng760 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGE07Ng760 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qGE07Ng760 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qGE07Ng760 .nav-link:hover,
.cid-qGE07Ng760 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qGE07LCs10 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #0a67a3;
}
.cid-qGE07LCs10 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qGE07LCs10 .content-row {
  flex-direction: row-reverse;
}
.cid-qGE07LCs10 .photo-split {
  padding: 0;
}
.cid-qGE07LCs10 .photo-split img {
  width: 100%;
}
.cid-qGE07LCs10 .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-qGE07LCs10 .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qGE07LCs10 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qGE07LCs10 .counter-container ul li:before {
  color: #3e97d1;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qGE07LCs10 .wrap-block {
  padding: 3rem 3rem;
}
.cid-qGE07LCs10 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qGE07LCs10 .wrap-block ul li {
  display: inline-block;
}
.cid-qGE07LCs10 .wrap-block ul li span {
  text-align: center;
}
.cid-qGE07LCs10 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qGE07LCs10 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGE07LCs10 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGE07LCs10 .mbr-list,
.cid-qGE07LCs10 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qGE07LCs10 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qGE07LCs10 .mbr-section-title,
  .cid-qGE07LCs10 .mbr-section-subtitle,
  .cid-qGE07LCs10 .mbr-text {
    text-align: center !important;
  }
  .cid-qGE07LCs10 .social-list {
    text-align: center !important;
  }
}
.cid-skd3kLxV5i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skd3kLxV5i .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-skd3kLxV5i .mbr-text {
  width: 100%;
  height: auto;
  color: #000000;
  text-align: center;
}
.cid-skd3kLxV5i .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-skd3kLxV5i .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-skd3kLxV5i .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-skd3kLxV5i .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-skcYsbNHG1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skcYsbNHG1 .counter-container {
  color: #464646;
}
.cid-skcYsbNHG1 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-skcYsbNHG1 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-skcYsbNHG1 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-ttowLfgeIN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ttowLfgeIN .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-ttowLfgeIN .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-ttowLfgeIN .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-ttowLfgeIN .card-title,
.cid-ttowLfgeIN .card-img {
  color: #ffffff;
}
.cid-qGKHXZAGx2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/060.jpg");
}
.cid-qGKHXZAGx2 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-qGKHXZAGx2 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qGKHXZAGx2 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-qGKHXZAGx2 .container-table {
  margin: 0 auto;
}
.cid-qGKHXZAGx2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qGKHXZAGx2 .dataTables_wrapper {
  display: block;
}
.cid-qGKHXZAGx2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qGKHXZAGx2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qGKHXZAGx2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qGKHXZAGx2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qGKHXZAGx2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qGKHXZAGx2 table td {
  border-top: 1px solid #cccccc;
}
.cid-qGKHXZAGx2 table.table {
  background: #ffffff;
}
.cid-qGKHXZAGx2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qGKHXZAGx2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qGKHXZAGx2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qGKHXZAGx2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-qGKHXZAGx2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qGKHXZAGx2 .dataTables_filter {
    text-align: center;
  }
  .cid-qGKHXZAGx2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qGKHXZAGx2 .body-item {
  text-align: center;
}
.cid-qGKHXZAGx2 .head-item {
  text-align: center;
}
.cid-rKQPmFTjpV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/060.jpg");
}
.cid-rKQPmFTjpV .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-rKQPmFTjpV .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-rKQPmFTjpV .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-rKQPmFTjpV .container-table {
  margin: 0 auto;
}
.cid-rKQPmFTjpV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rKQPmFTjpV .dataTables_wrapper {
  display: block;
}
.cid-rKQPmFTjpV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rKQPmFTjpV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rKQPmFTjpV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rKQPmFTjpV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rKQPmFTjpV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rKQPmFTjpV table td {
  border-top: 1px solid #cccccc;
}
.cid-rKQPmFTjpV table.table {
  background: #ffffff;
}
.cid-rKQPmFTjpV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rKQPmFTjpV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rKQPmFTjpV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rKQPmFTjpV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rKQPmFTjpV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rKQPmFTjpV .dataTables_filter {
    text-align: center;
  }
  .cid-rKQPmFTjpV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rKQPmFTjpV .body-item {
  text-align: left;
}
.cid-rKQPmFTjpV .head-item {
  text-align: left;
}
.cid-qGE3L8x116 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/060.jpg");
}
.cid-qGE3L8x116 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-qGE3L8x116 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qGE3L8x116 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-qGE3L8x116 .container-table {
  margin: 0 auto;
}
.cid-qGE3L8x116 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qGE3L8x116 .dataTables_wrapper {
  display: block;
}
.cid-qGE3L8x116 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qGE3L8x116 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qGE3L8x116 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qGE3L8x116 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qGE3L8x116 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qGE3L8x116 table td {
  border-top: 1px solid #cccccc;
}
.cid-qGE3L8x116 table.table {
  background: #ffffff;
}
.cid-qGE3L8x116 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qGE3L8x116 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qGE3L8x116 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qGE3L8x116 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-qGE3L8x116 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qGE3L8x116 .dataTables_filter {
    text-align: center;
  }
  .cid-qGE3L8x116 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qGE3L8x116 .body-item {
  text-align: left;
}
.cid-qGE3L8x116 .head-item {
  text-align: left;
}
.cid-skcyDQatj3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-skcyDQatj3 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-skcyDQatj3 .panel-group {
  width: 100%;
}
.cid-skcyDQatj3 .panel-text,
.cid-skcyDQatj3 .header-text,
.cid-skcyDQatj3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-skcyDQatj3 .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-skcyDQatj3 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-skcyDQatj3 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-skcyDQatj3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skcyDQatj3 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-skcyDQatj3 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-skcyDQatj3 .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #0a67a3;
}
.cid-skcyDQatj3 .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-skcyDQatj3 .card .panel-body {
  background: #ffffff;
}
.cid-skcyDQatj3 .sign {
  color: #232323;
}
.cid-qGE07Rfr7t {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a67a3;
}
.cid-qGE07Rfr7t .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qGE07Rfr7t .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGE07Rfr7t .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qGE07Rfr7t .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qGE07Rfr7t .mbr-section-title {
  text-align: center;
}
.cid-uBd9NUnfVT {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uBd9NUnfVT .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uBd9NUnfVT .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uBd9NUnfVT .list-group-item {
  padding: .75rem 0rem;
}
.cid-uBd9NUnfVT .plan-subtitle {
  color: #cccccc;
}
.cid-uBd9NUnfVT .mbr-text {
  margin: 10px 0 0 0;
  color: #ff4100;
}
.cid-uBd9NUnfVT .nav-tabs {
  border: none !important;
}
.cid-uBd9NUnfVT .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}
.cid-uBd9NUnfVT .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #0a67a3 !important;
  border-color: #ffffff !important;
}
.cid-uBd9NUnfVT .nav-tabs .btn.active,
.cid-uBd9NUnfVT .nav-tabs .btn:hover {
  background: #0a67a3 !important;
  color: #ffffff !important;
  border-color: #0a67a3 !important;
}
.cid-uBd9NUnfVT .nav-tabs .btn.active:after {
  animation: none;
}
.cid-uBd9NUnfVT .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.cid-uBd9NUnfVT .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uBd9NUnfVT .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-uBd9NUnfVT .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-uBd9NUnfVT .plan .mbr-overlay {
  background: #0a67a3;
  opacity: 1;
}
.cid-uBd9NUnfVT .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-uBd9NUnfVT .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-uBd9NUnfVT .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-uBd9NUnfVT .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-uBd9NUnfVT .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-uBd9NUnfVT .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-uBd9NUnfVT .plan {
    margin-bottom: 30px;
  }
}
.cid-uBd9NUnfVT .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-uBd9NUnfVT .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qJ1b7zOwg7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a67a3;
}
.cid-qJ1b7zOwg7 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-rdyXFftTNs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1620x1080.jpg");
}
.cid-rdyXFftTNs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rdyXFftTNs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rdyXFftTNs .carousel-item .wrap-img {
  text-align: center;
}
.cid-rdyXFftTNs .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rdyXFftTNs .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rdyXFftTNs .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-rdyXFftTNs .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-rdyXFftTNs .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-rdyXFftTNs .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-rdyXFftTNs .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rdyXFftTNs .carousel-control:hover {
  background-color: #3e97d1;
}
@media (max-width: 767px) {
  .cid-rdyXFftTNs .carousel-control {
    display: none;
  }
  .cid-rdyXFftTNs .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rdyXFftTNs .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-rdyXFftTNs .cloneditem-1,
.cid-rdyXFftTNs .cloneditem-2,
.cid-rdyXFftTNs .cloneditem-3,
.cid-rdyXFftTNs .cloneditem-4,
.cid-rdyXFftTNs .cloneditem-5 {
  display: none;
}
.cid-rdyXFftTNs .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rdyXFftTNs .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides2 .cloneditem-1,
  .cid-rdyXFftTNs .carousel-inner.slides2 .cloneditem-2,
  .cid-rdyXFftTNs .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides3 .cloneditem-1,
  .cid-rdyXFftTNs .carousel-inner.slides3 .cloneditem-2,
  .cid-rdyXFftTNs .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides4 .cloneditem-1,
  .cid-rdyXFftTNs .carousel-inner.slides4 .cloneditem-2,
  .cid-rdyXFftTNs .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides5 .cloneditem-1,
  .cid-rdyXFftTNs .carousel-inner.slides5 .cloneditem-2,
  .cid-rdyXFftTNs .carousel-inner.slides5 .cloneditem-3,
  .cid-rdyXFftTNs .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXFftTNs .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXFftTNs .carousel-inner.slides6 .cloneditem-1,
  .cid-rdyXFftTNs .carousel-inner.slides6 .cloneditem-2,
  .cid-rdyXFftTNs .carousel-inner.slides6 .cloneditem-3,
  .cid-rdyXFftTNs .carousel-inner.slides6 .cloneditem-4,
  .cid-rdyXFftTNs .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rdyXFftTNs .mbr-section-title {
  margin: 0;
}
.cid-rdyXFftTNs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rdyXFftTNs .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rdyXFftTNs .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rdyXFftTNs .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rdyXFftTNs .carousel-control-prev {
    left: 15px !important;
  }
  .cid-rdyXFftTNs .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-rdyXFftTNs .carousel-control-next {
    right: 15px !important;
  }
  .cid-rdyXFftTNs .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-skoOYtH0VG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skoOYtH0VG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoOYtH0VG textarea {
  min-height: 150px;
}
.cid-skoOYtH0VG .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-skoOYtH0VG .form-control,
.cid-skoOYtH0VG .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-skoOYtH0VG .form-control input::-webkit-input-placeholder,
.cid-skoOYtH0VG .field-input input::-webkit-input-placeholder,
.cid-skoOYtH0VG .form-control textarea::-webkit-input-placeholder,
.cid-skoOYtH0VG .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-skoOYtH0VG .form-control input:-moz-placeholder,
.cid-skoOYtH0VG .field-input input:-moz-placeholder,
.cid-skoOYtH0VG .form-control textarea:-moz-placeholder,
.cid-skoOYtH0VG .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-skoOYtH0VG .form-control:hover,
.cid-skoOYtH0VG .field-input:hover,
.cid-skoOYtH0VG .form-control:focus,
.cid-skoOYtH0VG .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoOYtH0VG .form-control:hover input::-webkit-input-placeholder,
.cid-skoOYtH0VG .field-input:hover input::-webkit-input-placeholder,
.cid-skoOYtH0VG .form-control:focus input::-webkit-input-placeholder,
.cid-skoOYtH0VG .field-input:focus input::-webkit-input-placeholder,
.cid-skoOYtH0VG .form-control:hover textarea::-webkit-input-placeholder,
.cid-skoOYtH0VG .field-input:hover textarea::-webkit-input-placeholder,
.cid-skoOYtH0VG .form-control:focus textarea::-webkit-input-placeholder,
.cid-skoOYtH0VG .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-skoOYtH0VG .form-control:hover input:-moz-placeholder,
.cid-skoOYtH0VG .field-input:hover input:-moz-placeholder,
.cid-skoOYtH0VG .form-control:focus input:-moz-placeholder,
.cid-skoOYtH0VG .field-input:focus input:-moz-placeholder,
.cid-skoOYtH0VG .form-control:hover textarea:-moz-placeholder,
.cid-skoOYtH0VG .field-input:hover textarea:-moz-placeholder,
.cid-skoOYtH0VG .form-control:focus textarea:-moz-placeholder,
.cid-skoOYtH0VG .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-skoOYtH0VG .jq-number__spin:hover,
.cid-skoOYtH0VG .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoOYtH0VG .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-skoOYtH0VG .jq-selectbox li,
.cid-skoOYtH0VG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoOYtH0VG .jq-selectbox li:hover,
.cid-skoOYtH0VG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoOYtH0VG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-skoOYtH0VG .jq-number__spin.minus:hover:after,
.cid-skoOYtH0VG .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoOYtH0VG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-skoOYtH0VG .jq-number__spin.minus:after,
.cid-skoOYtH0VG .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoOYtH0VG input::-webkit-clear-button {
  display: none;
}
.cid-skoOYtH0VG input::-webkit-inner-spin-button {
  display: none;
}
.cid-skoOYtH0VG input::-webkit-outer-spin-button {
  display: none;
}
.cid-skoOYtH0VG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sk0Rpq539X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0Rpq539X a:link {
  text-decoration: none;
}
.cid-sk0Rpq539X .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0Rpq539X .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0Rpq539X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0Rpq539X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0Rpq539X .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0Rpq539X .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0Rpq539X .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0Rpq539X .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0Rpq539X .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0Rpq539X .plan-title,
.cid-sk0Rpq539X .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0Rpq539X .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0Rpq539X .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0Rpq539X .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0Rpq539X .mbr-section-title {
  color: #ffffff;
}
.cid-sk0Rpq539X .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0Rpq539X .mbr-text {
  color: #c1c1c1;
}
.cid-sk0Rpq539X LI {
  color: #efefef;
}
.cid-qGJhttFTHp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qGJhttFTHp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qGJhttFTHp .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qGJhttFTHp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qGJhttFTHp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qGJhttFTHp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGJhttFTHp .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qGJhttFTHp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-qGJhttFTHp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qGJhttFTHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGJhttFTHp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qGJhttFTHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGJhttFTHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGJhttFTHp .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-qGJhttFTHp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qGJhttFTHp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qGJhttFTHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGJhttFTHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qGJhttFTHp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qGJhttFTHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGJhttFTHp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qGJhttFTHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGJhttFTHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGJhttFTHp .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-qGJhttFTHp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qGJhttFTHp .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qGJhttFTHp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGJhttFTHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGJhttFTHp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qGJhttFTHp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qGJhttFTHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qGJhttFTHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qGJhttFTHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qGJhttFTHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGJhttFTHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGJhttFTHp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGJhttFTHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGJhttFTHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGJhttFTHp .dropdown-item.active,
.cid-qGJhttFTHp .dropdown-item:active {
  background-color: transparent;
}
.cid-qGJhttFTHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGJhttFTHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGJhttFTHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGJhttFTHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qGJhttFTHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qGJhttFTHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGJhttFTHp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGJhttFTHp .navbar-buttons {
  text-align: center;
}
.cid-qGJhttFTHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGJhttFTHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qGJhttFTHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGJhttFTHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGJhttFTHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGJhttFTHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGJhttFTHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGJhttFTHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGJhttFTHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGJhttFTHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGJhttFTHp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGJhttFTHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qGJhttFTHp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGJhttFTHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qGJhttFTHp .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qGJhttFTHp .nav-link:hover,
.cid-qGJhttFTHp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qGJwONd1Qq {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/060.jpg");
}
.cid-qGJwONd1Qq .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-qGJwONd1Qq .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qGJwONd1Qq .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-qGJwONd1Qq .container-table {
  margin: 0 auto;
}
.cid-qGJwONd1Qq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qGJwONd1Qq .dataTables_wrapper {
  display: block;
}
.cid-qGJwONd1Qq .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qGJwONd1Qq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qGJwONd1Qq table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qGJwONd1Qq table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qGJwONd1Qq table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qGJwONd1Qq table td {
  border-top: 1px solid #cccccc;
}
.cid-qGJwONd1Qq table.table {
  background: #ffffff;
}
.cid-qGJwONd1Qq .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qGJwONd1Qq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qGJwONd1Qq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qGJwONd1Qq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-qGJwONd1Qq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qGJwONd1Qq .dataTables_filter {
    text-align: center;
  }
  .cid-qGJwONd1Qq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qGJwONd1Qq .body-item {
  text-align: left;
}
.cid-qGJwONd1Qq .head-item {
  text-align: left;
}
.cid-qGJwONd1Qq .mbr-section-subtitle B {
  color: #0a67a3;
}
.cid-qGJhtBbRpQ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a67a3;
}
.cid-qGJhtBbRpQ .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qGJhtBbRpQ .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGJhtBbRpQ .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qGJhtBbRpQ .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qGJhtBbRpQ .mbr-section-title {
  text-align: center;
}
.cid-skoPrfvnl9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skoPrfvnl9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoPrfvnl9 textarea {
  min-height: 150px;
}
.cid-skoPrfvnl9 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-skoPrfvnl9 .form-control,
.cid-skoPrfvnl9 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-skoPrfvnl9 .form-control input::-webkit-input-placeholder,
.cid-skoPrfvnl9 .field-input input::-webkit-input-placeholder,
.cid-skoPrfvnl9 .form-control textarea::-webkit-input-placeholder,
.cid-skoPrfvnl9 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-skoPrfvnl9 .form-control input:-moz-placeholder,
.cid-skoPrfvnl9 .field-input input:-moz-placeholder,
.cid-skoPrfvnl9 .form-control textarea:-moz-placeholder,
.cid-skoPrfvnl9 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-skoPrfvnl9 .form-control:hover,
.cid-skoPrfvnl9 .field-input:hover,
.cid-skoPrfvnl9 .form-control:focus,
.cid-skoPrfvnl9 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoPrfvnl9 .form-control:hover input::-webkit-input-placeholder,
.cid-skoPrfvnl9 .field-input:hover input::-webkit-input-placeholder,
.cid-skoPrfvnl9 .form-control:focus input::-webkit-input-placeholder,
.cid-skoPrfvnl9 .field-input:focus input::-webkit-input-placeholder,
.cid-skoPrfvnl9 .form-control:hover textarea::-webkit-input-placeholder,
.cid-skoPrfvnl9 .field-input:hover textarea::-webkit-input-placeholder,
.cid-skoPrfvnl9 .form-control:focus textarea::-webkit-input-placeholder,
.cid-skoPrfvnl9 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-skoPrfvnl9 .form-control:hover input:-moz-placeholder,
.cid-skoPrfvnl9 .field-input:hover input:-moz-placeholder,
.cid-skoPrfvnl9 .form-control:focus input:-moz-placeholder,
.cid-skoPrfvnl9 .field-input:focus input:-moz-placeholder,
.cid-skoPrfvnl9 .form-control:hover textarea:-moz-placeholder,
.cid-skoPrfvnl9 .field-input:hover textarea:-moz-placeholder,
.cid-skoPrfvnl9 .form-control:focus textarea:-moz-placeholder,
.cid-skoPrfvnl9 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-skoPrfvnl9 .jq-number__spin:hover,
.cid-skoPrfvnl9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoPrfvnl9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-skoPrfvnl9 .jq-selectbox li,
.cid-skoPrfvnl9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoPrfvnl9 .jq-selectbox li:hover,
.cid-skoPrfvnl9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoPrfvnl9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-skoPrfvnl9 .jq-number__spin.minus:hover:after,
.cid-skoPrfvnl9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoPrfvnl9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-skoPrfvnl9 .jq-number__spin.minus:after,
.cid-skoPrfvnl9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoPrfvnl9 input::-webkit-clear-button {
  display: none;
}
.cid-skoPrfvnl9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-skoPrfvnl9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-skoPrfvnl9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sk0S8kUytf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0S8kUytf a:link {
  text-decoration: none;
}
.cid-sk0S8kUytf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0S8kUytf .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0S8kUytf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0S8kUytf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0S8kUytf .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0S8kUytf .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0S8kUytf .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0S8kUytf .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0S8kUytf .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0S8kUytf .plan-title,
.cid-sk0S8kUytf .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0S8kUytf .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0S8kUytf .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0S8kUytf .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0S8kUytf .mbr-section-title {
  color: #ffffff;
}
.cid-sk0S8kUytf .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0S8kUytf .mbr-text {
  color: #c1c1c1;
}
.cid-sk0S8kUytf LI {
  color: #efefef;
}
.cid-qHo6CqaaKl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qHo6CqaaKl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qHo6CqaaKl .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qHo6CqaaKl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qHo6CqaaKl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qHo6CqaaKl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qHo6CqaaKl .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qHo6CqaaKl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-qHo6CqaaKl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qHo6CqaaKl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qHo6CqaaKl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qHo6CqaaKl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qHo6CqaaKl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qHo6CqaaKl .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-qHo6CqaaKl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qHo6CqaaKl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qHo6CqaaKl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qHo6CqaaKl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qHo6CqaaKl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qHo6CqaaKl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qHo6CqaaKl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qHo6CqaaKl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qHo6CqaaKl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qHo6CqaaKl .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-qHo6CqaaKl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qHo6CqaaKl .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qHo6CqaaKl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qHo6CqaaKl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qHo6CqaaKl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qHo6CqaaKl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qHo6CqaaKl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qHo6CqaaKl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qHo6CqaaKl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qHo6CqaaKl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qHo6CqaaKl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qHo6CqaaKl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qHo6CqaaKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qHo6CqaaKl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qHo6CqaaKl .dropdown-item.active,
.cid-qHo6CqaaKl .dropdown-item:active {
  background-color: transparent;
}
.cid-qHo6CqaaKl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qHo6CqaaKl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qHo6CqaaKl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qHo6CqaaKl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qHo6CqaaKl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qHo6CqaaKl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qHo6CqaaKl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qHo6CqaaKl .navbar-buttons {
  text-align: center;
}
.cid-qHo6CqaaKl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qHo6CqaaKl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qHo6CqaaKl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qHo6CqaaKl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qHo6CqaaKl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qHo6CqaaKl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qHo6CqaaKl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHo6CqaaKl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qHo6CqaaKl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qHo6CqaaKl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHo6CqaaKl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qHo6CqaaKl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qHo6CqaaKl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qHo6CqaaKl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qHo6CqaaKl .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qHo6CqaaKl .nav-link:hover,
.cid-qHo6CqaaKl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qHo6Cpc21q {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0a67a3;
}
.cid-qHo6Cpc21q .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qHo6Cpc21q .content-row {
  flex-direction: row-reverse;
}
.cid-qHo6Cpc21q .photo-split {
  padding: 0;
}
.cid-qHo6Cpc21q .photo-split img {
  width: 100%;
}
.cid-qHo6Cpc21q .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-qHo6Cpc21q .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-qHo6Cpc21q .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qHo6Cpc21q .counter-container ul li:before {
  color: #3e97d1;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qHo6Cpc21q .wrap-block {
  padding: 3rem 3rem;
}
.cid-qHo6Cpc21q .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qHo6Cpc21q .wrap-block ul li {
  display: inline-block;
}
.cid-qHo6Cpc21q .wrap-block ul li span {
  text-align: center;
}
.cid-qHo6Cpc21q .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qHo6Cpc21q .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qHo6Cpc21q .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qHo6Cpc21q .mbr-list,
.cid-qHo6Cpc21q .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qHo6Cpc21q .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qHo6Cpc21q .mbr-section-title,
  .cid-qHo6Cpc21q .mbr-section-subtitle,
  .cid-qHo6Cpc21q .mbr-text {
    text-align: center !important;
  }
  .cid-qHo6Cpc21q .social-list {
    text-align: center !important;
  }
}
.cid-rBNvN3McEP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CpT3Zi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CqxkH5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CqXF9J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CrdirE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CrvgqF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CrMak5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHobqqpzbW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHocieGwdp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHocGF9E1z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHod8Ac6ey {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIwPHw9Zcw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIwP17P3Hv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIwSMF98Ok {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIx5uRBXnf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIx07NZpwo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIx6C6yv3u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rnmXDeyOEZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rnn2XnBhm6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qHo6CtMUi5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a67a3;
}
.cid-qHo6CtMUi5 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-qHo6CtMUi5 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qHo6CtMUi5 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qHo6CtMUi5 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qHo6CtMUi5 .mbr-section-title {
  text-align: center;
}
.cid-uBd6tiL7SP {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uBd6tiL7SP .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uBd6tiL7SP .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uBd6tiL7SP .list-group-item {
  padding: .75rem 0rem;
}
.cid-uBd6tiL7SP .plan-subtitle {
  color: #cccccc;
}
.cid-uBd6tiL7SP .mbr-text {
  margin: 10px 0 0 0;
  color: #ff4100;
}
.cid-uBd6tiL7SP .nav-tabs {
  border: none !important;
}
.cid-uBd6tiL7SP .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}
.cid-uBd6tiL7SP .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #0a67a3 !important;
  border-color: #ffffff !important;
}
.cid-uBd6tiL7SP .nav-tabs .btn.active,
.cid-uBd6tiL7SP .nav-tabs .btn:hover {
  background: #0a67a3 !important;
  color: #ffffff !important;
  border-color: #0a67a3 !important;
}
.cid-uBd6tiL7SP .nav-tabs .btn.active:after {
  animation: none;
}
.cid-uBd6tiL7SP .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.cid-uBd6tiL7SP .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uBd6tiL7SP .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-uBd6tiL7SP .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-uBd6tiL7SP .plan .mbr-overlay {
  background: #0a67a3;
  opacity: 1;
}
.cid-uBd6tiL7SP .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-uBd6tiL7SP .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-uBd6tiL7SP .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-uBd6tiL7SP .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-uBd6tiL7SP .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-uBd6tiL7SP .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-uBd6tiL7SP .plan {
    margin-bottom: 30px;
  }
}
.cid-uBd6tiL7SP .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-uBd6tiL7SP .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qJ1aV3PRrd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a67a3;
}
.cid-qJ1aV3PRrd .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-rdyXq6eO1o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1620x1080.jpg");
}
.cid-rdyXq6eO1o .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rdyXq6eO1o .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rdyXq6eO1o .carousel-item .wrap-img {
  text-align: center;
}
.cid-rdyXq6eO1o .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rdyXq6eO1o .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rdyXq6eO1o .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-rdyXq6eO1o .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-rdyXq6eO1o .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-rdyXq6eO1o .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-rdyXq6eO1o .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rdyXq6eO1o .carousel-control:hover {
  background-color: #3e97d1;
}
@media (max-width: 767px) {
  .cid-rdyXq6eO1o .carousel-control {
    display: none;
  }
  .cid-rdyXq6eO1o .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rdyXq6eO1o .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-rdyXq6eO1o .cloneditem-1,
.cid-rdyXq6eO1o .cloneditem-2,
.cid-rdyXq6eO1o .cloneditem-3,
.cid-rdyXq6eO1o .cloneditem-4,
.cid-rdyXq6eO1o .cloneditem-5 {
  display: none;
}
.cid-rdyXq6eO1o .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rdyXq6eO1o .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides2 .cloneditem-1,
  .cid-rdyXq6eO1o .carousel-inner.slides2 .cloneditem-2,
  .cid-rdyXq6eO1o .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides3 .cloneditem-1,
  .cid-rdyXq6eO1o .carousel-inner.slides3 .cloneditem-2,
  .cid-rdyXq6eO1o .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides4 .cloneditem-1,
  .cid-rdyXq6eO1o .carousel-inner.slides4 .cloneditem-2,
  .cid-rdyXq6eO1o .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides5 .cloneditem-1,
  .cid-rdyXq6eO1o .carousel-inner.slides5 .cloneditem-2,
  .cid-rdyXq6eO1o .carousel-inner.slides5 .cloneditem-3,
  .cid-rdyXq6eO1o .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rdyXq6eO1o .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rdyXq6eO1o .carousel-inner.slides6 .cloneditem-1,
  .cid-rdyXq6eO1o .carousel-inner.slides6 .cloneditem-2,
  .cid-rdyXq6eO1o .carousel-inner.slides6 .cloneditem-3,
  .cid-rdyXq6eO1o .carousel-inner.slides6 .cloneditem-4,
  .cid-rdyXq6eO1o .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rdyXq6eO1o .mbr-section-title {
  margin: 0;
}
.cid-rdyXq6eO1o .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rdyXq6eO1o .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rdyXq6eO1o .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rdyXq6eO1o .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rdyXq6eO1o .carousel-control-prev {
    left: 15px !important;
  }
  .cid-rdyXq6eO1o .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-rdyXq6eO1o .carousel-control-next {
    right: 15px !important;
  }
  .cid-rdyXq6eO1o .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-skoNFYCRgu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skoNFYCRgu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoNFYCRgu textarea {
  min-height: 150px;
}
.cid-skoNFYCRgu .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-skoNFYCRgu .form-control,
.cid-skoNFYCRgu .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-skoNFYCRgu .form-control input::-webkit-input-placeholder,
.cid-skoNFYCRgu .field-input input::-webkit-input-placeholder,
.cid-skoNFYCRgu .form-control textarea::-webkit-input-placeholder,
.cid-skoNFYCRgu .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-skoNFYCRgu .form-control input:-moz-placeholder,
.cid-skoNFYCRgu .field-input input:-moz-placeholder,
.cid-skoNFYCRgu .form-control textarea:-moz-placeholder,
.cid-skoNFYCRgu .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-skoNFYCRgu .form-control:hover,
.cid-skoNFYCRgu .field-input:hover,
.cid-skoNFYCRgu .form-control:focus,
.cid-skoNFYCRgu .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoNFYCRgu .form-control:hover input::-webkit-input-placeholder,
.cid-skoNFYCRgu .field-input:hover input::-webkit-input-placeholder,
.cid-skoNFYCRgu .form-control:focus input::-webkit-input-placeholder,
.cid-skoNFYCRgu .field-input:focus input::-webkit-input-placeholder,
.cid-skoNFYCRgu .form-control:hover textarea::-webkit-input-placeholder,
.cid-skoNFYCRgu .field-input:hover textarea::-webkit-input-placeholder,
.cid-skoNFYCRgu .form-control:focus textarea::-webkit-input-placeholder,
.cid-skoNFYCRgu .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-skoNFYCRgu .form-control:hover input:-moz-placeholder,
.cid-skoNFYCRgu .field-input:hover input:-moz-placeholder,
.cid-skoNFYCRgu .form-control:focus input:-moz-placeholder,
.cid-skoNFYCRgu .field-input:focus input:-moz-placeholder,
.cid-skoNFYCRgu .form-control:hover textarea:-moz-placeholder,
.cid-skoNFYCRgu .field-input:hover textarea:-moz-placeholder,
.cid-skoNFYCRgu .form-control:focus textarea:-moz-placeholder,
.cid-skoNFYCRgu .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-skoNFYCRgu .jq-number__spin:hover,
.cid-skoNFYCRgu .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoNFYCRgu .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-skoNFYCRgu .jq-selectbox li,
.cid-skoNFYCRgu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoNFYCRgu .jq-selectbox li:hover,
.cid-skoNFYCRgu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoNFYCRgu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-skoNFYCRgu .jq-number__spin.minus:hover:after,
.cid-skoNFYCRgu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoNFYCRgu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-skoNFYCRgu .jq-number__spin.minus:after,
.cid-skoNFYCRgu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoNFYCRgu input::-webkit-clear-button {
  display: none;
}
.cid-skoNFYCRgu input::-webkit-inner-spin-button {
  display: none;
}
.cid-skoNFYCRgu input::-webkit-outer-spin-button {
  display: none;
}
.cid-skoNFYCRgu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sk0QqvXHVw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0QqvXHVw a:link {
  text-decoration: none;
}
.cid-sk0QqvXHVw .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0QqvXHVw .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0QqvXHVw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0QqvXHVw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0QqvXHVw .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0QqvXHVw .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0QqvXHVw .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0QqvXHVw .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0QqvXHVw .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0QqvXHVw .plan-title,
.cid-sk0QqvXHVw .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0QqvXHVw .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0QqvXHVw .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0QqvXHVw .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0QqvXHVw .mbr-section-title {
  color: #ffffff;
}
.cid-sk0QqvXHVw .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0QqvXHVw .mbr-text {
  color: #c1c1c1;
}
.cid-sk0QqvXHVw LI {
  color: #efefef;
}
.cid-qHESdQkhfv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qHESdQkhfv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qHESdQkhfv .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qHESdQkhfv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qHESdQkhfv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qHESdQkhfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qHESdQkhfv .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qHESdQkhfv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-qHESdQkhfv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qHESdQkhfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qHESdQkhfv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qHESdQkhfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qHESdQkhfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qHESdQkhfv .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-qHESdQkhfv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qHESdQkhfv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qHESdQkhfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qHESdQkhfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qHESdQkhfv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qHESdQkhfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qHESdQkhfv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qHESdQkhfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qHESdQkhfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qHESdQkhfv .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-qHESdQkhfv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qHESdQkhfv .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qHESdQkhfv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qHESdQkhfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qHESdQkhfv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qHESdQkhfv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qHESdQkhfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qHESdQkhfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qHESdQkhfv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qHESdQkhfv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qHESdQkhfv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qHESdQkhfv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qHESdQkhfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qHESdQkhfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qHESdQkhfv .dropdown-item.active,
.cid-qHESdQkhfv .dropdown-item:active {
  background-color: transparent;
}
.cid-qHESdQkhfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qHESdQkhfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qHESdQkhfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qHESdQkhfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qHESdQkhfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qHESdQkhfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qHESdQkhfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qHESdQkhfv .navbar-buttons {
  text-align: center;
}
.cid-qHESdQkhfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qHESdQkhfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qHESdQkhfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qHESdQkhfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qHESdQkhfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qHESdQkhfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qHESdQkhfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHESdQkhfv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qHESdQkhfv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qHESdQkhfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHESdQkhfv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qHESdQkhfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qHESdQkhfv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qHESdQkhfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qHESdQkhfv .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qHESdQkhfv .nav-link:hover,
.cid-qHESdQkhfv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u1Uhncd4wi {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u1Uhncd4wi 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-u1Uhncd4wi .mbr-text,
.cid-u1Uhncd4wi .mbr-section-btn {
  color: #716c80;
}
.cid-u1Uhncd4wi #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u1Uhncd4wi #e19_areaS3 {
  fill: #65a6d1 !important;
}
.cid-u1Uhncd4wi H1 {
  color: #444444;
}
.cid-u1Uhncd4wi img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(103, 173, 219, 0.35);
}
.cid-u1Uhncd4wi .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-u1Uhncd4wi .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u1Uhncd4wi img {
    left: 0px;
    width: 100%;
  }
}
.cid-qHESdPDNOB {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdRcu1V {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHESdRGnmg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdS9Igp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdSUVDK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdTnLGM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdTN9J0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdUbPo9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdUO15E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1TWF8ycXI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHESdV9DBc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D1xX2xL3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1D1LXmY2n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D20hqQfr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D2crYxt0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D2wmxxl6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D2D9MUUW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D2PF54yn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D31W1SHX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D3cEekBf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1D3SCWbt0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skoO3UDExm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skoO3UDExm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoO3UDExm textarea {
  min-height: 150px;
}
.cid-skoO3UDExm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-skoO3UDExm .form-control,
.cid-skoO3UDExm .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-skoO3UDExm .form-control input::-webkit-input-placeholder,
.cid-skoO3UDExm .field-input input::-webkit-input-placeholder,
.cid-skoO3UDExm .form-control textarea::-webkit-input-placeholder,
.cid-skoO3UDExm .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-skoO3UDExm .form-control input:-moz-placeholder,
.cid-skoO3UDExm .field-input input:-moz-placeholder,
.cid-skoO3UDExm .form-control textarea:-moz-placeholder,
.cid-skoO3UDExm .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-skoO3UDExm .form-control:hover,
.cid-skoO3UDExm .field-input:hover,
.cid-skoO3UDExm .form-control:focus,
.cid-skoO3UDExm .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoO3UDExm .form-control:hover input::-webkit-input-placeholder,
.cid-skoO3UDExm .field-input:hover input::-webkit-input-placeholder,
.cid-skoO3UDExm .form-control:focus input::-webkit-input-placeholder,
.cid-skoO3UDExm .field-input:focus input::-webkit-input-placeholder,
.cid-skoO3UDExm .form-control:hover textarea::-webkit-input-placeholder,
.cid-skoO3UDExm .field-input:hover textarea::-webkit-input-placeholder,
.cid-skoO3UDExm .form-control:focus textarea::-webkit-input-placeholder,
.cid-skoO3UDExm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-skoO3UDExm .form-control:hover input:-moz-placeholder,
.cid-skoO3UDExm .field-input:hover input:-moz-placeholder,
.cid-skoO3UDExm .form-control:focus input:-moz-placeholder,
.cid-skoO3UDExm .field-input:focus input:-moz-placeholder,
.cid-skoO3UDExm .form-control:hover textarea:-moz-placeholder,
.cid-skoO3UDExm .field-input:hover textarea:-moz-placeholder,
.cid-skoO3UDExm .form-control:focus textarea:-moz-placeholder,
.cid-skoO3UDExm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-skoO3UDExm .jq-number__spin:hover,
.cid-skoO3UDExm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-skoO3UDExm .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-skoO3UDExm .jq-selectbox li,
.cid-skoO3UDExm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoO3UDExm .jq-selectbox li:hover,
.cid-skoO3UDExm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-skoO3UDExm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-skoO3UDExm .jq-number__spin.minus:hover:after,
.cid-skoO3UDExm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoO3UDExm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-skoO3UDExm .jq-number__spin.minus:after,
.cid-skoO3UDExm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-skoO3UDExm input::-webkit-clear-button {
  display: none;
}
.cid-skoO3UDExm input::-webkit-inner-spin-button {
  display: none;
}
.cid-skoO3UDExm input::-webkit-outer-spin-button {
  display: none;
}
.cid-skoO3UDExm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sk0QRJq5y8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0QRJq5y8 a:link {
  text-decoration: none;
}
.cid-sk0QRJq5y8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0QRJq5y8 .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0QRJq5y8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0QRJq5y8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0QRJq5y8 .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0QRJq5y8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0QRJq5y8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0QRJq5y8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0QRJq5y8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0QRJq5y8 .plan-title,
.cid-sk0QRJq5y8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0QRJq5y8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0QRJq5y8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0QRJq5y8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0QRJq5y8 .mbr-section-title {
  color: #ffffff;
}
.cid-sk0QRJq5y8 .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0QRJq5y8 .mbr-text {
  color: #c1c1c1;
}
.cid-sk0QRJq5y8 LI {
  color: #efefef;
}
.cid-sabUW3EYwd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sabUW3EYwd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sabUW3EYwd .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sabUW3EYwd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sabUW3EYwd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sabUW3EYwd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sabUW3EYwd .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sabUW3EYwd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-sabUW3EYwd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sabUW3EYwd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sabUW3EYwd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sabUW3EYwd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sabUW3EYwd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sabUW3EYwd .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-sabUW3EYwd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sabUW3EYwd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sabUW3EYwd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sabUW3EYwd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sabUW3EYwd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sabUW3EYwd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sabUW3EYwd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sabUW3EYwd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sabUW3EYwd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sabUW3EYwd .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-sabUW3EYwd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sabUW3EYwd .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sabUW3EYwd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sabUW3EYwd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sabUW3EYwd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sabUW3EYwd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sabUW3EYwd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sabUW3EYwd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sabUW3EYwd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sabUW3EYwd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sabUW3EYwd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sabUW3EYwd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sabUW3EYwd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sabUW3EYwd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sabUW3EYwd .dropdown-item.active,
.cid-sabUW3EYwd .dropdown-item:active {
  background-color: transparent;
}
.cid-sabUW3EYwd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sabUW3EYwd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sabUW3EYwd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sabUW3EYwd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sabUW3EYwd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sabUW3EYwd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sabUW3EYwd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sabUW3EYwd .navbar-buttons {
  text-align: center;
}
.cid-sabUW3EYwd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sabUW3EYwd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sabUW3EYwd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sabUW3EYwd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sabUW3EYwd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sabUW3EYwd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sabUW3EYwd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sabUW3EYwd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sabUW3EYwd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sabUW3EYwd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sabUW3EYwd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sabUW3EYwd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sabUW3EYwd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sabUW3EYwd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sabUW3EYwd .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sabUW3EYwd .nav-link:hover,
.cid-sabUW3EYwd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sNUuCLLPA8 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNUuCLLPA8 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sNUuCLLPA8 .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sNUuCLLPA8 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sNUuCLLPA8 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sNUuCLLPA8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-scGa9nFDIK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a67a3;
}
.cid-scGa9nFDIK .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sk0SCVgpxV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0SCVgpxV a:link {
  text-decoration: none;
}
.cid-sk0SCVgpxV .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0SCVgpxV .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0SCVgpxV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0SCVgpxV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0SCVgpxV .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0SCVgpxV .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0SCVgpxV .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0SCVgpxV .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0SCVgpxV .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0SCVgpxV .plan-title,
.cid-sk0SCVgpxV .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0SCVgpxV .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0SCVgpxV .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0SCVgpxV .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0SCVgpxV .mbr-section-title {
  color: #ffffff;
}
.cid-sk0SCVgpxV .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0SCVgpxV .mbr-text {
  color: #c1c1c1;
}
.cid-sk0SCVgpxV LI {
  color: #efefef;
}
.cid-sjVXiY85ko .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sjVXiY85ko .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sjVXiY85ko .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sjVXiY85ko .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sjVXiY85ko .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sjVXiY85ko .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjVXiY85ko .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sjVXiY85ko .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-sjVXiY85ko .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sjVXiY85ko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjVXiY85ko .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sjVXiY85ko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjVXiY85ko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjVXiY85ko .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-sjVXiY85ko .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sjVXiY85ko .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sjVXiY85ko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjVXiY85ko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sjVXiY85ko .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sjVXiY85ko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjVXiY85ko .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sjVXiY85ko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjVXiY85ko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjVXiY85ko .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-sjVXiY85ko .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sjVXiY85ko .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sjVXiY85ko .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjVXiY85ko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjVXiY85ko .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sjVXiY85ko .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sjVXiY85ko .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sjVXiY85ko .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sjVXiY85ko .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sjVXiY85ko .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjVXiY85ko .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjVXiY85ko .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjVXiY85ko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjVXiY85ko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjVXiY85ko .dropdown-item.active,
.cid-sjVXiY85ko .dropdown-item:active {
  background-color: transparent;
}
.cid-sjVXiY85ko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjVXiY85ko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjVXiY85ko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjVXiY85ko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjVXiY85ko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sjVXiY85ko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjVXiY85ko ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjVXiY85ko .navbar-buttons {
  text-align: center;
}
.cid-sjVXiY85ko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sjVXiY85ko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sjVXiY85ko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjVXiY85ko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjVXiY85ko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjVXiY85ko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjVXiY85ko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjVXiY85ko nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjVXiY85ko nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjVXiY85ko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjVXiY85ko .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sjVXiY85ko a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sjVXiY85ko .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjVXiY85ko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sjVXiY85ko .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sjVXiY85ko .nav-link:hover,
.cid-sjVXiY85ko .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sjVYeWmtyJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sjVYeWmtyJ .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-sjVYeWmtyJ .form-group {
  margin-bottom: 1.3em;
}
.cid-sjVYeWmtyJ .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-sjVYeWmtyJ .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-sjVYeWmtyJ textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-sjVYeWmtyJ H5 {
  color: #000000;
}
.cid-sjVXj32aMy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1620x1080.jpg");
}
.cid-sjVXj32aMy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVXj32aMy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVXj32aMy .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVXj32aMy .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sjVXj32aMy .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sjVXj32aMy .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-sjVXj32aMy .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-sjVXj32aMy .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-sjVXj32aMy .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-sjVXj32aMy .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sjVXj32aMy .carousel-control:hover {
  background-color: #3e97d1;
}
@media (max-width: 767px) {
  .cid-sjVXj32aMy .carousel-control {
    display: none;
  }
  .cid-sjVXj32aMy .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-sjVXj32aMy .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-sjVXj32aMy .cloneditem-1,
.cid-sjVXj32aMy .cloneditem-2,
.cid-sjVXj32aMy .cloneditem-3,
.cid-sjVXj32aMy .cloneditem-4,
.cid-sjVXj32aMy .cloneditem-5 {
  display: none;
}
.cid-sjVXj32aMy .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sjVXj32aMy .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides2 .cloneditem-1,
  .cid-sjVXj32aMy .carousel-inner.slides2 .cloneditem-2,
  .cid-sjVXj32aMy .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides3 .cloneditem-1,
  .cid-sjVXj32aMy .carousel-inner.slides3 .cloneditem-2,
  .cid-sjVXj32aMy .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides4 .cloneditem-1,
  .cid-sjVXj32aMy .carousel-inner.slides4 .cloneditem-2,
  .cid-sjVXj32aMy .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides5 .cloneditem-1,
  .cid-sjVXj32aMy .carousel-inner.slides5 .cloneditem-2,
  .cid-sjVXj32aMy .carousel-inner.slides5 .cloneditem-3,
  .cid-sjVXj32aMy .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sjVXj32aMy .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sjVXj32aMy .carousel-inner.slides6 .cloneditem-1,
  .cid-sjVXj32aMy .carousel-inner.slides6 .cloneditem-2,
  .cid-sjVXj32aMy .carousel-inner.slides6 .cloneditem-3,
  .cid-sjVXj32aMy .carousel-inner.slides6 .cloneditem-4,
  .cid-sjVXj32aMy .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sjVXj32aMy .mbr-section-title {
  margin: 0;
}
.cid-sjVXj32aMy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sjVXj32aMy .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sjVXj32aMy .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjVXj32aMy .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-sjVXj32aMy .carousel-control-prev {
    left: 15px !important;
  }
  .cid-sjVXj32aMy .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-sjVXj32aMy .carousel-control-next {
    right: 15px !important;
  }
  .cid-sjVXj32aMy .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-sk0PMH8owS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sk0PMH8owS a:link {
  text-decoration: none;
}
.cid-sk0PMH8owS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sk0PMH8owS .icon-transition span:hover {
  background-color: #3e97d1;
}
.cid-sk0PMH8owS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sk0PMH8owS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sk0PMH8owS .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sk0PMH8owS .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sk0PMH8owS .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sk0PMH8owS .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sk0PMH8owS .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sk0PMH8owS .plan-title,
.cid-sk0PMH8owS .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sk0PMH8owS .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sk0PMH8owS .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sk0PMH8owS .mbr-section-title span {
  color: #ffbc00;
}
.cid-sk0PMH8owS .mbr-section-title {
  color: #ffffff;
}
.cid-sk0PMH8owS .mbr-section-title SPAN {
  color: #ffaa40;
}
.cid-sk0PMH8owS .mbr-text {
  color: #c1c1c1;
}
.cid-sk0PMH8owS LI {
  color: #efefef;
}
