body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
.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_wraper {
  display: none;
}
#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: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #3e97d1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* 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;
}
.cid-rzMrgNeUFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMrgNeUFf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMrgNeUFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMrgNeUFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMrgNeUFf .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-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMrgNeUFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMrgNeUFf .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-rzMrgNeUFf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMrgNeUFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMrgNeUFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMrgNeUFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMrgNeUFf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMrgNeUFf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMrgNeUFf .dropdown-item.active,
.cid-rzMrgNeUFf .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMrgNeUFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMrgNeUFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMrgNeUFf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMrgNeUFf .navbar-buttons {
  text-align: center;
}
.cid-rzMrgNeUFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rzMrgNeUFf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMrgNeUFf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-link:hover,
.cid-rzMrgNeUFf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rSi3J4axEg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tytVumBL0u {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-tytVumBL0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytVumBL0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
@media (min-width: 992px) {
  .cid-tytVumBL0u .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tytVumBL0u .col {
    width: 40%;
  }
}
.cid-tytVumBL0u .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tytVumBL0u .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tytVumBL0u .card-wrapper h1,
.cid-tytVumBL0u .card-wrapper h2,
.cid-tytVumBL0u .card-wrapper p,
.cid-tytVumBL0u .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tytVumBL0u .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e97d1;
  opacity: 0.8;
}
.cid-tytVumBL0u .mbr-section-title {
  color: #ffffff;
}
.cid-tytVumBL0u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tytVumBL0u .mbr-text,
.cid-tytVumBL0u .mbr-section-btn {
  color: #ffffff;
}
.cid-tyFrCjto7l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyFrCjto7l .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFrCjto7l .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFrCjto7l .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tyFrCjto7l .underline .line {
  width: 3rem;
  height: 2px;
  background: #3e97d1;
  display: inline-block;
}
.cid-tyFrCjto7l .process-icon,
.cid-tyFrCjto7l .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tyFrCjto7l .wrapper,
.cid-tyFrCjto7l .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tyFrCjto7l .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #03426a;
  opacity: .4;
}
.cid-tyFrCjto7l .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tyFrCjto7l .icon-container a {
  display: inherit;
}
.cid-tyFrCjto7l .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: #65a6d1 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-tyFrCjto7l .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tyFrCjto7l .icon-main:hover .icon-wrapper {
  background-color: #65a6d1 !important;
}
.cid-tyFrCjto7l .icon-main:hover .icon-number {
  background-color: #03426a !important;
  color: #ffffff !important;
}
.cid-tyFrCjto7l .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-tyFrCjto7l .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-tyFrCjto7l .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tyFrCjto7l .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tyFrCjto7l .mbr-section-title {
  margin: 0;
}
.cid-tyFrCjto7l .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s1Z1BsVOea {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s1Z1BsVOea .google-map {
  height: 25rem;
  position: relative;
}
.cid-s1Z1BsVOea .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1Z1BsVOea .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1Z1BsVOea .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1Z1BsVOea .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1Z1BsVOea .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s1Z1BsVOea .form-container {
  padding: 3rem;
}
.cid-s1Z1BsVOea .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s1Z1BsVOea .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1Z1BsVOea .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-s1Z1BsVOea .form-group,
  .cid-s1Z1BsVOea .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-s1Z1BsVOea .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-s1Z1BsVOea .form-control:focus,
.cid-s1Z1BsVOea .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-s1Z1BsVOea textarea.form-control {
  min-height: 170px;
}
.cid-s1Z1BsVOea .form-group {
  margin-bottom: 1rem;
}
.cid-s1Z1BsVOea input::-webkit-input-placeholder,
.cid-s1Z1BsVOea textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-s1Z1BsVOea input:-moz-placeholder,
.cid-s1Z1BsVOea textarea:-moz-placeholder {
  color: #565656;
}
.cid-s1Z1BsVOea .jq-selectbox li,
.cid-s1Z1BsVOea .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s1Z1BsVOea .jq-selectbox li:hover,
.cid-s1Z1BsVOea .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s1Z1BsVOea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s1Z1BsVOea .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1Z1BsVOea .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s1Z1BsVOea .text-block {
    margin-bottom: 2rem;
  }
  .cid-s1Z1BsVOea .wrapper {
    margin-top: 0;
  }
}
.cid-s1Z1BsVOea .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1Z1BsVOea .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-s1Z1BsVOea .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s1Z1BsVOea .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-s1Z1BsVOea .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1Z1BsVOea .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1Z1BsVOea .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syDjny4tFO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-syDjny4tFO section {
  position: relative;
}
.cid-syDjny4tFO h4 {
  margin: 0;
}
.cid-syDjny4tFO img {
  height: 100px;
  padding-right: 8px;
}
.cid-syDjny4tFO a {
  font-weight: 300;
}
.cid-syDjny4tFO .img1 {
  color: #3e97d1;
}
.cid-syDjny4tFO .img2 {
  color: #3e97d1;
}
.cid-syDjny4tFO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0a67a3;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-syDjny4tFO .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-syDjny4tFO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syDjny4tFO .item,
.cid-syDjny4tFO .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-syDjny4tFO .item h4,
.cid-syDjny4tFO .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syDjny4tFO .card-img {
  width: auto;
}
.cid-syDjny4tFO .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-syDjny4tFO .item {
    justify-content: center;
  }
}
.cid-syDjny4tFO .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-syDjny4tFO .text1 {
  text-align: left;
}
.cid-syDjny4tFO .items-title,
.cid-syDjny4tFO .items-title + .line-wrap {
  text-align: left;
}
.cid-s1IKXYzzwK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-s1IKXYzzwK .mbr-text {
  text-align: center;
  color: #cccccc;
}
.cid-tyqsIT3cF3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyqsIT3cF3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyqsIT3cF3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tyqsIT3cF3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyqsIT3cF3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyqsIT3cF3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyqsIT3cF3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tyqsIT3cF3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-tyqsIT3cF3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyqsIT3cF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyqsIT3cF3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tyqsIT3cF3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyqsIT3cF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyqsIT3cF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyqsIT3cF3 .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-tyqsIT3cF3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyqsIT3cF3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tyqsIT3cF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyqsIT3cF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyqsIT3cF3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyqsIT3cF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyqsIT3cF3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyqsIT3cF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyqsIT3cF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyqsIT3cF3 .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-tyqsIT3cF3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyqsIT3cF3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tyqsIT3cF3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyqsIT3cF3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyqsIT3cF3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tyqsIT3cF3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyqsIT3cF3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyqsIT3cF3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tyqsIT3cF3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyqsIT3cF3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyqsIT3cF3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyqsIT3cF3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyqsIT3cF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyqsIT3cF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyqsIT3cF3 .dropdown-item.active,
.cid-tyqsIT3cF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyqsIT3cF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyqsIT3cF3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyqsIT3cF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyqsIT3cF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyqsIT3cF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyqsIT3cF3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyqsIT3cF3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyqsIT3cF3 .navbar-buttons {
  text-align: center;
}
.cid-tyqsIT3cF3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyqsIT3cF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyqsIT3cF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyqsIT3cF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyqsIT3cF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyqsIT3cF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyqsIT3cF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyqsIT3cF3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyqsIT3cF3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyqsIT3cF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyqsIT3cF3 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tyqsIT3cF3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tyqsIT3cF3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyqsIT3cF3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyqsIT3cF3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tyqsIT3cF3 .nav-link:hover,
.cid-tyqsIT3cF3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uRIqRNxIjV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyuLCTa8xE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ckmn-group-7.jpg");
}
.cid-tyuLCTa8xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyuLCTa8xE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyuLCTa8xE .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tyuLCTa8xE .col {
    width: 40%;
  }
}
.cid-tyuLCTa8xE .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tyuLCTa8xE .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tyuLCTa8xE .card-wrapper h1,
.cid-tyuLCTa8xE .card-wrapper h2,
.cid-tyuLCTa8xE .card-wrapper p,
.cid-tyuLCTa8xE .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tyuLCTa8xE .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e97d1;
  opacity: 0.8;
}
.cid-tyuLCTa8xE .mbr-section-title {
  color: #ffffff;
}
.cid-tyuLCTa8xE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyuLCTa8xE .mbr-text,
.cid-tyuLCTa8xE .mbr-section-btn {
  color: #ffffff;
}
.cid-tyuN44xXuo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyuN44xXuo blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-tyuN44xXuo .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-tyuN44xXuo .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-tyuOjKt9BS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3e97d1;
}
.cid-tyuOjKt9BS .mbr-title {
  color: #ffffff;
}
.cid-tyuOjKt9BS .mbr-text {
  color: #ffffff;
}
.cid-uRLORL7iBi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRLORL7iBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLORL7iBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRLORL7iBi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRLORL7iBi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRLORL7iBi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #3e97d1;
}
.cid-uRLORL7iBi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRLORL7iBi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uRLORL7iBi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRLORL7iBi .embla__slide .slide-content {
  width: 100%;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #3e97d1;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRLORL7iBi .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRLORL7iBi .embla__button--next,
.cid-uRLORL7iBi .embla__button--prev {
  display: flex;
}
.cid-uRLORL7iBi .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uRLORL7iBi .embla__button {
    top: 0;
  }
}
.cid-uRLORL7iBi .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uRLORL7iBi .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uRLORL7iBi .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uRLORL7iBi .embla__button.embla__button--next {
  right: 0;
}
.cid-uRLORL7iBi .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRLORL7iBi .embla {
    padding-top: 6rem !important;
  }
}
.cid-uRLORL7iBi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRLORL7iBi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRLORL7iBi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRLORL7iBi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRLORL7iBi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uRLORL7iBi .mbr-label,
.cid-uRLORL7iBi .label-wrapper {
  color: #000000;
}
.cid-uRLORL7iBi .mbr-section-title,
.cid-uRLORL7iBi .title-wrapper {
  color: #ffffff;
}
.cid-uRLORL7iBi .card-title {
  color: #000000;
}
.cid-uRLORL7iBi .card-text {
  color: #8a8a8a;
}
.cid-uRLORL7iBi .mbr-section-title {
  color: #444444;
}
.cid-tyqsIXV4vt {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tyqsIXV4vt .google-map {
  height: 25rem;
  position: relative;
}
.cid-tyqsIXV4vt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyqsIXV4vt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyqsIXV4vt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyqsIXV4vt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyqsIXV4vt .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tyqsIXV4vt .form-container {
  padding: 3rem;
}
.cid-tyqsIXV4vt .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tyqsIXV4vt .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tyqsIXV4vt .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tyqsIXV4vt .form-group,
  .cid-tyqsIXV4vt .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tyqsIXV4vt .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-tyqsIXV4vt .form-control:focus,
.cid-tyqsIXV4vt .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-tyqsIXV4vt textarea.form-control {
  min-height: 170px;
}
.cid-tyqsIXV4vt .form-group {
  margin-bottom: 1rem;
}
.cid-tyqsIXV4vt input::-webkit-input-placeholder,
.cid-tyqsIXV4vt textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-tyqsIXV4vt input:-moz-placeholder,
.cid-tyqsIXV4vt textarea:-moz-placeholder {
  color: #565656;
}
.cid-tyqsIXV4vt .jq-selectbox li,
.cid-tyqsIXV4vt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tyqsIXV4vt .jq-selectbox li:hover,
.cid-tyqsIXV4vt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tyqsIXV4vt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tyqsIXV4vt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyqsIXV4vt .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tyqsIXV4vt .text-block {
    margin-bottom: 2rem;
  }
  .cid-tyqsIXV4vt .wrapper {
    margin-top: 0;
  }
}
.cid-tyqsIXV4vt .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tyqsIXV4vt .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tyqsIXV4vt .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tyqsIXV4vt .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tyqsIXV4vt .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tyqsIXV4vt .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyqsIXV4vt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyqsIZbndW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tyqsIZbndW section {
  position: relative;
}
.cid-tyqsIZbndW h4 {
  margin: 0;
}
.cid-tyqsIZbndW img {
  height: 100px;
  padding-right: 8px;
}
.cid-tyqsIZbndW a {
  font-weight: 300;
}
.cid-tyqsIZbndW .img1 {
  color: #3e97d1;
}
.cid-tyqsIZbndW .img2 {
  color: #3e97d1;
}
.cid-tyqsIZbndW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0a67a3;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tyqsIZbndW .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tyqsIZbndW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tyqsIZbndW .item,
.cid-tyqsIZbndW .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tyqsIZbndW .item h4,
.cid-tyqsIZbndW .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tyqsIZbndW .card-img {
  width: auto;
}
.cid-tyqsIZbndW .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-tyqsIZbndW .item {
    justify-content: center;
  }
}
.cid-tyqsIZbndW .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tyqsIZbndW .text1 {
  text-align: left;
}
.cid-tyqsIZbndW .items-title,
.cid-tyqsIZbndW .items-title + .line-wrap {
  text-align: left;
}
.cid-tyqsJ0bs1Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-tyqsJ0bs1Z .mbr-text {
  text-align: center;
  color: #cccccc;
}
.cid-tyvIe7HM7U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tyvIe7HM7U .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tyvIe7HM7U .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tyvIe7HM7U .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyvIe7HM7U .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyvIe7HM7U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyvIe7HM7U .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tyvIe7HM7U .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3e97d1;
}
.cid-tyvIe7HM7U .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyvIe7HM7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyvIe7HM7U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-tyvIe7HM7U .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyvIe7HM7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyvIe7HM7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyvIe7HM7U .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-tyvIe7HM7U .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyvIe7HM7U .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tyvIe7HM7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyvIe7HM7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyvIe7HM7U .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyvIe7HM7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyvIe7HM7U .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyvIe7HM7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyvIe7HM7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyvIe7HM7U .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-tyvIe7HM7U .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyvIe7HM7U .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tyvIe7HM7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyvIe7HM7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyvIe7HM7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tyvIe7HM7U .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyvIe7HM7U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyvIe7HM7U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tyvIe7HM7U .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyvIe7HM7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyvIe7HM7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyvIe7HM7U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyvIe7HM7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyvIe7HM7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyvIe7HM7U .dropdown-item.active,
.cid-tyvIe7HM7U .dropdown-item:active {
  background-color: transparent;
}
.cid-tyvIe7HM7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyvIe7HM7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyvIe7HM7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyvIe7HM7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyvIe7HM7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyvIe7HM7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyvIe7HM7U ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyvIe7HM7U .navbar-buttons {
  text-align: center;
}
.cid-tyvIe7HM7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyvIe7HM7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyvIe7HM7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyvIe7HM7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyvIe7HM7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyvIe7HM7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyvIe7HM7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyvIe7HM7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyvIe7HM7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyvIe7HM7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyvIe7HM7U .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tyvIe7HM7U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tyvIe7HM7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyvIe7HM7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyvIe7HM7U .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tyvIe7HM7U .nav-link:hover,
.cid-tyvIe7HM7U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uRIrVHkm7h {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvIe8tQP5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ckmn-group-11.jpg");
}
.cid-tyvIe8tQP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyvIe8tQP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyvIe8tQP5 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tyvIe8tQP5 .col {
    width: 40%;
  }
}
.cid-tyvIe8tQP5 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tyvIe8tQP5 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tyvIe8tQP5 .card-wrapper h1,
.cid-tyvIe8tQP5 .card-wrapper h2,
.cid-tyvIe8tQP5 .card-wrapper p,
.cid-tyvIe8tQP5 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tyvIe8tQP5 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e97d1;
  opacity: 0.8;
}
.cid-tyvIe8tQP5 .mbr-section-title {
  color: #ffffff;
}
.cid-tyvIe8tQP5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyvIe8tQP5 .mbr-text,
.cid-tyvIe8tQP5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tyvIe9oYaE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyvIe9oYaE blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-tyvIe9oYaE .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-tyvIe9oYaE .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-tyAUm52L5A {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a67a3;
}
.cid-tyAUm52L5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAUm52L5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAUm52L5A .text-wrap {
  width: 100%;
}
.cid-tyAUm52L5A .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tyAUm52L5A .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-tyAUm52L5A .comment-text {
  margin-top: 40px;
  color: #ffffff;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tyI2H5sRzT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #0a67a3;
}
.cid-tyI2H5sRzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyI2H5sRzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyI2H5sRzT .text-wrap {
  width: 100%;
}
.cid-tyI2H5sRzT .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tyI2H5sRzT .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-tyI2H5sRzT .comment-text {
  margin-top: 40px;
  color: #ffffff;
}
.cid-tyvIefXJyX {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tyvIefXJyX .google-map {
  height: 25rem;
  position: relative;
}
.cid-tyvIefXJyX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyvIefXJyX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyvIefXJyX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyvIefXJyX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyvIefXJyX .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tyvIefXJyX .form-container {
  padding: 3rem;
}
.cid-tyvIefXJyX .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tyvIefXJyX .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tyvIefXJyX .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tyvIefXJyX .form-group,
  .cid-tyvIefXJyX .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tyvIefXJyX .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-tyvIefXJyX .form-control:focus,
.cid-tyvIefXJyX .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-tyvIefXJyX textarea.form-control {
  min-height: 170px;
}
.cid-tyvIefXJyX .form-group {
  margin-bottom: 1rem;
}
.cid-tyvIefXJyX input::-webkit-input-placeholder,
.cid-tyvIefXJyX textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-tyvIefXJyX input:-moz-placeholder,
.cid-tyvIefXJyX textarea:-moz-placeholder {
  color: #565656;
}
.cid-tyvIefXJyX .jq-selectbox li,
.cid-tyvIefXJyX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tyvIefXJyX .jq-selectbox li:hover,
.cid-tyvIefXJyX .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tyvIefXJyX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tyvIefXJyX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyvIefXJyX .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tyvIefXJyX .text-block {
    margin-bottom: 2rem;
  }
  .cid-tyvIefXJyX .wrapper {
    margin-top: 0;
  }
}
.cid-tyvIefXJyX .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tyvIefXJyX .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tyvIefXJyX .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tyvIefXJyX .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tyvIefXJyX .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tyvIefXJyX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyvIefXJyX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyvIehaGCO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tyvIehaGCO section {
  position: relative;
}
.cid-tyvIehaGCO h4 {
  margin: 0;
}
.cid-tyvIehaGCO img {
  height: 100px;
  padding-right: 8px;
}
.cid-tyvIehaGCO a {
  font-weight: 300;
}
.cid-tyvIehaGCO .img1 {
  color: #3e97d1;
}
.cid-tyvIehaGCO .img2 {
  color: #3e97d1;
}
.cid-tyvIehaGCO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0a67a3;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tyvIehaGCO .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tyvIehaGCO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tyvIehaGCO .item,
.cid-tyvIehaGCO .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tyvIehaGCO .item h4,
.cid-tyvIehaGCO .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tyvIehaGCO .card-img {
  width: auto;
}
.cid-tyvIehaGCO .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-tyvIehaGCO .item {
    justify-content: center;
  }
}
.cid-tyvIehaGCO .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-tyvIehaGCO .text1 {
  text-align: left;
}
.cid-tyvIehaGCO .items-title,
.cid-tyvIehaGCO .items-title + .line-wrap {
  text-align: left;
}
.cid-tyvIeibJvF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-tyvIeibJvF .mbr-text {
  text-align: center;
  color: #cccccc;
}
.cid-s1IS9RqgCa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-syDjrvHHEi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-syDjrvHHEi section {
  position: relative;
}
.cid-syDjrvHHEi h4 {
  margin: 0;
}
.cid-syDjrvHHEi img {
  height: 100px;
  padding-right: 8px;
}
.cid-syDjrvHHEi a {
  font-weight: 300;
}
.cid-syDjrvHHEi .img1 {
  color: #3e97d1;
}
.cid-syDjrvHHEi .img2 {
  color: #3e97d1;
}
.cid-syDjrvHHEi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0a67a3;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-syDjrvHHEi .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-syDjrvHHEi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syDjrvHHEi .item,
.cid-syDjrvHHEi .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-syDjrvHHEi .item h4,
.cid-syDjrvHHEi .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syDjrvHHEi .card-img {
  width: auto;
}
.cid-syDjrvHHEi .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-syDjrvHHEi .item {
    justify-content: center;
  }
}
.cid-syDjrvHHEi .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-syDjrvHHEi .text1 {
  text-align: left;
}
.cid-syDjrvHHEi .items-title,
.cid-syDjrvHHEi .items-title + .line-wrap {
  text-align: left;
}
.cid-sywaW40kPO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-sywaW40kPO .mbr-text {
  text-align: center;
  color: #cccccc;
}
