body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0e78c3 !important;
}
.bg-success {
  background-color: #ff9135 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #094c7c !important;
  border-color: #094c7c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #094c7c !important;
  border-color: #094c7c !important;
}
.btn-primary:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9135 !important;
  border-color: #ff9135 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e76900 !important;
  border-color: #e76900 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e76900 !important;
  border-color: #e76900 !important;
}
.btn-success:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0e78c3;
  color: #0e78c3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e78c3;
  border-color: #0e78c3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e78c3 !important;
  border-color: #0e78c3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff9135;
  color: #ff9135;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff9135;
  border-color: #ff9135;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9135 !important;
  border-color: #ff9135 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #0e78c3 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #ff9135 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #45aaf2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffc99b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e78c3;
  border-color: #0e78c3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e78c3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5db5f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #0e78c3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e78c3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e78c3;
  border-bottom-color: #0e78c3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0e78c3 !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: #200960 !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%;
  width: 100%;
  height: auto;
}
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='%230e78c3' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGFVfKvDAz .link-align {
  width: 100%;
}
.cid-sGFVfKvDAz .link-wrap {
  display: inline-block;
}
.cid-sGFVfKvDAz .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sGFVfKvDAz .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sGFVfKvDAz .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sGFVfKvDAz .link:hover:before {
  width: 60px;
}
.cid-sGFVfKvDAz .mbr-text,
.cid-sGFVfKvDAz .link-align {
  color: #e5e5e5;
}
.cid-sGFVfKvDAz H1 {
  text-align: left;
}
.cid-sGLIVQH6K4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLIVQH6K4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGLIVQH6K4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGLIVQH6K4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGLIVQH6K4 H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGLIVQH6K4 .list {
  color: #000000;
}
.cid-sGLIVQH6K4 .list P {
  text-align: left;
}
.cid-sGLKiXRodh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLKiXRodh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGLKiXRodh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGLKiXRodh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGLKiXRodh H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sGLKiXRodh .list {
  color: #333333;
}
.cid-sGLKiXRodh .list P {
  text-align: left;
}
.cid-sGIPTH0ryf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGIPTH0ryf .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sGIPTH0ryf .link-wrap {
  width: 100%;
}
.cid-sGIPTH0ryf .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sGIPTH0ryf .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sGIPTH0ryf .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sGIPTH0ryf .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sGIPTH0ryf .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sGIPTH0ryf .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sGIPTH0ryf .link {
    opacity: 1;
  }
  .cid-sGIPTH0ryf .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sGIPTH0ryf .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sGIPTH0ryf .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sGIPTH0ryf .card {
    padding-bottom: 1rem !important;
  }
  .cid-sGIPTH0ryf .card .link {
    opacity: 1;
  }
  .cid-sGIPTH0ryf .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sGIPTH0ryf .row {
  justify-content: center;
}
.cid-sGIPTH0ryf .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sGIPTH0ryf .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sGIPTH0ryf .card1 {
  background-image: url("../../../assets/images/mbr-1484x1920.jpg");
}
.cid-sGIPTH0ryf .card2 {
  background-image: url("../../../assets/images/local-ship-480x297.png");
}
.cid-sGIPTH0ryf .card3 {
  background-image: url("../../../assets/images/customs-clearance-308x393.jpg");
}
.cid-sGIPTH0ryf .link,
.cid-sGIPTH0ryf .card-box {
  color: #ffffff;
}
.cid-sGIPTH0ryf .mbr-text,
.cid-sGIPTH0ryf .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sGIPTH0ryf .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sGIPTH0ryf .main-subtitle DIV {
  text-align: right;
}
.cid-sGIPTH0ryf .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-sGLxZHWw0B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGLxZHWw0B .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sGLxZHWw0B .link-wrap {
  width: 100%;
}
.cid-sGLxZHWw0B .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sGLxZHWw0B .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sGLxZHWw0B .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sGLxZHWw0B .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sGLxZHWw0B .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sGLxZHWw0B .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sGLxZHWw0B .link {
    opacity: 1;
  }
  .cid-sGLxZHWw0B .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sGLxZHWw0B .card:hover .card-wrapper:after {
    opacity: 1;
    background: #3098f3;
  }
  .cid-sGLxZHWw0B .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sGLxZHWw0B .card {
    padding-bottom: 1rem !important;
  }
  .cid-sGLxZHWw0B .card .link {
    opacity: 1;
  }
  .cid-sGLxZHWw0B .card-wrapper:after {
    opacity: 0.7;
    background: #3098f3;
  }
}
.cid-sGLxZHWw0B .row {
  justify-content: center;
}
.cid-sGLxZHWw0B .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sGLxZHWw0B .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sGLxZHWw0B .card1 {
  background-image: url("../../../assets/images/mbr-1920x1328.jpg");
}
.cid-sGLxZHWw0B .card2 {
  background-image: url("../../../assets/images/nyk-roro-ship-650x433.jpg");
}
.cid-sGLxZHWw0B .card3 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sGLxZHWw0B .link,
.cid-sGLxZHWw0B .card-box {
  color: #ffffff;
}
.cid-sGLxZHWw0B .mbr-text,
.cid-sGLxZHWw0B .link-wrap {
  text-align: center;
}
.cid-sGLxZHWw0B .main-subtitle {
  color: #999999;
}
.cid-sGXfT5F93k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGXfT5F93k .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sGXfT5F93k .link-wrap {
  width: 100%;
}
.cid-sGXfT5F93k .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sGXfT5F93k .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sGXfT5F93k .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sGXfT5F93k .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sGXfT5F93k .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sGXfT5F93k .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sGXfT5F93k .link {
    opacity: 1;
  }
  .cid-sGXfT5F93k .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sGXfT5F93k .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sGXfT5F93k .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sGXfT5F93k .card {
    padding-bottom: 1rem !important;
  }
  .cid-sGXfT5F93k .card .link {
    opacity: 1;
  }
  .cid-sGXfT5F93k .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sGXfT5F93k .row {
  justify-content: center;
}
.cid-sGXfT5F93k .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sGXfT5F93k .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sGXfT5F93k .card1 {
  background-image: url("../../../assets/images/container-vanning-service-1500x2108.jpeg");
}
.cid-sGXfT5F93k .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sGXfT5F93k .card3 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sGXfT5F93k .link,
.cid-sGXfT5F93k .card-box {
  color: #ffffff;
}
.cid-sGXfT5F93k .mbr-text,
.cid-sGXfT5F93k .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sGXfT5F93k .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sGXfT5F93k .main-subtitle DIV {
  text-align: right;
}
.cid-sGXfT5F93k .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-sHM00xNQ7e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHM00xNQ7e ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHM00xNQ7e li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHM00xNQ7e ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHM00xNQ7e H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHM00xNQ7e .list {
  color: #333333;
}
.cid-sHM00xNQ7e .list P {
  text-align: left;
}
.cid-sGG14jdzdz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGG14jdzdz .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sGG14jdzdz .mbr-section-title {
  margin: 0;
  color: #3098f3;
}
.cid-sGG14jdzdz .mbr-section-subtitle {
  color: #000000;
}
.cid-sGG14jdzdz .card-img span {
  color: #0077ff;
}
.cid-sGG14jdzdz .row-item {
  margin-bottom: 2rem;
}
.cid-sGG14jdzdz .row-item:hover .wrapper {
  background: linear-gradient(90deg, #0077ff, #3098f3);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sGG14jdzdz .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sGG14jdzdz .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sGG14jdzdz .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sGG14jdzdz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sGG14jdzdz .mbr-card-title,
.cid-sGG14jdzdz .card-img {
  color: #3098f3;
}
.cid-sGILcLqFIy {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sGILcLqFIy img {
  width: 120px;
  margin: auto;
}
.cid-sGILcLqFIy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.4;
  margin-bottom: 1rem;
}
.cid-sGILcLqFIy .card:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-sGILcLqFIy .card {
    max-width: 20%;
  }
}
.cid-sGILcLqFIy H1 {
  color: #3098f3;
  text-align: center;
}
.cid-sGKhPxrGi9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGKhPxrGi9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sGKhPxrGi9 .icon-box {
  background: #ffffff;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGKhPxrGi9 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-sGKhPxrGi9 .card {
    margin-bottom: 2rem;
  }
  .cid-sGKhPxrGi9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sGKhPxrGi9 .card-title,
.cid-sGKhPxrGi9 .card-box {
  color: #3098f3;
  text-align: left;
}
.cid-sGKhPxrGi9 .icon-title {
  color: #3098f3;
}
.cid-sGKhPxrGi9 .icon-text {
  color: #000000;
}
.cid-sGKhPxrGi9 .mbr-text,
.cid-sGKhPxrGi9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sGJYNDXUgj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGJYNDXUgj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGJYNDXUgj .row {
    flex-direction: column-reverse;
  }
  .cid-sGJYNDXUgj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGJYNDXUgj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGJYNDXUgj .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGJYNDXUgj .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sGJYNDXUgj .card-title {
  color: #0095ff;
}
.cid-sGJYNDXUgj .mbr-text,
.cid-sGJYNDXUgj .mbr-section-btn {
  color: #000000;
}
.cid-sGLWrc5BwO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLWrc5BwO .mbr-section-subtitle {
  color: #3098f3;
  text-align: center;
}
.cid-sGLWrc5BwO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sGLSZz0JhW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sGLSZz0JhW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sGLSZz0JhW .team-card:hover {
  transform: translateY(-10px);
}
.cid-sGLSZz0JhW .mbr-flex {
  display: flex;
  position: relative;
  align-items: center;
}
.cid-sGLSZz0JhW .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sGLSZz0JhW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sGLSZz0JhW .card-wrap .image-wrap img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin: auto;
  margin-right: 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-sGLSZz0JhW .card-wrap {
    padding: 2rem 1rem;
  }
}
.cid-sGLSZz0JhW .mbr-iconfont {
  position: absolute;
  top: -3.5rem;
  right: 0rem;
  color: #3098f3;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .cid-sGLSZz0JhW .mbr-iconfont {
    font-size: 2.5rem;
    top: -2.5rem;
  }
}
.cid-sGLSZz0JhW .mbr-role,
.cid-sGLSZz0JhW .social-row {
  color: #777777;
}
.cid-sGLSZz0JhW .mbr-section-subtitle {
  color: #3098f3;
  text-align: center;
}
.cid-sGLSZz0JhW .card-text,
.cid-sGLSZz0JhW .mbr-section-btn,
.cid-sGLSZz0JhW .social-row {
  color: #777777;
}
.cid-sGLSZz0JhW .mbr-section-title {
  color: #ffffff;
}
.cid-sGLSZz0JhW .card-title,
.cid-sGLSZz0JhW .social-row {
  color: #31363b;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHC36s4NWV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about-us-header-1920x1080.jpg");
}
.cid-sHC36s4NWV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHC36s4NWV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHC36s4NWV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHC36s4NWV .container {
  min-height: 200px;
}
.cid-sGR21GOGHK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGR21GOGHK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGR21GOGHK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGR21GOGHK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGR21GOGHK H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGR21GOGHK .list {
  color: #000000;
}
.cid-sGR21GOGHK .list P {
  text-align: left;
}
.cid-sXHK7Hklls {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXHK7Hklls .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sXHK7Hklls .card-title {
  cursor: pointer;
  color: #3098f3;
}
.cid-sXHK7Hklls .card:hover {
  cursor: pointer;
}
.cid-sXHK7Hklls .card:hover .card-title:before {
  width: 100%;
}
.cid-sXHK7Hklls .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sXHK7Hklls .card-text {
  color: #000000;
}
.cid-sXHK7Hklls .card-title,
.cid-sXHK7Hklls .card-wrapper {
  color: #3098f3;
}
.cid-sXHK7Hklls .main-title {
  color: #3098f3;
}
.cid-sNT9b37z0G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNT9b37z0G img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sNT9b37z0G .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.cid-sNT9b37z0G .card .img-wrapper {
  overflow: hidden;
}
.cid-sNT9b37z0G .card:hover {
  cursor: pointer;
}
.cid-sNT9b37z0G .card:hover img {
  transform: scale(1.05);
}
.cid-sNT9b37z0G .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-sNT9b37z0G .mbr-section-title {
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #275283;
}
.cid-sNT9b37z0G .mbr-section-title:hover {
  color: #0e78c3;
}
.cid-sNT9b37z0G .mbr-section-date {
  color: #275283;
  text-align: center;
}
.cid-sNT9b37z0G .mbr-section-text {
  color: #000000;
}
.cid-sNT9b37z0G .main-title {
  color: #0c4678;
}
.cid-sGR21Hpo7x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGR21Hpo7x ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGR21Hpo7x li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGR21Hpo7x ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGR21Hpo7x H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGR21Hpo7x .list {
  color: #333333;
}
.cid-sGR21Hpo7x .list P {
  text-align: center;
}
.cid-sGR21Hpo7x DIV {
  text-align: center;
}
.cid-sGR21Hpo7x P {
  text-align: center;
}
.cid-sGRmSUcz4c {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGRmSUcz4c H1 {
  color: #3098f3;
}
.cid-sGRmSUcz4c .mbr-text,
.cid-sGRmSUcz4c .mbr-section-btn {
  color: #000000;
}
.cid-sGRmSUcz4c img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sGRmSUcz4c .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sGRdaPXEYB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGRdaPXEYB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGRdaPXEYB .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sGRdaPXEYB .img-col {
  padding: 0;
}
.cid-sGRdaPXEYB .wrapper {
  padding: 6rem 12rem;
}
.cid-sGRdaPXEYB .link-wrap {
  width: 100%;
}
.cid-sGRdaPXEYB .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sGRdaPXEYB .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sGRdaPXEYB .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sGRdaPXEYB .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sGRdaPXEYB .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sGRdaPXEYB .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sGRdaPXEYB .link,
.cid-sGRdaPXEYB .wrapper {
  color: #cc2952;
}
.cid-sGRdaPXEYB .mbr-section-subtitle {
  color: #000000;
}
.cid-sGRdaPXEYB .card-title,
.cid-sGRdaPXEYB .card-box {
  color: #3098f3;
}
.cid-sGRdaPXEYB .mbr-text,
.cid-sGRdaPXEYB .mbr-section-btn {
  color: #999999;
}
.cid-sGRdaPXEYB .mbr-text,
.cid-sGRdaPXEYB .wrapper {
  color: #000000;
}
.cid-sGRgpmHRGE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGRgpmHRGE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGRgpmHRGE .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sGRgpmHRGE .img-col {
  padding: 0;
}
.cid-sGRgpmHRGE .wrapper {
  padding: 6rem 12rem;
}
.cid-sGRgpmHRGE .link-wrap {
  width: 100%;
}
.cid-sGRgpmHRGE .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sGRgpmHRGE .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sGRgpmHRGE .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sGRgpmHRGE .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sGRgpmHRGE .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sGRgpmHRGE .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sGRgpmHRGE .link,
.cid-sGRgpmHRGE .wrapper {
  color: #cc2952;
}
.cid-sGRgpmHRGE .mbr-section-subtitle {
  color: #000000;
}
.cid-sGRgpmHRGE .card-title,
.cid-sGRgpmHRGE .card-box {
  color: #3098f3;
}
.cid-sGRgpmHRGE .mbr-text,
.cid-sGRgpmHRGE .mbr-section-btn {
  color: #999999;
}
.cid-sGRgpmHRGE .mbr-text,
.cid-sGRgpmHRGE .wrapper {
  color: #000000;
  text-align: left;
}
.cid-sGRhb6J7bt {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sGRhb6J7bt .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sGRhb6J7bt .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGRhb6J7bt .img1 {
  background: #0095ff;
}
.cid-sGRhb6J7bt .img2 {
  background: #6592e6;
}
.cid-sGRhb6J7bt .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sGRhb6J7bt .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sGRhb6J7bt .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sGRhb6J7bt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGRhb6J7bt .card-wrapper {
    flex-direction: column;
  }
  .cid-sGRhb6J7bt .card-box {
    padding: 1rem;
  }
  .cid-sGRhb6J7bt .card-box,
  .cid-sGRhb6J7bt .img-wrapper {
    width: 100%;
  }
  .cid-sGRhb6J7bt .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sGRhb6J7bt .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sGRhb6J7bt .card-subtitle {
  color: #0077ff;
}
.cid-sGRhb6J7bt .mbr-text,
.cid-sGRhb6J7bt .link-wrap {
  color: #555555;
}
.cid-sGRhb6J7bt .mbr-text,
.cid-sGRhb6J7bt .mbr-section-btn {
  color: #3098f3;
  text-align: left;
}
.cid-sGRhb6J7bt .card-title,
.cid-sGRhb6J7bt .card-box {
  color: #3098f3;
}
.cid-sHhKPcrdk1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHhKPcrdk1 .item-wrapper {
  width: 100%;
}
.cid-sHhKPcrdk1 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sHhKPcrdk1 .row {
  align-items: center;
}
.cid-sHhKPcrdk1 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHhKPcrdk1 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sHhKPcrdk1 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sHhKPcrdk1 .sign {
  max-width: 250px;
  display: inline;
}
.cid-sHhKPcrdk1 .mbr-text,
.cid-sHhKPcrdk1 .right-side {
  color: #1b745e;
}
.cid-sHhKPcrdk1 .mbr-section-title,
.cid-sHhKPcrdk1 .si {
  color: #0095ff;
  text-align: left;
}
.cid-sHhKPcrdk1 .text {
  color: #232323;
}
.cid-sHhKPcrdk1 .desc {
  color: #000000;
  text-align: left;
}
.cid-sGRwEfNudz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-sGRwEfNudz .image-block {
  margin: auto;
}
.cid-sGRwEfNudz .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGRwEfNudz .image-block {
    width: 100% !important;
  }
}
.cid-sGRwEfNudz .container-fluid {
  padding: 0;
}
.cid-sGRzENTmcb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGRzENTmcb H1 {
  color: #3098f3;
}
.cid-sGRzENTmcb .mbr-text,
.cid-sGRzENTmcb .mbr-section-btn {
  color: #000000;
}
.cid-sGRzENTmcb .img-box {
  position: relative;
}
.cid-sGRzENTmcb .card-ico span {
  font-size: 96px;
  color: #0e78c3;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sGRzENTmcb .card-ico .ico1 {
  background-color: #0095ff;
}
.cid-sGRzENTmcb .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
}
.cid-sGRzENTmcb .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sGRzENTmcb img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-sGRzENTmcb .author-box {
    justify-content: center;
  }
  .cid-sGRzENTmcb .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sGRzENTmcb .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sGRzENTmcb .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sGRzENTmcb .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sGRzENTmcb .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sGRzENTmcb .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sGRzENTmcb .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sGRzENTmcb h3,
.cid-sGRzENTmcb h4 {
  margin: 0;
  padding: 0;
}
.cid-sGRzENTmcb .card-title,
.cid-sGRzENTmcb .mbr-section-subtitle {
  color: #232323;
}
.cid-sGRzENTmcb .mbr-text {
  text-align: left;
}
.cid-sGRzENTmcb .card-title {
  color: #000000;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHGt4H8CEn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/26364-2-1920x1080.jpg");
}
.cid-sHGt4H8CEn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHGt4H8CEn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHGt4H8CEn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHGt4H8CEn .container {
  min-height: 200px;
}
.cid-sHGuFodSHV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHGuFodSHV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHGuFodSHV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHGuFodSHV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHGuFodSHV H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sHGuFodSHV .list {
  color: #333333;
}
.cid-sHGuFodSHV .list P {
  text-align: left;
}
.cid-sHMSgElYZf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHMSgElYZf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHMSgElYZf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHMSgElYZf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHMSgElYZf H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHMSgElYZf .list {
  color: #333333;
}
.cid-sHMSgElYZf .list P {
  text-align: center;
}
.cid-sHGuN8zw2x .google-map {
  height: 30rem;
  position: relative;
}
.cid-sHGuN8zw2x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHGuN8zw2x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHGuN8zw2x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHGuN8zw2x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHMT6AkceD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHMT6AkceD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHMT6AkceD .form-control,
.cid-sHMT6AkceD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHMT6AkceD .form-control::-webkit-input-placeholder,
.cid-sHMT6AkceD .field-input::-webkit-input-placeholder,
.cid-sHMT6AkceD .form-control::-webkit-input-placeholder,
.cid-sHMT6AkceD .field-input::-webkit-input-placeholder {
  color: #0077ff;
}
.cid-sHMT6AkceD .form-control:-moz-placeholder,
.cid-sHMT6AkceD .field-input:-moz-placeholder,
.cid-sHMT6AkceD .form-control:-moz-placeholder,
.cid-sHMT6AkceD .field-input:-moz-placeholder {
  color: #0077ff;
}
.cid-sHMT6AkceD .form-control:hover,
.cid-sHMT6AkceD .field-input:hover,
.cid-sHMT6AkceD .form-control:focus,
.cid-sHMT6AkceD .field-input:focus {
  background-color: #e5e5e5;
  border-color: #f3f3f3;
  color: #0077ff;
  box-shadow: none;
  outline: none;
}
.cid-sHMT6AkceD .form-control:hover::-webkit-input-placeholder,
.cid-sHMT6AkceD .field-input:hover::-webkit-input-placeholder,
.cid-sHMT6AkceD .form-control:focus::-webkit-input-placeholder,
.cid-sHMT6AkceD .field-input:focus::-webkit-input-placeholder,
.cid-sHMT6AkceD .form-control:hover::-webkit-input-placeholder,
.cid-sHMT6AkceD .field-input:hover::-webkit-input-placeholder,
.cid-sHMT6AkceD .form-control:focus::-webkit-input-placeholder,
.cid-sHMT6AkceD .field-input:focus::-webkit-input-placeholder {
  color: #0095ff;
}
.cid-sHMT6AkceD .form-control:hover:-moz-placeholder,
.cid-sHMT6AkceD .field-input:hover:-moz-placeholder,
.cid-sHMT6AkceD .form-control:focus:-moz-placeholder,
.cid-sHMT6AkceD .field-input:focus:-moz-placeholder,
.cid-sHMT6AkceD .form-control:hover:-moz-placeholder,
.cid-sHMT6AkceD .field-input:hover:-moz-placeholder,
.cid-sHMT6AkceD .form-control:focus:-moz-placeholder,
.cid-sHMT6AkceD .field-input:focus:-moz-placeholder {
  color: #0095ff;
}
.cid-sHMT6AkceD .jq-number__spin:hover,
.cid-sHMT6AkceD .jq-number__spin:focus {
  background-color: #e5e5e5;
  border-color: #f3f3f3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHMT6AkceD .jq-number__spin {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHMT6AkceD .jq-selectbox li,
.cid-sHMT6AkceD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHMT6AkceD .jq-selectbox li:hover,
.cid-sHMT6AkceD .jq-selectbox li.selected {
  background-color: #e5e5e5;
  color: #000000;
}
.cid-sHMT6AkceD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHMT6AkceD .jq-number__spin.minus:hover:after,
.cid-sHMT6AkceD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHMT6AkceD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHMT6AkceD .jq-number__spin.minus:after,
.cid-sHMT6AkceD .jq-number__spin.plus:after {
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
}
.cid-sHMT6AkceD input::-webkit-clear-button {
  display: none;
}
.cid-sHMT6AkceD input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHMT6AkceD input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHMT6AkceD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHMT6AkceD H4 {
  color: #0095ff;
  text-align: center;
}
.cid-sHMiLGqol4 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHMiLGqol4 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sHMiLGqol4 .col-lg-4,
.cid-sHMiLGqol4 .col-12 {
  padding: 0 2rem;
}
.cid-sHMiLGqol4 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sHMiLGqol4 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sHMiLGqol4 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHMiLGqol4 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sHMiLGqol4 .card-title,
.cid-sHMiLGqol4 .iconfont-wrapper {
  color: #0095ff;
  text-align: center;
}
.cid-sHMiLGqol4 .card-text {
  color: #0095ff;
  text-align: center;
}
.cid-sHMiLGqol4 .mbr-section-subtitle {
  color: #0095ff;
  text-align: center;
}
.cid-sHMiLGqol4 .mbr-section-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHC2CU0yVV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/quotations-headers-1920x1280.jpg");
}
.cid-sHC2CU0yVV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHC2CU0yVV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHC2CU0yVV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHC2CU0yVV .container {
  min-height: 200px;
}
.cid-sHN3eijodK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHN3eijodK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHN3eijodK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHN3eijodK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHN3eijodK H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHN3eijodK .list {
  color: #000000;
}
.cid-sHN3eijodK .list P {
  text-align: left;
}
.cid-sHqwQv4fkV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHqwQv4fkV .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sHqwQv4fkV .card-title {
  cursor: pointer;
  color: #0077ff;
}
.cid-sHqwQv4fkV .card:hover {
  cursor: pointer;
}
.cid-sHqwQv4fkV .card:hover .card-title:before {
  width: 100%;
}
.cid-sHqwQv4fkV .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sHqwQv4fkV .card-text {
  color: #000000;
}
.cid-sHqwQv4fkV .card-title,
.cid-sHqwQv4fkV .card-wrapper {
  color: #0095ff;
}
.cid-sHqwQv4fkV .main-title {
  color: #0095ff;
}
.cid-sHN20mG5rJ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHN20mG5rJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sHN20mG5rJ .col-lg-4,
.cid-sHN20mG5rJ .col-12 {
  padding: 0 2rem;
}
.cid-sHN20mG5rJ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sHN20mG5rJ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sHN20mG5rJ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHN20mG5rJ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sHN20mG5rJ .card-title,
.cid-sHN20mG5rJ .iconfont-wrapper {
  color: #0095ff;
  text-align: center;
}
.cid-sHN20mG5rJ .card-text {
  color: #0095ff;
  text-align: center;
}
.cid-sHN20mG5rJ .mbr-section-subtitle {
  color: #0095ff;
  text-align: center;
}
.cid-sHN20mG5rJ .mbr-section-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHC23FCgHu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/qoutation-roro-header-1920x1300.jpg");
}
.cid-sHC23FCgHu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHC23FCgHu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHC23FCgHu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHC23FCgHu .container {
  min-height: 200px;
}
.cid-sHq8pakDDx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHq8pakDDx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHq8pakDDx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHq8pakDDx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHq8pakDDx H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHq8pakDDx .list {
  color: #0095ff;
}
.cid-sHq8pakDDx .list P {
  text-align: center;
}
.cid-sHGD7FrvFN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHGD7FrvFN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHGD7FrvFN .form-control,
.cid-sHGD7FrvFN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHGD7FrvFN .form-control::-webkit-input-placeholder,
.cid-sHGD7FrvFN .field-input::-webkit-input-placeholder,
.cid-sHGD7FrvFN .form-control::-webkit-input-placeholder,
.cid-sHGD7FrvFN .field-input::-webkit-input-placeholder {
  color: #0077ff;
}
.cid-sHGD7FrvFN .form-control:-moz-placeholder,
.cid-sHGD7FrvFN .field-input:-moz-placeholder,
.cid-sHGD7FrvFN .form-control:-moz-placeholder,
.cid-sHGD7FrvFN .field-input:-moz-placeholder {
  color: #0077ff;
}
.cid-sHGD7FrvFN .form-control:hover,
.cid-sHGD7FrvFN .field-input:hover,
.cid-sHGD7FrvFN .form-control:focus,
.cid-sHGD7FrvFN .field-input:focus {
  background-color: #f3f3f3;
  border-color: #e5e5e5;
  color: #0077ff;
  box-shadow: none;
  outline: none;
}
.cid-sHGD7FrvFN .form-control:hover::-webkit-input-placeholder,
.cid-sHGD7FrvFN .field-input:hover::-webkit-input-placeholder,
.cid-sHGD7FrvFN .form-control:focus::-webkit-input-placeholder,
.cid-sHGD7FrvFN .field-input:focus::-webkit-input-placeholder,
.cid-sHGD7FrvFN .form-control:hover::-webkit-input-placeholder,
.cid-sHGD7FrvFN .field-input:hover::-webkit-input-placeholder,
.cid-sHGD7FrvFN .form-control:focus::-webkit-input-placeholder,
.cid-sHGD7FrvFN .field-input:focus::-webkit-input-placeholder {
  color: #0095ff;
}
.cid-sHGD7FrvFN .form-control:hover:-moz-placeholder,
.cid-sHGD7FrvFN .field-input:hover:-moz-placeholder,
.cid-sHGD7FrvFN .form-control:focus:-moz-placeholder,
.cid-sHGD7FrvFN .field-input:focus:-moz-placeholder,
.cid-sHGD7FrvFN .form-control:hover:-moz-placeholder,
.cid-sHGD7FrvFN .field-input:hover:-moz-placeholder,
.cid-sHGD7FrvFN .form-control:focus:-moz-placeholder,
.cid-sHGD7FrvFN .field-input:focus:-moz-placeholder {
  color: #0095ff;
}
.cid-sHGD7FrvFN .jq-number__spin:hover,
.cid-sHGD7FrvFN .jq-number__spin:focus {
  background-color: #f3f3f3;
  border-color: #e5e5e5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHGD7FrvFN .jq-number__spin {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHGD7FrvFN .jq-selectbox li,
.cid-sHGD7FrvFN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHGD7FrvFN .jq-selectbox li:hover,
.cid-sHGD7FrvFN .jq-selectbox li.selected {
  background-color: #f3f3f3;
  color: #000000;
}
.cid-sHGD7FrvFN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHGD7FrvFN .jq-number__spin.minus:hover:after,
.cid-sHGD7FrvFN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHGD7FrvFN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHGD7FrvFN .jq-number__spin.minus:after,
.cid-sHGD7FrvFN .jq-number__spin.plus:after {
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
.cid-sHGD7FrvFN input::-webkit-clear-button {
  display: none;
}
.cid-sHGD7FrvFN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHGD7FrvFN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHGD7FrvFN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHGD7FrvFN H2 {
  color: #0095ff;
  text-align: left;
}
.cid-sHGD7FrvFN LABEL {
  text-align: left;
  color: #232323;
}
.cid-sHGD7FrvFN H1 {
  color: #0095ff;
  text-align: center;
}
.cid-sHN5YaCDv7 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHN5YaCDv7 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sHN5YaCDv7 .col-lg-4,
.cid-sHN5YaCDv7 .col-12 {
  padding: 0 2rem;
}
.cid-sHN5YaCDv7 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sHN5YaCDv7 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sHN5YaCDv7 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHN5YaCDv7 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sHN5YaCDv7 .card-title,
.cid-sHN5YaCDv7 .iconfont-wrapper {
  color: #0095ff;
  text-align: center;
}
.cid-sHN5YaCDv7 .card-text {
  color: #0095ff;
  text-align: center;
}
.cid-sHN5YaCDv7 .mbr-section-subtitle {
  color: #0095ff;
  text-align: center;
}
.cid-sHN5YaCDv7 .mbr-section-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHN7wfXtID {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/container-booking-header-1500x600.jpg");
}
.cid-sHN7wfXtID .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHN7wfXtID .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHN7wfXtID .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHN7wfXtID .container {
  min-height: 200px;
}
.cid-sHqyUBz0cT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHqyUBz0cT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHqyUBz0cT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHqyUBz0cT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHqyUBz0cT H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHqyUBz0cT .list {
  color: #0095ff;
}
.cid-sHqyUBz0cT .list P {
  text-align: center;
}
.cid-sHI745qh4h {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHI745qh4h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHI745qh4h .form-control,
.cid-sHI745qh4h .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHI745qh4h .form-control::-webkit-input-placeholder,
.cid-sHI745qh4h .field-input::-webkit-input-placeholder,
.cid-sHI745qh4h .form-control::-webkit-input-placeholder,
.cid-sHI745qh4h .field-input::-webkit-input-placeholder {
  color: #0077ff;
}
.cid-sHI745qh4h .form-control:-moz-placeholder,
.cid-sHI745qh4h .field-input:-moz-placeholder,
.cid-sHI745qh4h .form-control:-moz-placeholder,
.cid-sHI745qh4h .field-input:-moz-placeholder {
  color: #0077ff;
}
.cid-sHI745qh4h .form-control:hover,
.cid-sHI745qh4h .field-input:hover,
.cid-sHI745qh4h .form-control:focus,
.cid-sHI745qh4h .field-input:focus {
  background-color: #f3f3f3;
  border-color: #e5e5e5;
  color: #0077ff;
  box-shadow: none;
  outline: none;
}
.cid-sHI745qh4h .form-control:hover::-webkit-input-placeholder,
.cid-sHI745qh4h .field-input:hover::-webkit-input-placeholder,
.cid-sHI745qh4h .form-control:focus::-webkit-input-placeholder,
.cid-sHI745qh4h .field-input:focus::-webkit-input-placeholder,
.cid-sHI745qh4h .form-control:hover::-webkit-input-placeholder,
.cid-sHI745qh4h .field-input:hover::-webkit-input-placeholder,
.cid-sHI745qh4h .form-control:focus::-webkit-input-placeholder,
.cid-sHI745qh4h .field-input:focus::-webkit-input-placeholder {
  color: #0095ff;
}
.cid-sHI745qh4h .form-control:hover:-moz-placeholder,
.cid-sHI745qh4h .field-input:hover:-moz-placeholder,
.cid-sHI745qh4h .form-control:focus:-moz-placeholder,
.cid-sHI745qh4h .field-input:focus:-moz-placeholder,
.cid-sHI745qh4h .form-control:hover:-moz-placeholder,
.cid-sHI745qh4h .field-input:hover:-moz-placeholder,
.cid-sHI745qh4h .form-control:focus:-moz-placeholder,
.cid-sHI745qh4h .field-input:focus:-moz-placeholder {
  color: #0095ff;
}
.cid-sHI745qh4h .jq-number__spin:hover,
.cid-sHI745qh4h .jq-number__spin:focus {
  background-color: #f3f3f3;
  border-color: #e5e5e5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHI745qh4h .jq-number__spin {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHI745qh4h .jq-selectbox li,
.cid-sHI745qh4h .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHI745qh4h .jq-selectbox li:hover,
.cid-sHI745qh4h .jq-selectbox li.selected {
  background-color: #f3f3f3;
  color: #000000;
}
.cid-sHI745qh4h .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHI745qh4h .jq-number__spin.minus:hover:after,
.cid-sHI745qh4h .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHI745qh4h .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHI745qh4h .jq-number__spin.minus:after,
.cid-sHI745qh4h .jq-number__spin.plus:after {
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
.cid-sHI745qh4h input::-webkit-clear-button {
  display: none;
}
.cid-sHI745qh4h input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHI745qh4h input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHI745qh4h input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHI745qh4h H2 {
  color: #0095ff;
  text-align: left;
}
.cid-sHI745qh4h LABEL {
  text-align: left;
  color: #232323;
}
.cid-sHI745qh4h H1 {
  color: #0095ff;
  text-align: center;
}
.cid-sHNdJ3sOAw {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHNdJ3sOAw .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sHNdJ3sOAw .col-lg-4,
.cid-sHNdJ3sOAw .col-12 {
  padding: 0 2rem;
}
.cid-sHNdJ3sOAw .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sHNdJ3sOAw .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sHNdJ3sOAw .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHNdJ3sOAw .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sHNdJ3sOAw .card-title,
.cid-sHNdJ3sOAw .iconfont-wrapper {
  color: #0095ff;
  text-align: center;
}
.cid-sHNdJ3sOAw .card-text {
  color: #0095ff;
  text-align: center;
}
.cid-sHNdJ3sOAw .mbr-section-subtitle {
  color: #0095ff;
  text-align: center;
}
.cid-sHNdJ3sOAw .mbr-section-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBZvuO0N4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/qoutation-land-header-1920x1068.jpg");
}
.cid-sHBZvuO0N4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBZvuO0N4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBZvuO0N4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBZvuO0N4 .container {
  min-height: 200px;
}
.cid-sHqa6euTJi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHqa6euTJi ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHqa6euTJi li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHqa6euTJi ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHqa6euTJi H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHqa6euTJi .list {
  color: #0095ff;
}
.cid-sHqa6euTJi .list P {
  text-align: center;
}
.cid-sHWyksUHNE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHWyksUHNE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHWyksUHNE .form-control,
.cid-sHWyksUHNE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHWyksUHNE .form-control::-webkit-input-placeholder,
.cid-sHWyksUHNE .field-input::-webkit-input-placeholder,
.cid-sHWyksUHNE .form-control::-webkit-input-placeholder,
.cid-sHWyksUHNE .field-input::-webkit-input-placeholder {
  color: #0077ff;
}
.cid-sHWyksUHNE .form-control:-moz-placeholder,
.cid-sHWyksUHNE .field-input:-moz-placeholder,
.cid-sHWyksUHNE .form-control:-moz-placeholder,
.cid-sHWyksUHNE .field-input:-moz-placeholder {
  color: #0077ff;
}
.cid-sHWyksUHNE .form-control:hover,
.cid-sHWyksUHNE .field-input:hover,
.cid-sHWyksUHNE .form-control:focus,
.cid-sHWyksUHNE .field-input:focus {
  background-color: #f3f3f3;
  border-color: #e5e5e5;
  color: #0077ff;
  box-shadow: none;
  outline: none;
}
.cid-sHWyksUHNE .form-control:hover::-webkit-input-placeholder,
.cid-sHWyksUHNE .field-input:hover::-webkit-input-placeholder,
.cid-sHWyksUHNE .form-control:focus::-webkit-input-placeholder,
.cid-sHWyksUHNE .field-input:focus::-webkit-input-placeholder,
.cid-sHWyksUHNE .form-control:hover::-webkit-input-placeholder,
.cid-sHWyksUHNE .field-input:hover::-webkit-input-placeholder,
.cid-sHWyksUHNE .form-control:focus::-webkit-input-placeholder,
.cid-sHWyksUHNE .field-input:focus::-webkit-input-placeholder {
  color: #0095ff;
}
.cid-sHWyksUHNE .form-control:hover:-moz-placeholder,
.cid-sHWyksUHNE .field-input:hover:-moz-placeholder,
.cid-sHWyksUHNE .form-control:focus:-moz-placeholder,
.cid-sHWyksUHNE .field-input:focus:-moz-placeholder,
.cid-sHWyksUHNE .form-control:hover:-moz-placeholder,
.cid-sHWyksUHNE .field-input:hover:-moz-placeholder,
.cid-sHWyksUHNE .form-control:focus:-moz-placeholder,
.cid-sHWyksUHNE .field-input:focus:-moz-placeholder {
  color: #0095ff;
}
.cid-sHWyksUHNE .jq-number__spin:hover,
.cid-sHWyksUHNE .jq-number__spin:focus {
  background-color: #f3f3f3;
  border-color: #e5e5e5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHWyksUHNE .jq-number__spin {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #0077ff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHWyksUHNE .jq-selectbox li,
.cid-sHWyksUHNE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHWyksUHNE .jq-selectbox li:hover,
.cid-sHWyksUHNE .jq-selectbox li.selected {
  background-color: #f3f3f3;
  color: #000000;
}
.cid-sHWyksUHNE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHWyksUHNE .jq-number__spin.minus:hover:after,
.cid-sHWyksUHNE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHWyksUHNE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHWyksUHNE .jq-number__spin.minus:after,
.cid-sHWyksUHNE .jq-number__spin.plus:after {
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
.cid-sHWyksUHNE input::-webkit-clear-button {
  display: none;
}
.cid-sHWyksUHNE input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHWyksUHNE input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHWyksUHNE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHWyksUHNE H2 {
  color: #0095ff;
  text-align: left;
}
.cid-sHWyksUHNE LABEL {
  text-align: left;
  color: #232323;
}
.cid-sHWyksUHNE H1 {
  color: #0095ff;
  text-align: center;
}
.cid-sHWyPPwhyP {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHWyPPwhyP .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sHWyPPwhyP .col-lg-4,
.cid-sHWyPPwhyP .col-12 {
  padding: 0 2rem;
}
.cid-sHWyPPwhyP .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sHWyPPwhyP .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sHWyPPwhyP .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHWyPPwhyP .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sHWyPPwhyP .card-title,
.cid-sHWyPPwhyP .iconfont-wrapper {
  color: #0095ff;
  text-align: center;
}
.cid-sHWyPPwhyP .card-text {
  color: #0095ff;
  text-align: center;
}
.cid-sHWyPPwhyP .mbr-section-subtitle {
  color: #0095ff;
  text-align: center;
}
.cid-sHWyPPwhyP .mbr-section-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBYvNV9i5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ee7f281664214aa6f94ad2648e98a1ac-1-1920x1200.jpg");
}
.cid-sHBYvNV9i5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBYvNV9i5 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBYvNV9i5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBYvNV9i5 .container {
  min-height: 200px;
}
.cid-sGUxN42oIr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGUxN42oIr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGUxN42oIr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGUxN42oIr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGUxN42oIr H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGUxN42oIr .list {
  color: #000000;
}
.cid-sGUxN42oIr .list P {
  text-align: left;
}
.cid-sGW2CBmUWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGW2CBmUWN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGW2CBmUWN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGW2CBmUWN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGW2CBmUWN H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGW2CBmUWN .list {
  color: #333333;
}
.cid-sGW2CBmUWN .list P {
  text-align: left;
}
.cid-sGW6yfFOvL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGW6yfFOvL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGW6yfFOvL .row {
    flex-direction: column-reverse;
  }
  .cid-sGW6yfFOvL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGW6yfFOvL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGW6yfFOvL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGW6yfFOvL .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sGW6yfFOvL .card-title {
  color: #3098f3;
}
.cid-sGW6yfFOvL .mbr-text,
.cid-sGW6yfFOvL .mbr-section-btn {
  color: #000000;
}
.cid-sGW7kQSXVQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGW7kQSXVQ .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sGW7kQSXVQ .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sGW7kQSXVQ .card:hover {
  cursor: pointer;
}
.cid-sGW7kQSXVQ .card:hover .card-title:before {
  width: 100%;
}
.cid-sGW7kQSXVQ .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sGW7kQSXVQ .card-text {
  color: #000000;
}
.cid-sGW7kQSXVQ .card-title,
.cid-sGW7kQSXVQ .card-wrapper {
  color: #0095ff;
}
.cid-sGW7kQSXVQ .main-title {
  color: #0095ff;
}
.cid-sGWgtSDxC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGWgtSDxC7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGWgtSDxC7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGWgtSDxC7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGWgtSDxC7 H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sGWgtSDxC7 .list {
  color: #333333;
}
.cid-sGWgtSDxC7 .list P {
  text-align: center;
}
.cid-sGWhZaHknN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGWhZaHknN .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
  transition: all 0.3s;
}
.cid-sGWhZaHknN .icon-align-wrapper {
  display: inline-block;
}
@media (min-width: 1400px) {
  .cid-sGWhZaHknN .card {
    padding: 2rem !important;
  }
}
.cid-sGWhZaHknN .row {
  justify-content: center;
}
.cid-sGWhZaHknN .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sGWhZaHknN .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.cid-sGWhZaHknN .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sGWhZaHknN .link-icon {
  display: inline-block;
  color: #3098f3;
  font-size: 1rem;
  justify-content: center;
}
.cid-sGWhZaHknN .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sGWhZaHknN .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sGWhZaHknN .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sGWhZaHknN .card:hover .card-wrapper:after {
    opacity: 1;
    background: #00325d;
  }
  .cid-sGWhZaHknN .card:hover .icon-wrapper,
  .cid-sGWhZaHknN .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sGWhZaHknN .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sGWhZaHknN .card {
    padding-bottom: 1rem !important;
  }
  .cid-sGWhZaHknN .card-title {
    transform: translateY(0px);
  }
  .cid-sGWhZaHknN .card-wrapper:after {
    opacity: 0.7;
    background: #00325d;
  }
  .cid-sGWhZaHknN .icon-wrapper,
  .cid-sGWhZaHknN .mbr-text {
    opacity: 1;
  }
}
.cid-sGWhZaHknN .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sGWhZaHknN .card1 {
  background-image: url("../../../assets/images/roro-612x459.jpg");
}
.cid-sGWhZaHknN .card2 {
  background-image: url("../../../assets/images/04.jpg");
}
.cid-sGWhZaHknN .mbr-text,
.cid-sGWhZaHknN .card-box {
  text-align: center;
}
.cid-sH3d5PobQl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH3d5PobQl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sH3d5PobQl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sH3d5PobQl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sH3d5PobQl H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sH3d5PobQl .list {
  color: #333333;
}
.cid-sH3d5PobQl .list P {
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBYccWQDL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/good-one-1440x800.jpg");
}
.cid-sHBYccWQDL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBYccWQDL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBYccWQDL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBYccWQDL .container {
  min-height: 200px;
}
.cid-sGWhdlpzZ4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGWhdlpzZ4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGWhdlpzZ4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGWhdlpzZ4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGWhdlpzZ4 H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGWhdlpzZ4 .list {
  color: #000000;
}
.cid-sGWhdlpzZ4 .list P {
  text-align: left;
}
.cid-sGWhdlToab {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGWhdlToab .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGWhdlToab .row {
    flex-direction: column-reverse;
  }
  .cid-sGWhdlToab .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGWhdlToab .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGWhdlToab .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGWhdlToab .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sGWhdlToab .card-title {
  color: #3098f3;
}
.cid-sGWhdlToab .mbr-text,
.cid-sGWhdlToab .mbr-section-btn {
  color: #000000;
}
.cid-sGWCJuLU94 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sGWCJuLU94 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sGWCJuLU94 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sGWCJuLU94 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sGWCJuLU94 .mbr-section-title {
  color: #3098f3;
}
.cid-sGWCJuLU94 .mbr-text,
.cid-sGWCJuLU94 .mbr-section-btn {
  color: #000000;
}
.cid-sGWGTcLIMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGWGTcLIMt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGWGTcLIMt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGWGTcLIMt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGWGTcLIMt H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sGWGTcLIMt .list {
  color: #333333;
}
.cid-sGWGTcLIMt .list P {
  text-align: center;
}
.cid-sGWhdmaxeW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGWhdmaxeW .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sGWhdmaxeW .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sGWhdmaxeW .card:hover {
  cursor: pointer;
}
.cid-sGWhdmaxeW .card:hover .card-title:before {
  width: 100%;
}
.cid-sGWhdmaxeW .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sGWhdmaxeW .card-text {
  color: #000000;
}
.cid-sGWhdmaxeW .card-title,
.cid-sGWhdmaxeW .card-wrapper {
  color: #0095ff;
}
.cid-sGWhdmaxeW .main-title {
  color: #0095ff;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBXSifXCz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inland-truck-2000x1335.jpg");
}
.cid-sHBXSifXCz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBXSifXCz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBXSifXCz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBXSifXCz .container {
  min-height: 200px;
}
.cid-sGWJ1KDxTw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGWJ1KDxTw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGWJ1KDxTw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGWJ1KDxTw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGWJ1KDxTw H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sGWJ1KDxTw .list {
  color: #000000;
}
.cid-sGWJ1KDxTw .list P {
  text-align: left;
}
.cid-sGWSdmHCwF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGWSdmHCwF .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sGWSdmHCwF .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sGWSdmHCwF .card:hover {
  cursor: pointer;
}
.cid-sGWSdmHCwF .card:hover .card-title:before {
  width: 100%;
}
.cid-sGWSdmHCwF .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sGWSdmHCwF .card-text {
  color: #000000;
}
.cid-sGWSdmHCwF .card-title,
.cid-sGWSdmHCwF .card-wrapper {
  color: #0095ff;
}
.cid-sGWJ1KSVHP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGWJ1KSVHP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGWJ1KSVHP .row {
    flex-direction: column-reverse;
  }
  .cid-sGWJ1KSVHP .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGWJ1KSVHP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGWJ1KSVHP .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGWJ1KSVHP .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sGWJ1KSVHP .card-title {
  color: #3098f3;
}
.cid-sGWJ1KSVHP .mbr-text,
.cid-sGWJ1KSVHP .mbr-section-btn {
  color: #000000;
}
.cid-sGX0tvPpXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGX0tvPpXh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGX0tvPpXh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGX0tvPpXh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGX0tvPpXh H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sGX0tvPpXh .list {
  color: #333333;
  text-align: center;
}
.cid-sGX0tvPpXh .list P {
  text-align: center;
}
.cid-sGX0kSfiao {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sGX0kSfiao .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sGX0kSfiao .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sGX0kSfiao .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #0095ff;
  height: 100%;
}
.cid-sGX0kSfiao .row {
  align-items: center;
}
.cid-sGX0kSfiao .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sGX0kSfiao .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sGX0kSfiao .card-title,
.cid-sGX0kSfiao .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sGX0kSfiao a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sGX0kSfiao .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sGX0kSfiao .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sGX0kSfiao .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-sGX0kSfiao .it {
  font-style: italic;
}
.cid-sGX0kSfiao .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sGX0kSfiao .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sGX0kSfiao .card-title,
.cid-sGX0kSfiao .lin {
  color: #000000;
}
.cid-sGWJ1LGuTG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGWJ1LGuTG .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sGWJ1LGuTG .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sGWJ1LGuTG .card:hover {
  cursor: pointer;
}
.cid-sGWJ1LGuTG .card:hover .card-title:before {
  width: 100%;
}
.cid-sGWJ1LGuTG .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sGWJ1LGuTG .card-text {
  color: #000000;
}
.cid-sGWJ1LGuTG .card-title,
.cid-sGWJ1LGuTG .card-wrapper {
  color: #0095ff;
}
.cid-sGWJ1LGuTG .main-title {
  color: #0095ff;
}
.cid-sGWJ1LpKFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGWJ1LpKFJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sGWJ1LpKFJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sGWJ1LpKFJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sGWJ1LpKFJ H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sGWJ1LpKFJ .list {
  color: #333333;
}
.cid-sGWJ1LpKFJ .list P {
  text-align: center;
}
.cid-sGX6QvYy0B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGX6QvYy0B .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sGX6QvYy0B .link-wrap {
  width: 100%;
}
.cid-sGX6QvYy0B .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sGX6QvYy0B .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sGX6QvYy0B .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sGX6QvYy0B .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sGX6QvYy0B .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sGX6QvYy0B .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sGX6QvYy0B .link {
    opacity: 1;
  }
  .cid-sGX6QvYy0B .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sGX6QvYy0B .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sGX6QvYy0B .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sGX6QvYy0B .card {
    padding-bottom: 1rem !important;
  }
  .cid-sGX6QvYy0B .card .link {
    opacity: 1;
  }
  .cid-sGX6QvYy0B .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sGX6QvYy0B .row {
  justify-content: center;
}
.cid-sGX6QvYy0B .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sGX6QvYy0B .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sGX6QvYy0B .card1 {
  background-image: url("../../../assets/images/container-vanning-service-1500x2108.jpg");
}
.cid-sGX6QvYy0B .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sGX6QvYy0B .card3 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sGX6QvYy0B .link,
.cid-sGX6QvYy0B .card-box {
  color: #ffffff;
}
.cid-sGX6QvYy0B .mbr-text,
.cid-sGX6QvYy0B .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sGX6QvYy0B .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sGX6QvYy0B .main-subtitle DIV {
  text-align: right;
}
.cid-sGX6QvYy0B .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBXvejznL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/customs-copy-2000x501.jpg");
}
.cid-sHBXvejznL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBXvejznL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBXvejznL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBXvejznL .container {
  min-height: 200px;
}
.cid-sIaVx7sEr5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIaVx7sEr5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIaVx7sEr5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIaVx7sEr5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIaVx7sEr5 H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sIaVx7sEr5 .list {
  color: #000000;
}
.cid-sIaVx7sEr5 .list P {
  text-align: left;
}
.cid-sH1Il20wU0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH1Il20wU0 .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sH1Il20wU0 .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sH1Il20wU0 .card:hover {
  cursor: pointer;
}
.cid-sH1Il20wU0 .card:hover .card-title:before {
  width: 100%;
}
.cid-sH1Il20wU0 .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sH1Il20wU0 .card-text {
  color: #000000;
}
.cid-sH1Il20wU0 .card-title,
.cid-sH1Il20wU0 .card-wrapper {
  color: #0095ff;
}
.cid-sH1Il2Kdoi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH1Il2Kdoi ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sH1Il2Kdoi li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sH1Il2Kdoi ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sH1Il2Kdoi H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sH1Il2Kdoi .list {
  color: #333333;
}
.cid-sH1Il2Kdoi .list P {
  text-align: center;
}
.cid-sH1O8EIZdR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH1O8EIZdR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sH1O8EIZdR .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sH1O8EIZdR .img-col {
  padding: 0;
}
.cid-sH1O8EIZdR .wrapper {
  padding: 6rem 12rem;
}
.cid-sH1O8EIZdR .link-wrap {
  width: 100%;
}
.cid-sH1O8EIZdR .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sH1O8EIZdR .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sH1O8EIZdR .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sH1O8EIZdR .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sH1O8EIZdR .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sH1O8EIZdR .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sH1O8EIZdR .link,
.cid-sH1O8EIZdR .wrapper {
  color: #cc2952;
}
.cid-sH1O8EIZdR .mbr-section-subtitle {
  color: #000000;
}
.cid-sH1O8EIZdR .card-title,
.cid-sH1O8EIZdR .card-box {
  color: #0095ff;
  text-align: left;
}
.cid-sH1O8EIZdR .mbr-text,
.cid-sH1O8EIZdR .mbr-section-btn {
  color: #999999;
}
.cid-sH1O8EIZdR .mbr-text,
.cid-sH1O8EIZdR .wrapper {
  color: #000000;
}
.cid-sH1Il2dUmA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sH1Il2dUmA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sH1Il2dUmA .row {
    flex-direction: column-reverse;
  }
  .cid-sH1Il2dUmA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sH1Il2dUmA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sH1Il2dUmA .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sH1Il2dUmA .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sH1Il2dUmA .card-title {
  color: #3098f3;
}
.cid-sH1Il2dUmA .mbr-text,
.cid-sH1Il2dUmA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sH1Il3dbxL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sH1Il3dbxL .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sH1Il3dbxL .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sH1Il3dbxL .card:hover {
  cursor: pointer;
}
.cid-sH1Il3dbxL .card:hover .card-title:before {
  width: 100%;
}
.cid-sH1Il3dbxL .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sH1Il3dbxL .card-text {
  color: #000000;
}
.cid-sH1Il3dbxL .card-title,
.cid-sH1Il3dbxL .card-wrapper {
  color: #0095ff;
}
.cid-sH1Il3dbxL .main-title {
  color: #0095ff;
}
.cid-sH1Il2oYZ2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sH1Il2oYZ2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sH1Il2oYZ2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sH1Il2oYZ2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sH1Il2oYZ2 H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sH1Il2oYZ2 .list {
  color: #333333;
  text-align: center;
}
.cid-sH1Il2oYZ2 .list P {
  text-align: center;
}
.cid-sH1Il2UAtd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH1Il2UAtd .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sH1Il2UAtd .link-wrap {
  width: 100%;
}
.cid-sH1Il2UAtd .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sH1Il2UAtd .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sH1Il2UAtd .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sH1Il2UAtd .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sH1Il2UAtd .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sH1Il2UAtd .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sH1Il2UAtd .link {
    opacity: 1;
  }
  .cid-sH1Il2UAtd .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sH1Il2UAtd .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sH1Il2UAtd .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sH1Il2UAtd .card {
    padding-bottom: 1rem !important;
  }
  .cid-sH1Il2UAtd .card .link {
    opacity: 1;
  }
  .cid-sH1Il2UAtd .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sH1Il2UAtd .row {
  justify-content: center;
}
.cid-sH1Il2UAtd .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sH1Il2UAtd .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sH1Il2UAtd .card1 {
  background-image: url("../../../assets/images/container-vanning-service-1500x2108.jpg");
}
.cid-sH1Il2UAtd .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sH1Il2UAtd .card3 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sH1Il2UAtd .link,
.cid-sH1Il2UAtd .card-box {
  color: #ffffff;
}
.cid-sH1Il2UAtd .mbr-text,
.cid-sH1Il2UAtd .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sH1Il2UAtd .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sH1Il2UAtd .main-subtitle DIV {
  text-align: right;
}
.cid-sH1Il2UAtd .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBX4uqw6k {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/freight-forwarder23-1920x1080.jpg");
}
.cid-sHBX4uqw6k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBX4uqw6k .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBX4uqw6k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBX4uqw6k .container {
  min-height: 200px;
}
.cid-sIaVRQk4pk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIaVRQk4pk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIaVRQk4pk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIaVRQk4pk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIaVRQk4pk H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sIaVRQk4pk .list {
  color: #000000;
}
.cid-sIaVRQk4pk .list P {
  text-align: left;
}
.cid-sH35ZTQY5Z {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sH35ZTQY5Z .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sH35ZTQY5Z .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sH35ZTQY5Z .card:hover {
  cursor: pointer;
}
.cid-sH35ZTQY5Z .card:hover .card-title:before {
  width: 100%;
}
.cid-sH35ZTQY5Z .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sH35ZTQY5Z .card-text {
  color: #000000;
}
.cid-sH35ZTQY5Z .card-title,
.cid-sH35ZTQY5Z .card-wrapper {
  color: #0095ff;
}
.cid-sH35ZTQY5Z .main-title {
  color: #0095ff;
}
.cid-sH2XUodjDw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sH2XUodjDw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sH2XUodjDw .row {
    flex-direction: column-reverse;
  }
  .cid-sH2XUodjDw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sH2XUodjDw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sH2XUodjDw .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sH2XUodjDw .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sH2XUodjDw .card-title {
  color: #3098f3;
}
.cid-sH2XUodjDw .mbr-text,
.cid-sH2XUodjDw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sH2XUnUmMS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH2XUnUmMS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sH2XUnUmMS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sH2XUnUmMS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sH2XUnUmMS H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sH2XUnUmMS .list {
  color: #333333;
}
.cid-sH2XUnUmMS .list P {
  text-align: center;
}
.cid-sH2XUoBqGr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sH2XUoBqGr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sH2XUoBqGr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sH2XUoBqGr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sH2XUoBqGr H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sH2XUoBqGr .list {
  color: #333333;
  text-align: center;
}
.cid-sH2XUoBqGr .list P {
  text-align: center;
}
.cid-sH2XUoJdeK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH2XUoJdeK .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sH2XUoJdeK .link-wrap {
  width: 100%;
}
.cid-sH2XUoJdeK .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sH2XUoJdeK .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sH2XUoJdeK .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sH2XUoJdeK .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sH2XUoJdeK .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sH2XUoJdeK .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sH2XUoJdeK .link {
    opacity: 1;
  }
  .cid-sH2XUoJdeK .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sH2XUoJdeK .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sH2XUoJdeK .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sH2XUoJdeK .card {
    padding-bottom: 1rem !important;
  }
  .cid-sH2XUoJdeK .card .link {
    opacity: 1;
  }
  .cid-sH2XUoJdeK .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sH2XUoJdeK .row {
  justify-content: center;
}
.cid-sH2XUoJdeK .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sH2XUoJdeK .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sH2XUoJdeK .card1 {
  background-image: url("../../../assets/images/container-vanning-service-1500x2108.jpg");
}
.cid-sH2XUoJdeK .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sH2XUoJdeK .card3 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sH2XUoJdeK .link,
.cid-sH2XUoJdeK .card-box {
  color: #ffffff;
}
.cid-sH2XUoJdeK .mbr-text,
.cid-sH2XUoJdeK .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sH2XUoJdeK .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sH2XUoJdeK .main-subtitle DIV {
  text-align: right;
}
.cid-sH2XUoJdeK .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBWIRNMYM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vehicle-export-inspection-header-1000x667.jpg");
}
.cid-sHBWIRNMYM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBWIRNMYM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBWIRNMYM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBWIRNMYM .container {
  min-height: 200px;
}
.cid-sIaW6kBTxl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIaW6kBTxl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIaW6kBTxl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIaW6kBTxl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIaW6kBTxl H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sIaW6kBTxl .list {
  color: #000000;
}
.cid-sIaW6kBTxl .list P {
  text-align: left;
}
.cid-sH3khS9hHY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH3khS9hHY .mbr-iconfont {
  font-size: 4rem;
  color: #0095ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sH3khS9hHY .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sH3khS9hHY .card:hover {
  cursor: pointer;
}
.cid-sH3khS9hHY .card:hover .card-title:before {
  width: 100%;
}
.cid-sH3khS9hHY .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sH3khS9hHY .card-text {
  color: #000000;
}
.cid-sH3khS9hHY .card-title,
.cid-sH3khS9hHY .card-wrapper {
  color: #0095ff;
}
.cid-sH3khSnvdJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH3khSnvdJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sH3khSnvdJ .row {
    flex-direction: column-reverse;
  }
  .cid-sH3khSnvdJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sH3khSnvdJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sH3khSnvdJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sH3khSnvdJ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sH3khSnvdJ .card-title {
  color: #3098f3;
}
.cid-sH3khSnvdJ .mbr-text,
.cid-sH3khSnvdJ .mbr-section-btn {
  color: #000000;
}
.cid-sH3BBLai38 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH3BBLai38 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sH3BBLai38 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sH3BBLai38 .img-col {
  padding: 0;
}
.cid-sH3BBLai38 .wrapper {
  padding: 6rem 12rem;
}
.cid-sH3BBLai38 .link-wrap {
  width: 100%;
}
.cid-sH3BBLai38 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sH3BBLai38 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sH3BBLai38 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sH3BBLai38 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sH3BBLai38 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sH3BBLai38 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sH3BBLai38 .link,
.cid-sH3BBLai38 .wrapper {
  color: #cc2952;
}
.cid-sH3BBLai38 .mbr-section-subtitle {
  color: #000000;
}
.cid-sH3BBLai38 .card-title,
.cid-sH3BBLai38 .card-box {
  color: #0095ff;
  text-align: left;
}
.cid-sH3BBLai38 .mbr-text,
.cid-sH3BBLai38 .mbr-section-btn {
  color: #999999;
}
.cid-sH3BBLai38 .mbr-text,
.cid-sH3BBLai38 .wrapper {
  color: #000000;
}
.cid-sJn3772MOh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJn3772MOh .mbr-section-subtitle {
  color: #3098f3;
  text-align: center;
}
.cid-sJn3772MOh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sH3st37prm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH3st37prm .mbr-text,
.cid-sH3st37prm .mbr-section-subtitle {
  color: #767676;
}
.cid-sH3st37prm .card-title {
  color: #66458e;
}
.cid-sH3st37prm .card .card-img span {
  color: #0095ff;
  font-size: 60px;
  background: linear-gradient(45deg, #0095ff, #00325d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sH3st37prm .mbr-section-subtitle,
  .cid-sH3st37prm .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH3st37prm .card .card-img span {
    background: none;
  }
}
.cid-sH3st37prm .mbr-section-title {
  color: #0095ff;
}
.cid-sH3st37prm .mbr-text {
  color: #000000;
}
.cid-sH3st37prm .card-title,
.cid-sH3st37prm .card-img {
  color: #3098f3;
}
.cid-sH3st37prm .mbr-section-subtitle {
  color: #000000;
}
.cid-sH3khSWbsx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH3khSWbsx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sH3khSWbsx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sH3khSWbsx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sH3khSWbsx H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sH3khSWbsx .list {
  color: #333333;
}
.cid-sH3khSWbsx .list P {
  text-align: center;
}
.cid-sH3khT5sdh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH3khT5sdh .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sH3khT5sdh .link-wrap {
  width: 100%;
}
.cid-sH3khT5sdh .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sH3khT5sdh .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sH3khT5sdh .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sH3khT5sdh .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sH3khT5sdh .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sH3khT5sdh .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sH3khT5sdh .link {
    opacity: 1;
  }
  .cid-sH3khT5sdh .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sH3khT5sdh .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sH3khT5sdh .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sH3khT5sdh .card {
    padding-bottom: 1rem !important;
  }
  .cid-sH3khT5sdh .card .link {
    opacity: 1;
  }
  .cid-sH3khT5sdh .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sH3khT5sdh .row {
  justify-content: center;
}
.cid-sH3khT5sdh .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sH3khT5sdh .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sH3khT5sdh .card1 {
  background-image: url("../../../assets/images/640-car-rack-crop-640x427.jpg");
}
.cid-sH3khT5sdh .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sH3khT5sdh .card3 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sH3khT5sdh .link,
.cid-sH3khT5sdh .card-box {
  color: #ffffff;
}
.cid-sH3khT5sdh .mbr-text,
.cid-sH3khT5sdh .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sH3khT5sdh .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sH3khT5sdh .main-subtitle DIV {
  text-align: right;
}
.cid-sH3khT5sdh .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBVZwTV7m {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/container-vanning-header-1106x740.jpg");
}
.cid-sHBVZwTV7m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBVZwTV7m .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBVZwTV7m .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBVZwTV7m .container {
  min-height: 200px;
}
.cid-sIaWKhSNCu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIaWKhSNCu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIaWKhSNCu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIaWKhSNCu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIaWKhSNCu H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sIaWKhSNCu .list {
  color: #000000;
}
.cid-sIaWKhSNCu .list P {
  text-align: left;
}
.cid-sHe2DCRATQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHe2DCRATQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHe2DCRATQ .row {
    flex-direction: column-reverse;
  }
  .cid-sHe2DCRATQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHe2DCRATQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHe2DCRATQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHe2DCRATQ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sHe2DCRATQ .card-title {
  color: #3098f3;
}
.cid-sHe2DCRATQ .mbr-text,
.cid-sHe2DCRATQ .mbr-section-btn {
  color: #000000;
}
.cid-sHe2DD3e4M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHe2DD3e4M img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHe2DD3e4M .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sHe2DD3e4M .img-col {
  padding: 0;
}
.cid-sHe2DD3e4M .wrapper {
  padding: 6rem 12rem;
}
.cid-sHe2DD3e4M .link-wrap {
  width: 100%;
}
.cid-sHe2DD3e4M .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sHe2DD3e4M .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sHe2DD3e4M .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHe2DD3e4M .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sHe2DD3e4M .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHe2DD3e4M .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sHe2DD3e4M .link,
.cid-sHe2DD3e4M .wrapper {
  color: #cc2952;
}
.cid-sHe2DD3e4M .mbr-section-subtitle {
  color: #000000;
}
.cid-sHe2DD3e4M .card-title,
.cid-sHe2DD3e4M .card-box {
  color: #0095ff;
  text-align: left;
}
.cid-sHe2DD3e4M .mbr-text,
.cid-sHe2DD3e4M .mbr-section-btn {
  color: #999999;
}
.cid-sHe2DD3e4M .mbr-text,
.cid-sHe2DD3e4M .wrapper {
  color: #000000;
}
.cid-sJn3hJouo6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJn3hJouo6 .mbr-section-subtitle {
  color: #3098f3;
  text-align: center;
}
.cid-sJn3hJouo6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHe2DDfTl5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHe2DDfTl5 .mbr-text,
.cid-sHe2DDfTl5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sHe2DDfTl5 .card-title {
  color: #66458e;
}
.cid-sHe2DDfTl5 .card .card-img span {
  color: #0095ff;
  font-size: 60px;
  background: linear-gradient(45deg, #0095ff, #00325d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sHe2DDfTl5 .mbr-section-subtitle,
  .cid-sHe2DDfTl5 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHe2DDfTl5 .card .card-img span {
    background: none;
  }
}
.cid-sHe2DDfTl5 .mbr-section-title {
  color: #0095ff;
}
.cid-sHe2DDfTl5 .mbr-text {
  color: #000000;
}
.cid-sHe2DDfTl5 .card-title,
.cid-sHe2DDfTl5 .card-img {
  color: #3098f3;
}
.cid-sHe2DDfTl5 .mbr-section-subtitle {
  color: #000000;
}
.cid-sHedFa2Ppv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHedFa2Ppv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHedFa2Ppv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHedFa2Ppv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHedFa2Ppv H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHedFa2Ppv .list {
  color: #333333;
}
.cid-sHedFa2Ppv .list P {
  text-align: center;
}
.cid-sHe2DDxuvE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHe2DDxuvE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHe2DDxuvE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHe2DDxuvE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHe2DDxuvE H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHe2DDxuvE .list {
  color: #333333;
}
.cid-sHe2DDxuvE .list P {
  text-align: center;
}
.cid-sHee6I0tVi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHee6I0tVi .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sHee6I0tVi .link-wrap {
  width: 100%;
}
.cid-sHee6I0tVi .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sHee6I0tVi .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sHee6I0tVi .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHee6I0tVi .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sHee6I0tVi .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sHee6I0tVi .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sHee6I0tVi .link {
    opacity: 1;
  }
  .cid-sHee6I0tVi .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sHee6I0tVi .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sHee6I0tVi .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sHee6I0tVi .card {
    padding-bottom: 1rem !important;
  }
  .cid-sHee6I0tVi .card .link {
    opacity: 1;
  }
  .cid-sHee6I0tVi .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sHee6I0tVi .row {
  justify-content: center;
}
.cid-sHee6I0tVi .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sHee6I0tVi .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sHee6I0tVi .card1 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sHee6I0tVi .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sHee6I0tVi .card3 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sHee6I0tVi .link,
.cid-sHee6I0tVi .card-box {
  color: #ffffff;
}
.cid-sHee6I0tVi .mbr-text,
.cid-sHee6I0tVi .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sHee6I0tVi .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sHee6I0tVi .main-subtitle DIV {
  text-align: right;
}
.cid-sHee6I0tVi .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBVEP6n0r {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/container-booking-header-1500x600.jpg");
}
.cid-sHBVEP6n0r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBVEP6n0r .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBVEP6n0r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBVEP6n0r .container {
  min-height: 200px;
}
.cid-sIaY4JE5m1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIaY4JE5m1 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIaY4JE5m1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIaY4JE5m1 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIaY4JE5m1 H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sIaY4JE5m1 .list {
  color: #000000;
}
.cid-sIaY4JE5m1 .list P {
  text-align: left;
}
.cid-sHk8jc1ltL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHk8jc1ltL .mbr-iconfont {
  font-size: 4rem;
  color: #0077ff;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-sHk8jc1ltL .card-title {
  cursor: pointer;
  color: #0095ff;
}
.cid-sHk8jc1ltL .card:hover {
  cursor: pointer;
}
.cid-sHk8jc1ltL .card:hover .card-title:before {
  width: 100%;
}
.cid-sHk8jc1ltL .card-text {
  color: #000000;
}
.cid-sHeTnqpCYJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHeTnqpCYJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHeTnqpCYJ .row {
    flex-direction: column-reverse;
  }
  .cid-sHeTnqpCYJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHeTnqpCYJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHeTnqpCYJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHeTnqpCYJ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sHeTnqpCYJ .card-title {
  color: #3098f3;
}
.cid-sHeTnqpCYJ .mbr-text,
.cid-sHeTnqpCYJ .mbr-section-btn {
  color: #000000;
}
.cid-sHeTnqzmGr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHeTnqzmGr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHeTnqzmGr .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sHeTnqzmGr .img-col {
  padding: 0;
}
.cid-sHeTnqzmGr .wrapper {
  padding: 6rem 12rem;
}
.cid-sHeTnqzmGr .link-wrap {
  width: 100%;
}
.cid-sHeTnqzmGr .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sHeTnqzmGr .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sHeTnqzmGr .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHeTnqzmGr .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sHeTnqzmGr .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHeTnqzmGr .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sHeTnqzmGr .link,
.cid-sHeTnqzmGr .wrapper {
  color: #cc2952;
}
.cid-sHeTnqzmGr .mbr-section-subtitle {
  color: #000000;
}
.cid-sHeTnqzmGr .card-title,
.cid-sHeTnqzmGr .card-box {
  color: #0095ff;
  text-align: left;
}
.cid-sHeTnqzmGr .mbr-text,
.cid-sHeTnqzmGr .mbr-section-btn {
  color: #999999;
}
.cid-sHeTnqzmGr .mbr-text,
.cid-sHeTnqzmGr .wrapper {
  color: #000000;
}
.cid-sHeTnr0jS0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHeTnr0jS0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHeTnr0jS0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHeTnr0jS0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHeTnr0jS0 H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHeTnr0jS0 .list {
  color: #333333;
}
.cid-sHeTnr0jS0 .list P {
  text-align: center;
}
.cid-sHeTnr9KkO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHeTnr9KkO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHeTnr9KkO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHeTnr9KkO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHeTnr9KkO H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHeTnr9KkO .list {
  color: #333333;
}
.cid-sHeTnr9KkO .list P {
  text-align: center;
}
.cid-sHeTnrkf7A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHeTnrkf7A .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sHeTnrkf7A .link-wrap {
  width: 100%;
}
.cid-sHeTnrkf7A .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sHeTnrkf7A .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sHeTnrkf7A .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHeTnrkf7A .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sHeTnrkf7A .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sHeTnrkf7A .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sHeTnrkf7A .link {
    opacity: 1;
  }
  .cid-sHeTnrkf7A .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sHeTnrkf7A .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sHeTnrkf7A .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sHeTnrkf7A .card {
    padding-bottom: 1rem !important;
  }
  .cid-sHeTnrkf7A .card .link {
    opacity: 1;
  }
  .cid-sHeTnrkf7A .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sHeTnrkf7A .row {
  justify-content: center;
}
.cid-sHeTnrkf7A .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sHeTnrkf7A .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sHeTnrkf7A .card1 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sHeTnrkf7A .card2 {
  background-image: url("../../../assets/images/lambo-container-490x455.jpg");
}
.cid-sHeTnrkf7A .card3 {
  background-image: url("");
}
.cid-sHeTnrkf7A .link,
.cid-sHeTnrkf7A .card-box {
  color: #ffffff;
}
.cid-sHeTnrkf7A .mbr-text,
.cid-sHeTnrkf7A .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sHeTnrkf7A .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sHeTnrkf7A .main-subtitle DIV {
  text-align: right;
}
.cid-sHeTnrkf7A .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBTxJR0JX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/usa-1-1280x720.jpg");
}
.cid-sHBTxJR0JX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBTxJR0JX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBTxJR0JX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBTxJR0JX .container {
  min-height: 200px;
}
.cid-sIaYlAqoBG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIaYlAqoBG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIaYlAqoBG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIaYlAqoBG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIaYlAqoBG H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sIaYlAqoBG .list {
  color: #000000;
}
.cid-sIaYlAqoBG .list P {
  text-align: left;
}
.cid-sHerUWSU6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHerUWSU6r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHerUWSU6r .row {
    flex-direction: column-reverse;
  }
  .cid-sHerUWSU6r .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHerUWSU6r .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHerUWSU6r .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHerUWSU6r .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sHerUWSU6r .card-title {
  color: #3098f3;
}
.cid-sHerUWSU6r .mbr-text,
.cid-sHerUWSU6r .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sHerUX52ji {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHerUX52ji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHerUX52ji .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sHerUX52ji .img-col {
  padding: 0;
}
.cid-sHerUX52ji .wrapper {
  padding: 6rem 12rem;
}
.cid-sHerUX52ji .link-wrap {
  width: 100%;
}
.cid-sHerUX52ji .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sHerUX52ji .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sHerUX52ji .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHerUX52ji .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sHerUX52ji .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHerUX52ji .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sHerUX52ji .link,
.cid-sHerUX52ji .wrapper {
  color: #cc2952;
}
.cid-sHerUX52ji .mbr-section-subtitle {
  color: #000000;
}
.cid-sHerUX52ji .card-title,
.cid-sHerUX52ji .card-box {
  color: #0095ff;
  text-align: left;
}
.cid-sHerUX52ji .mbr-text,
.cid-sHerUX52ji .mbr-section-btn {
  color: #999999;
}
.cid-sHerUX52ji .mbr-text,
.cid-sHerUX52ji .wrapper {
  color: #000000;
}
.cid-sHeOliPVHz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHeOliPVHz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHeOliPVHz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHeOliPVHz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHeOliPVHz H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHeOliPVHz .list {
  color: #333333;
  text-align: center;
}
.cid-sHeOliPVHz .list P {
  text-align: center;
}
.cid-sHeJQx2mXz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHeJQx2mXz .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sHeJQx2mXz .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHeJQx2mXz .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #0095ff;
  height: 100%;
}
.cid-sHeJQx2mXz .row {
  align-items: center;
}
.cid-sHeJQx2mXz .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sHeJQx2mXz .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHeJQx2mXz .card-title,
.cid-sHeJQx2mXz .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sHeJQx2mXz a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sHeJQx2mXz .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sHeJQx2mXz .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sHeJQx2mXz .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-sHeJQx2mXz .it {
  font-style: italic;
}
.cid-sHeJQx2mXz .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sHeJQx2mXz .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sHeJQx2mXz .card-title,
.cid-sHeJQx2mXz .lin {
  color: #000000;
}
.cid-sJn3rikZPI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJn3rikZPI .mbr-section-subtitle {
  color: #3098f3;
  text-align: center;
}
.cid-sJn3rikZPI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHeKc0TCrm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHeKc0TCrm .mbr-text,
.cid-sHeKc0TCrm .mbr-section-subtitle {
  color: #767676;
}
.cid-sHeKc0TCrm .card-title {
  color: #66458e;
}
.cid-sHeKc0TCrm .card .card-img span {
  color: #0095ff;
  font-size: 60px;
  background: linear-gradient(45deg, #0095ff, #00325d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sHeKc0TCrm .mbr-section-subtitle,
  .cid-sHeKc0TCrm .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHeKc0TCrm .card .card-img span {
    background: none;
  }
}
.cid-sHeKc0TCrm .mbr-section-title {
  color: #0095ff;
}
.cid-sHeKc0TCrm .mbr-text {
  color: #000000;
}
.cid-sHeKc0TCrm .card-title,
.cid-sHeKc0TCrm .card-img {
  color: #3098f3;
}
.cid-sHeKc0TCrm .mbr-section-subtitle {
  color: #000000;
}
.cid-sHerUXGWKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHerUXGWKK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHerUXGWKK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHerUXGWKK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHerUXGWKK H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHerUXGWKK .list {
  color: #333333;
}
.cid-sHerUXGWKK .list P {
  text-align: center;
}
.cid-sHerUXQ4Iz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHerUXQ4Iz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHerUXQ4Iz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHerUXQ4Iz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHerUXQ4Iz H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHerUXQ4Iz .list {
  color: #333333;
}
.cid-sHerUXQ4Iz .list P {
  text-align: center;
}
.cid-sHerUY1TDr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHerUY1TDr .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sHerUY1TDr .link-wrap {
  width: 100%;
}
.cid-sHerUY1TDr .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sHerUY1TDr .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sHerUY1TDr .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHerUY1TDr .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sHerUY1TDr .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sHerUY1TDr .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sHerUY1TDr .link {
    opacity: 1;
  }
  .cid-sHerUY1TDr .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sHerUY1TDr .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sHerUY1TDr .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sHerUY1TDr .card {
    padding-bottom: 1rem !important;
  }
  .cid-sHerUY1TDr .card .link {
    opacity: 1;
  }
  .cid-sHerUY1TDr .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sHerUY1TDr .row {
  justify-content: center;
}
.cid-sHerUY1TDr .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sHerUY1TDr .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sHerUY1TDr .card1 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sHerUY1TDr .card2 {
  background-image: url("../../../assets/images/640-car-rack-crop-640x427.jpg");
}
.cid-sHerUY1TDr .card3 {
  background-image: url("");
}
.cid-sHerUY1TDr .link,
.cid-sHerUY1TDr .card-box {
  color: #ffffff;
}
.cid-sHerUY1TDr .mbr-text,
.cid-sHerUY1TDr .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sHerUY1TDr .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sHerUY1TDr .main-subtitle DIV {
  text-align: right;
}
.cid-sHerUY1TDr .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-ujFFNEjIpL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ujFFNEjIpL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ujFFNEjIpL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.opened {
  transition: all .3s;
}
.cid-ujFFNEjIpL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ujFFNEjIpL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFFNEjIpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujFFNEjIpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujFFNEjIpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFFNEjIpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ujFFNEjIpL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ujFFNEjIpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFFNEjIpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujFFNEjIpL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujFFNEjIpL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujFFNEjIpL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujFFNEjIpL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFFNEjIpL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujFFNEjIpL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ujFFNEjIpL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujFFNEjIpL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ujFFNEjIpL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujFFNEjIpL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujFFNEjIpL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujFFNEjIpL .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujFFNEjIpL .navbar-caption {
  padding-right: 4rem;
}
.cid-ujFFNEjIpL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ujFFNEjIpL .dropdown-menu,
.cid-ujFFNEjIpL .navbar.opened {
  background: #ffffff !important;
}
.cid-ujFFNEjIpL .nav-item:focus,
.cid-ujFFNEjIpL .nav-link:focus {
  outline: none;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFFNEjIpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujFFNEjIpL .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-ujFFNEjIpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFFNEjIpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFFNEjIpL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujFFNEjIpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFFNEjIpL .dropdown-item.active,
.cid-ujFFNEjIpL .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFFNEjIpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFFNEjIpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujFFNEjIpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujFFNEjIpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFFNEjIpL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujFFNEjIpL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFFNEjIpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095ff;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujFFNEjIpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujFFNEjIpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujFFNEjIpL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ujFFNEjIpL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujFFNEjIpL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ujFFNEjIpL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujFFNEjIpL .navbar {
    height: 77px;
  }
  .cid-ujFFNEjIpL .navbar.opened {
    height: auto;
  }
  .cid-ujFFNEjIpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHBSP7CB1a {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/car-lot-1-1284x500.jpg");
}
.cid-sHBSP7CB1a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHBSP7CB1a .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHBSP7CB1a .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sHBSP7CB1a .container {
  min-height: 200px;
}
.cid-sHkfw9bGNG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHkfw9bGNG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHkfw9bGNG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHkfw9bGNG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHkfw9bGNG H3 {
  color: #3098f3;
  text-align: left;
}
.cid-sHkfw9bGNG .list {
  color: #000000;
}
.cid-sHkfw9bGNG .list P {
  text-align: left;
}
.cid-sHkfw9WrFw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sHkfw9WrFw .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sHkfw9WrFw .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHkfw9WrFw .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #0095ff;
  height: 100%;
}
.cid-sHkfw9WrFw .row {
  align-items: center;
}
.cid-sHkfw9WrFw .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sHkfw9WrFw .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHkfw9WrFw .card-title,
.cid-sHkfw9WrFw .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sHkfw9WrFw a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sHkfw9WrFw .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sHkfw9WrFw .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sHkfw9WrFw .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-sHkfw9WrFw .it {
  font-style: italic;
}
.cid-sHkfw9WrFw .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sHkfw9WrFw .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sHkfw9WrFw .card-title,
.cid-sHkfw9WrFw .lin {
  color: #000000;
}
.cid-sHkfw9mN5m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHkfw9mN5m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHkfw9mN5m .row {
    flex-direction: column-reverse;
  }
  .cid-sHkfw9mN5m .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHkfw9mN5m .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHkfw9mN5m .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHkfw9mN5m .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sHkfw9mN5m .card-title {
  color: #3098f3;
}
.cid-sHkfw9mN5m .mbr-text,
.cid-sHkfw9mN5m .mbr-section-btn {
  color: #000000;
}
.cid-sHkfw9xF1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHkfw9xF1l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHkfw9xF1l .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sHkfw9xF1l .img-col {
  padding: 0;
}
.cid-sHkfw9xF1l .wrapper {
  padding: 6rem 12rem;
}
.cid-sHkfw9xF1l .link-wrap {
  width: 100%;
}
.cid-sHkfw9xF1l .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sHkfw9xF1l .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sHkfw9xF1l .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHkfw9xF1l .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sHkfw9xF1l .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHkfw9xF1l .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sHkfw9xF1l .link,
.cid-sHkfw9xF1l .wrapper {
  color: #cc2952;
}
.cid-sHkfw9xF1l .mbr-section-subtitle {
  color: #000000;
}
.cid-sHkfw9xF1l .card-title,
.cid-sHkfw9xF1l .card-box {
  color: #0095ff;
  text-align: left;
}
.cid-sHkfw9xF1l .mbr-text,
.cid-sHkfw9xF1l .mbr-section-btn {
  color: #999999;
}
.cid-sHkfw9xF1l .mbr-text,
.cid-sHkfw9xF1l .wrapper {
  color: #000000;
}
.cid-sHkfw9IA2i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHkfw9IA2i ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHkfw9IA2i li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHkfw9IA2i ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHkfw9IA2i H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHkfw9IA2i .list {
  color: #333333;
  text-align: center;
}
.cid-sHkfw9IA2i .list P {
  text-align: center;
}
.cid-sHkwVARwr7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHkwVARwr7 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sHkwVARwr7 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHkwVARwr7 .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #0095ff;
  height: 100%;
}
.cid-sHkwVARwr7 .row {
  align-items: center;
}
.cid-sHkwVARwr7 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sHkwVARwr7 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHkwVARwr7 .card-title,
.cid-sHkwVARwr7 .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sHkwVARwr7 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sHkwVARwr7 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sHkwVARwr7 .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sHkwVARwr7 .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-sHkwVARwr7 .it {
  font-style: italic;
}
.cid-sHkwVARwr7 .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sHkwVARwr7 .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sHkwVARwr7 .card-title,
.cid-sHkwVARwr7 .lin {
  color: #0095ff;
}
.cid-sHkfwatumg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHkfwatumg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHkfwatumg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHkfwatumg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHkfwatumg H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHkfwatumg .list {
  color: #333333;
}
.cid-sHkfwatumg .list P {
  text-align: center;
}
.cid-sHkfwaE1UU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHkfwaE1UU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHkfwaE1UU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHkfwaE1UU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0e78c3;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHkfwaE1UU H3 {
  color: #3098f3;
  text-align: center;
}
.cid-sHkfwaE1UU .list {
  color: #333333;
}
.cid-sHkfwaE1UU .list P {
  text-align: center;
}
.cid-sHkfwaPVcg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHkfwaPVcg .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sHkfwaPVcg .link-wrap {
  width: 100%;
}
.cid-sHkfwaPVcg .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sHkfwaPVcg .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sHkfwaPVcg .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sHkfwaPVcg .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sHkfwaPVcg .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sHkfwaPVcg .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sHkfwaPVcg .link {
    opacity: 1;
  }
  .cid-sHkfwaPVcg .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sHkfwaPVcg .card:hover .card-wrapper:after {
    opacity: 1;
    background: #0095ff;
  }
  .cid-sHkfwaPVcg .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sHkfwaPVcg .card {
    padding-bottom: 1rem !important;
  }
  .cid-sHkfwaPVcg .card .link {
    opacity: 1;
  }
  .cid-sHkfwaPVcg .card-wrapper:after {
    opacity: 0.7;
    background: #0095ff;
  }
}
.cid-sHkfwaPVcg .row {
  justify-content: center;
}
.cid-sHkfwaPVcg .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sHkfwaPVcg .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sHkfwaPVcg .card1 {
  background-image: url("../../../assets/images/zorunlu-arac-muayenesi-zorunlu-denetim-programlari-icin-veri-yonetimi-500x667.jpg");
}
.cid-sHkfwaPVcg .card2 {
  background-image: url("../../../assets/images/640-car-rack-crop-640x427.jpg");
}
.cid-sHkfwaPVcg .card3 {
  background-image: url("");
}
.cid-sHkfwaPVcg .link,
.cid-sHkfwaPVcg .card-box {
  color: #ffffff;
}
.cid-sHkfwaPVcg .mbr-text,
.cid-sHkfwaPVcg .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sHkfwaPVcg .main-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sHkfwaPVcg .main-subtitle DIV {
  text-align: right;
}
.cid-sHkfwaPVcg .main-title {
  color: #0095ff;
  text-align: center;
}
.cid-ujF1yDPNl0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4678;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .content {
    text-align: center;
  }
  .cid-ujF1yDPNl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujF1yDPNl0 .logo-subtitle {
  color: #8d97ad;
}
.cid-ujF1yDPNl0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ujF1yDPNl0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ujF1yDPNl0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujF1yDPNl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-ujF1yDPNl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ujF1yDPNl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujF1yDPNl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujF1yDPNl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujF1yDPNl0 .list-item {
  display: flex;
}
.cid-ujF1yDPNl0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ujF1yDPNl0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujF1yDPNl0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ujF1yDPNl0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-ujF1yDPNl0 .logo-subtitle,
.cid-ujF1yDPNl0 .media-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujF1yDPNl0 .column-title {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .mbr-text {
  color: #ffffff;
}
.cid-ujF1yDPNl0 .copyright > p {
  color: #ffffff;
  text-align: left;
}
.cid-ujF1yDPNl0 .copyright > p P {
  text-align: left;
}
.cid-ujF1yDPNl0 P {
  color: #ffffff;
  text-align: left;
}
