@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.125rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.7rem;
}
/* ---- 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.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  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: #133996 !important;
}
.bg-success {
  background-color: #00c48c !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #939bb4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #133996 !important;
  border-color: #133996 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c48c !important;
  border-color: #00c48c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !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: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #133996;
  color: #133996;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #133996;
  border-color: #133996;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #133996 !important;
  border-color: #133996 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc643f;
  color: #fc643f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc643f;
  border-color: #fc643f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00c48c;
  color: #00c48c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00c48c;
  border-color: #00c48c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #939bb4;
  color: #939bb4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #939bb4;
  border-color: #939bb4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #939bb4 !important;
  border-color: #939bb4 !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,
.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: #133996 !important;
}
.text-secondary {
  color: #fc643f !important;
}
.text-success {
  color: #00c48c !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #939bb4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #08173b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d22c03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #005e43 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5c6685 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #939bb4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.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);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #133996;
  border-color: #133996;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #133996;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4272e7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44ffca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dee1e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
blockquote {
  border-color: #133996;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #fc643f !important;
  -webkit-box-shadow: 0 6px 16px 0 #fc643f !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #00c48c !important;
  -webkit-box-shadow: 0 6px 16px 0 #00c48c !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #133996;
  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: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #133996;
  border-bottom-color: #133996;
}
.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: #133996 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fc643f !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='%23133996' %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-rU0GGHgqPS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rU0GGHgqPS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rU0GGHgqPS .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rU0GGHgqPS .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rU0GGHgqPS .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rU0GGHgqPS .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rU0GGHgqPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rU0GGHgqPS .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-rU0GGHgqPS .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rU0GGHgqPS .navbar.collapsed.opened .navbar-collapse.show,
.cid-rU0GGHgqPS .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rU0GGHgqPS .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rU0GGHgqPS .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rU0GGHgqPS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rU0GGHgqPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rU0GGHgqPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rU0GGHgqPS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rU0GGHgqPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rU0GGHgqPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rU0GGHgqPS .navbar {
    flex-wrap: nowrap;
  }
  .cid-rU0GGHgqPS .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rU0GGHgqPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rU0GGHgqPS .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-rU0GGHgqPS .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rU0GGHgqPS .navbar.opened .navbar-collapse.show,
  .cid-rU0GGHgqPS .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rU0GGHgqPS .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rU0GGHgqPS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rU0GGHgqPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rU0GGHgqPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rU0GGHgqPS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rU0GGHgqPS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rU0GGHgqPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rU0GGHgqPS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rU0GGHgqPS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rU0GGHgqPS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rU0GGHgqPS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rU0GGHgqPS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rU0GGHgqPS .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-rU0GGHgqPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rU0GGHgqPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rU0GGHgqPS .dropdown-item.active,
.cid-rU0GGHgqPS .dropdown-item:active {
  background-color: transparent;
}
.cid-rU0GGHgqPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rU0GGHgqPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rU0GGHgqPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rU0GGHgqPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rU0GGHgqPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rU0GGHgqPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rU0GGHgqPS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rU0GGHgqPS .navbar-buttons {
  text-align: center;
}
.cid-rU0GGHgqPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rU0GGHgqPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rU0GGHgqPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rU0GGHgqPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rU0GGHgqPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rU0GGHgqPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rU0GGHgqPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU0GGHgqPS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rU0GGHgqPS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rU0GGHgqPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU0GGHgqPS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rU0GGHgqPS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rU0GGHgqPS a.nav-link:focus {
  outline: none;
}
.cid-rU0GGHgqPS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rU0GGHgqPS .nav-link:hover,
.cid-rU0GGHgqPS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rU0GGHgqPS .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rU0GGHgqPS .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rTZaCor0Km {
  padding-top: 165px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rTZaCor0Km .mbr-text,
.cid-rTZaCor0Km .mbr-section-btn {
  color: #716c80;
}
.cid-rTZaCor0Km .title {
  color: #133996;
  text-align: left;
}
@-webkit-keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.cid-rTZaCor0Km .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: -30px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/sister-and-brother-playing-with-digital-devices-ustazhw-min-2000x1326.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-rTZaCor0Km .img1 > div {
  border-radius: 30px !important;
}
.cid-rTZaCor0Km .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-rTZaCor0Km .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -41px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/subwayberix-2000x1335.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-rTZaCor0Km .img2 > div {
  border-radius: 30px !important;
}
.cid-rTZaCor0Km .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  left: 0px !important;
}
.cid-rTZaCor0Km .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/arabic-woman-inside-subway-train-looking-at-her-qf3tu4b-min-2000x1335.jpg");
}
.cid-rTZaCor0Km .img3 > div {
  border-radius: 30px !important;
}
.cid-rTZaCor0Km .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  position: fixed !important;
  border-radius: 30px !important;
}
.cid-rTZaCor0Km .wrap {
  height: 450px;
}
@media (max-width: 991px) {
  .cid-rTZaCor0Km .img3 div[id^="jarallax-container"] > * {
    margin-top: 0% !important;
  }
  .cid-rTZaCor0Km .text-wrap > * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-rTZaCor0Km .img3 {
    position: relative !important;
    margin: 0 auto;
    right: 0px;
  }
}
.cid-rTZaCor0Km H3 {
  color: #fc643f;
  text-align: left;
}
.cid-rU0s2FEG5o {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/space-08-min-2000x1333.png");
}
.cid-rU0s2FEG5o .buttons-block {
  justify-content: center;
}
.cid-rU0s2FEG5o .mbr-section-title {
  color: #133996;
}
.cid-rU0s2FEG5o .mbr-section-subtitle {
  color: #000000;
}
.cid-rU0s2FEG5o .mbr-text {
  color: #000000;
}
.cid-rU0s2FEG5o .mbr-section-title,
.cid-rU0s2FEG5o .mbr-section-subtitle,
.cid-rU0s2FEG5o .mbr-text {
  z-index: 70;
}
.cid-rU0s2FEG5o .buttons-block {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
  z-index: 70;
}
.cid-rU0s2FEG5o .buttons-block .mbr-section-btn {
  margin-left: 6px;
  margin-right: 6px;
}
.cid-rU0s2FEG5o .buttons-block .mbr-section-btn .btn {
  border-radius: 20px !important;
  border-width: 1px;
  padding: 0.6rem 2.5rem !important;
  font-weight: 400 !important;
}
.cid-rU0s2FEG5o .buttons-block .mbr-section-btn .btn .mbr-iconfont {
  margin-right: 10px;
}
.cid-rU0s2FEG5o img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.cid-rU0s2FEG5o .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rU0s2FEG5o .image-1 {
  position: absolute;
  left: -420px;
  bottom: 97px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-rU0s2FEG5o .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rU0s2FEG5o .image-3 {
  position: absolute;
  left: 169px;
  bottom: 469px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rU0s2FEG5o .image-4 {
  position: absolute;
  left: auto;
  right: -31px;
  bottom: -52px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rU0s2FEG5o .image-5 {
  position: absolute;
  left: 757px;
  top: -425px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rU0s2FEG5o .image-6 {
  position: absolute;
  left: -75px;
  top: 60px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-rU0s2FEG5o .image-5 {
    left: 557px;
  }
}
@media (max-width: 992px) {
  .cid-rU0s2FEG5o .container {
    padding: 140px 15px;
  }
}
@media (max-width: 767px) {
  .cid-rU0s2FEG5o .btn {
    font-size: 1.0625rem !important;
  }
  .cid-rU0s2FEG5o .image-5 {
    left: 457px;
  }
}
@media (max-width: 576px) {
  .cid-rU0s2FEG5o .image-5 {
    left: 257px;
    top: -525px;
  }
}
.cid-rU0s2FEG5o .mbr-section-title,
.cid-rU0s2FEG5o .buttons-block {
  color: #133996;
}
.cid-rU0s2FEG5o .mbr-section-subtitle {
  color: #fc643f;
}
.cid-rU0s2FEG5o .mbr-text,
.cid-rU0s2FEG5o .mbr-section-btn {
  color: #133996;
}
.cid-rTZeCa0FZU {
  padding-top: 165px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-rTZeCa0FZU .mbr-text {
  color: #46495f;
}
.cid-rTZeCa0FZU .mbr-section-title {
  color: #133996;
}
.cid-rTZeCa0FZU .img1 {
  position: absolute !important;
  height: 90%;
  width: 60%;
  left: 85px;
  top: -10px;
  background-repeat: no-repeat;
  border-radius: 30px !important;
  background-image: url("file:///C:/Users/Wilfr/AppData/Local/Mobirise.com/Mobirise/projects/project-2020-03-21_203219/assets/images/kart-min-1-2000x1076.png") !important;
}
.cid-rTZeCa0FZU .img1 > div {
  border-radius: 30px !important;
}
.cid-rTZeCa0FZU .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  background-size: contain !important;
}
.cid-rTZeCa0FZU .img2 {
  position: absolute !important;
  height: 150%;
  width: 50%;
  top: -20px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/space-11-min-2000x1333.png");
}
.cid-rTZeCa0FZU .img2 > div {
  border-radius: 30px !important;
  left: 253px !important;
}
.cid-rTZeCa0FZU .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  background-size: contain !important;
}
.cid-rTZeCa0FZU .img3 {
  position: absolute !important;
  height: 150%;
  width: 50%;
  top: 0px;
  left: 0px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/1280px-html5-logo-and-wordmark.svg-min-1-1280x1280.png");
}
.cid-rTZeCa0FZU .img3 > div {
  border-radius: 30px !important;
}
.cid-rTZeCa0FZU .img3 div[id^="jarallax-container"] > * {
  background-position: 50% 0% !important;
  position: static !important;
  border-radius: 30px !important;
  background-size: contain !important;
  height: 557.7px !important;
}
@media (max-width: 1199px) {
  .cid-rTZeCa0FZU .img1 {
    left: 0px;
  }
  .cid-rTZeCa0FZU .img2 div[id^="jarallax-container"] > * {
    left: 740px !important;
  }
}
@media (max-width: 991px) {
  .cid-rTZeCa0FZU h1,
  .cid-rTZeCa0FZU p,
  .cid-rTZeCa0FZU .mbr-section-btn {
    text-align: center;
  }
}
.cid-rTZeCa0FZU H3 {
  color: #fc643f;
}
.cid-rTZeCa0FZU .mbr-text,
.cid-rTZeCa0FZU .mbr-section-btn {
  color: #133996;
}
.cid-rTZiClPdyV {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/space-07-min-2000x1333.png");
}
.cid-rTZiClPdyV .buttons-block {
  justify-content: center;
}
.cid-rTZiClPdyV .mbr-section-title {
  color: #133996;
}
.cid-rTZiClPdyV .mbr-section-subtitle {
  color: #000000;
}
.cid-rTZiClPdyV .mbr-text {
  color: #000000;
}
.cid-rTZiClPdyV .mbr-section-title,
.cid-rTZiClPdyV .mbr-section-subtitle,
.cid-rTZiClPdyV .mbr-text {
  z-index: 70;
}
.cid-rTZiClPdyV .buttons-block {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
  z-index: 70;
}
.cid-rTZiClPdyV .buttons-block .mbr-section-btn {
  margin-left: 6px;
  margin-right: 6px;
}
.cid-rTZiClPdyV .buttons-block .mbr-section-btn .btn {
  border-radius: 20px !important;
  border-width: 1px;
  padding: 0.6rem 2.5rem !important;
  font-weight: 400 !important;
}
.cid-rTZiClPdyV .buttons-block .mbr-section-btn .btn .mbr-iconfont {
  margin-right: 10px;
}
.cid-rTZiClPdyV img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.cid-rTZiClPdyV .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rTZiClPdyV .image-1 {
  position: absolute;
  left: -420px;
  bottom: 97px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-rTZiClPdyV .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rTZiClPdyV .image-3 {
  position: absolute;
  left: 169px;
  bottom: 469px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rTZiClPdyV .image-4 {
  position: absolute;
  left: auto;
  right: -31px;
  bottom: -52px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rTZiClPdyV .image-5 {
  position: absolute;
  left: 757px;
  top: -425px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rTZiClPdyV .image-6 {
  position: absolute;
  left: -75px;
  top: 60px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-rTZiClPdyV .image-5 {
    left: 557px;
  }
}
@media (max-width: 992px) {
  .cid-rTZiClPdyV .container {
    padding: 140px 15px;
  }
}
@media (max-width: 767px) {
  .cid-rTZiClPdyV .btn {
    font-size: 1.0625rem !important;
  }
  .cid-rTZiClPdyV .image-5 {
    left: 457px;
  }
}
@media (max-width: 576px) {
  .cid-rTZiClPdyV .image-5 {
    left: 257px;
    top: -525px;
  }
}
.cid-rTZiClPdyV .mbr-section-subtitle {
  color: #fc643f;
}
.cid-rTZiClPdyV .mbr-section-title,
.cid-rTZiClPdyV .buttons-block {
  color: #133996;
}
.cid-rTZC7CSkf0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rTZC7CSkf0 .item {
  max-width: 450px;
  margin: auto;
}
.cid-rTZC7CSkf0 .item .author-box {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-rTZC7CSkf0 .item .author-box .author {
  padding-left: 2rem;
  margin: auto 0;
  width: 100%;
}
.cid-rTZC7CSkf0 .item .author-box .img-box .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-rTZC7CSkf0 .mdpb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rTZC7CSkf0 .author-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cid-rTZC7CSkf0 H1 {
  color: #133996;
}
.cid-rTZC7CSkf0 H3 {
  color: #fc643f;
}
.cid-rTZC7CSkf0 .mbr-text,
.cid-rTZC7CSkf0 .mbr-section-btn {
  color: #133996;
}
.cid-rOc2usnBhZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rOc2usnBhZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rOc2usnBhZ .container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #bfebf3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .cid-rOc2usnBhZ .container {
    padding: 100px 20px;
  }
}
.cid-rOc2usnBhZ .mbr-section-title {
  color: #133996;
}
.cid-rOc2usnBhZ img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  border-radius: 8px;
}
.cid-rOc2usnBhZ .wrap {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rOc2usnBhZ .image-1 {
  position: absolute;
  left: -45px;
  bottom: 317px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-2 {
  position: absolute;
  left: -33px;
  top: 5px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-3 {
  position: absolute;
  left: 229px;
  bottom: -271px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-4 {
  position: absolute;
  left: auto;
  right: -11px;
  bottom: 308px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-5 {
  position: absolute;
  left: 7px;
  top: 175px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ .image-6 {
  position: absolute;
  left: 215px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-rOc2usnBhZ input,
.cid-rOc2usnBhZ textarea {
  padding: 14px 30px !important;
  border-radius: 10px;
}
.cid-rOc2usnBhZ .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem !important;
}
.cid-rOc2usnBhZ textarea {
  min-height: 160px;
}
.cid-rOc2usnBhZ .form-control,
.cid-rOc2usnBhZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-rOc2usnBhZ .form-control:hover,
.cid-rOc2usnBhZ .field-input:hover,
.cid-rOc2usnBhZ .form-control:focus,
.cid-rOc2usnBhZ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cid-rOc2usnBhZ input::-webkit-input-placeholder,
.cid-rOc2usnBhZ textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rOc2usnBhZ input:-moz-placeholder,
.cid-rOc2usnBhZ textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rOc2usnBhZ .jq-selectbox li,
.cid-rOc2usnBhZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOc2usnBhZ .jq-selectbox li:hover,
.cid-rOc2usnBhZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOc2usnBhZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rOc2usnBhZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rOc2usnBhZ h5 {
  padding-bottom: 2rem;
}
@media (max-width: 1199px) {
  .cid-rOc2usnBhZ .image-1 {
    bottom: 357px;
  }
  .cid-rOc2usnBhZ .image-4 {
    bottom: 368px;
  }
}
@media (max-width: 991px) {
  .cid-rOc2usnBhZ .image-1 {
    bottom: 277px;
  }
  .cid-rOc2usnBhZ .image-4 {
    bottom: 268px;
    right: 79px;
  }
  .cid-rOc2usnBhZ .text-wrap > * {
    text-align: center;
  }
  .cid-rOc2usnBhZ .dragArea h5 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rOc2usnBhZ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rOc2usnBhZ H5 {
  color: #fc643f;
}
.cid-rTTRQR5CF4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTTRQR5CF4 .wrap {
  display: none;
}
.cid-rTTRQR5CF4 .item {
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-rTTRQR5CF4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rTTRQR5CF4 .item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rTTRQR5CF4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rTTRQR5CF4 .wrap {
  position: relative;
  float: left;
  width: 0%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-rTTRQR5CF4 .image-1 {
  position: absolute;
  left: 348px;
  bottom: 57px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-rTTRQR5CF4 .image-2 {
  position: absolute;
  left: 127%;
  top: 45%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-rTTRQR5CF4 .image-3 {
  position: absolute;
  left: 249px;
  bottom: -91px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-rTTRQR5CF4 .image-4 {
  position: absolute;
  left: auto;
  right: -111px;
  bottom: 28px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-rTTRQR5CF4 .image-5 {
  position: absolute;
  left: 257px;
  top: 175px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-rTTRQR5CF4 .image-6 {
  position: absolute;
  left: 335px;
  top: 70px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-rTTRQR5CF4 p {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rTTRQR5CF4 .wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-rTTRQR5CF4 .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cid-rTTRQR5CF4 .col-title {
  color: #fc643f;
}
.cid-rTTRQR5CF4 .mbr-text {
  color: #133996;
}
