body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0072ff !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #149dcc !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0072ff !important;
  border-color: #0072ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0072ff !important;
  background-color: transparent !important;
  border-color: #0072ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0050b3 !important;
  border-color: #0050b3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-info,
.btn-info:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #149dcc !important;
  background-color: transparent !important;
  border-color: #149dcc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0f7699 !important;
  background-color: transparent !important;
  border-color: #0f7699 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b2ccd2 !important;
  background-color: transparent !important;
  border-color: #b2ccd2 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #004499;
  color: #004499;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0072ff;
  border-color: #0072ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0072ff !important;
  border-color: #0072ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0072ff !important;
}
.text-secondary {
  color: #255085 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #149dcc !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #255085 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f2035 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #255085 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #255085 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #255085 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #255085 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #255085 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #255085 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #149dcc;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0072ff;
  border-color: #0072ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0072ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #0072ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0072ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0072ff;
  border-bottom-color: #0072ff;
}
.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: #0072ff !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: #255085 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230072ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwXm5Y46vC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXm5Y46vC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXm5Y46vC a {
  font-style: normal;
}
.cid-rwXm5Y46vC .show {
  overflow: visible;
}
.cid-rwXm5Y46vC .dropdown-menu {
  max-height: 400px;
}
.cid-rwXm5Y46vC .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXm5Y46vC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXm5Y46vC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .nav-item:focus,
.cid-rwXm5Y46vC .nav-link:focus {
  outline: none;
}
.cid-rwXm5Y46vC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXm5Y46vC .menu-logo {
  margin-right: auto;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXm5Y46vC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXm5Y46vC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXm5Y46vC button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXm5Y46vC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rwXm5Y46vC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXm5Y46vC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXm5Y46vC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXm5Y46vC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC img {
    height: 3.8rem !important;
  }
  .cid-rwXm5Y46vC .btn {
    display: -webkit-flex;
  }
  .cid-rwXm5Y46vC button.navbar-toggler {
    display: block;
  }
  .cid-rwXm5Y46vC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing,
  .cid-rwXm5Y46vC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXm5Y46vC .nav-link {
    justify-content: start!important;
  }
  .cid-rwXm5Y46vC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXm5Y46vC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXm5Y46vC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXm5Y46vC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXm5Y46vC .nav-link:hover,
.cid-rwXm5Y46vC .dropdown-item:hover {
  color: #0072ff !important;
}
@media (min-width: 1500px) {
  .cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXm5Y46vC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4BJkHfRs {
  background-image: url("../../../assets/images/logistics.jpg-1920x1640.jpg");
  background-position: right;
}
.cid-ro4BJkHfRs .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ro4BJkHfRs .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ro4BJkHfRs .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ro4BJkHfRs img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ro4BJkHfRs .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ro4BJkHfRs H1 {
  text-align: left;
}
.cid-ro4BJkHfRs .mbr-text,
.cid-ro4BJkHfRs .mbr-section-btn {
  text-align: right;
}
.cid-ro4H3uukei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4H3uukei .card-icon {
  font-size: 56px;
  color: #3baefb;
  transition: color 0.3s;
}
.cid-ro4H3uukei .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4H3uukei .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-ro4H3uukei .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card {
  padding: 0!important;
}
.cid-ro4H3uukei .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card-wrapper:hover {
  background: #3baefb;
}
.cid-ro4H3uukei .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-ro4H3uukei .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-ro4H3uukei .card1 {
  background: #1b3a61;
}
.cid-ro4H3uukei .card2 {
  background: #1d3f69;
}
.cid-ro4H3uukei .card3 {
  background: #1f4471;
}
.cid-ro4H3uukei .card4 {
  background: #224879;
}
.cid-ro4H3uukei .card5 {
  background: #244d81;
}
.cid-ro4H3uukei .card6 {
  background: #265289;
}
.cid-ro4H3uukei .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-ro4H3uukei .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4HkiPJUA {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro4HkiPJUA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-ro4HkiPJUA H2 {
  color: #1b3a61;
}
.cid-ro4HkiPJUA H3 {
  color: #232323;
}
.cid-ro4HkiPJUA .mbr-text,
.cid-ro4HkiPJUA .mbr-section-btn {
  color: #36404c;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ro4HkiPJUA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uNxjmMIyzS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/businesswoman-6557677-1920-1920x1280.webp");
}
.cid-uNxjmMIyzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNxjmMIyzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNxjmMIyzS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNxjmMIyzS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNxjmMIyzS .container {
    padding: 0 20px;
  }
}
.cid-uNxjmMIyzS .row {
  justify-content: center;
}
.cid-uNxjmMIyzS .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uNxjmMIyzS .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uNxjmMIyzS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNxjmMIyzS .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uNxjmMIyzS .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uNxjmMIyzS .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uNxjmMIyzS .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uNxjmMIyzS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uNxjmMIyzS .mbr-desc {
  color: #1b3a61;
}
.cid-uNxjmMIyzS .mbr-section-title {
  color: #1b3a61;
}
.cid-uNxjmMIyzS .mbr-text {
  color: #ffffff;
}
.cid-uNxjmMIyzS .mbr-text,
.cid-uNxjmMIyzS .text-wrapper {
  text-align: left;
  color: #1e1d1c;
}
.cid-uNMGS2kI9g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNMGS2kI9g img,
.cid-uNMGS2kI9g .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNMGS2kI9g .item:focus,
.cid-uNMGS2kI9g span:focus {
  outline: none;
}
.cid-uNMGS2kI9g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNMGS2kI9g .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uNMGS2kI9g .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uNMGS2kI9g .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uNMGS2kI9g .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNMGS2kI9g .item-content {
    padding: 1rem 0;
  }
}
.cid-uNMGS2kI9g .mbr-section-title {
  color: #1b3a61;
  text-align: left;
}
.cid-uNMGS2kI9g .item-title {
  color: #36187d;
}
.cid-uNMGS2kI9g .item-subtitle {
  color: #bec2cf;
}
.cid-uNMGS2kI9g .mbr-text,
.cid-uNMGS2kI9g .mbr-section-btn {
  color: #1b3a61;
}
.cid-uNMGS2kI9g .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uNMGS2kI9g .mbr-section-subtitle {
  text-align: left;
  color: #1b3a61;
}
.cid-uNxkk4RYM3 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-uNxkk4RYM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNxkk4RYM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNxkk4RYM3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uNxkk4RYM3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNxkk4RYM3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uNxkk4RYM3 .container {
    padding: 0 22px;
  }
}
.cid-uNxkk4RYM3 .card {
  justify-content: center;
}
.cid-uNxkk4RYM3 .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNxkk4RYM3 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNxkk4RYM3 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNxkk4RYM3 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNxkk4RYM3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNxkk4RYM3 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNxkk4RYM3 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #3baefb;
}
@media (max-width: 1440px) {
  .cid-uNxkk4RYM3 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uNxkk4RYM3 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uNxkk4RYM3 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uNxkk4RYM3 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uNxkk4RYM3 .mbr-section-title {
  color: #1b3a61;
}
.cid-uNxkk4RYM3 .mbr-text {
  color: #36404c;
}
.cid-uNP3V3tWS3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-uNP3V3tWS3 .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-uNP3V3tWS3 .card:hover .card-wrapper,
.cid-uNP3V3tWS3 .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-uNP3V3tWS3 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uNP3V3tWS3 .img-wrapper {
  border-radius: 16px;
}
.cid-uNP3V3tWS3 .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-uNP3V3tWS3 .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uNP3V3tWS3 .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-uNP3V3tWS3 .card-box {
    padding: 1rem;
  }
}
.cid-uNP3V3tWS3 img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-uNP3V3tWS3 .mbr-text,
.cid-uNP3V3tWS3 .mbr-section-btn {
  color: #33358c;
}
.cid-uNP3V3tWS3 .main-sub-title,
.cid-uNP3V3tWS3 .align-wrapper {
  color: #33358c;
}
.cid-uNP3V3tWS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNP3V3tWS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOOdH774t {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNOOdH774t .item-img {
  position: relative;
}
.cid-uNOOdH774t .item-img img {
  transition: all 0.2s;
}
.cid-uNOOdH774t h5 {
  line-height: 1.2;
}
.cid-uNOOdH774t .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNOOdH774t .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNOOdH774t .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNOOdH774t .item:hover img {
  transform: scale(1.05);
}
.cid-uNOOdH774t .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #0072ff;
}
@media (max-width: 992px) {
  .cid-uNOOdH774t .subtitle-wrap,
  .cid-uNOOdH774t .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uNOOdH774t .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNOOdH774t .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNOOdH774t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNOOdH774t .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uNOOdH774t .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uNOOdH774t .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNOOdH774t .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNOOdH774t .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNOOdH774t .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNOOdH774t .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNOOdH774t .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNOOdH774t .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNOOdH774t .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uNOOdH774t img,
.cid-uNOOdH774t .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNOOdH774t .item:focus,
.cid-uNOOdH774t span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNOOdH774t .item {
    margin-bottom: 1rem;
  }
}
.cid-uNOOdH774t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNOOdH774t .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNOOdH774t .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNOOdH774t .mbr-text,
.cid-uNOOdH774t .item .mbr-section-btn {
  color: #000000;
}
.cid-uNOOdH774t .mbr-section-subtitle,
.cid-uNOOdH774t .subtitle-wrap,
.cid-uNOOdH774t .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ro4H7rqkSh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4H7rqkSh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4H7rqkSh H2 {
  color: #36404c;
}
.cid-ro4H7rqkSh H3 {
  color: #36404c;
}
.cid-ro4H7rqkSh .mbr-text,
.cid-ro4H7rqkSh .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4H7rqkSh .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4H7rqkSh img {
  filter: invert(0.5);
}
.cid-uNT8dc5Y71 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/logestic2-1920x1280.webp");
}
.cid-uNT8dc5Y71 .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-uNT8dc5Y71 img,
.cid-uNT8dc5Y71 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNT8dc5Y71 .item:focus,
.cid-uNT8dc5Y71 span:focus {
  outline: none;
}
.cid-uNT8dc5Y71 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNT8dc5Y71 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uNT8dc5Y71 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uNT8dc5Y71 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uNT8dc5Y71 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNT8dc5Y71 .item-content {
    padding: 1rem 0;
  }
}
.cid-uNT8dc5Y71 .mbr-section-title {
  color: #1b3a61;
  text-align: left;
}
.cid-uNT8dc5Y71 .item-title {
  color: #36187d;
}
.cid-uNT8dc5Y71 .item-subtitle {
  color: #bec2cf;
}
.cid-uNT8dc5Y71 .mbr-text,
.cid-uNT8dc5Y71 .mbr-section-btn {
  color: #1b3a61;
  text-align: center;
}
.cid-uNT8dc5Y71 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uNT8dc5Y71 .mbr-section-subtitle {
  text-align: left;
  color: #767676;
}
.cid-uPqHMUwzOp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-uPqHMUwzOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqHMUwzOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqHMUwzOp .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPqHMUwzOp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPqHMUwzOp .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ed4266;
}
.cid-uPqHMUwzOp .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPqHMUwzOp .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPqHMUwzOp .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uPqHMUwzOp .items-wrapper .item {
  padding: 0 15px;
}
.cid-uPqHMUwzOp .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPqHMUwzOp .item {
    margin-bottom: 15px;
  }
}
.cid-uPqHMUwzOp .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #1b3a61;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPqHMUwzOp .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uPqHMUwzOp .item .item-wrapper:hover::before,
.cid-uPqHMUwzOp .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uPqHMUwzOp .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uPqHMUwzOp .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #365ba6;
  color: #000000;
}
.cid-uPqHMUwzOp .item .item-wrapper:hover .item-content .card-title,
.cid-uPqHMUwzOp .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.cid-uPqHMUwzOp .item .item-wrapper:hover .item-content .card-desc,
.cid-uPqHMUwzOp .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.cid-uPqHMUwzOp .item .item-wrapper:hover .item-img img,
.cid-uPqHMUwzOp .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uPqHMUwzOp .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #365ba6;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uPqHMUwzOp .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f2f3f7;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uPqHMUwzOp .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #255085;
  color: #f2f3f7;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uPqHMUwzOp .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f2f3f7;
}
.cid-uPqHMUwzOp .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f2f3f7;
}
.cid-uPqHMUwzOp .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uPqHMUwzOp .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uPqHMUwzOp .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPqHMUwzOp .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uPqHMUwzOp .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPqHMUwzOp .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uPqHMUwzOp .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uPqHMUwzOp .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uPqHMUwzOp .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uPqHMUwzOp .mbr-label,
.cid-uPqHMUwzOp .label-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uPqHMUwzOp .mbr-section-title,
.cid-uPqHMUwzOp .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPqHMUwzOp .card-title {
  color: #ebeced;
}
.cid-uPqHMUwzOp .card-desc {
  color: #ebeced;
}
.cid-uPqHMUwzOp .mbr-section-title,
.cid-uPqHMUwzOp .title-wrap {
  text-align: left;
}
.cid-ro5mqKOC1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-20250413144939-2000x1234.webp");
}
.cid-ro5mqKOC1l .mbr-overlay {
  background-color: #ed4266;
  opacity: 0.5;
}
.cid-ro5mqKOC1l textarea {
  min-height: 150px;
}
.cid-ro5mqKOC1l .form-col {
  background: #f5f5f5;
  padding: 3rem 1rem;
}
.cid-ro5mqKOC1l .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ro5mqKOC1l .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ro5mqKOC1l .form-wrap {
    max-width: 690px;
  }
  .cid-ro5mqKOC1l .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ro5mqKOC1l .text-wrap {
    max-width: 690px;
  }
}
.cid-ro5mqKOC1l .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mqKOC1l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mqKOC1l .form-control,
.cid-ro5mqKOC1l .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l .form-control:hover,
.cid-ro5mqKOC1l .field-input:hover,
.cid-ro5mqKOC1l .form-control:focus,
.cid-ro5mqKOC1l .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l input::-webkit-input-placeholder,
.cid-ro5mqKOC1l textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l input:-moz-placeholder,
.cid-ro5mqKOC1l textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l .jq-selectbox li,
.cid-ro5mqKOC1l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox li:hover,
.cid-ro5mqKOC1l .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mqKOC1l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mqKOC1l H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro5mqKOC1l .col-auto {
    margin: auto;
  }
}
.cid-ro5mqKOC1l H3 {
  color: #ffffff;
}
.cid-ro5mqKOC1l H4 {
  color: #36404c;
}
.cid-ro4GJ1pfoz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-ro4GJ1pfoz section {
  position: relative;
}
.cid-ro4GJ1pfoz h4 {
  margin: 0;
}
.cid-ro4GJ1pfoz img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ro4GJ1pfoz a {
  font-weight: 300;
}
.cid-ro4GJ1pfoz .img1 {
  color: #00bea3;
}
.cid-ro4GJ1pfoz .img2 {
  color: #cc2952;
}
.cid-ro4GJ1pfoz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GJ1pfoz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ro4GJ1pfoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ro4GJ1pfoz .item,
.cid-ro4GJ1pfoz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ro4GJ1pfoz .item h4,
.cid-ro4GJ1pfoz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GJ1pfoz .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ro4GJ1pfoz .item {
    justify-content: center;
  }
}
.cid-ro4GJ1pfoz .item-title {
  color: #b2ccd2;
}
.cid-ro4GMcl2gl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-ro4GMcl2gl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4GMcl2gl section {
  position: relative;
}
.cid-ro4GMcl2gl h4 {
  margin: 0;
}
.cid-ro4GMcl2gl a {
  font-weight: 300;
}
.cid-ro4GMcl2gl .row {
  align-items: center;
}
.cid-ro4GMcl2gl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4GMcl2gl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GMcl2gl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .align-left {
    text-align: center;
  }
  .cid-ro4GMcl2gl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4GMcl2gl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4GMcl2gl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4GMcl2gl .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl H4 {
  color: #c1c1c1;
}
.cid-uQy3EzD4PQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQy3EzD4PQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uQy3EzD4PQ a {
  font-style: normal;
}
.cid-uQy3EzD4PQ .show {
  overflow: visible;
}
.cid-uQy3EzD4PQ .dropdown-menu {
  max-height: 400px;
}
.cid-uQy3EzD4PQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQy3EzD4PQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uQy3EzD4PQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uQy3EzD4PQ .nav-item:focus,
.cid-uQy3EzD4PQ .nav-link:focus {
  outline: none;
}
.cid-uQy3EzD4PQ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQy3EzD4PQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uQy3EzD4PQ .menu-logo {
  margin-right: auto;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQy3EzD4PQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uQy3EzD4PQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uQy3EzD4PQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQy3EzD4PQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQy3EzD4PQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQy3EzD4PQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uQy3EzD4PQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uQy3EzD4PQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uQy3EzD4PQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQy3EzD4PQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQy3EzD4PQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQy3EzD4PQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uQy3EzD4PQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uQy3EzD4PQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uQy3EzD4PQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQy3EzD4PQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQy3EzD4PQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQy3EzD4PQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQy3EzD4PQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uQy3EzD4PQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uQy3EzD4PQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-uQy3EzD4PQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQy3EzD4PQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQy3EzD4PQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQy3EzD4PQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQy3EzD4PQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQy3EzD4PQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQy3EzD4PQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQy3EzD4PQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQy3EzD4PQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQy3EzD4PQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.collapsing,
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQy3EzD4PQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uQy3EzD4PQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-uQy3EzD4PQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQy3EzD4PQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uQy3EzD4PQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uQy3EzD4PQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uQy3EzD4PQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQy3EzD4PQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQy3EzD4PQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uQy3EzD4PQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQy3EzD4PQ img {
    height: 3.8rem !important;
  }
  .cid-uQy3EzD4PQ .btn {
    display: -webkit-flex;
  }
  .cid-uQy3EzD4PQ button.navbar-toggler {
    display: block;
  }
  .cid-uQy3EzD4PQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uQy3EzD4PQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uQy3EzD4PQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uQy3EzD4PQ .navbar-collapse.collapsing,
  .cid-uQy3EzD4PQ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uQy3EzD4PQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uQy3EzD4PQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQy3EzD4PQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQy3EzD4PQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQy3EzD4PQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQy3EzD4PQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQy3EzD4PQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQy3EzD4PQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uQy3EzD4PQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQy3EzD4PQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQy3EzD4PQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uQy3EzD4PQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQy3EzD4PQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQy3EzD4PQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-uQy3EzD4PQ .nav-link {
    justify-content: start!important;
  }
  .cid-uQy3EzD4PQ .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uQy3EzD4PQ .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uQy3EzD4PQ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-uQy3EzD4PQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uQy3EzD4PQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uQy3EzD4PQ .nav-link:hover,
.cid-uQy3EzD4PQ .dropdown-item:hover {
  color: #0072ff !important;
}
@media (min-width: 1500px) {
  .cid-uQy3EzD4PQ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-uQy3EzD4PQ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uQAiPqRvHZ {
  flex-direction: column !important;
  justify-content: center;
  background-image: url("../../../assets/images/logestic1-1920x1079.webp");
}
.cid-uQAiPqRvHZ .row.heading {
  margin-bottom: 72px;
}
.cid-uQAiPqRvHZ .card {
  flex-direction: row;
  justify-content: center;
}
.cid-uQAiPqRvHZ .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-uQAiPqRvHZ .card-box .card-title {
  color: #ffffff;
}
.cid-uQAiPqRvHZ .card-box .mbr-text {
  color: #ffffff;
}
.cid-uQAiPqRvHZ .card-box .link .btn {
  margin: 0;
}
.cid-uQAiPqRvHZ .card .card-img {
  border-radius: 70px;
  text-align: center;
  padding: 0;
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
}
.cid-uQAiPqRvHZ .card .card-img span {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.65;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uQAiPqRvHZ .card {
    flex-direction: column;
    align-items: center;
  }
  .cid-uQAiPqRvHZ .card .card-img {
    margin-bottom: 1.5rem;
  }
  .cid-uQAiPqRvHZ .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uQAiPqRvHZ .card .card-box .card-title,
  .cid-uQAiPqRvHZ .card .card-box .mbr-text,
  .cid-uQAiPqRvHZ .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uQAiPqRvHZ .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-uQAiPqRvHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQAiPqRvHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQy3EBscfu {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQy3EBscfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQy3EBscfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQy3EBscfu .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uQy3EBscfu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQy3EBscfu .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQy3EBscfu .container {
    padding: 0 22px;
  }
}
.cid-uQy3EBscfu .card {
  justify-content: center;
}
.cid-uQy3EBscfu .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQy3EBscfu .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQy3EBscfu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uQy3EBscfu .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQy3EBscfu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQy3EBscfu .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uQy3EBscfu .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #3baefb;
}
@media (max-width: 1440px) {
  .cid-uQy3EBscfu .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uQy3EBscfu .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uQy3EBscfu .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uQy3EBscfu .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uQy3EBscfu .mbr-section-title {
  color: #1b3a61;
}
.cid-uQy3EBscfu .mbr-text {
  color: #36404c;
}
.cid-uQy3EAIcdF {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQy3EAIcdF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-uQy3EAIcdF H2 {
  color: #1b3a61;
}
.cid-uQy3EAIcdF H3 {
  color: #232323;
}
.cid-uQy3EAIcdF .mbr-text,
.cid-uQy3EAIcdF .mbr-section-btn {
  color: #36404c;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uQy3EAIcdF .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uQy3EB6GKR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQy3EB6GKR img,
.cid-uQy3EB6GKR .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uQy3EB6GKR .item:focus,
.cid-uQy3EB6GKR span:focus {
  outline: none;
}
.cid-uQy3EB6GKR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQy3EB6GKR .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uQy3EB6GKR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uQy3EB6GKR .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uQy3EB6GKR .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uQy3EB6GKR .item-content {
    padding: 1rem 0;
  }
}
.cid-uQy3EB6GKR .mbr-section-title {
  color: #1b3a61;
  text-align: left;
}
.cid-uQy3EB6GKR .item-title {
  color: #36187d;
}
.cid-uQy3EB6GKR .item-subtitle {
  color: #bec2cf;
}
.cid-uQy3EB6GKR .mbr-text,
.cid-uQy3EB6GKR .mbr-section-btn {
  color: #1b3a61;
}
.cid-uQy3EB6GKR .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uQy3EB6GKR .mbr-section-subtitle {
  text-align: left;
  color: #1b3a61;
}
.cid-uQy3ECnb99 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQy3ECnb99 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uQy3ECnb99 H2 {
  color: #36404c;
}
.cid-uQy3ECnb99 H3 {
  color: #36404c;
}
.cid-uQy3ECnb99 .mbr-text,
.cid-uQy3ECnb99 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uQy3ECnb99 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uQy3ECnb99 img {
  filter: invert(0.5);
}
.cid-uQDge4Yx1f {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQDge4Yx1f .top-part {
  margin-bottom: 70px;
}
.cid-uQDge4Yx1f .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uQDge4Yx1f .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uQDge4Yx1f .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uQDge4Yx1f .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uQDge4Yx1f .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQDge4Yx1f .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQDge4Yx1f .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-uQDge4Yx1f .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-uQDge4Yx1f .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-uQDge4Yx1f .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-uQDge4Yx1f .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-uQDge4Yx1f .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uQDge4Yx1f .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f87fb;
  color: #28303f;
}
.cid-uQDge4Yx1f .nav-tabs .nav-link.active span {
  color: #4f87fb;
}
.cid-uQDge4Yx1f .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-uQDge4Yx1f .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uQDge4Yx1f .mbr-text,
  .cid-uQDge4Yx1f .nav-link {
    text-align: left;
  }
  .cid-uQDge4Yx1f .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-uQDge4Yx1f .mbr-section-title,
  .cid-uQDge4Yx1f .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uQDge4Yx1f .tab-content {
  margin-top: 44px;
}
.cid-uQDge4Yx1f .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uQDge4Yx1f .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-uQDge4Yx1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDge4Yx1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDmnMccXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQDmnMccXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDmnMccXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDmnMccXP .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uQDmnMccXP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQDmnMccXP .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQDmnMccXP .container {
    padding: 0 22px;
  }
}
.cid-uQDmnMccXP .card {
  justify-content: center;
}
.cid-uQDmnMccXP .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQDmnMccXP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uQDmnMccXP .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQDmnMccXP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQDmnMccXP .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uQDmnMccXP .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #0072ff;
}
@media (max-width: 1440px) {
  .cid-uQDmnMccXP .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uQDmnMccXP .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uQDmnMccXP .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uQDmnMccXP .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uQDmnMccXP .mbr-section-title {
  color: #232323;
}
.cid-uQDmnMccXP .mbr-text {
  color: #232323;
}
.cid-uQDmP7ZEQN {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQDmP7ZEQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDmP7ZEQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDmP7ZEQN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uQDmP7ZEQN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQDmP7ZEQN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQDmP7ZEQN .container {
    padding: 0 22px;
  }
}
.cid-uQDmP7ZEQN .card {
  justify-content: center;
}
.cid-uQDmP7ZEQN .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQDmP7ZEQN .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQDmP7ZEQN .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uQDmP7ZEQN .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQDmP7ZEQN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQDmP7ZEQN .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uQDmP7ZEQN .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #0072ff;
}
@media (max-width: 1440px) {
  .cid-uQDmP7ZEQN .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uQDmP7ZEQN .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uQDmP7ZEQN .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uQDmP7ZEQN .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uQDmP7ZEQN .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uQDmP7ZEQN .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uQDnLFZ9aC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQDnLFZ9aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDnLFZ9aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDnLFZ9aC .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uQDnLFZ9aC .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uQDnLFZ9aC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQDnLFZ9aC .container {
    padding: 0 20px;
  }
}
.cid-uQDnLFZ9aC .row {
  justify-content: space-between;
}
.cid-uQDnLFZ9aC .tab-content {
  margin-bottom: 64px;
}
.cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper {
    padding: 24px;
    min-height: 500px;
  }
}
.cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #ffffff;
  padding: 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
    padding: 24px;
  }
}
.cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-uQDnLFZ9aC .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .text-wrap .card-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-uQDnLFZ9aC .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQDnLFZ9aC .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs {
  display: inline-block;
  border: none;
  width: 100%;
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0;
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 24px;
  color: #acb3b7;
  padding: 0 0 8px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #acb3b7;
  transition: all .3s ease;
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #000000;
  transition: all 1s ease;
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uQDnLFZ9aC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uQDnLFZ9aC .mbr-desc {
  color: #000000;
}
.cid-uQDnLFZ9aC .card-title {
  color: #000000;
}
.cid-uQDnLFZ9aC .card-text {
  color: #9a9a9a;
}
.cid-uQDlsXrgNV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQDlsXrgNV .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #3baefb;
  transform: skewX(-20deg);
}
.cid-uQDlsXrgNV .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #3baefb;
  transform: skewX(-20deg);
}
.cid-uQDlsXrgNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDlsXrgNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQDlsXrgNV .container {
    padding: 0 15px;
  }
}
.cid-uQDlsXrgNV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQDlsXrgNV .image-wrapper {
  position: relative;
}
.cid-uQDlsXrgNV .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #0072ff;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQDlsXrgNV .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQDlsXrgNV .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQDlsXrgNV .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uQDlsXrgNV .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQDlsXrgNV .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQDlsXrgNV .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQDlsXrgNV .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #255085;
}
.cid-uQDlsXrgNV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQDlsXrgNV .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQDlsXrgNV .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQDlsXrgNV .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQDlsXrgNV .mbr-text {
  color: #f7f5f6;
}
.cid-uQDlsXrgNV .item-name {
  color: #232323;
  text-align: right;
}
.cid-uQDlsXrgNV .item-role {
  color: #767676;
  text-align: right;
}
.cid-uQDlsXrgNV .mbr-text,
.cid-uQDlsXrgNV .icon-wrapper {
  color: #1e1d1c;
}
.cid-uQDCei4b0X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQDCei4b0X .card-icon {
  font-size: 40px;
  color: #3baefb;
  transition: color 0.3s;
}
.cid-uQDCei4b0X .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-uQDCei4b0X .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-uQDCei4b0X .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-uQDCei4b0X .card {
  padding: 0 !important;
}
.cid-uQDCei4b0X .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-uQDCei4b0X .card-wrapper:hover {
  background: #3baefb;
}
.cid-uQDCei4b0X .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-uQDCei4b0X .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-uQDCei4b0X .card1 {
  background: #1b3a61;
}
.cid-uQDCei4b0X .card2 {
  background: #1d3f69;
}
.cid-uQDCei4b0X .card3 {
  background: #1f4471;
}
.cid-uQDCei4b0X .card4 {
  background: #224879;
}
.cid-uQDCei4b0X .card5 {
  background: #244d81;
}
.cid-uQDCei4b0X .card6 {
  background: #265289;
}
.cid-uQDCei4b0X .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-uQDCei4b0X .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uQDCei4b0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDCei4b0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQy3EDwrnK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image-20250413144939-2000x1234.webp");
}
.cid-uQy3EDwrnK .mbr-overlay {
  background-color: #ed4266;
  opacity: 0.5;
}
.cid-uQy3EDwrnK textarea {
  min-height: 150px;
}
.cid-uQy3EDwrnK .form-col {
  background: #f5f5f5;
  padding: 3rem 1rem;
}
.cid-uQy3EDwrnK .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-uQy3EDwrnK .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-uQy3EDwrnK .form-wrap {
    max-width: 690px;
  }
  .cid-uQy3EDwrnK .md-pb {
    padding-bottom: 3rem;
  }
  .cid-uQy3EDwrnK .text-wrap {
    max-width: 690px;
  }
}
.cid-uQy3EDwrnK .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-uQy3EDwrnK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uQy3EDwrnK .form-control,
.cid-uQy3EDwrnK .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-uQy3EDwrnK .form-control:hover,
.cid-uQy3EDwrnK .field-input:hover,
.cid-uQy3EDwrnK .form-control:focus,
.cid-uQy3EDwrnK .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-uQy3EDwrnK input::-webkit-input-placeholder,
.cid-uQy3EDwrnK textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uQy3EDwrnK input:-moz-placeholder,
.cid-uQy3EDwrnK textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uQy3EDwrnK .jq-selectbox li,
.cid-uQy3EDwrnK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uQy3EDwrnK .jq-selectbox li:hover,
.cid-uQy3EDwrnK .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-uQy3EDwrnK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uQy3EDwrnK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-uQy3EDwrnK H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-uQy3EDwrnK .col-auto {
    margin: auto;
  }
}
.cid-uQy3EDwrnK H3 {
  color: #ffffff;
}
.cid-uQy3EDwrnK H4 {
  color: #36404c;
}
.cid-uQE1vKJosR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-uQE1vKJosR section {
  position: relative;
}
.cid-uQE1vKJosR h4 {
  margin: 0;
}
.cid-uQE1vKJosR img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-uQE1vKJosR a {
  font-weight: 300;
}
.cid-uQE1vKJosR .img1 {
  color: #00bea3;
}
.cid-uQE1vKJosR .img2 {
  color: #cc2952;
}
.cid-uQE1vKJosR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uQE1vKJosR .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQE1vKJosR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQE1vKJosR .item,
.cid-uQE1vKJosR .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uQE1vKJosR .item h4,
.cid-uQE1vKJosR .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uQE1vKJosR .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-uQE1vKJosR .item {
    justify-content: center;
  }
}
.cid-uQE1vKJosR .item-title {
  color: #b2ccd2;
}
.cid-uQy3EErIAF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-uQy3EErIAF .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uQy3EErIAF section {
  position: relative;
}
.cid-uQy3EErIAF h4 {
  margin: 0;
}
.cid-uQy3EErIAF a {
  font-weight: 300;
}
.cid-uQy3EErIAF .row {
  align-items: center;
}
.cid-uQy3EErIAF .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uQy3EErIAF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uQy3EErIAF .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQy3EErIAF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uQy3EErIAF .align-left {
    text-align: center;
  }
  .cid-uQy3EErIAF .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uQy3EErIAF .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uQy3EErIAF .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uQy3EErIAF .item-title {
  color: #c1c1c1;
}
.cid-uQy3EErIAF H4 {
  color: #c1c1c1;
}
