body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Noto Sans KR', 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #c1c1c1 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #333333 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !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: #000000;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #c1c1c1 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #333333 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8e8e8e !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: #000000 !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: #333333;
}
.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: #c1c1c1;
  border-color: #c1c1c1;
  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: #c1c1c1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #a6a6a6;
}
/* Scroll to top button*/
#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: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c1c1c1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c1c1c1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c1c1c1;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1c1c1;
  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: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c1c1c1 !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='%23c1c1c1' %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-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rzMt37x8iA {
  background-image: url("../../../assets/images/img-3919-2000x1500.jpeg");
}
.cid-rzMt37x8iA .mbr-text,
.cid-rzMt37x8iA .typed-text,
.cid-rzMt37x8iA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rzMt37x8iA .btn {
  margin-left: 4px !important;
}
.cid-rzMt37x8iA .animated-element {
  color: #c1c1c1;
}
.cid-rzMt37x8iA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c1c1c1;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rzMt37x8iA .typed-text {
  text-align: center;
}
.cid-rzMt37x8iA .mbr-section-text,
.cid-rzMt37x8iA .mbr-section-btn {
  text-align: center;
}
.cid-tLkmKiyLr7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-tLkmKiyLr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLkmKiyLr7 .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-tLkmKiyLr7 p {
    max-width: 95%;
  }
}
.cid-tLkmKiyLr7 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tLkmKiyLr7 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #c1c1c1;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tLkmKiyLr7 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #3e97d1;
  font-size: 1.5rem;
}
.cid-tLkmKiyLr7 .mbr-section-title {
  color: #232323;
}
.cid-tLkmKiyLr7 .mbr-text,
.cid-tLkmKiyLr7 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tLkmKiyLr7 .mbr-section-subtitle,
.cid-tLkmKiyLr7 .align-wrapper {
  color: #04492e;
}
.cid-tLkmKiyLr7 .mbr-section-title2 {
  color: #04492e;
}
.cid-tLkmKiyLr7 .mbr-text2,
.cid-tLkmKiyLr7 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-smthGvNxf5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-smthGvNxf5 .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smthGvNxf5 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-smthGvNxf5 .mbr-text {
  margin: 1.5rem 0;
}
.cid-smthGvNxf5 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-smthGvNxf5 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-smthGvNxf5 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-smthGvNxf5 .mbr-section-subtitle,
.cid-smthGvNxf5 .mbr-text,
.cid-smthGvNxf5 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-smthGvNxf5 .mbr-section-title {
  color: #ffffff;
}
.cid-smthGvNxf5 .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-smthGvNxf5 .card-title {
  color: #ffffff;
}
.cid-smthGvNxf5 .mbr-text,
.cid-smthGvNxf5 .social-links .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smz7FL91ss {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-smz7FL91ss .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smz7FL91ss .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-smz7FL91ss .mbr-text {
  margin: 1.5rem 0;
}
.cid-smz7FL91ss .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-smz7FL91ss .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-smz7FL91ss .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-smz7FL91ss .mbr-section-subtitle,
.cid-smz7FL91ss .mbr-text,
.cid-smz7FL91ss .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-smz7FL91ss .mbr-section-title {
  color: #ffffff;
}
.cid-smz7FL91ss .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-smz7FL91ss .card-title {
  color: #ffffff;
}
.cid-smz7FL91ss .mbr-text,
.cid-smz7FL91ss .social-links .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smzun8rHJy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-t8053KUSUE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t8053KUSUE .item:focus,
.cid-t8053KUSUE span:focus {
  outline: none;
}
.cid-t8053KUSUE .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t8053KUSUE .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t8053KUSUE .item-wrapper {
  background: transparent;
}
.cid-t8053KUSUE .icon-box {
  padding-top: 24px;
}
.cid-t8053KUSUE .mbr-section-head {
  padding: 0 24px;
}
.cid-t8053KUSUE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8053KUSUE .mbr-section-title {
  color: #232323;
}
.cid-t8053KUSUE .mbr-text,
.cid-t8053KUSUE .mbr-section-btn {
  text-align: left;
}
.cid-t8053KUSUE .item-title {
  text-align: left;
}
.cid-t8053KUSUE .item-subtitle {
  text-align: left;
}
.cid-t8053KUSUE .container-fluid {
  padding: 0;
}
.cid-t8053KUSUE .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t8053KUSUE .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t8053KUSUE .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t8053KUSUE .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t8053KUSUE .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t8053KUSUE .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t8053KUSUE .row {
    margin-right: -1px;
  }
  .cid-t8053KUSUE .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-t8053KUSUE .mbr-section-title,
.cid-t8053KUSUE .title-text P {
  text-align: center;
}
.cid-smnzUe8SgW {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-smnzUe8SgW .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-smnzUe8SgW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-smnzUe8SgW .mbr-section-btn {
  margin: 0;
}
.cid-smnzUe8SgW .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-smnzUe8SgW .form-control:focus,
.cid-smnzUe8SgW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-smnzUe8SgW .form-group {
  margin-bottom: 1rem;
}
.cid-smnzUe8SgW input::-webkit-input-placeholder,
.cid-smnzUe8SgW textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-smnzUe8SgW input:-moz-placeholder,
.cid-smnzUe8SgW textarea:-moz-placeholder {
  color: #656565;
}
.cid-smnzUe8SgW .jq-selectbox li,
.cid-smnzUe8SgW .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-smnzUe8SgW .jq-selectbox li:hover,
.cid-smnzUe8SgW .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-smnzUe8SgW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-smnzUe8SgW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-smnzUe8SgW .form-group,
.cid-smnzUe8SgW .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-smnzUe8SgW .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-smnzUe8SgW .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-smnzUe8SgW .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-smnzUe8SgW .form-block {
    padding: 1rem;
  }
}
.cid-smnMjB45Qu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-smnMjB45Qu .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-u1qfOIGCvH {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qfOIGCvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qfOIGCvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qfOIGCvH .container {
    padding: 0 30px;
  }
}
.cid-u1qfOIGCvH .items .item {
  margin-bottom: 60px;
}
.cid-u1qfOIGCvH .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qfOIGCvH .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qfOIGCvH .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qfOIGCvH .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qfOIGCvH .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qfOIGCvH .dragArea.row {
  margin: 0;
}
.cid-u1qfOIGCvH .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qfOIGCvH .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qfOIGCvH .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qfOIGCvH .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qfOIGCvH .dragArea.row .form-group .form-control:hover,
.cid-u1qfOIGCvH .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qfOIGCvH .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qfOIGCvH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qfOIGCvH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qfOIGCvH .mbr-section-title {
  color: #000000;
}
.cid-u1qfOIGCvH .card-title {
  color: #000000;
}
.cid-u1qfOIGCvH .list {
  color: #000000;
}
.cid-u1qfOIGCvH .mbr-text {
  color: #000000;
}
.cid-u1qfOIGCvH label {
  color: #000000;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-smzpT5qQyu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-smzpT5qQyu a:link {
  text-decoration: none;
}
.cid-smzpT5qQyu .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-smzpT5qQyu .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-smzpT5qQyu .inner-text {
  line-height: 3em;
}
.cid-smzpT5qQyu .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smzpT5qQyu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-smzpT5qQyu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-smzpT5qQyu .content-text,
.cid-smzpT5qQyu .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-smtrqCJ0MG {
  overflow-x: hidden !important;
}
.cid-smtrqCJ0MG,
.cid-smtrqCJ0MG .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smtrqCJ0MG .mbr-section-title {
  color: #ffffff;
}
.cid-smtrqCJ0MG .mbr-section-title span {
  color: #c1c1c1;
}
.cid-smtrqCJ0MG .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smtrqCJ0MG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-2-copy-2000x800.png");
}
.cid-smtrqCJ0MG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smtrqCJ0MG .mbr-overlay {
  z-index: 1;
}
.cid-smtrqCJ0MG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tLkqLnNPqD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-tLkqLnNPqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLkqLnNPqD .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-tLkqLnNPqD p {
    max-width: 95%;
  }
}
.cid-tLkqLnNPqD .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tLkqLnNPqD .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #c1c1c1;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tLkqLnNPqD .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #3e97d1;
  font-size: 1.5rem;
}
.cid-tLkqLnNPqD .mbr-section-title {
  color: #232323;
}
.cid-tLkqLnNPqD .mbr-text,
.cid-tLkqLnNPqD .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tLkqLnNPqD .mbr-section-subtitle,
.cid-tLkqLnNPqD .align-wrapper {
  color: #04492e;
}
.cid-tLkqLnNPqD .mbr-section-title2 {
  color: #04492e;
}
.cid-tLkqLnNPqD .mbr-text2,
.cid-tLkqLnNPqD .mbr-section-btn {
  color: #6e6e6e;
}
.cid-smKKhyDxKp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smKKhyDxKp .mbr-text {
  margin: 0;
}
.cid-smKKhyDxKp .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-smKKhyDxKp .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-smKKhyDxKp .row-element,
.cid-smKKhyDxKp .image-element {
  padding: 0;
}
.cid-smKKhyDxKp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smKKhyDxKp .image-element .img-wrap {
  width: 100% !important;
}
.cid-smKKhyDxKp .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-smKKhyDxKp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smKKhyDxKp .carousel-item.active,
.cid-smKKhyDxKp .carousel-item-next,
.cid-smKKhyDxKp .carousel-item-prev {
  display: flex;
}
.cid-smKKhyDxKp .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-smKKhyDxKp .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #c1c1c1;
}
.cid-smKKhyDxKp .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-smKKhyDxKp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-smKKhyDxKp .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-smKKhyDxKp .carousel-controls {
    display: block;
  }
  .cid-smKKhyDxKp .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-smKKhyDxKp .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-smKKhyDxKp .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-smKKhyDxKp .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-smKKhyDxKp .text-element {
    padding: 1rem;
  }
  .cid-smKKhyDxKp .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKKhyDxKp .image-element {
    min-width: 50%;
  }
  .cid-smKKhyDxKp .media-container-row {
    width: 100%;
  }
}
.cid-smKKhyDxKp .mbr-text,
.cid-smKKhyDxKp .link {
  text-align: left;
}
.cid-smKKhyDxKp .mbr-title,
.cid-smKKhyDxKp .ornament {
  text-align: left;
}
.cid-t9jT9S0Vuz {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-t9jT9S0Vuz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-t9jT9S0Vuz h5 {
  padding-bottom: 2rem;
}
.cid-t9jT9S0Vuz textarea {
  min-height: 150px;
}
.cid-t9jT9S0Vuz .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-t9jT9S0Vuz h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t9jT9S0Vuz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t9jT9S0Vuz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t9jT9S0Vuz .form-control,
.cid-t9jT9S0Vuz .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-t9jT9S0Vuz .form-control input::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .field-input input::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .form-control textarea::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-t9jT9S0Vuz .form-control input:-moz-placeholder,
.cid-t9jT9S0Vuz .field-input input:-moz-placeholder,
.cid-t9jT9S0Vuz .form-control textarea:-moz-placeholder,
.cid-t9jT9S0Vuz .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-t9jT9S0Vuz .form-control:hover,
.cid-t9jT9S0Vuz .field-input:hover,
.cid-t9jT9S0Vuz .form-control:focus,
.cid-t9jT9S0Vuz .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t9jT9S0Vuz .form-control:hover input::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .field-input:hover input::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .form-control:focus input::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .field-input:focus input::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .form-control:hover textarea::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .field-input:hover textarea::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .form-control:focus textarea::-webkit-input-placeholder,
.cid-t9jT9S0Vuz .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t9jT9S0Vuz .form-control:hover input:-moz-placeholder,
.cid-t9jT9S0Vuz .field-input:hover input:-moz-placeholder,
.cid-t9jT9S0Vuz .form-control:focus input:-moz-placeholder,
.cid-t9jT9S0Vuz .field-input:focus input:-moz-placeholder,
.cid-t9jT9S0Vuz .form-control:hover textarea:-moz-placeholder,
.cid-t9jT9S0Vuz .field-input:hover textarea:-moz-placeholder,
.cid-t9jT9S0Vuz .form-control:focus textarea:-moz-placeholder,
.cid-t9jT9S0Vuz .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-t9jT9S0Vuz .jq-number__spin:hover,
.cid-t9jT9S0Vuz .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t9jT9S0Vuz .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t9jT9S0Vuz .jq-selectbox li,
.cid-t9jT9S0Vuz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t9jT9S0Vuz .jq-selectbox li:hover,
.cid-t9jT9S0Vuz .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t9jT9S0Vuz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t9jT9S0Vuz .jq-number__spin.minus:hover:after,
.cid-t9jT9S0Vuz .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t9jT9S0Vuz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t9jT9S0Vuz .jq-number__spin.minus:after,
.cid-t9jT9S0Vuz .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t9jT9S0Vuz input::-webkit-clear-button {
  display: none;
}
.cid-t9jT9S0Vuz input::-webkit-inner-spin-button {
  display: none;
}
.cid-t9jT9S0Vuz input::-webkit-outer-spin-button {
  display: none;
}
.cid-t9jT9S0Vuz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t9jT9S0Vuz H5 {
  color: #ffffff;
}
.cid-t9jT9S0Vuz P {
  color: #767676;
}
.cid-t9jT9S0Vuz H3 {
  color: #e1201d;
}
.cid-t9jT9S0Vuz p,
.cid-t9jT9S0Vuz .mbr-section-btn {
  color: #ffffff;
}
.cid-u1qhWaum05 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qhWaum05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qhWaum05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qhWaum05 .container {
    padding: 0 30px;
  }
}
.cid-u1qhWaum05 .items .item {
  margin-bottom: 60px;
}
.cid-u1qhWaum05 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qhWaum05 .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qhWaum05 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qhWaum05 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qhWaum05 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qhWaum05 .dragArea.row {
  margin: 0;
}
.cid-u1qhWaum05 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qhWaum05 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qhWaum05 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qhWaum05 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qhWaum05 .dragArea.row .form-group .form-control:hover,
.cid-u1qhWaum05 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qhWaum05 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qhWaum05 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qhWaum05 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qhWaum05 .mbr-section-title {
  color: #000000;
}
.cid-u1qhWaum05 .card-title {
  color: #000000;
}
.cid-u1qhWaum05 .list {
  color: #000000;
}
.cid-u1qhWaum05 .mbr-text {
  color: #000000;
}
.cid-u1qhWaum05 label {
  color: #000000;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-smzyvJb6gk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-smzyvJb6gk a:link {
  text-decoration: none;
}
.cid-smzyvJb6gk .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-smzyvJb6gk .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-smzyvJb6gk .inner-text {
  line-height: 3em;
}
.cid-smzyvJb6gk .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smzyvJb6gk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-smzyvJb6gk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-smzyvJb6gk .content-text,
.cid-smzyvJb6gk .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smtqsBDIim {
  overflow-x: hidden !important;
}
.cid-smtqsBDIim,
.cid-smtqsBDIim .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smtqsBDIim .mbr-section-title {
  color: #ffffff;
}
.cid-smtqsBDIim .mbr-section-title span {
  color: #c1c1c1;
}
.cid-smtqsBDIim .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smtqsBDIim .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-504536584-guj0c3oqwrs0bexdb8jewqnkv5q4vsyo-1000x667.jpg");
}
.cid-smtqsBDIim .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smtqsBDIim .mbr-overlay {
  z-index: 1;
}
.cid-smtqsBDIim .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tklh85KDEm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tklh85KDEm .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tklh85KDEm .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tklh85KDEm H3 {
  color: #000000;
}
.cid-tklh85KDEm .mbr-text,
.cid-tklh85KDEm .mbr-section-btn {
  color: #777777;
}
.cid-tkas9wAwCE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkas9wAwCE .item:focus,
.cid-tkas9wAwCE span:focus {
  outline: none;
}
.cid-tkas9wAwCE .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-tkas9wAwCE .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-tkas9wAwCE .item-wrapper {
  background: transparent;
}
.cid-tkas9wAwCE .icon-box {
  padding-top: 24px;
}
.cid-tkas9wAwCE .mbr-section-head {
  padding: 0 24px;
}
.cid-tkas9wAwCE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkas9wAwCE .mbr-section-title {
  color: #232323;
}
.cid-tkas9wAwCE .mbr-text,
.cid-tkas9wAwCE .mbr-section-btn {
  text-align: left;
}
.cid-tkas9wAwCE .item-title {
  text-align: left;
}
.cid-tkas9wAwCE .item-subtitle {
  text-align: left;
}
.cid-tkas9wAwCE .container-fluid {
  padding: 0;
}
.cid-tkas9wAwCE .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-tkas9wAwCE .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-tkas9wAwCE .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-tkas9wAwCE .mbr-section-head {
    padding: 0 40px;
  }
  .cid-tkas9wAwCE .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-tkas9wAwCE .mbr-section-head {
    padding: 0 60px;
  }
  .cid-tkas9wAwCE .row {
    margin-right: -1px;
  }
  .cid-tkas9wAwCE .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-tkas9wAwCE .mbr-section-title,
.cid-tkas9wAwCE .title-text P {
  text-align: center;
}
.cid-u1qi3ge2oz {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qi3ge2oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qi3ge2oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qi3ge2oz .container {
    padding: 0 30px;
  }
}
.cid-u1qi3ge2oz .items .item {
  margin-bottom: 60px;
}
.cid-u1qi3ge2oz .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qi3ge2oz .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qi3ge2oz .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qi3ge2oz .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qi3ge2oz .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qi3ge2oz .dragArea.row {
  margin: 0;
}
.cid-u1qi3ge2oz .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qi3ge2oz .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qi3ge2oz .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qi3ge2oz .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qi3ge2oz .dragArea.row .form-group .form-control:hover,
.cid-u1qi3ge2oz .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qi3ge2oz .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qi3ge2oz .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qi3ge2oz .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qi3ge2oz .mbr-section-title {
  color: #000000;
}
.cid-u1qi3ge2oz .card-title {
  color: #000000;
}
.cid-u1qi3ge2oz .list {
  color: #000000;
}
.cid-u1qi3ge2oz .mbr-text {
  color: #000000;
}
.cid-u1qi3ge2oz label {
  color: #000000;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smtmUR8RpC {
  overflow-x: hidden !important;
}
.cid-smtmUR8RpC,
.cid-smtmUR8RpC .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smtmUR8RpC .mbr-section-title {
  color: #ffffff;
}
.cid-smtmUR8RpC .mbr-section-title span {
  color: #c1c1c1;
}
.cid-smtmUR8RpC .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smtmUR8RpC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-3-2000x800.jpg");
}
.cid-smtmUR8RpC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smtmUR8RpC .mbr-overlay {
  z-index: 1;
}
.cid-smtmUR8RpC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smtomYAngN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-smtomYAngN .mbr-title {
  text-align: center;
}
.cid-smtomYAngN .mbr-text {
  text-align: center;
}
.cid-smLSRGnVog {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-smLSRGnVog .container {
  max-width: 1500px;
}
.cid-smLSRGnVog img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smLSRGnVog img:hover {
  transform: scale(1.1);
}
.cid-smLSRGnVog .row {
  background: #ffffff;
}
.cid-smLSRGnVog .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-smLSRGnVog h2 {
  padding: 0;
  margin: 0;
}
.cid-smLSRGnVog .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smLSRGnVog .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-smLSRGnVog .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-smLSRGnVog .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-smLSRGnVog .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-smLSRGnVog .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-smLSRGnVog .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-smLSRGnVog .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smLSRGnVog .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-smLSRGnVog .row {
    margin: 0rem;
  }
  .cid-smLSRGnVog .text-col {
    padding: 2rem 1rem;
  }
  .cid-smLSRGnVog .number {
    margin-right: 2rem;
  }
  .cid-smLSRGnVog .img-col {
    margin-bottom: 3rem;
  }
}
.cid-smLSRGnVog H2 {
  color: #333333;
}
.cid-smLSRGnVog .mbr-text {
  color: #767676;
}
.cid-smLTeH8IB8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-smLTeH8IB8 .container {
  max-width: 1500px;
}
.cid-smLTeH8IB8 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smLTeH8IB8 img:hover {
  transform: scale(1.1);
}
.cid-smLTeH8IB8 .row {
  background: #ffffff;
}
.cid-smLTeH8IB8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-smLTeH8IB8 h2 {
  padding: 0;
  margin: 0;
}
.cid-smLTeH8IB8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smLTeH8IB8 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-smLTeH8IB8 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-smLTeH8IB8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-smLTeH8IB8 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-smLTeH8IB8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-smLTeH8IB8 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-smLTeH8IB8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smLTeH8IB8 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-smLTeH8IB8 .row {
    margin: 0rem;
  }
  .cid-smLTeH8IB8 .text-col {
    padding: 2rem 1rem;
  }
  .cid-smLTeH8IB8 .number {
    margin-right: 2rem;
  }
  .cid-smLTeH8IB8 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-smLTeH8IB8 H2 {
  color: #333333;
}
.cid-smLTeH8IB8 .mbr-text {
  color: #767676;
}
.cid-smLTkp43E6 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-smLTkp43E6 .container {
  max-width: 1500px;
}
.cid-smLTkp43E6 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smLTkp43E6 img:hover {
  transform: scale(1.1);
}
.cid-smLTkp43E6 .row {
  background: #ffffff;
}
.cid-smLTkp43E6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-smLTkp43E6 h2 {
  padding: 0;
  margin: 0;
}
.cid-smLTkp43E6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smLTkp43E6 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-smLTkp43E6 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-smLTkp43E6 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-smLTkp43E6 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-smLTkp43E6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-smLTkp43E6 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-smLTkp43E6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smLTkp43E6 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-smLTkp43E6 .row {
    margin: 0rem;
  }
  .cid-smLTkp43E6 .text-col {
    padding: 2rem 1rem;
  }
  .cid-smLTkp43E6 .number {
    margin-right: 2rem;
  }
  .cid-smLTkp43E6 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-smLTkp43E6 H2 {
  color: #333333;
}
.cid-smLTkp43E6 .mbr-text {
  color: #767676;
}
.cid-t9jHe8kM0q {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-t9jHe8kM0q .container {
  max-width: 1500px;
}
.cid-t9jHe8kM0q img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t9jHe8kM0q img:hover {
  transform: scale(1.1);
}
.cid-t9jHe8kM0q .row {
  background: #ffffff;
}
.cid-t9jHe8kM0q .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-t9jHe8kM0q h2 {
  padding: 0;
  margin: 0;
}
.cid-t9jHe8kM0q .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9jHe8kM0q .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-t9jHe8kM0q .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-t9jHe8kM0q .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-t9jHe8kM0q .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-t9jHe8kM0q .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-t9jHe8kM0q .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t9jHe8kM0q .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t9jHe8kM0q .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-t9jHe8kM0q .row {
    margin: 0rem;
  }
  .cid-t9jHe8kM0q .text-col {
    padding: 2rem 1rem;
  }
  .cid-t9jHe8kM0q .number {
    margin-right: 2rem;
  }
  .cid-t9jHe8kM0q .img-col {
    margin-bottom: 3rem;
  }
}
.cid-t9jHe8kM0q H2 {
  color: #333333;
}
.cid-t9jHe8kM0q .mbr-text {
  color: #767676;
}
.cid-t9jIg7kAPz {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t9jIg7kAPz .card-box {
  padding: 0rem;
}
.cid-t9jIg7kAPz .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t9jIg7kAPz .card {
  padding: 0;
  margin: auto;
}
.cid-t9jIg7kAPz .card-img {
  height: 400px;
}
.cid-t9jIg7kAPz .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9jIg7kAPz .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-t9jIg7kAPz .card-wrapper {
    padding: 4rem;
  }
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-smzz0XCAa3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-smzz0XCAa3 a:link {
  text-decoration: none;
}
.cid-smzz0XCAa3 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-smzz0XCAa3 .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-smzz0XCAa3 .inner-text {
  line-height: 3em;
}
.cid-smzz0XCAa3 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smzz0XCAa3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-smzz0XCAa3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-smzz0XCAa3 .content-text,
.cid-smzz0XCAa3 .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smtj53TgYZ {
  overflow-x: hidden !important;
}
.cid-smtj53TgYZ,
.cid-smtj53TgYZ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smtj53TgYZ .mbr-section-title {
  color: #ffffff;
}
.cid-smtj53TgYZ .mbr-section-title span {
  color: #c1c1c1;
}
.cid-smtj53TgYZ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smtj53TgYZ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-2-copy-2000x800.png");
}
.cid-smtj53TgYZ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smtj53TgYZ .mbr-overlay {
  z-index: 1;
}
.cid-smtj53TgYZ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smzglwjeYn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smzglwjeYn .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smzglwjeYn .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-smzglwjeYn .mbr-text {
  margin: 1.5rem 0;
}
.cid-smzglwjeYn .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-smzglwjeYn .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-smzglwjeYn .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-smzglwjeYn .mbr-section-subtitle,
.cid-smzglwjeYn .mbr-text,
.cid-smzglwjeYn .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-smzglwjeYn .mbr-section-title {
  color: #000000;
}
.cid-smzglwjeYn .mbr-section-subtitle {
  color: #444444;
}
.cid-smzglwjeYn .card-title {
  color: #ffffff;
}
.cid-smzglwjeYn .mbr-text,
.cid-smzglwjeYn .social-links .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smzgmqWque {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smzgmqWque .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smzgmqWque .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-smzgmqWque .mbr-text {
  margin: 1.5rem 0;
}
.cid-smzgmqWque .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-smzgmqWque .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-smzgmqWque .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-smzgmqWque .mbr-section-subtitle,
.cid-smzgmqWque .mbr-text,
.cid-smzgmqWque .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-smzgmqWque .mbr-section-title {
  color: #ffffff;
}
.cid-smzgmqWque .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-smzgmqWque .card-title {
  color: #ffffff;
}
.cid-smzgmqWque .mbr-text,
.cid-smzgmqWque .social-links .mbr-iconfont {
  color: #c1c1c1;
}
.cid-smtm995JPm {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-smtm995JPm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-smtm995JPm h5 {
  padding-bottom: 2rem;
}
.cid-smtm995JPm textarea {
  min-height: 150px;
}
.cid-smtm995JPm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-smtm995JPm h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smtm995JPm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smtm995JPm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smtm995JPm .form-control,
.cid-smtm995JPm .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-smtm995JPm .form-control input::-webkit-input-placeholder,
.cid-smtm995JPm .field-input input::-webkit-input-placeholder,
.cid-smtm995JPm .form-control textarea::-webkit-input-placeholder,
.cid-smtm995JPm .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-smtm995JPm .form-control input:-moz-placeholder,
.cid-smtm995JPm .field-input input:-moz-placeholder,
.cid-smtm995JPm .form-control textarea:-moz-placeholder,
.cid-smtm995JPm .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-smtm995JPm .form-control:hover,
.cid-smtm995JPm .field-input:hover,
.cid-smtm995JPm .form-control:focus,
.cid-smtm995JPm .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smtm995JPm .form-control:hover input::-webkit-input-placeholder,
.cid-smtm995JPm .field-input:hover input::-webkit-input-placeholder,
.cid-smtm995JPm .form-control:focus input::-webkit-input-placeholder,
.cid-smtm995JPm .field-input:focus input::-webkit-input-placeholder,
.cid-smtm995JPm .form-control:hover textarea::-webkit-input-placeholder,
.cid-smtm995JPm .field-input:hover textarea::-webkit-input-placeholder,
.cid-smtm995JPm .form-control:focus textarea::-webkit-input-placeholder,
.cid-smtm995JPm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-smtm995JPm .form-control:hover input:-moz-placeholder,
.cid-smtm995JPm .field-input:hover input:-moz-placeholder,
.cid-smtm995JPm .form-control:focus input:-moz-placeholder,
.cid-smtm995JPm .field-input:focus input:-moz-placeholder,
.cid-smtm995JPm .form-control:hover textarea:-moz-placeholder,
.cid-smtm995JPm .field-input:hover textarea:-moz-placeholder,
.cid-smtm995JPm .form-control:focus textarea:-moz-placeholder,
.cid-smtm995JPm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-smtm995JPm .jq-number__spin:hover,
.cid-smtm995JPm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smtm995JPm .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smtm995JPm .jq-selectbox li,
.cid-smtm995JPm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smtm995JPm .jq-selectbox li:hover,
.cid-smtm995JPm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smtm995JPm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-smtm995JPm .jq-number__spin.minus:hover:after,
.cid-smtm995JPm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smtm995JPm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-smtm995JPm .jq-number__spin.minus:after,
.cid-smtm995JPm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smtm995JPm input::-webkit-clear-button {
  display: none;
}
.cid-smtm995JPm input::-webkit-inner-spin-button {
  display: none;
}
.cid-smtm995JPm input::-webkit-outer-spin-button {
  display: none;
}
.cid-smtm995JPm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-smtm995JPm H5 {
  color: #ffffff;
}
.cid-smtm995JPm P {
  color: #767676;
}
.cid-smtm995JPm H3 {
  color: #e1201d;
}
.cid-smtm995JPm p,
.cid-smtm995JPm .mbr-section-btn {
  color: #ffffff;
}
.cid-u1qigVbRiz {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qigVbRiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qigVbRiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qigVbRiz .container {
    padding: 0 30px;
  }
}
.cid-u1qigVbRiz .items .item {
  margin-bottom: 60px;
}
.cid-u1qigVbRiz .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qigVbRiz .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qigVbRiz .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qigVbRiz .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qigVbRiz .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qigVbRiz .dragArea.row {
  margin: 0;
}
.cid-u1qigVbRiz .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qigVbRiz .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qigVbRiz .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qigVbRiz .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qigVbRiz .dragArea.row .form-group .form-control:hover,
.cid-u1qigVbRiz .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qigVbRiz .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qigVbRiz .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qigVbRiz .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qigVbRiz .mbr-section-title {
  color: #000000;
}
.cid-u1qigVbRiz .card-title {
  color: #000000;
}
.cid-u1qigVbRiz .list {
  color: #000000;
}
.cid-u1qigVbRiz .mbr-text {
  color: #000000;
}
.cid-u1qigVbRiz label {
  color: #000000;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-smzAiPxG6S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-smzAiPxG6S a:link {
  text-decoration: none;
}
.cid-smzAiPxG6S .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-smzAiPxG6S .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-smzAiPxG6S .inner-text {
  line-height: 3em;
}
.cid-smzAiPxG6S .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smzAiPxG6S .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-smzAiPxG6S .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-smzAiPxG6S .content-text,
.cid-smzAiPxG6S .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smtsNI893C {
  overflow-x: hidden !important;
}
.cid-smtsNI893C,
.cid-smtsNI893C .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smtsNI893C .mbr-section-title {
  color: #ffffff;
}
.cid-smtsNI893C .mbr-section-title span {
  color: #c1c1c1;
}
.cid-smtsNI893C .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smtsNI893C .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-2-copy-2000x800.png");
}
.cid-smtsNI893C .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smtsNI893C .mbr-overlay {
  z-index: 1;
}
.cid-smtsNI893C .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u1qhuuua87 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qhuuua87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qhuuua87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qhuuua87 .container {
    padding: 0 30px;
  }
}
.cid-u1qhuuua87 .items .item {
  margin-bottom: 60px;
}
.cid-u1qhuuua87 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qhuuua87 .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qhuuua87 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qhuuua87 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qhuuua87 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qhuuua87 .dragArea.row {
  margin: 0;
}
.cid-u1qhuuua87 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qhuuua87 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qhuuua87 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qhuuua87 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qhuuua87 .dragArea.row .form-group .form-control:hover,
.cid-u1qhuuua87 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qhuuua87 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qhuuua87 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qhuuua87 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qhuuua87 .mbr-section-title {
  color: #000000;
}
.cid-u1qhuuua87 .card-title {
  color: #000000;
}
.cid-u1qhuuua87 .list {
  color: #000000;
}
.cid-u1qhuuua87 .mbr-text {
  color: #000000;
}
.cid-u1qhuuua87 label {
  color: #000000;
}
.cid-tkarXVYzk2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkarXVYzk2 .item:focus,
.cid-tkarXVYzk2 span:focus {
  outline: none;
}
.cid-tkarXVYzk2 .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-tkarXVYzk2 .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-tkarXVYzk2 .item-wrapper {
  background: transparent;
}
.cid-tkarXVYzk2 .icon-box {
  padding-top: 24px;
}
.cid-tkarXVYzk2 .mbr-section-head {
  padding: 0 24px;
}
.cid-tkarXVYzk2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkarXVYzk2 .mbr-section-title {
  color: #232323;
}
.cid-tkarXVYzk2 .mbr-text,
.cid-tkarXVYzk2 .mbr-section-btn {
  text-align: left;
}
.cid-tkarXVYzk2 .item-title {
  text-align: left;
}
.cid-tkarXVYzk2 .item-subtitle {
  text-align: left;
}
.cid-tkarXVYzk2 .container-fluid {
  padding: 0;
}
.cid-tkarXVYzk2 .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-tkarXVYzk2 .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-tkarXVYzk2 .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-tkarXVYzk2 .mbr-section-head {
    padding: 0 40px;
  }
  .cid-tkarXVYzk2 .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-tkarXVYzk2 .mbr-section-head {
    padding: 0 60px;
  }
  .cid-tkarXVYzk2 .row {
    margin-right: -1px;
  }
  .cid-tkarXVYzk2 .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-tkarXVYzk2 .mbr-section-title,
.cid-tkarXVYzk2 .title-text P {
  text-align: center;
}
.cid-smtt5oHD1R {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-smtt5oHD1R .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-smtt5oHD1R h5 {
  padding-bottom: 2rem;
}
.cid-smtt5oHD1R textarea {
  min-height: 150px;
}
.cid-smtt5oHD1R .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-smtt5oHD1R h3 {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smtt5oHD1R h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smtt5oHD1R h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smtt5oHD1R .form-control,
.cid-smtt5oHD1R .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-smtt5oHD1R .form-control input::-webkit-input-placeholder,
.cid-smtt5oHD1R .field-input input::-webkit-input-placeholder,
.cid-smtt5oHD1R .form-control textarea::-webkit-input-placeholder,
.cid-smtt5oHD1R .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-smtt5oHD1R .form-control input:-moz-placeholder,
.cid-smtt5oHD1R .field-input input:-moz-placeholder,
.cid-smtt5oHD1R .form-control textarea:-moz-placeholder,
.cid-smtt5oHD1R .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-smtt5oHD1R .form-control:hover,
.cid-smtt5oHD1R .field-input:hover,
.cid-smtt5oHD1R .form-control:focus,
.cid-smtt5oHD1R .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smtt5oHD1R .form-control:hover input::-webkit-input-placeholder,
.cid-smtt5oHD1R .field-input:hover input::-webkit-input-placeholder,
.cid-smtt5oHD1R .form-control:focus input::-webkit-input-placeholder,
.cid-smtt5oHD1R .field-input:focus input::-webkit-input-placeholder,
.cid-smtt5oHD1R .form-control:hover textarea::-webkit-input-placeholder,
.cid-smtt5oHD1R .field-input:hover textarea::-webkit-input-placeholder,
.cid-smtt5oHD1R .form-control:focus textarea::-webkit-input-placeholder,
.cid-smtt5oHD1R .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-smtt5oHD1R .form-control:hover input:-moz-placeholder,
.cid-smtt5oHD1R .field-input:hover input:-moz-placeholder,
.cid-smtt5oHD1R .form-control:focus input:-moz-placeholder,
.cid-smtt5oHD1R .field-input:focus input:-moz-placeholder,
.cid-smtt5oHD1R .form-control:hover textarea:-moz-placeholder,
.cid-smtt5oHD1R .field-input:hover textarea:-moz-placeholder,
.cid-smtt5oHD1R .form-control:focus textarea:-moz-placeholder,
.cid-smtt5oHD1R .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-smtt5oHD1R .jq-number__spin:hover,
.cid-smtt5oHD1R .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smtt5oHD1R .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smtt5oHD1R .jq-selectbox li,
.cid-smtt5oHD1R .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smtt5oHD1R .jq-selectbox li:hover,
.cid-smtt5oHD1R .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smtt5oHD1R .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-smtt5oHD1R .jq-number__spin.minus:hover:after,
.cid-smtt5oHD1R .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smtt5oHD1R .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-smtt5oHD1R .jq-number__spin.minus:after,
.cid-smtt5oHD1R .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smtt5oHD1R input::-webkit-clear-button {
  display: none;
}
.cid-smtt5oHD1R input::-webkit-inner-spin-button {
  display: none;
}
.cid-smtt5oHD1R input::-webkit-outer-spin-button {
  display: none;
}
.cid-smtt5oHD1R input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-smtt5oHD1R H5 {
  color: #000000;
}
.cid-smtt5oHD1R P {
  color: #767676;
}
.cid-smtt5oHD1R H3 {
  color: #e1201d;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-smzxFPynyb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-smzxFPynyb a:link {
  text-decoration: none;
}
.cid-smzxFPynyb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #333333;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-smzxFPynyb .icon-transition span:hover {
  background-color: #62d89f;
}
.cid-smzxFPynyb .inner-text {
  line-height: 3em;
}
.cid-smzxFPynyb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smzxFPynyb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-smzxFPynyb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-smzxFPynyb .content-text,
.cid-smzxFPynyb .inner-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKNAGkBaI {
  overflow-x: hidden !important;
}
.cid-smKNAGkBaI,
.cid-smKNAGkBaI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-smKNAGkBaI .mbr-section-title {
  color: #ffffff;
}
.cid-smKNAGkBaI .mbr-section-title span {
  color: #c1c1c1;
}
.cid-smKNAGkBaI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKNAGkBaI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-2-copy-2000x800.png");
}
.cid-smKNAGkBaI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKNAGkBaI .mbr-overlay {
  z-index: 1;
}
.cid-smKNAGkBaI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smKVASFEBZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smKVASFEBZ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-smKVASFEBZ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-smKVASFEBZ H3 {
  color: #000000;
}
.cid-smKVASFEBZ .mbr-text,
.cid-smKVASFEBZ .mbr-section-btn {
  color: #777777;
}
.cid-smKNJ3o9fv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-smKNJ3o9fv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smKNJ3o9fv img:hover {
  transform: scale(1.1);
}
.cid-smKNJ3o9fv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-smKNJ3o9fv h2 {
  padding: 0;
  margin: 0;
}
.cid-smKNJ3o9fv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smKNJ3o9fv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-smKNJ3o9fv .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-smKNJ3o9fv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-smKNJ3o9fv .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-smKNJ3o9fv .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-smKNJ3o9fv .mbr-iconfont {
  margin: 0!important;
}
.cid-smKNJ3o9fv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-smKNJ3o9fv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smKNJ3o9fv .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-smKNJ3o9fv .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-smKNJ3o9fv .text-col {
    padding: 2rem 1rem;
  }
}
.cid-smKNJ3o9fv H2 {
  color: #333333;
}
.cid-smKNJ3o9fv .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-smKNJ3o9fv H1 {
  text-align: left;
  color: #000000;
}
.cid-smL1bhEHBM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-smL1bhEHBM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-smL1bhEHBM img:hover {
  transform: scale(1.1);
}
.cid-smL1bhEHBM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-smL1bhEHBM h2 {
  padding: 0;
  margin: 0;
}
.cid-smL1bhEHBM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smL1bhEHBM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-smL1bhEHBM .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-smL1bhEHBM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-smL1bhEHBM .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-smL1bhEHBM .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-smL1bhEHBM .mbr-iconfont {
  margin: 0!important;
}
.cid-smL1bhEHBM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-smL1bhEHBM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-smL1bhEHBM .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-smL1bhEHBM .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-smL1bhEHBM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-smL1bhEHBM H2 {
  color: #333333;
}
.cid-smL1bhEHBM .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-smL1bhEHBM H1 {
  text-align: left;
  color: #000000;
}
.cid-t9jMiqkG5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t9jMiqkG5T .mbr-title {
  color: #ffffff;
}
.cid-t9jMiqkG5T .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-t9jMiqkG5T .card-wrapper {
  padding-top: 4rem;
}
.cid-t9jMiqkG5T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t9jMiqkG5T .mbr-text,
.cid-t9jMiqkG5T .mbr-section-btn {
  color: #ffffff;
}
.cid-t9jMiqkG5T .mbr-section-title,
.cid-t9jMiqkG5T .item {
  color: #000000;
}
.cid-t9jMiqkG5T .mbr-section-title,
.cid-t9jMiqkG5T .card-wrapper {
  color: #ffffff;
}
.cid-u1TL1W7g2f {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1TL1W7g2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1TL1W7g2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1TL1W7g2f .container {
    padding: 0 30px;
  }
}
.cid-u1TL1W7g2f .items .item {
  margin-bottom: 60px;
}
.cid-u1TL1W7g2f .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1TL1W7g2f .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1TL1W7g2f .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1TL1W7g2f .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1TL1W7g2f .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1TL1W7g2f .dragArea.row {
  margin: 0;
}
.cid-u1TL1W7g2f .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1TL1W7g2f .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1TL1W7g2f .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1TL1W7g2f .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1TL1W7g2f .dragArea.row .form-group .form-control:hover,
.cid-u1TL1W7g2f .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1TL1W7g2f .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1TL1W7g2f .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1TL1W7g2f .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1TL1W7g2f .mbr-section-title {
  color: #000000;
}
.cid-u1TL1W7g2f .card-title {
  color: #000000;
}
.cid-u1TL1W7g2f .list {
  color: #000000;
}
.cid-u1TL1W7g2f .mbr-text {
  color: #000000;
}
.cid-u1TL1W7g2f label {
  color: #000000;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tklBNdvrgt {
  overflow-x: hidden !important;
}
.cid-tklBNdvrgt,
.cid-tklBNdvrgt .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tklBNdvrgt .mbr-section-title {
  color: #ffffff;
}
.cid-tklBNdvrgt .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tklBNdvrgt .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tklBNdvrgt .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-2-copy-2000x800.png");
}
.cid-tklBNdvrgt .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tklBNdvrgt .mbr-overlay {
  z-index: 1;
}
.cid-tklBNdvrgt .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tklBi0IsIY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tklBi0IsIY .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tklBi0IsIY .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tklBi0IsIY H3 {
  color: #000000;
}
.cid-tklBi0IsIY .mbr-text,
.cid-tklBi0IsIY .mbr-section-btn {
  color: #777777;
}
.cid-tklAuLoLJ0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tklAuLoLJ0 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-tklAuLoLJ0 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-tklAuLoLJ0 .list-img {
  width: 100px;
}
.cid-tklAuLoLJ0 .ico2 {
  color: #656565;
  font-size: 1.4rem;
}
.cid-tklAuLoLJ0 .btn {
  margin: 0px !important;
}
.cid-tklAuLoLJ0 .text-box {
  padding: 1rem;
}
.cid-tklAuLoLJ0 .text-box p {
  margin: 0;
}
.cid-tklAuLoLJ0 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-tklAuLoLJ0 .ico-box p {
  margin: 0;
}
.cid-tklAuLoLJ0 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tklAuLoLJ0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tklAuLoLJ0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tklAuLoLJ0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-tklAuLoLJ0 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-tklAuLoLJ0 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-tklAuLoLJ0 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-tklAuLoLJ0 .carousel-indicators li {
  display: inline-block;
}
.cid-tklAuLoLJ0 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-tklAuLoLJ0 .carousel-indicators li.active {
  border: 0px;
}
.cid-tklAuLoLJ0 .li1 {
  background-image: url("../../../assets/images/01.jpg");
}
.cid-tklAuLoLJ0 .li2 {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-tklAuLoLJ0 .li3 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-tklAuLoLJ0 .li4 {
  background-image: url("../../../assets/images/01.jpg");
}
.cid-tklAuLoLJ0 .li5 {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-tklAuLoLJ0 .li6 {
  background-image: url("../../../assets/images/03.jpg");
}
@media (max-width: 992px) {
  .cid-tklAuLoLJ0 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-tklAuLoLJ0 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-tklAuLoLJ0 .card-title2 {
  color: #777777;
}
.cid-tklAuLoLJ0 .sq {
  color: #656565;
}
.cid-tklAuLoLJ0 .item {
  color: #656565;
  text-align: center;
}
.cid-tklD3AAD0L {
  padding-top: 15px;
  padding-bottom: 200px;
  background-color: #ffffff;
}
.cid-smo9abD5dU {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-smo9abD5dU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-smo9abD5dU .first-column .mbr-text {
  margin: 0;
}
.cid-smo9abD5dU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-smo9abD5dU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-smo9abD5dU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-smo9abD5dU .form-group {
  max-width: 55%;
}
.cid-smo9abD5dU .form-group,
.cid-smo9abD5dU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-smo9abD5dU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-smo9abD5dU .col + .mbr-section-btn .btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col,
.cid-smo9abD5dU .dragArea > *:nth-last-child(2).col-auto,
.cid-smo9abD5dU .col + .mbr-section-btn,
.cid-smo9abD5dU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column {
    padding-bottom: 2rem;
  }
  .cid-smo9abD5dU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-smo9abD5dU .first-column,
  .cid-smo9abD5dU .second-column,
  .cid-smo9abD5dU .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaDtf6AwJ {
  overflow-x: hidden !important;
}
.cid-tkaDtf6AwJ,
.cid-tkaDtf6AwJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaDtf6AwJ .mbr-section-title {
  color: #ffffff;
}
.cid-tkaDtf6AwJ .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaDtf6AwJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaDtf6AwJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-460577155-3rncxgc7inkpujdso4wmlu698q1sghdl-1000x450.jpg");
}
.cid-tkaDtf6AwJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaDtf6AwJ .mbr-overlay {
  z-index: 1;
}
.cid-tkaDtf6AwJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaDtfpUGR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaDtfpUGR .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaDtfpUGR .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaDtfpUGR H3 {
  color: #000000;
}
.cid-tkaDtfpUGR .mbr-text,
.cid-tkaDtfpUGR .mbr-section-btn {
  color: #777777;
}
.cid-u1ZSWMlEkU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u1ZSWMlEkU img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u1ZSWMlEkU img:hover {
  transform: scale(1.1);
}
.cid-u1ZSWMlEkU .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-u1ZSWMlEkU h2 {
  padding: 0;
  margin: 0;
}
.cid-u1ZSWMlEkU .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1ZSWMlEkU .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u1ZSWMlEkU .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-u1ZSWMlEkU .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-u1ZSWMlEkU .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-u1ZSWMlEkU .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-u1ZSWMlEkU .mbr-iconfont {
  margin: 0!important;
}
.cid-u1ZSWMlEkU .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u1ZSWMlEkU .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u1ZSWMlEkU .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-u1ZSWMlEkU .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-u1ZSWMlEkU .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u1ZSWMlEkU H2 {
  color: #333333;
}
.cid-u1ZSWMlEkU .mbr-text {
  color: #767676;
}
.cid-u1ZSWMlEkU H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaDtg8RGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaDtg8RGS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaDtg8RGS img:hover {
  transform: scale(1.1);
}
.cid-tkaDtg8RGS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaDtg8RGS h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaDtg8RGS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaDtg8RGS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaDtg8RGS .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaDtg8RGS .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaDtg8RGS .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaDtg8RGS .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaDtg8RGS .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaDtg8RGS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaDtg8RGS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaDtg8RGS .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaDtg8RGS .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaDtg8RGS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaDtg8RGS H2 {
  color: #333333;
}
.cid-tkaDtg8RGS .mbr-text {
  color: #767676;
}
.cid-tkaDtg8RGS H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaDtfTrLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaDtfTrLX .mbr-title {
  color: #ffffff;
}
.cid-tkaDtfTrLX .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaDtfTrLX .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaDtfTrLX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaDtfTrLX .mbr-text,
.cid-tkaDtfTrLX .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaDtfTrLX .mbr-section-title,
.cid-tkaDtfTrLX .item {
  color: #000000;
}
.cid-tkaDtfTrLX .mbr-section-title,
.cid-tkaDtfTrLX .card-wrapper {
  color: #ffffff;
}
.cid-u1qgQqXLh1 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qgQqXLh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qgQqXLh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qgQqXLh1 .container {
    padding: 0 30px;
  }
}
.cid-u1qgQqXLh1 .items .item {
  margin-bottom: 60px;
}
.cid-u1qgQqXLh1 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qgQqXLh1 .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qgQqXLh1 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qgQqXLh1 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qgQqXLh1 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qgQqXLh1 .dragArea.row {
  margin: 0;
}
.cid-u1qgQqXLh1 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qgQqXLh1 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qgQqXLh1 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qgQqXLh1 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qgQqXLh1 .dragArea.row .form-group .form-control:hover,
.cid-u1qgQqXLh1 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qgQqXLh1 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qgQqXLh1 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qgQqXLh1 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qgQqXLh1 .mbr-section-title {
  color: #000000;
}
.cid-u1qgQqXLh1 .card-title {
  color: #000000;
}
.cid-u1qgQqXLh1 .list {
  color: #000000;
}
.cid-u1qgQqXLh1 .mbr-text {
  color: #000000;
}
.cid-u1qgQqXLh1 label {
  color: #000000;
}
.cid-tkaDtgZoTQ {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaDtgZoTQ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaDtgZoTQ .first-column .mbr-text {
  margin: 0;
}
.cid-tkaDtgZoTQ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaDtgZoTQ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaDtgZoTQ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaDtgZoTQ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaDtgZoTQ .form-group {
  max-width: 55%;
}
.cid-tkaDtgZoTQ .form-group,
.cid-tkaDtgZoTQ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaDtgZoTQ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaDtgZoTQ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaDtgZoTQ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaDtgZoTQ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaDtgZoTQ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaDtgZoTQ .col + .mbr-section-btn .btn,
.cid-tkaDtgZoTQ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaDtgZoTQ .dragArea > *:nth-last-child(2).col,
.cid-tkaDtgZoTQ .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaDtgZoTQ .col + .mbr-section-btn,
.cid-tkaDtgZoTQ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaDtgZoTQ .first-column,
  .cid-tkaDtgZoTQ .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaDtgZoTQ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaDtgZoTQ .first-column,
  .cid-tkaDtgZoTQ .second-column,
  .cid-tkaDtgZoTQ .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaE7N7ggE {
  overflow-x: hidden !important;
}
.cid-tkaE7N7ggE,
.cid-tkaE7N7ggE .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaE7N7ggE .mbr-section-title {
  color: #ffffff;
}
.cid-tkaE7N7ggE .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaE7N7ggE .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaE7N7ggE .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-320874376-rfeynpn2oxgqlz7drz97hasjff2ty0yq-1000x665.jpg");
}
.cid-tkaE7N7ggE .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaE7N7ggE .mbr-overlay {
  z-index: 1;
}
.cid-tkaE7N7ggE .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaE7NrU0x {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaE7NrU0x .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaE7NrU0x .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaE7NrU0x H3 {
  color: #000000;
}
.cid-tkaE7NrU0x .mbr-text,
.cid-tkaE7NrU0x .mbr-section-btn {
  color: #777777;
}
.cid-tkaE7NHM7Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaE7NHM7Z img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaE7NHM7Z img:hover {
  transform: scale(1.1);
}
.cid-tkaE7NHM7Z .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaE7NHM7Z h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaE7NHM7Z .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaE7NHM7Z .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaE7NHM7Z .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkaE7NHM7Z .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaE7NHM7Z .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaE7NHM7Z .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaE7NHM7Z .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaE7NHM7Z .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaE7NHM7Z .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaE7NHM7Z .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaE7NHM7Z .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaE7NHM7Z .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaE7NHM7Z H2 {
  color: #333333;
}
.cid-tkaE7NHM7Z .mbr-text {
  color: #767676;
}
.cid-tkaE7NHM7Z H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaE7OecUM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaE7OecUM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaE7OecUM img:hover {
  transform: scale(1.1);
}
.cid-tkaE7OecUM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaE7OecUM h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaE7OecUM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaE7OecUM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaE7OecUM .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaE7OecUM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaE7OecUM .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaE7OecUM .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaE7OecUM .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaE7OecUM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaE7OecUM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaE7OecUM .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaE7OecUM .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaE7OecUM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaE7OecUM H2 {
  color: #333333;
}
.cid-tkaE7OecUM .mbr-text {
  color: #767676;
}
.cid-tkaE7OecUM H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaE7NY1sp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaE7NY1sp .mbr-title {
  color: #ffffff;
}
.cid-tkaE7NY1sp .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaE7NY1sp .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaE7NY1sp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaE7NY1sp .mbr-text,
.cid-tkaE7NY1sp .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaE7NY1sp .mbr-section-title,
.cid-tkaE7NY1sp .item {
  color: #000000;
}
.cid-tkaE7NY1sp .mbr-section-title,
.cid-tkaE7NY1sp .card-wrapper {
  color: #ffffff;
}
.cid-u1qh1iWAHd {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qh1iWAHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qh1iWAHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qh1iWAHd .container {
    padding: 0 30px;
  }
}
.cid-u1qh1iWAHd .items .item {
  margin-bottom: 60px;
}
.cid-u1qh1iWAHd .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qh1iWAHd .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qh1iWAHd .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qh1iWAHd .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qh1iWAHd .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qh1iWAHd .dragArea.row {
  margin: 0;
}
.cid-u1qh1iWAHd .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qh1iWAHd .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qh1iWAHd .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qh1iWAHd .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qh1iWAHd .dragArea.row .form-group .form-control:hover,
.cid-u1qh1iWAHd .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qh1iWAHd .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qh1iWAHd .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qh1iWAHd .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qh1iWAHd .mbr-section-title {
  color: #000000;
}
.cid-u1qh1iWAHd .card-title {
  color: #000000;
}
.cid-u1qh1iWAHd .list {
  color: #000000;
}
.cid-u1qh1iWAHd .mbr-text {
  color: #000000;
}
.cid-u1qh1iWAHd label {
  color: #000000;
}
.cid-tkaE7P52s7 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaE7P52s7 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaE7P52s7 .first-column .mbr-text {
  margin: 0;
}
.cid-tkaE7P52s7 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaE7P52s7 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaE7P52s7 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaE7P52s7 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaE7P52s7 .form-group {
  max-width: 55%;
}
.cid-tkaE7P52s7 .form-group,
.cid-tkaE7P52s7 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaE7P52s7 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaE7P52s7 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaE7P52s7 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaE7P52s7 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaE7P52s7 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaE7P52s7 .col + .mbr-section-btn .btn,
.cid-tkaE7P52s7 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaE7P52s7 .dragArea > *:nth-last-child(2).col,
.cid-tkaE7P52s7 .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaE7P52s7 .col + .mbr-section-btn,
.cid-tkaE7P52s7 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaE7P52s7 .first-column,
  .cid-tkaE7P52s7 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaE7P52s7 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaE7P52s7 .first-column,
  .cid-tkaE7P52s7 .second-column,
  .cid-tkaE7P52s7 .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaFFnn0pT {
  overflow-x: hidden !important;
}
.cid-tkaFFnn0pT,
.cid-tkaFFnn0pT .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaFFnn0pT .mbr-section-title {
  color: #ffffff;
}
.cid-tkaFFnn0pT .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaFFnn0pT .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaFFnn0pT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-4496485-qdngpih2sxqvzva8tz3g9vr4u4ft25zj-1000x619.jpeg");
}
.cid-tkaFFnn0pT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaFFnn0pT .mbr-overlay {
  z-index: 1;
}
.cid-tkaFFnn0pT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaFFnG0iO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaFFnG0iO .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaFFnG0iO .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaFFnG0iO H3 {
  color: #000000;
}
.cid-tkaFFnG0iO .mbr-text,
.cid-tkaFFnG0iO .mbr-section-btn {
  color: #777777;
}
.cid-tkaFFnWuEi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaFFnWuEi img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaFFnWuEi img:hover {
  transform: scale(1.1);
}
.cid-tkaFFnWuEi .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaFFnWuEi h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaFFnWuEi .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaFFnWuEi .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaFFnWuEi .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkaFFnWuEi .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaFFnWuEi .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaFFnWuEi .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaFFnWuEi .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaFFnWuEi .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaFFnWuEi .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaFFnWuEi .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaFFnWuEi .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaFFnWuEi .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaFFnWuEi H2 {
  color: #333333;
}
.cid-tkaFFnWuEi .mbr-text {
  color: #767676;
}
.cid-tkaFFnWuEi H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaFFosYbT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaFFosYbT img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaFFosYbT img:hover {
  transform: scale(1.1);
}
.cid-tkaFFosYbT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaFFosYbT h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaFFosYbT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaFFosYbT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaFFosYbT .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaFFosYbT .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaFFosYbT .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaFFosYbT .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaFFosYbT .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaFFosYbT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaFFosYbT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaFFosYbT .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaFFosYbT .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaFFosYbT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaFFosYbT H2 {
  color: #333333;
}
.cid-tkaFFosYbT .mbr-text {
  color: #767676;
}
.cid-tkaFFosYbT H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaFFoc126 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaFFoc126 .mbr-title {
  color: #ffffff;
}
.cid-tkaFFoc126 .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaFFoc126 .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaFFoc126 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaFFoc126 .mbr-text,
.cid-tkaFFoc126 .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaFFoc126 .mbr-section-title,
.cid-tkaFFoc126 .item {
  color: #000000;
}
.cid-tkaFFoc126 .mbr-section-title,
.cid-tkaFFoc126 .card-wrapper {
  color: #ffffff;
}
.cid-u1qh4BFPN1 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qh4BFPN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qh4BFPN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qh4BFPN1 .container {
    padding: 0 30px;
  }
}
.cid-u1qh4BFPN1 .items .item {
  margin-bottom: 60px;
}
.cid-u1qh4BFPN1 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qh4BFPN1 .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qh4BFPN1 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qh4BFPN1 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qh4BFPN1 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qh4BFPN1 .dragArea.row {
  margin: 0;
}
.cid-u1qh4BFPN1 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qh4BFPN1 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qh4BFPN1 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qh4BFPN1 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qh4BFPN1 .dragArea.row .form-group .form-control:hover,
.cid-u1qh4BFPN1 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qh4BFPN1 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qh4BFPN1 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qh4BFPN1 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qh4BFPN1 .mbr-section-title {
  color: #000000;
}
.cid-u1qh4BFPN1 .card-title {
  color: #000000;
}
.cid-u1qh4BFPN1 .list {
  color: #000000;
}
.cid-u1qh4BFPN1 .mbr-text {
  color: #000000;
}
.cid-u1qh4BFPN1 label {
  color: #000000;
}
.cid-tkaFFpi6ZH {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaFFpi6ZH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaFFpi6ZH .first-column .mbr-text {
  margin: 0;
}
.cid-tkaFFpi6ZH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaFFpi6ZH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaFFpi6ZH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaFFpi6ZH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaFFpi6ZH .form-group {
  max-width: 55%;
}
.cid-tkaFFpi6ZH .form-group,
.cid-tkaFFpi6ZH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaFFpi6ZH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaFFpi6ZH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaFFpi6ZH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaFFpi6ZH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaFFpi6ZH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaFFpi6ZH .col + .mbr-section-btn .btn,
.cid-tkaFFpi6ZH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaFFpi6ZH .dragArea > *:nth-last-child(2).col,
.cid-tkaFFpi6ZH .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaFFpi6ZH .col + .mbr-section-btn,
.cid-tkaFFpi6ZH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaFFpi6ZH .first-column,
  .cid-tkaFFpi6ZH .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaFFpi6ZH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaFFpi6ZH .first-column,
  .cid-tkaFFpi6ZH .second-column,
  .cid-tkaFFpi6ZH .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaG0IMxen {
  overflow-x: hidden !important;
}
.cid-tkaG0IMxen,
.cid-tkaG0IMxen .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaG0IMxen .mbr-section-title {
  color: #ffffff;
}
.cid-tkaG0IMxen .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaG0IMxen .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaG0IMxen .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-313434451-s2w8mb2rwwtniqcdf0kkxiis5q3hiuba-1000x563.jpeg");
}
.cid-tkaG0IMxen .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaG0IMxen .mbr-overlay {
  z-index: 1;
}
.cid-tkaG0IMxen .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaG0J1szq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaG0J1szq .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaG0J1szq .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaG0J1szq H3 {
  color: #000000;
}
.cid-tkaG0J1szq .mbr-text,
.cid-tkaG0J1szq .mbr-section-btn {
  color: #777777;
}
.cid-tkaG0JgNN7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaG0JgNN7 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaG0JgNN7 img:hover {
  transform: scale(1.1);
}
.cid-tkaG0JgNN7 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaG0JgNN7 h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaG0JgNN7 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaG0JgNN7 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaG0JgNN7 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkaG0JgNN7 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaG0JgNN7 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaG0JgNN7 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaG0JgNN7 .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaG0JgNN7 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaG0JgNN7 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaG0JgNN7 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaG0JgNN7 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaG0JgNN7 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaG0JgNN7 H2 {
  color: #333333;
}
.cid-tkaG0JgNN7 .mbr-text {
  color: #767676;
}
.cid-tkaG0JgNN7 H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaG0JKRzq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaG0JKRzq img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaG0JKRzq img:hover {
  transform: scale(1.1);
}
.cid-tkaG0JKRzq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaG0JKRzq h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaG0JKRzq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaG0JKRzq .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaG0JKRzq .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaG0JKRzq .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaG0JKRzq .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaG0JKRzq .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaG0JKRzq .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaG0JKRzq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaG0JKRzq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaG0JKRzq .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaG0JKRzq .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaG0JKRzq .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaG0JKRzq H2 {
  color: #333333;
}
.cid-tkaG0JKRzq .mbr-text {
  color: #767676;
}
.cid-tkaG0JKRzq H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaG0JvsU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaG0JvsU4 .mbr-title {
  color: #ffffff;
}
.cid-tkaG0JvsU4 .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaG0JvsU4 .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaG0JvsU4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaG0JvsU4 .mbr-text,
.cid-tkaG0JvsU4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaG0JvsU4 .mbr-section-title,
.cid-tkaG0JvsU4 .item {
  color: #000000;
}
.cid-tkaG0JvsU4 .mbr-section-title,
.cid-tkaG0JvsU4 .card-wrapper {
  color: #ffffff;
}
.cid-u1qh8btaom {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qh8btaom .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qh8btaom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qh8btaom .container {
    padding: 0 30px;
  }
}
.cid-u1qh8btaom .items .item {
  margin-bottom: 60px;
}
.cid-u1qh8btaom .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qh8btaom .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qh8btaom .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qh8btaom .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qh8btaom .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qh8btaom .dragArea.row {
  margin: 0;
}
.cid-u1qh8btaom .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qh8btaom .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qh8btaom .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qh8btaom .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qh8btaom .dragArea.row .form-group .form-control:hover,
.cid-u1qh8btaom .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qh8btaom .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qh8btaom .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qh8btaom .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qh8btaom .mbr-section-title {
  color: #000000;
}
.cid-u1qh8btaom .card-title {
  color: #000000;
}
.cid-u1qh8btaom .list {
  color: #000000;
}
.cid-u1qh8btaom .mbr-text {
  color: #000000;
}
.cid-u1qh8btaom label {
  color: #000000;
}
.cid-tkaG0Ky4eV {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaG0Ky4eV .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaG0Ky4eV .first-column .mbr-text {
  margin: 0;
}
.cid-tkaG0Ky4eV .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaG0Ky4eV .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaG0Ky4eV .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaG0Ky4eV .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaG0Ky4eV .form-group {
  max-width: 55%;
}
.cid-tkaG0Ky4eV .form-group,
.cid-tkaG0Ky4eV .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaG0Ky4eV .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaG0Ky4eV .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaG0Ky4eV .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaG0Ky4eV .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaG0Ky4eV .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaG0Ky4eV .col + .mbr-section-btn .btn,
.cid-tkaG0Ky4eV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaG0Ky4eV .dragArea > *:nth-last-child(2).col,
.cid-tkaG0Ky4eV .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaG0Ky4eV .col + .mbr-section-btn,
.cid-tkaG0Ky4eV .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaG0Ky4eV .first-column,
  .cid-tkaG0Ky4eV .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaG0Ky4eV .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaG0Ky4eV .first-column,
  .cid-tkaG0Ky4eV .second-column,
  .cid-tkaG0Ky4eV .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaGki2qVY {
  overflow-x: hidden !important;
}
.cid-tkaGki2qVY,
.cid-tkaGki2qVY .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaGki2qVY .mbr-section-title {
  color: #ffffff;
}
.cid-tkaGki2qVY .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaGki2qVY .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaGki2qVY .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-328711349-ez09gj8lpxdzcemq2w5mle2w4l6adu78-1000x667.jpg");
}
.cid-tkaGki2qVY .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaGki2qVY .mbr-overlay {
  z-index: 1;
}
.cid-tkaGki2qVY .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaGkilAwn {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaGkilAwn .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaGkilAwn .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaGkilAwn H3 {
  color: #000000;
}
.cid-tkaGkilAwn .mbr-text,
.cid-tkaGkilAwn .mbr-section-btn {
  color: #777777;
}
.cid-tkaGkiBCrr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaGkiBCrr img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaGkiBCrr img:hover {
  transform: scale(1.1);
}
.cid-tkaGkiBCrr .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaGkiBCrr h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaGkiBCrr .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaGkiBCrr .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaGkiBCrr .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkaGkiBCrr .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaGkiBCrr .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaGkiBCrr .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaGkiBCrr .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaGkiBCrr .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaGkiBCrr .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaGkiBCrr .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaGkiBCrr .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaGkiBCrr .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaGkiBCrr H2 {
  color: #333333;
}
.cid-tkaGkiBCrr .mbr-text {
  color: #767676;
}
.cid-tkaGkiBCrr H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaGkj4twe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaGkj4twe img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaGkj4twe img:hover {
  transform: scale(1.1);
}
.cid-tkaGkj4twe .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaGkj4twe h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaGkj4twe .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaGkj4twe .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaGkj4twe .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaGkj4twe .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaGkj4twe .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaGkj4twe .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaGkj4twe .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaGkj4twe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaGkj4twe .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaGkj4twe .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaGkj4twe .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaGkj4twe .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaGkj4twe H2 {
  color: #333333;
}
.cid-tkaGkj4twe .mbr-text {
  color: #767676;
}
.cid-tkaGkj4twe H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaGkiPWRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaGkiPWRV .mbr-title {
  color: #ffffff;
}
.cid-tkaGkiPWRV .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaGkiPWRV .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaGkiPWRV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaGkiPWRV .mbr-text,
.cid-tkaGkiPWRV .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaGkiPWRV .mbr-section-title,
.cid-tkaGkiPWRV .item {
  color: #000000;
}
.cid-tkaGkiPWRV .mbr-section-title,
.cid-tkaGkiPWRV .card-wrapper {
  color: #ffffff;
}
.cid-u1qhf58jxg {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qhf58jxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qhf58jxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qhf58jxg .container {
    padding: 0 30px;
  }
}
.cid-u1qhf58jxg .items .item {
  margin-bottom: 60px;
}
.cid-u1qhf58jxg .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qhf58jxg .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qhf58jxg .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qhf58jxg .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qhf58jxg .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qhf58jxg .dragArea.row {
  margin: 0;
}
.cid-u1qhf58jxg .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qhf58jxg .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qhf58jxg .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qhf58jxg .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qhf58jxg .dragArea.row .form-group .form-control:hover,
.cid-u1qhf58jxg .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qhf58jxg .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qhf58jxg .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qhf58jxg .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qhf58jxg .mbr-section-title {
  color: #000000;
}
.cid-u1qhf58jxg .card-title {
  color: #000000;
}
.cid-u1qhf58jxg .list {
  color: #000000;
}
.cid-u1qhf58jxg .mbr-text {
  color: #000000;
}
.cid-u1qhf58jxg label {
  color: #000000;
}
.cid-tkaGkjUitX {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaGkjUitX .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaGkjUitX .first-column .mbr-text {
  margin: 0;
}
.cid-tkaGkjUitX .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaGkjUitX .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaGkjUitX .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaGkjUitX .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaGkjUitX .form-group {
  max-width: 55%;
}
.cid-tkaGkjUitX .form-group,
.cid-tkaGkjUitX .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaGkjUitX .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaGkjUitX .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaGkjUitX .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaGkjUitX .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaGkjUitX .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaGkjUitX .col + .mbr-section-btn .btn,
.cid-tkaGkjUitX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaGkjUitX .dragArea > *:nth-last-child(2).col,
.cid-tkaGkjUitX .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaGkjUitX .col + .mbr-section-btn,
.cid-tkaGkjUitX .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaGkjUitX .first-column,
  .cid-tkaGkjUitX .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaGkjUitX .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaGkjUitX .first-column,
  .cid-tkaGkjUitX .second-column,
  .cid-tkaGkjUitX .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaGzpFIRC {
  overflow-x: hidden !important;
}
.cid-tkaGzpFIRC,
.cid-tkaGzpFIRC .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaGzpFIRC .mbr-section-title {
  color: #ffffff;
}
.cid-tkaGzpFIRC .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaGzpFIRC .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaGzpFIRC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-267547861-rwp1elcdkzphtmfemp8rh9blgw6bjeaq-1-1000x391.jpeg");
}
.cid-tkaGzpFIRC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaGzpFIRC .mbr-overlay {
  z-index: 1;
}
.cid-tkaGzpFIRC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaGzpZkkQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaGzpZkkQ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaGzpZkkQ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaGzpZkkQ H3 {
  color: #000000;
}
.cid-tkaGzpZkkQ .mbr-text,
.cid-tkaGzpZkkQ .mbr-section-btn {
  color: #777777;
}
.cid-tkaGzqfHdA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaGzqfHdA img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaGzqfHdA img:hover {
  transform: scale(1.1);
}
.cid-tkaGzqfHdA .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaGzqfHdA h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaGzqfHdA .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaGzqfHdA .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaGzqfHdA .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkaGzqfHdA .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaGzqfHdA .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaGzqfHdA .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaGzqfHdA .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaGzqfHdA .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaGzqfHdA .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaGzqfHdA .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaGzqfHdA .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaGzqfHdA .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaGzqfHdA H2 {
  color: #333333;
}
.cid-tkaGzqfHdA .mbr-text {
  color: #767676;
}
.cid-tkaGzqfHdA H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaGzqKD0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaGzqKD0F img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaGzqKD0F img:hover {
  transform: scale(1.1);
}
.cid-tkaGzqKD0F .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaGzqKD0F h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaGzqKD0F .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaGzqKD0F .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaGzqKD0F .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaGzqKD0F .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaGzqKD0F .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaGzqKD0F .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaGzqKD0F .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaGzqKD0F .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaGzqKD0F .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaGzqKD0F .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaGzqKD0F .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaGzqKD0F .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaGzqKD0F H2 {
  color: #333333;
}
.cid-tkaGzqKD0F .mbr-text {
  color: #767676;
}
.cid-tkaGzqKD0F H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaGzquald {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaGzquald .mbr-title {
  color: #ffffff;
}
.cid-tkaGzquald .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaGzquald .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaGzquald .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaGzquald .mbr-text,
.cid-tkaGzquald .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaGzquald .mbr-section-title,
.cid-tkaGzquald .item {
  color: #000000;
}
.cid-tkaGzquald .mbr-section-title,
.cid-tkaGzquald .card-wrapper {
  color: #ffffff;
}
.cid-u1qhiXLcaY {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qhiXLcaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qhiXLcaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qhiXLcaY .container {
    padding: 0 30px;
  }
}
.cid-u1qhiXLcaY .items .item {
  margin-bottom: 60px;
}
.cid-u1qhiXLcaY .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qhiXLcaY .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qhiXLcaY .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qhiXLcaY .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qhiXLcaY .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qhiXLcaY .dragArea.row {
  margin: 0;
}
.cid-u1qhiXLcaY .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qhiXLcaY .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qhiXLcaY .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qhiXLcaY .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qhiXLcaY .dragArea.row .form-group .form-control:hover,
.cid-u1qhiXLcaY .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qhiXLcaY .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qhiXLcaY .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qhiXLcaY .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qhiXLcaY .mbr-section-title {
  color: #000000;
}
.cid-u1qhiXLcaY .card-title {
  color: #000000;
}
.cid-u1qhiXLcaY .list {
  color: #000000;
}
.cid-u1qhiXLcaY .mbr-text {
  color: #000000;
}
.cid-u1qhiXLcaY label {
  color: #000000;
}
.cid-tkaGzry9Lj {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaGzry9Lj .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaGzry9Lj .first-column .mbr-text {
  margin: 0;
}
.cid-tkaGzry9Lj .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaGzry9Lj .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaGzry9Lj .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaGzry9Lj .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaGzry9Lj .form-group {
  max-width: 55%;
}
.cid-tkaGzry9Lj .form-group,
.cid-tkaGzry9Lj .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaGzry9Lj .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaGzry9Lj .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaGzry9Lj .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaGzry9Lj .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaGzry9Lj .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaGzry9Lj .col + .mbr-section-btn .btn,
.cid-tkaGzry9Lj .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaGzry9Lj .dragArea > *:nth-last-child(2).col,
.cid-tkaGzry9Lj .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaGzry9Lj .col + .mbr-section-btn,
.cid-tkaGzry9Lj .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaGzry9Lj .first-column,
  .cid-tkaGzry9Lj .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaGzry9Lj .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaGzry9Lj .first-column,
  .cid-tkaGzry9Lj .second-column,
  .cid-tkaGzry9Lj .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkaGRGV5dq {
  overflow-x: hidden !important;
}
.cid-tkaGRGV5dq,
.cid-tkaGRGV5dq .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tkaGRGV5dq .mbr-section-title {
  color: #ffffff;
}
.cid-tkaGRGV5dq .mbr-section-title span {
  color: #c1c1c1;
}
.cid-tkaGRGV5dq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tkaGRGV5dq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1000-f-173726708-dpnso60ecgaygdvfacuxb2crxiwyplgs-1000x473.jpg");
}
.cid-tkaGRGV5dq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tkaGRGV5dq .mbr-overlay {
  z-index: 1;
}
.cid-tkaGRGV5dq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tkaGRH9R2u {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkaGRH9R2u .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tkaGRH9R2u .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tkaGRH9R2u H3 {
  color: #000000;
}
.cid-tkaGRH9R2u .mbr-text,
.cid-tkaGRH9R2u .mbr-section-btn {
  color: #777777;
}
.cid-tkaGRHoz3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaGRHoz3B img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaGRHoz3B img:hover {
  transform: scale(1.1);
}
.cid-tkaGRHoz3B .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaGRHoz3B h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaGRHoz3B .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaGRHoz3B .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaGRHoz3B .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkaGRHoz3B .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaGRHoz3B .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaGRHoz3B .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaGRHoz3B .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaGRHoz3B .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaGRHoz3B .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaGRHoz3B .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaGRHoz3B .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaGRHoz3B .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaGRHoz3B H2 {
  color: #333333;
}
.cid-tkaGRHoz3B .mbr-text {
  color: #767676;
}
.cid-tkaGRHoz3B H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaGRHU7vu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkaGRHU7vu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkaGRHU7vu img:hover {
  transform: scale(1.1);
}
.cid-tkaGRHU7vu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkaGRHU7vu h2 {
  padding: 0;
  margin: 0;
}
.cid-tkaGRHU7vu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkaGRHU7vu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkaGRHU7vu .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkaGRHU7vu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkaGRHU7vu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkaGRHU7vu .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkaGRHU7vu .mbr-iconfont {
  margin: 0!important;
}
.cid-tkaGRHU7vu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkaGRHU7vu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkaGRHU7vu .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkaGRHU7vu .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkaGRHU7vu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkaGRHU7vu H2 {
  color: #333333;
}
.cid-tkaGRHU7vu .mbr-text {
  color: #767676;
}
.cid-tkaGRHU7vu H1 {
  text-align: left;
  color: #000000;
}
.cid-tkloihMaAU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkloihMaAU img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkloihMaAU img:hover {
  transform: scale(1.1);
}
.cid-tkloihMaAU .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkloihMaAU h2 {
  padding: 0;
  margin: 0;
}
.cid-tkloihMaAU .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkloihMaAU .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkloihMaAU .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tkloihMaAU .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkloihMaAU .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkloihMaAU .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkloihMaAU .mbr-iconfont {
  margin: 0!important;
}
.cid-tkloihMaAU .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkloihMaAU .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkloihMaAU .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkloihMaAU .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkloihMaAU .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkloihMaAU H2 {
  color: #333333;
}
.cid-tkloihMaAU .mbr-text {
  color: #767676;
}
.cid-tkloihMaAU H1 {
  text-align: left;
  color: #000000;
}
.cid-tkloInGZDW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkloInGZDW img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tkloInGZDW img:hover {
  transform: scale(1.1);
}
.cid-tkloInGZDW .img-col {
  padding: 0;
  overflow: hidden;
  text-align: left;
  justify-content: center;
  position: relative;
}
.cid-tkloInGZDW h2 {
  padding: 0;
  margin: 0;
}
.cid-tkloInGZDW .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkloInGZDW .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tkloInGZDW .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tkloInGZDW .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tkloInGZDW .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tkloInGZDW .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tkloInGZDW .mbr-iconfont {
  margin: 0!important;
}
.cid-tkloInGZDW .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tkloInGZDW .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tkloInGZDW .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tkloInGZDW .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tkloInGZDW .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tkloInGZDW H2 {
  color: #333333;
}
.cid-tkloInGZDW .mbr-text {
  color: #767676;
}
.cid-tkloInGZDW H1 {
  text-align: left;
  color: #000000;
}
.cid-tkaGRHE7MO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tkaGRHE7MO .mbr-title {
  color: #ffffff;
}
.cid-tkaGRHE7MO .card-wrapper {
  border-top: 2px solid currentColor;
}
.cid-tkaGRHE7MO .card-wrapper {
  padding-top: 4rem;
}
.cid-tkaGRHE7MO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkaGRHE7MO .mbr-text,
.cid-tkaGRHE7MO .mbr-section-btn {
  color: #ffffff;
}
.cid-tkaGRHE7MO .mbr-section-title,
.cid-tkaGRHE7MO .item {
  color: #000000;
}
.cid-tkaGRHE7MO .mbr-section-title,
.cid-tkaGRHE7MO .card-wrapper {
  color: #ffffff;
}
.cid-u1qhp4mdY8 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1qhp4mdY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qhp4mdY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1qhp4mdY8 .container {
    padding: 0 30px;
  }
}
.cid-u1qhp4mdY8 .items .item {
  margin-bottom: 60px;
}
.cid-u1qhp4mdY8 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1qhp4mdY8 .items .item {
    margin-bottom: 30px;
  }
}
.cid-u1qhp4mdY8 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u1qhp4mdY8 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1qhp4mdY8 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-u1qhp4mdY8 .dragArea.row {
  margin: 0;
}
.cid-u1qhp4mdY8 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u1qhp4mdY8 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u1qhp4mdY8 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u1qhp4mdY8 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-u1qhp4mdY8 .dragArea.row .form-group .form-control:hover,
.cid-u1qhp4mdY8 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u1qhp4mdY8 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u1qhp4mdY8 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-u1qhp4mdY8 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1qhp4mdY8 .mbr-section-title {
  color: #000000;
}
.cid-u1qhp4mdY8 .card-title {
  color: #000000;
}
.cid-u1qhp4mdY8 .list {
  color: #000000;
}
.cid-u1qhp4mdY8 .mbr-text {
  color: #000000;
}
.cid-u1qhp4mdY8 label {
  color: #000000;
}
.cid-tkaGRILCLQ {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tkaGRILCLQ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tkaGRILCLQ .first-column .mbr-text {
  margin: 0;
}
.cid-tkaGRILCLQ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkaGRILCLQ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkaGRILCLQ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkaGRILCLQ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkaGRILCLQ .form-group {
  max-width: 55%;
}
.cid-tkaGRILCLQ .form-group,
.cid-tkaGRILCLQ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkaGRILCLQ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkaGRILCLQ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaGRILCLQ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaGRILCLQ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkaGRILCLQ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkaGRILCLQ .col + .mbr-section-btn .btn,
.cid-tkaGRILCLQ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkaGRILCLQ .dragArea > *:nth-last-child(2).col,
.cid-tkaGRILCLQ .dragArea > *:nth-last-child(2).col-auto,
.cid-tkaGRILCLQ .col + .mbr-section-btn,
.cid-tkaGRILCLQ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkaGRILCLQ .first-column,
  .cid-tkaGRILCLQ .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkaGRILCLQ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkaGRILCLQ .first-column,
  .cid-tkaGRILCLQ .second-column,
  .cid-tkaGRILCLQ .third-column {
    text-align: center;
  }
}
.cid-tkq5AnwaVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .nav-item:focus,
.cid-tkq5AnwaVM .nav-link:focus {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkq5AnwaVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkq5AnwaVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkq5AnwaVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkq5AnwaVM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.opened {
  transition: all 0.3s;
  background: #333333 !important;
}
.cid-tkq5AnwaVM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tkq5AnwaVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkq5AnwaVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkq5AnwaVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkq5AnwaVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkq5AnwaVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkq5AnwaVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkq5AnwaVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkq5AnwaVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkq5AnwaVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkq5AnwaVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkq5AnwaVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkq5AnwaVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkq5AnwaVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkq5AnwaVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkq5AnwaVM .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkq5AnwaVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkq5AnwaVM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkq5AnwaVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkq5AnwaVM .dropdown-item.active,
.cid-tkq5AnwaVM .dropdown-item:active {
  background-color: transparent;
}
.cid-tkq5AnwaVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkq5AnwaVM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tkq5AnwaVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkq5AnwaVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkq5AnwaVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkq5AnwaVM .navbar-buttons {
  text-align: center;
}
.cid-tkq5AnwaVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkq5AnwaVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkq5AnwaVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkq5AnwaVM .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tkq5AnwaVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkq5AnwaVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkq5AnwaVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tkq5AnwaVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkq5AnwaVM .navbar {
    height: 77px;
  }
  .cid-tkq5AnwaVM .navbar.opened {
    height: auto;
  }
  .cid-tkq5AnwaVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
