body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #e62e3c !important;
}
.bg-success {
  background-color: #e62e3c !important;
}
.bg-info {
  background-color: #179eda !important;
}
.bg-warning {
  background-color: #179eda !important;
}
.bg-danger {
  background-color: #179eda !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e62e3c !important;
  border-color: #e62e3c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b21521 !important;
  border-color: #b21521 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b21521 !important;
  border-color: #b21521 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #179eda !important;
  border-color: #179eda !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-info,
.btn-info:active {
  background-color: #179eda !important;
  border-color: #179eda !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e62e3c !important;
  border-color: #e62e3c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b21521 !important;
  border-color: #b21521 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b21521 !important;
  border-color: #b21521 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #179eda !important;
  border-color: #179eda !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #179eda !important;
  border-color: #179eda !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #106c95 !important;
  border-color: #106c95 !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: #9b131d;
  color: #9b131d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e62e3c;
  border-color: #e62e3c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e62e3c !important;
  border-color: #e62e3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0d5b7e;
  color: #0d5b7e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #179eda;
  border-color: #179eda;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #179eda !important;
  border-color: #179eda !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0d5b7e;
  color: #0d5b7e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #179eda;
  border-color: #179eda;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #179eda !important;
  border-color: #179eda !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9b131d;
  color: #9b131d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e62e3c;
  border-color: #e62e3c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e62e3c !important;
  border-color: #e62e3c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0d5b7e;
  color: #0d5b7e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #179eda;
  border-color: #179eda;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #179eda !important;
  border-color: #179eda !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0d5b7e;
  color: #0d5b7e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #179eda;
  border-color: #179eda;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #179eda !important;
  border-color: #179eda !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: #e62e3c !important;
}
.text-secondary {
  color: #179eda !important;
}
.text-success {
  color: #e62e3c !important;
}
.text-info {
  color: #179eda !important;
}
.text-warning {
  color: #179eda !important;
}
.text-danger {
  color: #179eda !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9b131d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d5b7e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9b131d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0d5b7e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0d5b7e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d5b7e !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: #179eda;
}
.alert-warning {
  background-color: #179eda;
}
.alert-danger {
  background-color: #179eda;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 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: #e62e3c;
  border-color: #e62e3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e62e3c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce4e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fce4e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c4e9f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4e9f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c4e9f9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #e62e3c;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #e62e3c !important;
  -webkit-box-shadow: 0 6px 16px 0 #e62e3c !important;
  background-color: #e62e3c !important;
  border-color: #e62e3c !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #179eda !important;
  -webkit-box-shadow: 0 6px 16px 0 #179eda !important;
  background-color: #179eda !important;
  border-color: #179eda !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 #e62e3c !important;
  -webkit-box-shadow: 0 6px 16px 0 #e62e3c !important;
  background-color: #e62e3c !important;
  border-color: #e62e3c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e62e3c;
  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: #e62e3c;
  border-bottom-color: #e62e3c;
}
.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: #e62e3c !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: #179eda !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='%23e62e3c' %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-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t65ntGHxib {
  padding-top: 165px;
  padding-bottom: 195px;
  background-color: #ffffff;
}
.cid-t65ntGHxib section {
  position: relative;
}
.cid-t65ntGHxib svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t65ntGHxib H1 {
  color: #232323;
}
.cid-t65ntGHxib .mbr-text,
.cid-t65ntGHxib .mbr-section-btn {
  color: #232323;
}
.cid-t65ntGHxib #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-t65ntGHxib img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-t65ntGHxib img {
    width: 100%;
  }
}
.cid-t65ntGHxib p {
  text-align: justify;
}
.cid-rDa2YrZRdj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rDa2YrZRdj H1 {
  color: #232323;
}
.cid-rDa2YrZRdj .mbr-text,
.cid-rDa2YrZRdj .mbr-section-btn {
  color: #716c80;
}
.cid-rDa2YrZRdj H3 {
  color: #716c80;
}
.cid-rDa3mKnVTV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ecf5f9;
}
.cid-rDa3mKnVTV h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rDa3mKnVTV .card-box {
  padding-top: 3rem;
}
.cid-rDa3mKnVTV .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rDa3mKnVTV .btn-md {
  padding: 1rem;
}
.cid-rDa3mKnVTV .btn-primary-outline,
.cid-rDa3mKnVTV .btn-secondary-outline,
.cid-rDa3mKnVTV .btn-info-outline,
.cid-rDa3mKnVTV .btn-success-outline,
.cid-rDa3mKnVTV .btn-warning-outline,
.cid-rDa3mKnVTV .btn-danger-outline,
.cid-rDa3mKnVTV .btn-black-outline,
.cid-rDa3mKnVTV .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rDa3mKnVTV .btn-primary-outline span,
.cid-rDa3mKnVTV .btn-secondary-outline span,
.cid-rDa3mKnVTV .btn-info-outline span,
.cid-rDa3mKnVTV .btn-success-outline span,
.cid-rDa3mKnVTV .btn-warning-outline span,
.cid-rDa3mKnVTV .btn-danger-outline span,
.cid-rDa3mKnVTV .btn-black-outline span,
.cid-rDa3mKnVTV .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
  color: #179eda !important;
}
.cid-rDa3mKnVTV .btn-primary-outline:hover span,
.cid-rDa3mKnVTV .btn-secondary-outline:hover span,
.cid-rDa3mKnVTV .btn-info-outline:hover span,
.cid-rDa3mKnVTV .btn-success-outline:hover span,
.cid-rDa3mKnVTV .btn-warning-outline:hover span,
.cid-rDa3mKnVTV .btn-danger-outline:hover span,
.cid-rDa3mKnVTV .btn-black-outline:hover span,
.cid-rDa3mKnVTV .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rDa3mKnVTV .btn-primary-outline:hover,
.cid-rDa3mKnVTV .btn-secondary-outline:hover,
.cid-rDa3mKnVTV .btn-info-outline:hover,
.cid-rDa3mKnVTV .btn-success-outline:hover,
.cid-rDa3mKnVTV .btn-warning-outline:hover,
.cid-rDa3mKnVTV .btn-danger-outline:hover,
.cid-rDa3mKnVTV .btn-black-outline:hover,
.cid-rDa3mKnVTV .btn-white-outline:hover {
  background-color: transparent!important;
  color: #179eda !important;
  box-shadow: none!important;
}
.cid-rDa3mKnVTV .btn-primary-outline:active,
.cid-rDa3mKnVTV .btn-secondary-outline:active,
.cid-rDa3mKnVTV .btn-info-outline:active,
.cid-rDa3mKnVTV .btn-success-outline:active,
.cid-rDa3mKnVTV .btn-warning-outline:active,
.cid-rDa3mKnVTV .btn-danger-outline:active,
.cid-rDa3mKnVTV .btn-black-outline:active,
.cid-rDa3mKnVTV .btn-white-outline:active,
.cid-rDa3mKnVTV .btn-primary-outline:focus,
.cid-rDa3mKnVTV .btn-secondary-outline:focus,
.cid-rDa3mKnVTV .btn-info-outline:focus,
.cid-rDa3mKnVTV .btn-success-outline:focus,
.cid-rDa3mKnVTV .btn-warning-outline:focus,
.cid-rDa3mKnVTV .btn-danger-outline:focus,
.cid-rDa3mKnVTV .btn-black-outline:focus,
.cid-rDa3mKnVTV .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
  color: #179eda !important;
}
.cid-rDa3mKnVTV .btn-primary-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-secondary-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-info-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-success-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-warning-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-danger-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-black-outline .mbr-iconfont,
.cid-rDa3mKnVTV .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rDa3mKnVTV .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #179eda !important;
  position: relative;
  background-color: #ffffff;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rDa3mKnVTV .card-wrapper:hover {
  transform: translateY(-1.5rem);
}
.cid-rDa3mKnVTV .link-wrap {
  position: relative;
  padding-top: 14px;
  color: #179eda !important;
}
.cid-rDa3mKnVTV .link-wrap:hover {
  color: #179eda !important;
}
.cid-rDa3mKnVTV .link-wrap:hover:hover .link-ico {
  color: #179eda !important;
}
.cid-rDa3mKnVTV .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rDa3mKnVTV img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rDa3mKnVTV .card-title {
  color: #232323;
  text-align: center;
}
.cid-rDa3mKnVTV .row {
  justify-content: center;
}
.cid-rDa3mKnVTV .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rDa3mKnVTV P {
  text-align: center;
}
.cid-rDa3mKnVTV .mbr-text,
.cid-rDa3mKnVTV .link {
  text-align: center;
  color: #716c80;
}
.cid-rDa3mKnVTV DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rDa3mKnVTV .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rDa3mKnVTV a {
  color: #179eda !important;
}
.cid-rDa3mKnVTV a:link {
  color: #179eda !important;
}
.cid-rDa3mKnVTV a:visited {
  color: #179eda !important;
}
.cid-rDa3mKnVTV a:hover {
  color: #179eda !important;
}
.cid-rDa3mKnVTV a:active {
  color: #179eda !important;
}
.cid-rDg9hWJle5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/cdl-accueil-prenez-soin-de-votre-sourire-1440x720.webp");
}
.cid-rDg9hWJle5 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rDg9hWJle5 .mbr-text,
.cid-rDg9hWJle5 .mbr-section-btn {
  color: #ffffff;
}
.cid-rDg9hWJle5 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rDg9hWJle5 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rDg9hWJle5 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rDg9hWJle5 h3,
.cid-rDg9hWJle5 h4 {
  margin: 0;
  padding: 0;
}
.cid-rDg9hWJle5 H3 {
  color: #ffffff;
}
.cid-rDg9hWJle5 H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rDg9hWJle5 .author-box {
    justify-content: center;
  }
}
.cid-rDg9hWJle5 p {
  text-align: justify !important;
}
.cid-t65r9KDFxo {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t65r9KDFxo H1 {
  color: #232323;
  text-align: left;
}
.cid-t65r9KDFxo .mbr-text,
.cid-t65r9KDFxo .mbr-section-btn {
  color: #716c80;
}
.cid-t65r9KDFxo H3 {
  color: #716c80;
}
.cid-t65r9KDFxo P {
  text-align: center;
}
.cid-t65oZmryyp {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ecf5f9;
  position: relative;
  overflow: hidden;
}
.cid-t65oZmryyp .container {
  max-width: 1400px;
}
.cid-t65oZmryyp svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-t65oZmryyp #e1_ellipse {
  fill: #ffffff !important;
}
.cid-t65oZmryyp .mbr-text {
  color: #716c80;
}
.cid-t65oZmryyp .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-t65oZmryyp .card-img .img1 {
  background-color: #e62e3c;
}
.cid-t65oZmryyp .card-img .img2 {
  background-color: #e62e3c;
}
.cid-t65oZmryyp .card-img .img3 {
  background-color: #e62e3c;
}
.cid-t65oZmryyp .card-img .img4 {
  background-color: #e62e3c;
}
.cid-t65oZmryyp .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-t65oZmryyp .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-t65oZmryyp .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #f2f6ff;
}
.cid-t65oZmryyp .card-title,
.cid-t65oZmryyp .card-img {
  color: #57468b;
}
.cid-t65oZmryyp img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-t65oZmryyp img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-t65oZmryyp .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-t65oZmryyp .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-t65oZmryyp .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-t65oZmryyp .card-img span {
    margin-right: 0rem;
  }
  .cid-t65oZmryyp svg {
    top: -9rem;
  }
}
.cid-t65oZmryyp .card-img {
  width: auto;
}
.cid-t65oZmryyp .card-title {
  color: #232323;
}
.cid-rDbbidf6qp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rDbbidf6qp H1 {
  color: #232323;
}
.cid-rDbbidf6qp .mbr-text,
.cid-rDbbidf6qp .mbr-section-btn {
  color: #716c80;
}
.cid-rDbbidf6qp H3 {
  color: #716c80;
}
.cid-rDbgyjakj9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rDbgyjakj9 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rDbgyjakj9 .card-box {
  padding-top: 3rem;
}
.cid-rDbgyjakj9 .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rDbgyjakj9 .btn-md {
  padding: 1rem;
}
.cid-rDbgyjakj9 .btn-primary-outline,
.cid-rDbgyjakj9 .btn-secondary-outline,
.cid-rDbgyjakj9 .btn-info-outline,
.cid-rDbgyjakj9 .btn-success-outline,
.cid-rDbgyjakj9 .btn-warning-outline,
.cid-rDbgyjakj9 .btn-danger-outline,
.cid-rDbgyjakj9 .btn-black-outline,
.cid-rDbgyjakj9 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rDbgyjakj9 .btn-primary-outline span,
.cid-rDbgyjakj9 .btn-secondary-outline span,
.cid-rDbgyjakj9 .btn-info-outline span,
.cid-rDbgyjakj9 .btn-success-outline span,
.cid-rDbgyjakj9 .btn-warning-outline span,
.cid-rDbgyjakj9 .btn-danger-outline span,
.cid-rDbgyjakj9 .btn-black-outline span,
.cid-rDbgyjakj9 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rDbgyjakj9 .btn-primary-outline:hover span,
.cid-rDbgyjakj9 .btn-secondary-outline:hover span,
.cid-rDbgyjakj9 .btn-info-outline:hover span,
.cid-rDbgyjakj9 .btn-success-outline:hover span,
.cid-rDbgyjakj9 .btn-warning-outline:hover span,
.cid-rDbgyjakj9 .btn-danger-outline:hover span,
.cid-rDbgyjakj9 .btn-black-outline:hover span,
.cid-rDbgyjakj9 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rDbgyjakj9 .btn-primary-outline:hover,
.cid-rDbgyjakj9 .btn-secondary-outline:hover,
.cid-rDbgyjakj9 .btn-info-outline:hover,
.cid-rDbgyjakj9 .btn-success-outline:hover,
.cid-rDbgyjakj9 .btn-warning-outline:hover,
.cid-rDbgyjakj9 .btn-danger-outline:hover,
.cid-rDbgyjakj9 .btn-black-outline:hover,
.cid-rDbgyjakj9 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #179eda !important;
  box-shadow: none!important;
}
.cid-rDbgyjakj9 .btn-primary-outline:active,
.cid-rDbgyjakj9 .btn-secondary-outline:active,
.cid-rDbgyjakj9 .btn-info-outline:active,
.cid-rDbgyjakj9 .btn-success-outline:active,
.cid-rDbgyjakj9 .btn-warning-outline:active,
.cid-rDbgyjakj9 .btn-danger-outline:active,
.cid-rDbgyjakj9 .btn-black-outline:active,
.cid-rDbgyjakj9 .btn-white-outline:active,
.cid-rDbgyjakj9 .btn-primary-outline:focus,
.cid-rDbgyjakj9 .btn-secondary-outline:focus,
.cid-rDbgyjakj9 .btn-info-outline:focus,
.cid-rDbgyjakj9 .btn-success-outline:focus,
.cid-rDbgyjakj9 .btn-warning-outline:focus,
.cid-rDbgyjakj9 .btn-danger-outline:focus,
.cid-rDbgyjakj9 .btn-black-outline:focus,
.cid-rDbgyjakj9 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rDbgyjakj9 .btn-primary-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-secondary-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-info-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-success-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-warning-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-danger-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-black-outline .mbr-iconfont,
.cid-rDbgyjakj9 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rDbgyjakj9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rDbgyjakj9 .card-wrapper:hover {
  transform: translateY(-1.5rem);
}
.cid-rDbgyjakj9 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rDbgyjakj9 .link-wrap:hover {
  color: #e62e3c !important;
}
.cid-rDbgyjakj9 .link-wrap:hover:hover .link-ico {
  color: #e62e3c !important;
}
.cid-rDbgyjakj9 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rDbgyjakj9 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rDbgyjakj9 .card-title {
  color: #232323;
  text-align: center;
}
.cid-rDbgyjakj9 .row {
  justify-content: center;
}
.cid-rDbgyjakj9 .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rDbgyjakj9 P {
  text-align: center;
}
.cid-rDbgyjakj9 .mbr-text,
.cid-rDbgyjakj9 .link {
  text-align: center;
  color: #716c80;
}
.cid-rDbgyjakj9 DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rDbgyjakj9 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rDbgyjakj9 p {
  text-align: justify !important;
}
.cid-rDbgyjakj9 a:link {
  color: #179eda !important;
}
.cid-rDbgyjakj9 a:visited {
  color: #179eda !important;
}
.cid-rDbgyjakj9 a:hover {
  color: #179eda !important;
}
.cid-rDbgyjakj9 a:active {
  color: #179eda !important;
}
.cid-rDbfZR6VQ5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rDbfZR6VQ5 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rDbfZR6VQ5 .card-box {
  padding-top: 3rem;
}
.cid-rDbfZR6VQ5 .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rDbfZR6VQ5 .btn-md {
  padding: 1rem;
}
.cid-rDbfZR6VQ5 .btn-primary-outline,
.cid-rDbfZR6VQ5 .btn-secondary-outline,
.cid-rDbfZR6VQ5 .btn-info-outline,
.cid-rDbfZR6VQ5 .btn-success-outline,
.cid-rDbfZR6VQ5 .btn-warning-outline,
.cid-rDbfZR6VQ5 .btn-danger-outline,
.cid-rDbfZR6VQ5 .btn-black-outline,
.cid-rDbfZR6VQ5 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rDbfZR6VQ5 .btn-primary-outline span,
.cid-rDbfZR6VQ5 .btn-secondary-outline span,
.cid-rDbfZR6VQ5 .btn-info-outline span,
.cid-rDbfZR6VQ5 .btn-success-outline span,
.cid-rDbfZR6VQ5 .btn-warning-outline span,
.cid-rDbfZR6VQ5 .btn-danger-outline span,
.cid-rDbfZR6VQ5 .btn-black-outline span,
.cid-rDbfZR6VQ5 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rDbfZR6VQ5 .btn-primary-outline:hover span,
.cid-rDbfZR6VQ5 .btn-secondary-outline:hover span,
.cid-rDbfZR6VQ5 .btn-info-outline:hover span,
.cid-rDbfZR6VQ5 .btn-success-outline:hover span,
.cid-rDbfZR6VQ5 .btn-warning-outline:hover span,
.cid-rDbfZR6VQ5 .btn-danger-outline:hover span,
.cid-rDbfZR6VQ5 .btn-black-outline:hover span,
.cid-rDbfZR6VQ5 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rDbfZR6VQ5 .btn-primary-outline:hover,
.cid-rDbfZR6VQ5 .btn-secondary-outline:hover,
.cid-rDbfZR6VQ5 .btn-info-outline:hover,
.cid-rDbfZR6VQ5 .btn-success-outline:hover,
.cid-rDbfZR6VQ5 .btn-warning-outline:hover,
.cid-rDbfZR6VQ5 .btn-danger-outline:hover,
.cid-rDbfZR6VQ5 .btn-black-outline:hover,
.cid-rDbfZR6VQ5 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #179eda !important;
  box-shadow: none!important;
}
.cid-rDbfZR6VQ5 .btn-primary-outline:active,
.cid-rDbfZR6VQ5 .btn-secondary-outline:active,
.cid-rDbfZR6VQ5 .btn-info-outline:active,
.cid-rDbfZR6VQ5 .btn-success-outline:active,
.cid-rDbfZR6VQ5 .btn-warning-outline:active,
.cid-rDbfZR6VQ5 .btn-danger-outline:active,
.cid-rDbfZR6VQ5 .btn-black-outline:active,
.cid-rDbfZR6VQ5 .btn-white-outline:active,
.cid-rDbfZR6VQ5 .btn-primary-outline:focus,
.cid-rDbfZR6VQ5 .btn-secondary-outline:focus,
.cid-rDbfZR6VQ5 .btn-info-outline:focus,
.cid-rDbfZR6VQ5 .btn-success-outline:focus,
.cid-rDbfZR6VQ5 .btn-warning-outline:focus,
.cid-rDbfZR6VQ5 .btn-danger-outline:focus,
.cid-rDbfZR6VQ5 .btn-black-outline:focus,
.cid-rDbfZR6VQ5 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rDbfZR6VQ5 .btn-primary-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-secondary-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-info-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-success-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-warning-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-danger-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-black-outline .mbr-iconfont,
.cid-rDbfZR6VQ5 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rDbfZR6VQ5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rDbfZR6VQ5 .card-wrapper:hover {
  transform: translateY(-1.5rem);
}
.cid-rDbfZR6VQ5 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rDbfZR6VQ5 .link-wrap:hover {
  color: #e62e3c !important;
}
.cid-rDbfZR6VQ5 .link-wrap:hover:hover .link-ico {
  color: #e62e3c !important;
}
.cid-rDbfZR6VQ5 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rDbfZR6VQ5 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rDbfZR6VQ5 .card-title {
  color: #232323;
  text-align: center;
}
.cid-rDbfZR6VQ5 .row {
  justify-content: center;
}
.cid-rDbfZR6VQ5 .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rDbfZR6VQ5 P {
  text-align: center;
}
.cid-rDbfZR6VQ5 .mbr-text,
.cid-rDbfZR6VQ5 .link {
  text-align: center;
  color: #716c80;
}
.cid-rDbfZR6VQ5 DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rDbfZR6VQ5 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rDbfZR6VQ5 p {
  text-align: justify !important;
}
.cid-rDbfZR6VQ5 a:link {
  color: #179eda !important;
}
.cid-rDbfZR6VQ5 a:visited {
  color: #179eda !important;
}
.cid-rDbfZR6VQ5 a:hover {
  color: #179eda !important;
}
.cid-rDbfZR6VQ5 a:active {
  color: #179eda !important;
}
.cid-rT0UkzBPlT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rT0UkzBPlT h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rT0UkzBPlT .card-box {
  padding-top: 3rem;
}
.cid-rT0UkzBPlT .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rT0UkzBPlT .btn-md {
  padding: 1rem;
}
.cid-rT0UkzBPlT .btn-primary-outline,
.cid-rT0UkzBPlT .btn-secondary-outline,
.cid-rT0UkzBPlT .btn-info-outline,
.cid-rT0UkzBPlT .btn-success-outline,
.cid-rT0UkzBPlT .btn-warning-outline,
.cid-rT0UkzBPlT .btn-danger-outline,
.cid-rT0UkzBPlT .btn-black-outline,
.cid-rT0UkzBPlT .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rT0UkzBPlT .btn-primary-outline span,
.cid-rT0UkzBPlT .btn-secondary-outline span,
.cid-rT0UkzBPlT .btn-info-outline span,
.cid-rT0UkzBPlT .btn-success-outline span,
.cid-rT0UkzBPlT .btn-warning-outline span,
.cid-rT0UkzBPlT .btn-danger-outline span,
.cid-rT0UkzBPlT .btn-black-outline span,
.cid-rT0UkzBPlT .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rT0UkzBPlT .btn-primary-outline:hover span,
.cid-rT0UkzBPlT .btn-secondary-outline:hover span,
.cid-rT0UkzBPlT .btn-info-outline:hover span,
.cid-rT0UkzBPlT .btn-success-outline:hover span,
.cid-rT0UkzBPlT .btn-warning-outline:hover span,
.cid-rT0UkzBPlT .btn-danger-outline:hover span,
.cid-rT0UkzBPlT .btn-black-outline:hover span,
.cid-rT0UkzBPlT .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rT0UkzBPlT .btn-primary-outline:hover,
.cid-rT0UkzBPlT .btn-secondary-outline:hover,
.cid-rT0UkzBPlT .btn-info-outline:hover,
.cid-rT0UkzBPlT .btn-success-outline:hover,
.cid-rT0UkzBPlT .btn-warning-outline:hover,
.cid-rT0UkzBPlT .btn-danger-outline:hover,
.cid-rT0UkzBPlT .btn-black-outline:hover,
.cid-rT0UkzBPlT .btn-white-outline:hover {
  background-color: transparent!important;
  color: #179eda !important;
  box-shadow: none!important;
}
.cid-rT0UkzBPlT .btn-primary-outline:active,
.cid-rT0UkzBPlT .btn-secondary-outline:active,
.cid-rT0UkzBPlT .btn-info-outline:active,
.cid-rT0UkzBPlT .btn-success-outline:active,
.cid-rT0UkzBPlT .btn-warning-outline:active,
.cid-rT0UkzBPlT .btn-danger-outline:active,
.cid-rT0UkzBPlT .btn-black-outline:active,
.cid-rT0UkzBPlT .btn-white-outline:active,
.cid-rT0UkzBPlT .btn-primary-outline:focus,
.cid-rT0UkzBPlT .btn-secondary-outline:focus,
.cid-rT0UkzBPlT .btn-info-outline:focus,
.cid-rT0UkzBPlT .btn-success-outline:focus,
.cid-rT0UkzBPlT .btn-warning-outline:focus,
.cid-rT0UkzBPlT .btn-danger-outline:focus,
.cid-rT0UkzBPlT .btn-black-outline:focus,
.cid-rT0UkzBPlT .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rT0UkzBPlT .btn-primary-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-secondary-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-info-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-success-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-warning-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-danger-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-black-outline .mbr-iconfont,
.cid-rT0UkzBPlT .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rT0UkzBPlT .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rT0UkzBPlT .card-wrapper:hover {
  transform: translateY(-1.5rem);
}
.cid-rT0UkzBPlT .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rT0UkzBPlT .link-wrap:hover {
  color: #e62e3c !important;
}
.cid-rT0UkzBPlT .link-wrap:hover:hover .link-ico {
  color: #e62e3c !important;
}
.cid-rT0UkzBPlT .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rT0UkzBPlT img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rT0UkzBPlT .card-title {
  color: #232323;
  text-align: center;
}
.cid-rT0UkzBPlT .row {
  justify-content: center;
}
.cid-rT0UkzBPlT .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rT0UkzBPlT P {
  text-align: center;
}
.cid-rT0UkzBPlT .mbr-text,
.cid-rT0UkzBPlT .link {
  text-align: center;
  color: #716c80;
}
.cid-rT0UkzBPlT DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rT0UkzBPlT .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rT0UkzBPlT p {
  text-align: justify !important;
}
.cid-rT0UkzBPlT a:link {
  color: #179eda !important;
}
.cid-rT0UkzBPlT a:visited {
  color: #179eda !important;
}
.cid-rT0UkzBPlT a:hover {
  color: #179eda !important;
}
.cid-rT0UkzBPlT a:active {
  color: #179eda !important;
}
.cid-rDbnHGDG7i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ecf5f9;
}
.cid-rDbnHGDG7i H1 {
  color: #232323;
}
.cid-rDbnHGDG7i .mbr-text,
.cid-rDbnHGDG7i .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rDbnHGDG7i img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rDbnHGDG7i img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rDbnHGDG7i H3 {
  color: #716c80;
}
.cid-rDbnHGDG7i p {
  text-align: justify;
}
.cid-tMCbCNYZ6z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-tMCbCNYZ6z H1 {
  color: #232323;
}
.cid-tMCbCNYZ6z .mbr-text,
.cid-tMCbCNYZ6z .mbr-section-btn {
  color: #716c80;
}
.cid-tMCbCNYZ6z H3 {
  color: #716c80;
}
#custom-html-cg {
  /* Type valid CSS here */
}
#custom-html-cg .content {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 80px 0;
  color: #777;
  text-align: center;
  background-color: white;
}
#custom-html-cg .doctena-rwm .dsg-badge {
  width: 311px !important;
}
.cid-rDbp1tYHms {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-rHTRRC5nmW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rHTRRC5nmW section {
  position: relative;
}
.cid-rHTRRC5nmW .container {
  max-width: 1400px;
}
.cid-rHTRRC5nmW .card-img2 span {
  padding-top: 6px;
}
.cid-rHTRRC5nmW .soc-item a {
  padding-top: 5px;
}
.cid-rHTRRC5nmW .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rHTRRC5nmW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rHTRRC5nmW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rHTRRC5nmW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rHTRRC5nmW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rHTRRC5nmW .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rHTRRC5nmW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rHTRRC5nmW .soc-item span {
  font-size: 1.4rem;
}
.cid-rHTRRC5nmW .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-rHTRRC5nmW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rHTRRC5nmW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rHTRRC5nmW .media-wrap {
  margin-bottom: 1rem;
}
.cid-rHTRRC5nmW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rHTRRC5nmW img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rHTRRC5nmW .item {
    justify-content: center;
  }
  .cid-rHTRRC5nmW .quote::after {
    left: 60px;
  }
}
.cid-rHTRRC5nmW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rHTRRC5nmW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHTRRC5nmW .text1 {
  color: #232323;
}
.cid-rHTRRC5nmW .item-title {
  color: #232323;
}
.cid-rHTRRC5nmW H5 {
  color: #232323;
}
.cid-rHTRRC5nmW .theme {
  color: #ffffff;
}
.cid-rHTRRC5nmW .copyright > p {
  color: #ff3366;
}
.cid-rHTRRC5nmW .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF4qB4Od47 {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rF4qB4Od47 section {
  position: relative;
}
.cid-rF4qB4Od47 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF4qB4Od47 H1 {
  color: #232323;
}
.cid-rF4qB4Od47 .mbr-text,
.cid-rF4qB4Od47 .mbr-section-btn {
  color: #716c80;
}
.cid-rF4qB4Od47 #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF4qB4Od47 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF4qB4Od47 img {
    width: 100%;
  }
}
.cid-rF4qB4Od47 p {
  text-align: justify;
}
.cid-tQkXHO0eEX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQkXHO0eEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXHO0eEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQkXHO0eEX .container {
  max-width: 1200px;
}
.cid-tQkXHO0eEX .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ecf5f9;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQkXHO0eEX .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQkXHO0eEX .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQkXHO0eEX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQkXHO0eEX .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQkXHO0eEX .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQkXHO0eEX .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQkXHO0eEX .label-text {
  color: #212132;
}
.cid-tQkXHO0eEX .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQkXHO0eEX .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQkXHO0eEX .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQkXHO0eEX .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQkXHO0eEX .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQkXHO0eEX .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQkXHO0eEX .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQkXHO0eEX .image-wrapper {
    padding: 20px;
  }
}
.cid-tQkXHO0eEX .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQkXHO0eEX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQkXHO0eEX .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQkXHO0eEX .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQkXHO0eEX .btn-container {
    padding: 0 6vw;
  }
  .cid-tQkXHO0eEX .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQkXHO0eEX .btn-container .btn {
    width: 100%;
  }
}
.cid-tQkXHO0eEX .card-title,
.cid-tQkXHO0eEX .mbr-section-btn {
  color: #000000;
}
.cid-tQkZTq0Z70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf5f9;
}
.cid-tQkZTq0Z70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZTq0Z70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQkZTq0Z70 .container {
  max-width: 1200px;
}
.cid-tQkZTq0Z70 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tQkZTq0Z70 .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQkZTq0Z70 .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQkZTq0Z70 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQkZTq0Z70 .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQkZTq0Z70 .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQkZTq0Z70 .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQkZTq0Z70 .label-text {
  color: #212132;
}
.cid-tQkZTq0Z70 .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQkZTq0Z70 .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQkZTq0Z70 .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQkZTq0Z70 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQkZTq0Z70 .img-container {
    left: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQkZTq0Z70 .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQkZTq0Z70 .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQkZTq0Z70 .image-wrapper {
    padding: 20px;
  }
}
.cid-tQkZTq0Z70 .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQkZTq0Z70 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQkZTq0Z70 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQkZTq0Z70 .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQkZTq0Z70 .btn-container {
    padding: 0 6vw;
  }
  .cid-tQkZTq0Z70 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQkZTq0Z70 .btn-container .btn {
    width: 100%;
  }
}
.cid-tQkZTq0Z70 .card-title,
.cid-tQkZTq0Z70 .mbr-section-btn {
  color: #000000;
}
.cid-tQvgxGltGB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQvgxGltGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvgxGltGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvgxGltGB .container {
  max-width: 1200px;
}
.cid-tQvgxGltGB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ecf5f9;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQvgxGltGB .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvgxGltGB .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvgxGltGB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvgxGltGB .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvgxGltGB .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvgxGltGB .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvgxGltGB .label-text {
  color: #212132;
}
.cid-tQvgxGltGB .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvgxGltGB .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvgxGltGB .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvgxGltGB .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvgxGltGB .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvgxGltGB .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvgxGltGB .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvgxGltGB .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvgxGltGB .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvgxGltGB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvgxGltGB .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvgxGltGB .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvgxGltGB .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvgxGltGB .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvgxGltGB .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvgxGltGB .card-title,
.cid-tQvgxGltGB .mbr-section-btn {
  color: #000000;
}
.cid-tQvgyAmmyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf5f9;
}
.cid-tQvgyAmmyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvgyAmmyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvgyAmmyG .container {
  max-width: 1200px;
}
.cid-tQvgyAmmyG .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tQvgyAmmyG .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvgyAmmyG .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvgyAmmyG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvgyAmmyG .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvgyAmmyG .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvgyAmmyG .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvgyAmmyG .label-text {
  color: #212132;
}
.cid-tQvgyAmmyG .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvgyAmmyG .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvgyAmmyG .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvgyAmmyG .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvgyAmmyG .img-container {
    left: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvgyAmmyG .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvgyAmmyG .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvgyAmmyG .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvgyAmmyG .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvgyAmmyG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvgyAmmyG .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQvgyAmmyG .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvgyAmmyG .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvgyAmmyG .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvgyAmmyG .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvgyAmmyG .card-title,
.cid-tQvgyAmmyG .mbr-section-btn {
  color: #000000;
}
.cid-rF4u3RDC0y {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF4u3RDC0y H1 {
  color: #232323;
  text-align: center;
}
.cid-rF4u3RDC0y .mbr-text,
.cid-rF4u3RDC0y .mbr-section-btn {
  color: #716c80;
}
.cid-rF4u3RDC0y H3 {
  color: #716c80;
}
.cid-rF4s0oetFx {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rF4s0oetFx .mbr-text {
  color: #716c80;
}
.cid-rF4s0oetFx .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rF4s0oetFx p {
  margin: 0;
  text-align: justify;
}
.cid-rF4s0oetFx .card-img .img1 {
  background-color: #179eda;
}
.cid-rF4s0oetFx .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rF4s0oetFx .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rF4s0oetFx .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rF4s0oetFx .card-title,
.cid-rF4s0oetFx .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rF4s0oetFx .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rF4s0oetFx .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rF4s0oetFx .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rF4s0oetFx .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rF4s0oetFx .card-img span {
    margin-right: 0rem;
  }
  .cid-rF4s0oetFx .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rF4s0oetFx .card-title {
  color: #232323;
}
.cid-s4eCnZRzae {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eCnZRzae H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eCnZRzae .mbr-text,
.cid-s4eCnZRzae .mbr-section-btn {
  color: #716c80;
}
.cid-s4eCnZRzae H3 {
  color: #716c80;
}
.cid-s4eyyYo5nQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4eyyYo5nQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4eyyYo5nQ H1 {
  color: #232323;
}
.cid-s4eyyYo5nQ .mbr-text,
.cid-s4eyyYo5nQ .mbr-section-btn {
  color: #716c80;
}
.cid-s4eyyYo5nQ H3 {
  color: #716c80;
}
.cid-s4eyyYo5nQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4eyyYo5nQ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4eyyYo5nQ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4eyyYo5nQ .link:hover {
  color: #e62e3c !important;
}
.cid-s4eyyYo5nQ .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4eyyYo5nQ DIV {
  color: #57468b;
}
.cid-s4eyyYo5nQ .mbr-text,
.cid-s4eyyYo5nQ .media-content {
  color: #716c80;
}
.cid-s4eyyYo5nQ p {
  text-align: justify;
}
.cid-s4eBn8WxKt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4eBn8WxKt H1 {
  color: #232323;
}
.cid-s4eBn8WxKt .mbr-text,
.cid-s4eBn8WxKt .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4eBn8WxKt img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4eBn8WxKt img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s4eBn8WxKt H3 {
  color: #716c80;
}
.cid-s4eBn8WxKt p {
  text-align: justify;
}
.cid-tQvoAOzSka {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecf5f9;
}
.cid-tQvoAOzSka .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  background: #ffffff;
  transition: all 0.3s;
  padding: 3rem;
  padding-top: 3rem;
}
.cid-tQvoAOzSka .mbr-section-title,
.cid-tQvoAOzSka .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tQvoAOzSka .card-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvoAOzSka .card-wrapper {
    padding: 1rem;
    padding-top: 1rem;
    border-radius: 2rem;
  }
}
.cid-tQvoAOzSka .card-title {
  color: #000000;
}
.cid-tQvoAOzSka .price {
  color: #36187d;
}
.cid-tQvoAOzSka .mbr-text {
  color: #716c80;
  text-align: left;
}
.cid-tQvoAOzSka .mbr-section-title {
  color: #000000;
}
.cid-tQvoAOzSka .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvoAOzSka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rF4rZjiSS7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JKv5eLkt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JKv5eLkt section {
  position: relative;
}
.cid-t3JKv5eLkt .container {
  max-width: 1400px;
}
.cid-t3JKv5eLkt .card-img2 span {
  padding-top: 6px;
}
.cid-t3JKv5eLkt .soc-item a {
  padding-top: 5px;
}
.cid-t3JKv5eLkt .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JKv5eLkt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JKv5eLkt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JKv5eLkt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JKv5eLkt .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JKv5eLkt .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JKv5eLkt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JKv5eLkt .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JKv5eLkt .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JKv5eLkt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JKv5eLkt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JKv5eLkt .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JKv5eLkt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JKv5eLkt img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JKv5eLkt .item {
    justify-content: center;
  }
  .cid-t3JKv5eLkt .quote::after {
    left: 60px;
  }
}
.cid-t3JKv5eLkt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JKv5eLkt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JKv5eLkt .text1 {
  color: #232323;
}
.cid-t3JKv5eLkt .item-title {
  color: #232323;
}
.cid-t3JKv5eLkt H5 {
  color: #232323;
}
.cid-t3JKv5eLkt .theme {
  color: #ffffff;
}
.cid-t3JKv5eLkt .copyright > p {
  color: #ff3366;
}
.cid-t3JKv5eLkt .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF4uK70qXg {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-rF4uK70qXg H1 {
  color: #232323;
}
.cid-rF4uK70qXg .mbr-text,
.cid-rF4uK70qXg .mbr-section-btn {
  color: #716c80;
}
.cid-rF4uK70qXg H3 {
  color: #716c80;
}
.cid-rF4wcFJA9g {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF4wcFJA9g H1 {
  color: #179eda;
  text-align: left;
}
.cid-rF4wcFJA9g .mbr-text,
.cid-rF4wcFJA9g .mbr-section-btn {
  color: #716c80;
}
.cid-rF4wcFJA9g H3 {
  color: #716c80;
}
.cid-rF4uO7XLcW {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rF4uO7XLcW .card-header {
  background: transparent;
}
.cid-rF4uO7XLcW .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rF4uO7XLcW .panel-group {
  border-top: 1px solid #f9f9f9;
}
.cid-rF4uO7XLcW .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rF4uO7XLcW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rF4uO7XLcW .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rF4uO7XLcW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rF4uO7XLcW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rF4uO7XLcW .card .panel-body {
  color: #767676;
}
.cid-rF4uO7XLcW h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f9f9f9;
  padding: 1.4rem 1.6rem;
}
.cid-rF4uO7XLcW H4 {
  color: #232323;
}
.cid-rF4uO7XLcW H2 {
  color: #57468b;
}
.cid-rF4uO7XLcW .panel-text {
  color: #465052;
}
.cid-rF4uO7XLcW p {
  text-align: justify;
}
.cid-rF4z2qgUq3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF4z2qgUq3 H1 {
  color: #179eda;
  text-align: left;
}
.cid-rF4z2qgUq3 .mbr-text,
.cid-rF4z2qgUq3 .mbr-section-btn {
  color: #716c80;
}
.cid-rF4z2qgUq3 H3 {
  color: #716c80;
}
.cid-rF4z37LPkP {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rF4z37LPkP .card-header {
  background: transparent;
}
.cid-rF4z37LPkP .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rF4z37LPkP .panel-group {
  border-top: 1px solid #f9f9f9;
}
.cid-rF4z37LPkP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rF4z37LPkP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rF4z37LPkP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rF4z37LPkP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rF4z37LPkP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rF4z37LPkP .card .panel-body {
  color: #767676;
}
.cid-rF4z37LPkP h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f9f9f9;
  padding: 1.4rem 1.6rem;
}
.cid-rF4z37LPkP H4 {
  color: #232323;
}
.cid-rF4z37LPkP H2 {
  color: #57468b;
}
.cid-rF4z37LPkP .panel-text {
  color: #465052;
}
.cid-rF4z37LPkP p {
  text-align: justify;
}
.cid-rF4BFoBGlm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF4BFoBGlm H1 {
  color: #179eda;
  text-align: left;
}
.cid-rF4BFoBGlm .mbr-text,
.cid-rF4BFoBGlm .mbr-section-btn {
  color: #716c80;
}
.cid-rF4BFoBGlm H3 {
  color: #716c80;
}
.cid-rF4BGonygX {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rF4BGonygX .card-header {
  background: transparent;
}
.cid-rF4BGonygX .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rF4BGonygX .panel-group {
  border-top: 1px solid #f9f9f9;
}
.cid-rF4BGonygX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rF4BGonygX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rF4BGonygX .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rF4BGonygX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rF4BGonygX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rF4BGonygX .card .panel-body {
  color: #767676;
}
.cid-rF4BGonygX h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f9f9f9;
  padding: 1.4rem 1.6rem;
}
.cid-rF4BGonygX H4 {
  color: #232323;
}
.cid-rF4BGonygX H2 {
  color: #57468b;
}
.cid-rF4BGonygX .panel-text {
  color: #465052;
}
.cid-rF4BGonygX p {
  text-align: justify;
}
.cid-rF4CWXpVi9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF4CWXpVi9 H1 {
  color: #179eda;
  text-align: left;
}
.cid-rF4CWXpVi9 .mbr-text,
.cid-rF4CWXpVi9 .mbr-section-btn {
  color: #716c80;
}
.cid-rF4CWXpVi9 H3 {
  color: #716c80;
}
.cid-rF4CXP1KHy {
  padding-top: 30px;
  padding-bottom: 135px;
  position: relative;
  background-color: #ffffff;
}
.cid-rF4CXP1KHy .card-header {
  background: transparent;
}
.cid-rF4CXP1KHy .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rF4CXP1KHy .panel-group {
  border-top: 1px solid #f9f9f9;
}
.cid-rF4CXP1KHy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rF4CXP1KHy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rF4CXP1KHy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rF4CXP1KHy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rF4CXP1KHy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rF4CXP1KHy .card .panel-body {
  color: #767676;
}
.cid-rF4CXP1KHy h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f9f9f9;
  padding: 1.4rem 1.6rem;
}
.cid-rF4CXP1KHy H4 {
  color: #232323;
}
.cid-rF4CXP1KHy H2 {
  color: #57468b;
}
.cid-rF4CXP1KHy .panel-text {
  color: #465052;
}
.cid-rF4CXP1KHy p {
  text-align: justify;
}
.cid-rF4EjiOsFf {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JNthAqqm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JNthAqqm section {
  position: relative;
}
.cid-t3JNthAqqm .container {
  max-width: 1400px;
}
.cid-t3JNthAqqm .card-img2 span {
  padding-top: 6px;
}
.cid-t3JNthAqqm .soc-item a {
  padding-top: 5px;
}
.cid-t3JNthAqqm .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JNthAqqm .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JNthAqqm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JNthAqqm .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JNthAqqm .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JNthAqqm .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JNthAqqm .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JNthAqqm .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JNthAqqm .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JNthAqqm .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JNthAqqm .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JNthAqqm .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JNthAqqm .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JNthAqqm img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JNthAqqm .item {
    justify-content: center;
  }
  .cid-t3JNthAqqm .quote::after {
    left: 60px;
  }
}
.cid-t3JNthAqqm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JNthAqqm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JNthAqqm .text1 {
  color: #232323;
}
.cid-t3JNthAqqm .item-title {
  color: #232323;
}
.cid-t3JNthAqqm H5 {
  color: #232323;
}
.cid-t3JNthAqqm .theme {
  color: #ffffff;
}
.cid-t3JNthAqqm .copyright > p {
  color: #ff3366;
}
.cid-t3JNthAqqm .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rFUE1nSTRc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rFUE1nSTRc .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-rFUE1nSTRc .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rFUE1nSTRc .btn:hover,
.cid-rFUE1nSTRc .btn:active {
  box-shadow: none!important;
}
.cid-rFUE1nSTRc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rFUE1nSTRc .mbr-section-subtitle {
  color: #716c80;
}
.cid-rFUE1nSTRc .img-col {
  padding: 0;
}
.cid-rFUE1nSTRc img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rFUE1nSTRc .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rFUE1nSTRc .box {
    padding: 1rem;
  }
}
.cid-rFUE1nSTRc .mbr-section-title {
  color: #232323;
}
.cid-t3JNFMoja4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JNFMoja4 section {
  position: relative;
}
.cid-t3JNFMoja4 .container {
  max-width: 1400px;
}
.cid-t3JNFMoja4 .card-img2 span {
  padding-top: 6px;
}
.cid-t3JNFMoja4 .soc-item a {
  padding-top: 5px;
}
.cid-t3JNFMoja4 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JNFMoja4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JNFMoja4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JNFMoja4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JNFMoja4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JNFMoja4 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JNFMoja4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JNFMoja4 .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JNFMoja4 .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JNFMoja4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JNFMoja4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JNFMoja4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JNFMoja4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JNFMoja4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JNFMoja4 .item {
    justify-content: center;
  }
  .cid-t3JNFMoja4 .quote::after {
    left: 60px;
  }
}
.cid-t3JNFMoja4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JNFMoja4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JNFMoja4 .text1 {
  color: #232323;
}
.cid-t3JNFMoja4 .item-title {
  color: #232323;
}
.cid-t3JNFMoja4 H5 {
  color: #232323;
}
.cid-t3JNFMoja4 .theme {
  color: #ffffff;
}
.cid-t3JNFMoja4 .copyright > p {
  color: #ff3366;
}
.cid-t3JNFMoja4 .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rFUGW1A9Ue {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rFUGW1A9Ue .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-rFUGW1A9Ue .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rFUGW1A9Ue .btn:hover,
.cid-rFUGW1A9Ue .btn:active {
  box-shadow: none!important;
}
.cid-rFUGW1A9Ue .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rFUGW1A9Ue .mbr-section-subtitle {
  color: #716c80;
}
.cid-rFUGW1A9Ue .img-col {
  padding: 0;
}
.cid-rFUGW1A9Ue img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rFUGW1A9Ue .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rFUGW1A9Ue .box {
    padding: 1rem;
  }
}
.cid-rFUGW1A9Ue .mbr-section-title {
  color: #232323;
}
.cid-t3JOr4aimY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JOr4aimY section {
  position: relative;
}
.cid-t3JOr4aimY .container {
  max-width: 1400px;
}
.cid-t3JOr4aimY .card-img2 span {
  padding-top: 6px;
}
.cid-t3JOr4aimY .soc-item a {
  padding-top: 5px;
}
.cid-t3JOr4aimY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JOr4aimY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JOr4aimY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JOr4aimY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JOr4aimY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JOr4aimY .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JOr4aimY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JOr4aimY .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JOr4aimY .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JOr4aimY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JOr4aimY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JOr4aimY .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JOr4aimY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JOr4aimY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JOr4aimY .item {
    justify-content: center;
  }
  .cid-t3JOr4aimY .quote::after {
    left: 60px;
  }
}
.cid-t3JOr4aimY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JOr4aimY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JOr4aimY .text1 {
  color: #232323;
}
.cid-t3JOr4aimY .item-title {
  color: #232323;
}
.cid-t3JOr4aimY H5 {
  color: #232323;
}
.cid-t3JOr4aimY .theme {
  color: #ffffff;
}
.cid-t3JOr4aimY .copyright > p {
  color: #ff3366;
}
.cid-t3JOr4aimY .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF8LUiQXIN {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rF8LUiQXIN section {
  position: relative;
}
.cid-rF8LUiQXIN svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF8LUiQXIN H1 {
  color: #232323;
}
.cid-rF8LUiQXIN .mbr-text,
.cid-rF8LUiQXIN .mbr-section-btn {
  color: #716c80;
}
.cid-rF8LUiQXIN #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF8LUiQXIN img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF8LUiQXIN img {
    width: 100%;
  }
}
.cid-rF8LUiQXIN p {
  text-align: justify;
}
.cid-s4eDR1VfCj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4eDR1VfCj .mbr-text {
  color: #716c80;
}
.cid-s4eDR1VfCj .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s4eDR1VfCj p {
  margin: 0;
  text-align: justify;
}
.cid-s4eDR1VfCj .card-img .img1 {
  background-color: #179eda;
}
.cid-s4eDR1VfCj .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s4eDR1VfCj .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s4eDR1VfCj .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s4eDR1VfCj .card-title,
.cid-s4eDR1VfCj .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s4eDR1VfCj .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s4eDR1VfCj .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s4eDR1VfCj .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s4eDR1VfCj .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s4eDR1VfCj .card-img span {
    margin-right: 0rem;
  }
  .cid-s4eDR1VfCj .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s4eDR1VfCj .card-title {
  color: #232323;
}
.cid-rF8LUkGkD8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JKDNeyTr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JKDNeyTr section {
  position: relative;
}
.cid-t3JKDNeyTr .container {
  max-width: 1400px;
}
.cid-t3JKDNeyTr .card-img2 span {
  padding-top: 6px;
}
.cid-t3JKDNeyTr .soc-item a {
  padding-top: 5px;
}
.cid-t3JKDNeyTr .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JKDNeyTr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JKDNeyTr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JKDNeyTr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JKDNeyTr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JKDNeyTr .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JKDNeyTr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JKDNeyTr .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JKDNeyTr .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JKDNeyTr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JKDNeyTr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JKDNeyTr .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JKDNeyTr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JKDNeyTr img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JKDNeyTr .item {
    justify-content: center;
  }
  .cid-t3JKDNeyTr .quote::after {
    left: 60px;
  }
}
.cid-t3JKDNeyTr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JKDNeyTr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JKDNeyTr .text1 {
  color: #232323;
}
.cid-t3JKDNeyTr .item-title {
  color: #232323;
}
.cid-t3JKDNeyTr H5 {
  color: #232323;
}
.cid-t3JKDNeyTr .theme {
  color: #ffffff;
}
.cid-t3JKDNeyTr .copyright > p {
  color: #ff3366;
}
.cid-t3JKDNeyTr .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF8OTnqkXe {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rF8OTnqkXe section {
  position: relative;
}
.cid-rF8OTnqkXe svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF8OTnqkXe H1 {
  color: #232323;
}
.cid-rF8OTnqkXe .mbr-text,
.cid-rF8OTnqkXe .mbr-section-btn {
  color: #716c80;
}
.cid-rF8OTnqkXe #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF8OTnqkXe img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF8OTnqkXe img {
    width: 100%;
  }
}
.cid-rF8OTnqkXe p {
  text-align: justify;
}
.cid-rF8OTooxpv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8OTooxpv H1 {
  color: #232323;
}
.cid-rF8OTooxpv .mbr-text,
.cid-rF8OTooxpv .mbr-section-btn {
  color: #716c80;
}
.cid-rF8OTooxpv H3 {
  color: #716c80;
}
.cid-rF8OToPI5y {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rF8OToPI5y .mbr-text {
  color: #716c80;
}
.cid-rF8OToPI5y .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rF8OToPI5y p {
  margin: 0;
  text-align: justify;
}
.cid-rF8OToPI5y .card-img .img1 {
  background-color: #179eda;
}
.cid-rF8OToPI5y .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rF8OToPI5y .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rF8OToPI5y .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 0.5rem !important;
}
.cid-rF8OToPI5y .card-title,
.cid-rF8OToPI5y .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rF8OToPI5y .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rF8OToPI5y .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rF8OToPI5y .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rF8OToPI5y .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rF8OToPI5y .card-img span {
    margin-right: 0rem;
  }
  .cid-rF8OToPI5y .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rF8OToPI5y .card-title {
  color: #232323;
}
.cid-rF8OTpK0tH {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JKMCla4P {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JKMCla4P section {
  position: relative;
}
.cid-t3JKMCla4P .container {
  max-width: 1400px;
}
.cid-t3JKMCla4P .card-img2 span {
  padding-top: 6px;
}
.cid-t3JKMCla4P .soc-item a {
  padding-top: 5px;
}
.cid-t3JKMCla4P .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JKMCla4P .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JKMCla4P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JKMCla4P .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JKMCla4P .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JKMCla4P .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JKMCla4P .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JKMCla4P .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JKMCla4P .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JKMCla4P .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JKMCla4P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JKMCla4P .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JKMCla4P .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JKMCla4P img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JKMCla4P .item {
    justify-content: center;
  }
  .cid-t3JKMCla4P .quote::after {
    left: 60px;
  }
}
.cid-t3JKMCla4P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JKMCla4P .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JKMCla4P .text1 {
  color: #232323;
}
.cid-t3JKMCla4P .item-title {
  color: #232323;
}
.cid-t3JKMCla4P H5 {
  color: #232323;
}
.cid-t3JKMCla4P .theme {
  color: #ffffff;
}
.cid-t3JKMCla4P .copyright > p {
  color: #ff3366;
}
.cid-t3JKMCla4P .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF8RpN6Mje {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rF8RpN6Mje section {
  position: relative;
}
.cid-rF8RpN6Mje svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF8RpN6Mje H1 {
  color: #232323;
}
.cid-rF8RpN6Mje .mbr-text,
.cid-rF8RpN6Mje .mbr-section-btn {
  color: #716c80;
}
.cid-rF8RpN6Mje #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF8RpN6Mje img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF8RpN6Mje img {
    width: 100%;
  }
}
.cid-rF8RpN6Mje p {
  text-align: justify;
}
.cid-s4eJga5qc0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eJga5qc0 H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eJga5qc0 .mbr-text,
.cid-s4eJga5qc0 .mbr-section-btn {
  color: #716c80;
}
.cid-s4eJga5qc0 H3 {
  color: #716c80;
}
.cid-s4eHH3LPwv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4eHH3LPwv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4eHH3LPwv H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eHH3LPwv .mbr-text,
.cid-s4eHH3LPwv .mbr-section-btn {
  color: #716c80;
}
.cid-s4eHH3LPwv H3 {
  color: #716c80;
}
.cid-s4eHH3LPwv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4eHH3LPwv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4eHH3LPwv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4eHH3LPwv .link:hover {
  color: #e62e3c !important;
}
.cid-s4eHH3LPwv .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4eHH3LPwv DIV {
  color: #57468b;
}
.cid-s4eHH3LPwv .mbr-text,
.cid-s4eHH3LPwv .media-content {
  color: #716c80;
}
.cid-s4eHH3LPwv p {
  text-align: justify;
}
.cid-s4eHBgWenw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eHBgWenw H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eHBgWenw .mbr-text,
.cid-s4eHBgWenw .mbr-section-btn {
  color: #716c80;
}
.cid-s4eHBgWenw H3 {
  color: #716c80;
}
.cid-s4eHBMRqbr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4eHBMRqbr .mbr-text {
  color: #716c80;
}
.cid-s4eHBMRqbr .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s4eHBMRqbr p {
  margin: 0;
  text-align: justify;
}
.cid-s4eHBMRqbr .card-img .img1 {
  background-color: #179eda;
}
.cid-s4eHBMRqbr .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s4eHBMRqbr .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s4eHBMRqbr .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s4eHBMRqbr .card-title,
.cid-s4eHBMRqbr .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s4eHBMRqbr .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s4eHBMRqbr .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s4eHBMRqbr .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s4eHBMRqbr .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s4eHBMRqbr .card-img span {
    margin-right: 0rem;
  }
  .cid-s4eHBMRqbr .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s4eHBMRqbr .card-title {
  color: #232323;
}
.cid-s4eHCh1x3m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4eHCh1x3m H1 {
  color: #232323;
}
.cid-s4eHCh1x3m .mbr-text,
.cid-s4eHCh1x3m .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4eHCh1x3m img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4eHCh1x3m img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s4eHCh1x3m H3 {
  color: #716c80;
}
.cid-s4eHCh1x3m p {
  text-align: justify;
}
.cid-rF8RpPj2lR {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JKVyVRBN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JKVyVRBN section {
  position: relative;
}
.cid-t3JKVyVRBN .container {
  max-width: 1400px;
}
.cid-t3JKVyVRBN .card-img2 span {
  padding-top: 6px;
}
.cid-t3JKVyVRBN .soc-item a {
  padding-top: 5px;
}
.cid-t3JKVyVRBN .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JKVyVRBN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JKVyVRBN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JKVyVRBN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JKVyVRBN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JKVyVRBN .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JKVyVRBN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JKVyVRBN .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JKVyVRBN .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JKVyVRBN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JKVyVRBN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JKVyVRBN .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JKVyVRBN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JKVyVRBN img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JKVyVRBN .item {
    justify-content: center;
  }
  .cid-t3JKVyVRBN .quote::after {
    left: 60px;
  }
}
.cid-t3JKVyVRBN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JKVyVRBN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JKVyVRBN .text1 {
  color: #232323;
}
.cid-t3JKVyVRBN .item-title {
  color: #232323;
}
.cid-t3JKVyVRBN H5 {
  color: #232323;
}
.cid-t3JKVyVRBN .theme {
  color: #ffffff;
}
.cid-t3JKVyVRBN .copyright > p {
  color: #ff3366;
}
.cid-t3JKVyVRBN .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF8SGVBZ3K {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rF8SGVBZ3K section {
  position: relative;
}
.cid-rF8SGVBZ3K svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF8SGVBZ3K H1 {
  color: #232323;
}
.cid-rF8SGVBZ3K .mbr-text,
.cid-rF8SGVBZ3K .mbr-section-btn {
  color: #716c80;
}
.cid-rF8SGVBZ3K #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF8SGVBZ3K img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF8SGVBZ3K img {
    width: 100%;
  }
}
.cid-rF8SGVBZ3K p {
  text-align: justify;
}
.cid-s4ePI1BlDz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ePI1BlDz H1 {
  color: #232323;
  text-align: center;
}
.cid-s4ePI1BlDz .mbr-text,
.cid-s4ePI1BlDz .mbr-section-btn {
  color: #716c80;
}
.cid-s4ePI1BlDz H3 {
  color: #716c80;
}
.cid-s4ePPHhU3e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4ePPHhU3e img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4ePPHhU3e H1 {
  color: #232323;
  text-align: center;
}
.cid-s4ePPHhU3e .mbr-text,
.cid-s4ePPHhU3e .mbr-section-btn {
  color: #716c80;
}
.cid-s4ePPHhU3e H3 {
  color: #716c80;
}
.cid-s4ePPHhU3e .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4ePPHhU3e .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4ePPHhU3e .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4ePPHhU3e .link:hover {
  color: #e62e3c !important;
}
.cid-s4ePPHhU3e .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4ePPHhU3e DIV {
  color: #57468b;
}
.cid-s4ePPHhU3e .mbr-text,
.cid-s4ePPHhU3e .media-content {
  color: #716c80;
}
.cid-s4ePPHhU3e p {
  text-align: justify;
}
.cid-s4ePQHndyh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ePQHndyh H1 {
  color: #232323;
  text-align: center;
}
.cid-s4ePQHndyh .mbr-text,
.cid-s4ePQHndyh .mbr-section-btn {
  color: #716c80;
}
.cid-s4ePQHndyh H3 {
  color: #716c80;
}
.cid-s4ePRhKG71 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4ePRhKG71 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4ePRhKG71 H1 {
  color: #232323;
  text-align: center;
}
.cid-s4ePRhKG71 .mbr-text,
.cid-s4ePRhKG71 .mbr-section-btn {
  color: #716c80;
}
.cid-s4ePRhKG71 H3 {
  color: #716c80;
}
.cid-s4ePRhKG71 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4ePRhKG71 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4ePRhKG71 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4ePRhKG71 .link:hover {
  color: #e62e3c !important;
}
.cid-s4ePRhKG71 .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4ePRhKG71 DIV {
  color: #57468b;
}
.cid-s4ePRhKG71 .mbr-text,
.cid-s4ePRhKG71 .media-content {
  color: #716c80;
}
.cid-s4ePRhKG71 p {
  text-align: justify;
}
.cid-s4ePVH4fr2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ePVH4fr2 H1 {
  color: #232323;
  text-align: center;
}
.cid-s4ePVH4fr2 .mbr-text,
.cid-s4ePVH4fr2 .mbr-section-btn {
  color: #716c80;
}
.cid-s4ePVH4fr2 H3 {
  color: #716c80;
}
.cid-s4ePWfiaHW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4ePWfiaHW .mbr-text {
  color: #716c80;
}
.cid-s4ePWfiaHW .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s4ePWfiaHW p {
  margin: 0;
  text-align: justify;
}
.cid-s4ePWfiaHW .card-img .img1 {
  background-color: #179eda;
}
.cid-s4ePWfiaHW .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s4ePWfiaHW .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s4ePWfiaHW .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s4ePWfiaHW .card-title,
.cid-s4ePWfiaHW .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s4ePWfiaHW .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s4ePWfiaHW .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s4ePWfiaHW .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s4ePWfiaHW .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s4ePWfiaHW .card-img span {
    margin-right: 0rem;
  }
  .cid-s4ePWfiaHW .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s4ePWfiaHW .card-title {
  color: #232323;
}
.cid-s4ePWHwpL0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4ePWHwpL0 H1 {
  color: #232323;
}
.cid-s4ePWHwpL0 .mbr-text,
.cid-s4ePWHwpL0 .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4ePWHwpL0 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4ePWHwpL0 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s4ePWHwpL0 H3 {
  color: #716c80;
}
.cid-s4ePWHwpL0 p {
  text-align: justify;
}
.cid-rF8SGXzJFq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JLb8Io10 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JLb8Io10 section {
  position: relative;
}
.cid-t3JLb8Io10 .container {
  max-width: 1400px;
}
.cid-t3JLb8Io10 .card-img2 span {
  padding-top: 6px;
}
.cid-t3JLb8Io10 .soc-item a {
  padding-top: 5px;
}
.cid-t3JLb8Io10 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JLb8Io10 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JLb8Io10 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JLb8Io10 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JLb8Io10 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JLb8Io10 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JLb8Io10 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JLb8Io10 .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JLb8Io10 .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JLb8Io10 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JLb8Io10 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JLb8Io10 .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JLb8Io10 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JLb8Io10 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JLb8Io10 .item {
    justify-content: center;
  }
  .cid-t3JLb8Io10 .quote::after {
    left: 60px;
  }
}
.cid-t3JLb8Io10 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JLb8Io10 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JLb8Io10 .text1 {
  color: #232323;
}
.cid-t3JLb8Io10 .item-title {
  color: #232323;
}
.cid-t3JLb8Io10 H5 {
  color: #232323;
}
.cid-t3JLb8Io10 .theme {
  color: #ffffff;
}
.cid-t3JLb8Io10 .copyright > p {
  color: #ff3366;
}
.cid-t3JLb8Io10 .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF8U53OKI5 {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rF8U53OKI5 section {
  position: relative;
}
.cid-rF8U53OKI5 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF8U53OKI5 H1 {
  color: #232323;
}
.cid-rF8U53OKI5 .mbr-text,
.cid-rF8U53OKI5 .mbr-section-btn {
  color: #716c80;
}
.cid-rF8U53OKI5 #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF8U53OKI5 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF8U53OKI5 img {
    width: 100%;
  }
}
.cid-rF8U53OKI5 p {
  text-align: justify;
}
.cid-s4eShmWJUn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eShmWJUn H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eShmWJUn .mbr-text,
.cid-s4eShmWJUn .mbr-section-btn {
  color: #716c80;
}
.cid-s4eShmWJUn H3 {
  color: #716c80;
}
.cid-s4eSi2Ckbt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4eSi2Ckbt img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4eSi2Ckbt H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eSi2Ckbt .mbr-text,
.cid-s4eSi2Ckbt .mbr-section-btn {
  color: #716c80;
}
.cid-s4eSi2Ckbt H3 {
  color: #716c80;
}
.cid-s4eSi2Ckbt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4eSi2Ckbt .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4eSi2Ckbt .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4eSi2Ckbt .link:hover {
  color: #e62e3c !important;
}
.cid-s4eSi2Ckbt .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4eSi2Ckbt DIV {
  color: #57468b;
}
.cid-s4eSi2Ckbt .mbr-text,
.cid-s4eSi2Ckbt .media-content {
  color: #716c80;
}
.cid-s4eSi2Ckbt p {
  text-align: justify;
}
.cid-s4eSjgo78s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eSjgo78s H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eSjgo78s .mbr-text,
.cid-s4eSjgo78s .mbr-section-btn {
  color: #716c80;
}
.cid-s4eSjgo78s H3 {
  color: #716c80;
}
.cid-s4eSjSl5xn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4eSjSl5xn .mbr-text {
  color: #716c80;
}
.cid-s4eSjSl5xn .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s4eSjSl5xn p {
  margin: 0;
  text-align: justify;
}
.cid-s4eSjSl5xn .card-img .img1 {
  background-color: #179eda;
}
.cid-s4eSjSl5xn .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s4eSjSl5xn .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s4eSjSl5xn .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s4eSjSl5xn .card-title,
.cid-s4eSjSl5xn .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s4eSjSl5xn .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s4eSjSl5xn .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s4eSjSl5xn .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s4eSjSl5xn .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s4eSjSl5xn .card-img span {
    margin-right: 0rem;
  }
  .cid-s4eSjSl5xn .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s4eSjSl5xn .card-title {
  color: #232323;
}
.cid-s4eSkNwB4B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4eSkNwB4B H1 {
  color: #232323;
}
.cid-s4eSkNwB4B .mbr-text,
.cid-s4eSkNwB4B .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4eSkNwB4B img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4eSkNwB4B img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s4eSkNwB4B H3 {
  color: #716c80;
}
.cid-s4eSkNwB4B p {
  text-align: justify;
}
.cid-rF8U56JoEN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JLk4UCNM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JLk4UCNM section {
  position: relative;
}
.cid-t3JLk4UCNM .container {
  max-width: 1400px;
}
.cid-t3JLk4UCNM .card-img2 span {
  padding-top: 6px;
}
.cid-t3JLk4UCNM .soc-item a {
  padding-top: 5px;
}
.cid-t3JLk4UCNM .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JLk4UCNM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JLk4UCNM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JLk4UCNM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JLk4UCNM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JLk4UCNM .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JLk4UCNM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JLk4UCNM .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JLk4UCNM .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JLk4UCNM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JLk4UCNM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JLk4UCNM .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JLk4UCNM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JLk4UCNM img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JLk4UCNM .item {
    justify-content: center;
  }
  .cid-t3JLk4UCNM .quote::after {
    left: 60px;
  }
}
.cid-t3JLk4UCNM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JLk4UCNM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JLk4UCNM .text1 {
  color: #232323;
}
.cid-t3JLk4UCNM .item-title {
  color: #232323;
}
.cid-t3JLk4UCNM H5 {
  color: #232323;
}
.cid-t3JLk4UCNM .theme {
  color: #ffffff;
}
.cid-t3JLk4UCNM .copyright > p {
  color: #ff3366;
}
.cid-t3JLk4UCNM .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF40yU515A {
  padding-top: 210px;
  padding-bottom: 195px;
  background-color: #ffffff;
}
.cid-rF40yU515A section {
  position: relative;
}
.cid-rF40yU515A svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF40yU515A H1 {
  color: #232323;
}
.cid-rF40yU515A .mbr-text,
.cid-rF40yU515A .mbr-section-btn {
  color: #716c80;
}
.cid-rF40yU515A #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF40yU515A img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF40yU515A img {
    width: 100%;
  }
}
.cid-rF40yU515A p {
  text-align: justify;
}
.cid-rF40yUCrfR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF40yUCrfR H1 {
  color: #232323;
}
.cid-rF40yUCrfR .mbr-text,
.cid-rF40yUCrfR .mbr-section-btn {
  color: #716c80;
}
.cid-rF40yUCrfR H3 {
  color: #716c80;
}
.cid-rF40yV5FiS {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rF40yV5FiS .mbr-text {
  color: #716c80;
}
.cid-rF40yV5FiS .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rF40yV5FiS p {
  margin: 0;
}
.cid-rF40yV5FiS .card-img .img1 {
  background-color: #179eda;
}
.cid-rF40yV5FiS .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rF40yV5FiS .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rF40yV5FiS .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rF40yV5FiS .card-title,
.cid-rF40yV5FiS .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rF40yV5FiS .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rF40yV5FiS .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rF40yV5FiS .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rF40yV5FiS .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rF40yV5FiS .card-img span {
    margin-right: 0rem;
  }
  .cid-rF40yV5FiS .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rF40yV5FiS .card-title {
  color: #232323;
}
.cid-rF40yWcYPo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rF40yWcYPo H1 {
  color: #232323;
}
.cid-rF40yWcYPo .mbr-text,
.cid-rF40yWcYPo .mbr-section-btn {
  color: #716c80;
}
.cid-rF40yWcYPo H3 {
  color: #716c80;
}
.cid-rIychl90jQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rIychl90jQ .mbr-section-subtitle {
  color: #716c80;
}
.cid-rIychl90jQ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rIychl90jQ .mbr-text {
  color: #767676;
}
.cid-rIychl90jQ .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rIychl90jQ .mbr-author-name {
  color: #232323;
}
.cid-rIychl90jQ .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rIychl90jQ .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-rIychl90jQ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rIychl90jQ .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rIychl90jQ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rIychl90jQ .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rIychl90jQ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rIychl90jQ .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rIychl90jQ .icon1 {
  color: #ff8a73;
}
.cid-rIychl90jQ .icon2 {
  color: #57468b;
}
.cid-rIychl90jQ .icon3 {
  color: #5580ff;
}
.cid-rIychl90jQ .social-list a:focus {
  text-decoration: none;
}
.cid-rIychl90jQ H2 {
  color: #57468b;
}
.cid-rF40yXqcnV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-rF40yXqcnV .mbr-section-subtitle {
  color: #716c80;
}
.cid-rF40yXqcnV .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rF40yXqcnV .mbr-text {
  color: #767676;
}
.cid-rF40yXqcnV .mbr-author-desc {
  display: block;
  color: #716c80;
  text-align: center;
}
.cid-rF40yXqcnV .mbr-author-name {
  color: #232323;
}
.cid-rF40yXqcnV .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rF40yXqcnV .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-rF40yXqcnV .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rF40yXqcnV .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rF40yXqcnV .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rF40yXqcnV .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rF40yXqcnV .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rF40yXqcnV .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rF40yXqcnV .icon1 {
  color: #ff8a73;
}
.cid-rF40yXqcnV .icon2 {
  color: #57468b;
}
.cid-rF40yXqcnV .icon3 {
  color: #5580ff;
}
.cid-rF40yXqcnV .social-list a:focus {
  text-decoration: none;
}
.cid-rF40yXqcnV H2 {
  color: #57468b;
}
.cid-snjqDKZVjE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-snjqDKZVjE .mbr-section-subtitle {
  color: #716c80;
}
.cid-snjqDKZVjE .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snjqDKZVjE .mbr-text {
  color: #767676;
}
.cid-snjqDKZVjE .mbr-author-desc {
  display: block;
  color: #716c80;
  text-align: center;
}
.cid-snjqDKZVjE .mbr-author-name {
  color: #232323;
}
.cid-snjqDKZVjE .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-snjqDKZVjE .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-snjqDKZVjE .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-snjqDKZVjE .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-snjqDKZVjE .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-snjqDKZVjE .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-snjqDKZVjE .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-snjqDKZVjE .mbr-iconfont-social {
  font-size: 18px;
}
.cid-snjqDKZVjE .icon1 {
  color: #ff8a73;
}
.cid-snjqDKZVjE .icon2 {
  color: #57468b;
}
.cid-snjqDKZVjE .icon3 {
  color: #5580ff;
}
.cid-snjqDKZVjE .social-list a:focus {
  text-decoration: none;
}
.cid-snjqDKZVjE H2 {
  color: #57468b;
}
.cid-tMCh2zTNaE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ecf5f9;
}
.cid-tMCh2zTNaE H1 {
  color: #232323;
}
.cid-tMCh2zTNaE .mbr-text,
.cid-tMCh2zTNaE .mbr-section-btn {
  color: #716c80;
}
.cid-tMCh2zTNaE H3 {
  color: #716c80;
}
#custom-html-cj div {
  padding: 20px;
  background-color: white;
}
.cid-rF40yY9hgt {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-rF40yYCDh0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cdl-nos-centres-strassen-nous-trouver.webp");
}
.cid-rF40yYCDh0 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rF40yYCDh0 .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-rF40yYCDh0 .text-block {
    padding-right: 0;
  }
}
.cid-rF40yYCDh0 .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rF40yYCDh0 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rF40yYCDh0 .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rF40yYCDh0 .google-map .place-card {
  margin-left: 40px !important;
}
.cid-t3JLWQuTg5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JLWQuTg5 section {
  position: relative;
}
.cid-t3JLWQuTg5 .container {
  max-width: 1400px;
}
.cid-t3JLWQuTg5 .card-img2 span {
  padding-top: 6px;
}
.cid-t3JLWQuTg5 .soc-item a {
  padding-top: 5px;
}
.cid-t3JLWQuTg5 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JLWQuTg5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JLWQuTg5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JLWQuTg5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JLWQuTg5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JLWQuTg5 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JLWQuTg5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JLWQuTg5 .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JLWQuTg5 .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JLWQuTg5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JLWQuTg5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JLWQuTg5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JLWQuTg5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JLWQuTg5 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JLWQuTg5 .item {
    justify-content: center;
  }
  .cid-t3JLWQuTg5 .quote::after {
    left: 60px;
  }
}
.cid-t3JLWQuTg5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JLWQuTg5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JLWQuTg5 .text1 {
  color: #232323;
}
.cid-t3JLWQuTg5 .item-title {
  color: #232323;
}
.cid-t3JLWQuTg5 H5 {
  color: #232323;
}
.cid-t3JLWQuTg5 .theme {
  color: #ffffff;
}
.cid-t3JLWQuTg5 .copyright > p {
  color: #ff3366;
}
.cid-t3JLWQuTg5 .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF2VWSdh4B {
  padding-top: 210px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
.cid-rF2VWSdh4B section {
  position: relative;
}
.cid-rF2VWSdh4B svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rF2VWSdh4B H1 {
  color: #232323;
}
.cid-rF2VWSdh4B .mbr-text,
.cid-rF2VWSdh4B .mbr-section-btn {
  color: #716c80;
}
.cid-rF2VWSdh4B #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rF2VWSdh4B img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rF2VWSdh4B img {
    width: 100%;
  }
}
.cid-rF2VWSdh4B p {
  text-align: justify;
}
.cid-rF37ojW813 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF37ojW813 H1 {
  color: #232323;
}
.cid-rF37ojW813 .mbr-text,
.cid-rF37ojW813 .mbr-section-btn {
  color: #716c80;
}
.cid-rF37ojW813 H3 {
  color: #716c80;
}
.cid-rF2WAkxSKF {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rF2WAkxSKF .mbr-text {
  color: #716c80;
}
.cid-rF2WAkxSKF .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rF2WAkxSKF p {
  margin: 0;
}
.cid-rF2WAkxSKF .card-img .img1 {
  background-color: #179eda;
}
.cid-rF2WAkxSKF .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rF2WAkxSKF .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rF2WAkxSKF .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rF2WAkxSKF .card-title,
.cid-rF2WAkxSKF .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rF2WAkxSKF .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rF2WAkxSKF .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rF2WAkxSKF .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rF2WAkxSKF .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rF2WAkxSKF .card-img span {
    margin-right: 0rem;
  }
  .cid-rF2WAkxSKF .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rF2WAkxSKF .card-title {
  color: #232323;
}
.cid-rF32uj0dkC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ecf5f9;
}
.cid-rF32uj0dkC H1 {
  color: #232323;
}
.cid-rF32uj0dkC .mbr-text,
.cid-rF32uj0dkC .mbr-section-btn {
  color: #716c80;
}
.cid-rF32uj0dkC H3 {
  color: #716c80;
}
.cid-rHTQNvaVfc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-rHTQNvaVfc .mbr-section-subtitle {
  color: #716c80;
}
.cid-rHTQNvaVfc .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHTQNvaVfc .mbr-text {
  color: #767676;
}
.cid-rHTQNvaVfc .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rHTQNvaVfc .mbr-author-name {
  color: #232323;
}
.cid-rHTQNvaVfc .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rHTQNvaVfc .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-rHTQNvaVfc .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rHTQNvaVfc .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rHTQNvaVfc .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rHTQNvaVfc .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rHTQNvaVfc .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rHTQNvaVfc .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rHTQNvaVfc .icon1 {
  color: #ff8a73;
}
.cid-rHTQNvaVfc .icon2 {
  color: #57468b;
}
.cid-rHTQNvaVfc .icon3 {
  color: #5580ff;
}
.cid-rHTQNvaVfc .social-list a:focus {
  text-decoration: none;
}
.cid-rHTQNvaVfc H2 {
  color: #57468b;
}
.cid-rF33rmbfdJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-rF33rmbfdJ .mbr-section-subtitle {
  color: #716c80;
}
.cid-rF33rmbfdJ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rF33rmbfdJ .mbr-text {
  color: #767676;
}
.cid-rF33rmbfdJ .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rF33rmbfdJ .mbr-author-name {
  color: #232323;
}
.cid-rF33rmbfdJ .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rF33rmbfdJ .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-rF33rmbfdJ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rF33rmbfdJ .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rF33rmbfdJ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rF33rmbfdJ .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rF33rmbfdJ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rF33rmbfdJ .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rF33rmbfdJ .icon1 {
  color: #ff8a73;
}
.cid-rF33rmbfdJ .icon2 {
  color: #57468b;
}
.cid-rF33rmbfdJ .icon3 {
  color: #5580ff;
}
.cid-rF33rmbfdJ .social-list a:focus {
  text-decoration: none;
}
.cid-rF33rmbfdJ H2 {
  color: #57468b;
}
.cid-rHTJTxm7Ig {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-rHTJTxm7Ig .mbr-section-subtitle {
  color: #716c80;
}
.cid-rHTJTxm7Ig .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHTJTxm7Ig .mbr-text {
  color: #767676;
}
.cid-rHTJTxm7Ig .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rHTJTxm7Ig .mbr-author-name {
  color: #232323;
}
.cid-rHTJTxm7Ig .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rHTJTxm7Ig .mbr-testimonial .panel-item:hover {
  transform: translateY(-1.5rem);
}
.cid-rHTJTxm7Ig .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rHTJTxm7Ig .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rHTJTxm7Ig .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rHTJTxm7Ig .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rHTJTxm7Ig .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rHTJTxm7Ig .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rHTJTxm7Ig .icon1 {
  color: #ff8a73;
}
.cid-rHTJTxm7Ig .icon2 {
  color: #57468b;
}
.cid-rHTJTxm7Ig .icon3 {
  color: #5580ff;
}
.cid-rHTJTxm7Ig .social-list a:focus {
  text-decoration: none;
}
.cid-rHTJTxm7Ig H2 {
  color: #57468b;
}
.cid-tMCgpaFle4 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ecf5f9;
}
.cid-tMCgpaFle4 H1 {
  color: #232323;
}
.cid-tMCgpaFle4 .mbr-text,
.cid-tMCgpaFle4 .mbr-section-btn {
  color: #716c80;
}
.cid-tMCgpaFle4 H3 {
  color: #716c80;
}
#custom-html-ci {
  /* Type valid CSS here */
}
#custom-html-ci div {
  padding: 20px;
  background-color: white;
}
.cid-rF3H4BN2RL {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-rF2XAhVcJ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cdl-nos-centres-strassen-nous-trouver.webp");
}
.cid-rF2XAhVcJ8 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rF2XAhVcJ8 .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-rF2XAhVcJ8 .text-block {
    padding-right: 0;
  }
}
.cid-rF2XAhVcJ8 .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rF2XAhVcJ8 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rF2XAhVcJ8 .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rF2XAhVcJ8 .google-map .place-card {
  margin-left: 40px !important;
}
.cid-t3JLHPXj7O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JLHPXj7O section {
  position: relative;
}
.cid-t3JLHPXj7O .container {
  max-width: 1400px;
}
.cid-t3JLHPXj7O .card-img2 span {
  padding-top: 6px;
}
.cid-t3JLHPXj7O .soc-item a {
  padding-top: 5px;
}
.cid-t3JLHPXj7O .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JLHPXj7O .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JLHPXj7O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JLHPXj7O .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JLHPXj7O .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JLHPXj7O .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JLHPXj7O .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JLHPXj7O .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JLHPXj7O .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JLHPXj7O .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JLHPXj7O .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JLHPXj7O .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JLHPXj7O .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JLHPXj7O img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JLHPXj7O .item {
    justify-content: center;
  }
  .cid-t3JLHPXj7O .quote::after {
    left: 60px;
  }
}
.cid-t3JLHPXj7O .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JLHPXj7O .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JLHPXj7O .text1 {
  color: #232323;
}
.cid-t3JLHPXj7O .item-title {
  color: #232323;
}
.cid-t3JLHPXj7O H5 {
  color: #232323;
}
.cid-t3JLHPXj7O .theme {
  color: #ffffff;
}
.cid-t3JLHPXj7O .copyright > p {
  color: #ff3366;
}
.cid-t3JLHPXj7O .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rF9wYszBGB {
  padding-top: 210px;
  padding-bottom: 45px;
  background-color: #ecf5f9;
}
.cid-rF9wYszBGB H1 {
  color: #232323;
}
.cid-rF9wYszBGB .mbr-text,
.cid-rF9wYszBGB .mbr-section-btn {
  color: #716c80;
}
.cid-rF9wYszBGB H3 {
  color: #716c80;
}
.cid-rF48zU0CxV {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rF48zU0CxV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rF48zU0CxV .form-control,
.cid-rF48zU0CxV .field-input {
  padding: 0.5rem;
  background-color: #efefef;
  border-color: #ffffff;
  color: #717171;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rF48zU0CxV .form-control input::-webkit-input-placeholder,
.cid-rF48zU0CxV .field-input input::-webkit-input-placeholder,
.cid-rF48zU0CxV .form-control textarea::-webkit-input-placeholder,
.cid-rF48zU0CxV .field-input textarea::-webkit-input-placeholder {
  color: #717171;
}
.cid-rF48zU0CxV .form-control input:-moz-placeholder,
.cid-rF48zU0CxV .field-input input:-moz-placeholder,
.cid-rF48zU0CxV .form-control textarea:-moz-placeholder,
.cid-rF48zU0CxV .field-input textarea:-moz-placeholder {
  color: #717171;
}
.cid-rF48zU0CxV .form-control:hover,
.cid-rF48zU0CxV .field-input:hover,
.cid-rF48zU0CxV .form-control:focus,
.cid-rF48zU0CxV .field-input:focus {
  background-color: #c1c1c1;
  border-color: #efefef;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rF48zU0CxV .form-control:hover input::-webkit-input-placeholder,
.cid-rF48zU0CxV .field-input:hover input::-webkit-input-placeholder,
.cid-rF48zU0CxV .form-control:focus input::-webkit-input-placeholder,
.cid-rF48zU0CxV .field-input:focus input::-webkit-input-placeholder,
.cid-rF48zU0CxV .form-control:hover textarea::-webkit-input-placeholder,
.cid-rF48zU0CxV .field-input:hover textarea::-webkit-input-placeholder,
.cid-rF48zU0CxV .form-control:focus textarea::-webkit-input-placeholder,
.cid-rF48zU0CxV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rF48zU0CxV .form-control:hover input:-moz-placeholder,
.cid-rF48zU0CxV .field-input:hover input:-moz-placeholder,
.cid-rF48zU0CxV .form-control:focus input:-moz-placeholder,
.cid-rF48zU0CxV .field-input:focus input:-moz-placeholder,
.cid-rF48zU0CxV .form-control:hover textarea:-moz-placeholder,
.cid-rF48zU0CxV .field-input:hover textarea:-moz-placeholder,
.cid-rF48zU0CxV .form-control:focus textarea:-moz-placeholder,
.cid-rF48zU0CxV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rF48zU0CxV .jq-number__spin:hover,
.cid-rF48zU0CxV .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #efefef;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rF48zU0CxV .jq-number__spin {
  background-color: #efefef;
  border-color: #ffffff;
  color: #717171;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rF48zU0CxV .jq-selectbox li,
.cid-rF48zU0CxV .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-rF48zU0CxV .jq-selectbox li:hover,
.cid-rF48zU0CxV .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-rF48zU0CxV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rF48zU0CxV .jq-number__spin.minus:hover:after,
.cid-rF48zU0CxV .jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rF48zU0CxV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rF48zU0CxV .jq-number__spin.minus:after,
.cid-rF48zU0CxV .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-rF48zU0CxV input::-webkit-clear-button {
  display: none;
}
.cid-rF48zU0CxV input::-webkit-inner-spin-button {
  display: none;
}
.cid-rF48zU0CxV input::-webkit-outer-spin-button {
  display: none;
}
.cid-rF48zU0CxV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t3JNzAKpsv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JNzAKpsv section {
  position: relative;
}
.cid-t3JNzAKpsv .container {
  max-width: 1400px;
}
.cid-t3JNzAKpsv .card-img2 span {
  padding-top: 6px;
}
.cid-t3JNzAKpsv .soc-item a {
  padding-top: 5px;
}
.cid-t3JNzAKpsv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JNzAKpsv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JNzAKpsv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JNzAKpsv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JNzAKpsv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JNzAKpsv .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JNzAKpsv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JNzAKpsv .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JNzAKpsv .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JNzAKpsv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JNzAKpsv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JNzAKpsv .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JNzAKpsv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JNzAKpsv img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JNzAKpsv .item {
    justify-content: center;
  }
  .cid-t3JNzAKpsv .quote::after {
    left: 60px;
  }
}
.cid-t3JNzAKpsv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JNzAKpsv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JNzAKpsv .text1 {
  color: #232323;
}
.cid-t3JNzAKpsv .item-title {
  color: #232323;
}
.cid-t3JNzAKpsv H5 {
  color: #232323;
}
.cid-t3JNzAKpsv .theme {
  color: #ffffff;
}
.cid-t3JNzAKpsv .copyright > p {
  color: #ff3366;
}
.cid-t3JNzAKpsv .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rS60WfoYrE {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rS60WfoYrE section {
  position: relative;
}
.cid-rS60WfoYrE svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rS60WfoYrE H1 {
  color: #232323;
}
.cid-rS60WfoYrE .mbr-text,
.cid-rS60WfoYrE .mbr-section-btn {
  color: #716c80;
}
.cid-rS60WfoYrE #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rS60WfoYrE img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rS60WfoYrE img {
    width: 100%;
  }
}
.cid-rS60WfoYrE p {
  text-align: justify;
}
.cid-s4eN6km1C0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eN6km1C0 H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eN6km1C0 .mbr-text,
.cid-s4eN6km1C0 .mbr-section-btn {
  color: #716c80;
}
.cid-s4eN6km1C0 H3 {
  color: #716c80;
}
.cid-s4eN6Qw7PE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4eN6Qw7PE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4eN6Qw7PE H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eN6Qw7PE .mbr-text,
.cid-s4eN6Qw7PE .mbr-section-btn {
  color: #716c80;
}
.cid-s4eN6Qw7PE H3 {
  color: #716c80;
}
.cid-s4eN6Qw7PE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4eN6Qw7PE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4eN6Qw7PE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4eN6Qw7PE .link:hover {
  color: #e62e3c !important;
}
.cid-s4eN6Qw7PE .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4eN6Qw7PE DIV {
  color: #57468b;
}
.cid-s4eN6Qw7PE .mbr-text,
.cid-s4eN6Qw7PE .media-content {
  color: #716c80;
}
.cid-s4eN6Qw7PE p {
  text-align: justify;
}
.cid-s4eN7oSIpk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eN7oSIpk H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eN7oSIpk .mbr-text,
.cid-s4eN7oSIpk .mbr-section-btn {
  color: #716c80;
}
.cid-s4eN7oSIpk H3 {
  color: #716c80;
}
.cid-s4eN7YBBFx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4eN7YBBFx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4eN7YBBFx H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eN7YBBFx .mbr-text,
.cid-s4eN7YBBFx .mbr-section-btn {
  color: #716c80;
}
.cid-s4eN7YBBFx H3 {
  color: #716c80;
}
.cid-s4eN7YBBFx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4eN7YBBFx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4eN7YBBFx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4eN7YBBFx .link:hover {
  color: #e62e3c !important;
}
.cid-s4eN7YBBFx .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4eN7YBBFx DIV {
  color: #57468b;
}
.cid-s4eN7YBBFx .mbr-text,
.cid-s4eN7YBBFx .media-content {
  color: #716c80;
}
.cid-s4eN7YBBFx p {
  text-align: justify;
}
.cid-s4eN8ILPNB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4eN8ILPNB H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eN8ILPNB .mbr-text,
.cid-s4eN8ILPNB .mbr-section-btn {
  color: #716c80;
}
.cid-s4eN8ILPNB H3 {
  color: #716c80;
}
.cid-s4eN9gcWCR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4eN9gcWCR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4eN9gcWCR H1 {
  color: #232323;
  text-align: center;
}
.cid-s4eN9gcWCR .mbr-text,
.cid-s4eN9gcWCR .mbr-section-btn {
  color: #716c80;
}
.cid-s4eN9gcWCR H3 {
  color: #716c80;
}
.cid-s4eN9gcWCR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4eN9gcWCR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4eN9gcWCR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4eN9gcWCR .link:hover {
  color: #e62e3c !important;
}
.cid-s4eN9gcWCR .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4eN9gcWCR DIV {
  color: #57468b;
}
.cid-s4eN9gcWCR .mbr-text,
.cid-s4eN9gcWCR .media-content {
  color: #716c80;
}
.cid-s4eN9gcWCR p {
  text-align: justify;
}
.cid-s4eN9JY23A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4eN9JY23A H1 {
  color: #232323;
}
.cid-s4eN9JY23A .mbr-text,
.cid-s4eN9JY23A .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4eN9JY23A img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4eN9JY23A img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s4eN9JY23A H3 {
  color: #716c80;
}
.cid-s4eN9JY23A p {
  text-align: justify;
}
.cid-rS60WhQi9h {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JL3bkSui {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JL3bkSui section {
  position: relative;
}
.cid-t3JL3bkSui .container {
  max-width: 1400px;
}
.cid-t3JL3bkSui .card-img2 span {
  padding-top: 6px;
}
.cid-t3JL3bkSui .soc-item a {
  padding-top: 5px;
}
.cid-t3JL3bkSui .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JL3bkSui .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JL3bkSui .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JL3bkSui .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JL3bkSui .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JL3bkSui .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JL3bkSui .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JL3bkSui .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JL3bkSui .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JL3bkSui .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JL3bkSui .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JL3bkSui .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JL3bkSui .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JL3bkSui img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JL3bkSui .item {
    justify-content: center;
  }
  .cid-t3JL3bkSui .quote::after {
    left: 60px;
  }
}
.cid-t3JL3bkSui .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JL3bkSui .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JL3bkSui .text1 {
  color: #232323;
}
.cid-t3JL3bkSui .item-title {
  color: #232323;
}
.cid-t3JL3bkSui H5 {
  color: #232323;
}
.cid-t3JL3bkSui .theme {
  color: #ffffff;
}
.cid-t3JL3bkSui .copyright > p {
  color: #ff3366;
}
.cid-t3JL3bkSui .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0NtuNO1B {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rT0NtuNO1B section {
  position: relative;
}
.cid-rT0NtuNO1B svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rT0NtuNO1B H1 {
  color: #232323;
}
.cid-rT0NtuNO1B .mbr-text,
.cid-rT0NtuNO1B .mbr-section-btn {
  color: #716c80;
}
.cid-rT0NtuNO1B #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-rT0NtuNO1B img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rT0NtuNO1B img {
    width: 100%;
  }
}
.cid-rT0NtuNO1B p {
  text-align: justify;
}
.cid-s4feqDZoq6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4feqDZoq6 H1 {
  color: #232323;
  text-align: center;
}
.cid-s4feqDZoq6 .mbr-text,
.cid-s4feqDZoq6 .mbr-section-btn {
  color: #716c80;
}
.cid-s4feqDZoq6 H3 {
  color: #716c80;
}
.cid-s4fesw8RwI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4fesw8RwI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s4fesw8RwI H1 {
  color: #232323;
  text-align: center;
}
.cid-s4fesw8RwI .mbr-text,
.cid-s4fesw8RwI .mbr-section-btn {
  color: #716c80;
}
.cid-s4fesw8RwI H3 {
  color: #716c80;
}
.cid-s4fesw8RwI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4fesw8RwI .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s4fesw8RwI .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s4fesw8RwI .link:hover {
  color: #e62e3c !important;
}
.cid-s4fesw8RwI .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-s4fesw8RwI DIV {
  color: #57468b;
}
.cid-s4fesw8RwI .mbr-text,
.cid-s4fesw8RwI .media-content {
  color: #716c80;
}
.cid-s4fesw8RwI p {
  text-align: justify;
}
.cid-s4fev8F5qe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4fev8F5qe H1 {
  color: #232323;
  text-align: center;
}
.cid-s4fev8F5qe .mbr-text,
.cid-s4fev8F5qe .mbr-section-btn {
  color: #716c80;
}
.cid-s4fev8F5qe H3 {
  color: #716c80;
}
.cid-s4fetoSAuI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4fetoSAuI .mbr-text {
  color: #716c80;
}
.cid-s4fetoSAuI .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s4fetoSAuI p {
  margin: 0;
  text-align: justify;
}
.cid-s4fetoSAuI .card-img .img1 {
  background-color: #179eda;
}
.cid-s4fetoSAuI .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s4fetoSAuI .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s4fetoSAuI .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s4fetoSAuI .card-title,
.cid-s4fetoSAuI .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s4fetoSAuI .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s4fetoSAuI .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s4fetoSAuI .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s4fetoSAuI .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s4fetoSAuI .card-img span {
    margin-right: 0rem;
  }
  .cid-s4fetoSAuI .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s4fetoSAuI .card-title {
  color: #232323;
}
.cid-s4few2my7g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4few2my7g H1 {
  color: #232323;
}
.cid-s4few2my7g .mbr-text,
.cid-s4few2my7g .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4few2my7g img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4few2my7g img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s4few2my7g H3 {
  color: #716c80;
}
.cid-s4few2my7g p {
  text-align: justify;
}
.cid-rT0NtwSau4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t3JLsTTdSK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JLsTTdSK section {
  position: relative;
}
.cid-t3JLsTTdSK .container {
  max-width: 1400px;
}
.cid-t3JLsTTdSK .card-img2 span {
  padding-top: 6px;
}
.cid-t3JLsTTdSK .soc-item a {
  padding-top: 5px;
}
.cid-t3JLsTTdSK .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JLsTTdSK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JLsTTdSK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JLsTTdSK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JLsTTdSK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JLsTTdSK .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JLsTTdSK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JLsTTdSK .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JLsTTdSK .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JLsTTdSK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JLsTTdSK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JLsTTdSK .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JLsTTdSK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JLsTTdSK img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JLsTTdSK .item {
    justify-content: center;
  }
  .cid-t3JLsTTdSK .quote::after {
    left: 60px;
  }
}
.cid-t3JLsTTdSK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JLsTTdSK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JLsTTdSK .text1 {
  color: #232323;
}
.cid-t3JLsTTdSK .item-title {
  color: #232323;
}
.cid-t3JLsTTdSK H5 {
  color: #232323;
}
.cid-t3JLsTTdSK .theme {
  color: #ffffff;
}
.cid-t3JLsTTdSK .copyright > p {
  color: #ff3366;
}
.cid-t3JLsTTdSK .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s80oRW86Vf {
  padding-top: 210px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/cdl-accueil-background-head-1440x720.webp");
}
.cid-s80oRW86Vf section {
  position: relative;
}
.cid-s80oRW86Vf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s80oRW86Vf #e2_shape {
  fill: #ecf5f9 !important;
}
.cid-s80oRW86Vf img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-s80oRW86Vf img {
    width: 90%!important;
  }
}
.cid-s80oRW86Vf H1 {
  color: #ffffff;
}
.cid-s80oRW86Vf H3 {
  color: #ffffff;
}
.cid-s80qh5fFLD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecf5f9;
}
.cid-s80qh5fFLD h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s80qh5fFLD .card-box {
  padding-top: 3rem;
}
.cid-s80qh5fFLD .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-s80qh5fFLD .btn-md {
  padding: 1rem;
}
.cid-s80qh5fFLD .btn-primary-outline,
.cid-s80qh5fFLD .btn-secondary-outline,
.cid-s80qh5fFLD .btn-info-outline,
.cid-s80qh5fFLD .btn-success-outline,
.cid-s80qh5fFLD .btn-warning-outline,
.cid-s80qh5fFLD .btn-danger-outline,
.cid-s80qh5fFLD .btn-black-outline,
.cid-s80qh5fFLD .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-s80qh5fFLD .btn-primary-outline span,
.cid-s80qh5fFLD .btn-secondary-outline span,
.cid-s80qh5fFLD .btn-info-outline span,
.cid-s80qh5fFLD .btn-success-outline span,
.cid-s80qh5fFLD .btn-warning-outline span,
.cid-s80qh5fFLD .btn-danger-outline span,
.cid-s80qh5fFLD .btn-black-outline span,
.cid-s80qh5fFLD .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s80qh5fFLD .btn-primary-outline:hover span,
.cid-s80qh5fFLD .btn-secondary-outline:hover span,
.cid-s80qh5fFLD .btn-info-outline:hover span,
.cid-s80qh5fFLD .btn-success-outline:hover span,
.cid-s80qh5fFLD .btn-warning-outline:hover span,
.cid-s80qh5fFLD .btn-danger-outline:hover span,
.cid-s80qh5fFLD .btn-black-outline:hover span,
.cid-s80qh5fFLD .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s80qh5fFLD .btn-primary-outline:hover,
.cid-s80qh5fFLD .btn-secondary-outline:hover,
.cid-s80qh5fFLD .btn-info-outline:hover,
.cid-s80qh5fFLD .btn-success-outline:hover,
.cid-s80qh5fFLD .btn-warning-outline:hover,
.cid-s80qh5fFLD .btn-danger-outline:hover,
.cid-s80qh5fFLD .btn-black-outline:hover,
.cid-s80qh5fFLD .btn-white-outline:hover {
  background-color: transparent!important;
  color: #e62e3c !important;
  box-shadow: none!important;
}
.cid-s80qh5fFLD .btn-primary-outline:active,
.cid-s80qh5fFLD .btn-secondary-outline:active,
.cid-s80qh5fFLD .btn-info-outline:active,
.cid-s80qh5fFLD .btn-success-outline:active,
.cid-s80qh5fFLD .btn-warning-outline:active,
.cid-s80qh5fFLD .btn-danger-outline:active,
.cid-s80qh5fFLD .btn-black-outline:active,
.cid-s80qh5fFLD .btn-white-outline:active,
.cid-s80qh5fFLD .btn-primary-outline:focus,
.cid-s80qh5fFLD .btn-secondary-outline:focus,
.cid-s80qh5fFLD .btn-info-outline:focus,
.cid-s80qh5fFLD .btn-success-outline:focus,
.cid-s80qh5fFLD .btn-warning-outline:focus,
.cid-s80qh5fFLD .btn-danger-outline:focus,
.cid-s80qh5fFLD .btn-black-outline:focus,
.cid-s80qh5fFLD .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s80qh5fFLD .btn-primary-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-secondary-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-info-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-success-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-warning-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-danger-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-black-outline .mbr-iconfont,
.cid-s80qh5fFLD .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s80qh5fFLD .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s80qh5fFLD .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s80qh5fFLD .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s80qh5fFLD .link-wrap:hover {
  color: #e62e3c !important;
}
.cid-s80qh5fFLD .link-wrap:hover:hover .link-ico {
  color: #e62e3c !important;
}
.cid-s80qh5fFLD .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s80qh5fFLD img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s80qh5fFLD .card-title {
  color: #232323;
  text-align: center;
}
.cid-s80qh5fFLD .row {
  justify-content: center;
}
.cid-s80qh5fFLD .main-title {
  text-align: center;
  color: #232323;
}
.cid-s80qh5fFLD P {
  text-align: center;
}
.cid-s80qh5fFLD .mbr-text,
.cid-s80qh5fFLD .link {
  text-align: center;
  color: #716c80;
}
.cid-s80qh5fFLD DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-s80qh5fFLD .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-s80L8eHKUB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecf5f9;
}
.cid-s80L8eHKUB h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s80L8eHKUB .card-box {
  padding-top: 3rem;
}
.cid-s80L8eHKUB .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-s80L8eHKUB .btn-md {
  padding: 1rem;
}
.cid-s80L8eHKUB .btn-primary-outline,
.cid-s80L8eHKUB .btn-secondary-outline,
.cid-s80L8eHKUB .btn-info-outline,
.cid-s80L8eHKUB .btn-success-outline,
.cid-s80L8eHKUB .btn-warning-outline,
.cid-s80L8eHKUB .btn-danger-outline,
.cid-s80L8eHKUB .btn-black-outline,
.cid-s80L8eHKUB .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-s80L8eHKUB .btn-primary-outline span,
.cid-s80L8eHKUB .btn-secondary-outline span,
.cid-s80L8eHKUB .btn-info-outline span,
.cid-s80L8eHKUB .btn-success-outline span,
.cid-s80L8eHKUB .btn-warning-outline span,
.cid-s80L8eHKUB .btn-danger-outline span,
.cid-s80L8eHKUB .btn-black-outline span,
.cid-s80L8eHKUB .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s80L8eHKUB .btn-primary-outline:hover span,
.cid-s80L8eHKUB .btn-secondary-outline:hover span,
.cid-s80L8eHKUB .btn-info-outline:hover span,
.cid-s80L8eHKUB .btn-success-outline:hover span,
.cid-s80L8eHKUB .btn-warning-outline:hover span,
.cid-s80L8eHKUB .btn-danger-outline:hover span,
.cid-s80L8eHKUB .btn-black-outline:hover span,
.cid-s80L8eHKUB .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s80L8eHKUB .btn-primary-outline:hover,
.cid-s80L8eHKUB .btn-secondary-outline:hover,
.cid-s80L8eHKUB .btn-info-outline:hover,
.cid-s80L8eHKUB .btn-success-outline:hover,
.cid-s80L8eHKUB .btn-warning-outline:hover,
.cid-s80L8eHKUB .btn-danger-outline:hover,
.cid-s80L8eHKUB .btn-black-outline:hover,
.cid-s80L8eHKUB .btn-white-outline:hover {
  background-color: transparent!important;
  color: #e62e3c !important;
  box-shadow: none!important;
}
.cid-s80L8eHKUB .btn-primary-outline:active,
.cid-s80L8eHKUB .btn-secondary-outline:active,
.cid-s80L8eHKUB .btn-info-outline:active,
.cid-s80L8eHKUB .btn-success-outline:active,
.cid-s80L8eHKUB .btn-warning-outline:active,
.cid-s80L8eHKUB .btn-danger-outline:active,
.cid-s80L8eHKUB .btn-black-outline:active,
.cid-s80L8eHKUB .btn-white-outline:active,
.cid-s80L8eHKUB .btn-primary-outline:focus,
.cid-s80L8eHKUB .btn-secondary-outline:focus,
.cid-s80L8eHKUB .btn-info-outline:focus,
.cid-s80L8eHKUB .btn-success-outline:focus,
.cid-s80L8eHKUB .btn-warning-outline:focus,
.cid-s80L8eHKUB .btn-danger-outline:focus,
.cid-s80L8eHKUB .btn-black-outline:focus,
.cid-s80L8eHKUB .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s80L8eHKUB .btn-primary-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-secondary-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-info-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-success-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-warning-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-danger-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-black-outline .mbr-iconfont,
.cid-s80L8eHKUB .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s80L8eHKUB .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s80L8eHKUB .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s80L8eHKUB .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s80L8eHKUB .link-wrap:hover {
  color: #e62e3c !important;
}
.cid-s80L8eHKUB .link-wrap:hover:hover .link-ico {
  color: #e62e3c !important;
}
.cid-s80L8eHKUB .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s80L8eHKUB img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s80L8eHKUB .card-title {
  color: #232323;
  text-align: center;
}
.cid-s80L8eHKUB .row {
  justify-content: center;
}
.cid-s80L8eHKUB .main-title {
  text-align: center;
  color: #232323;
}
.cid-s80L8eHKUB P {
  text-align: center;
}
.cid-s80L8eHKUB .mbr-text,
.cid-s80L8eHKUB .link {
  text-align: center;
  color: #716c80;
}
.cid-s80L8eHKUB DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-s80L8eHKUB .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-s80sSHOoTz {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
#custom-html-b7 {
  /* Type valid CSS here */
}
.cid-t3JKlLKfVg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JKlLKfVg section {
  position: relative;
}
.cid-t3JKlLKfVg .container {
  max-width: 1400px;
}
.cid-t3JKlLKfVg .card-img2 span {
  padding-top: 6px;
}
.cid-t3JKlLKfVg .soc-item a {
  padding-top: 5px;
}
.cid-t3JKlLKfVg .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JKlLKfVg .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JKlLKfVg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JKlLKfVg .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JKlLKfVg .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JKlLKfVg .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JKlLKfVg .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JKlLKfVg .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JKlLKfVg .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JKlLKfVg .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JKlLKfVg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JKlLKfVg .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JKlLKfVg .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JKlLKfVg img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JKlLKfVg .item {
    justify-content: center;
  }
  .cid-t3JKlLKfVg .quote::after {
    left: 60px;
  }
}
.cid-t3JKlLKfVg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JKlLKfVg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JKlLKfVg .text1 {
  color: #232323;
}
.cid-t3JKlLKfVg .item-title {
  color: #232323;
}
.cid-t3JKlLKfVg H5 {
  color: #232323;
}
.cid-t3JKlLKfVg .theme {
  color: #ffffff;
}
.cid-t3JKlLKfVg .copyright > p {
  color: #ff3366;
}
.cid-t3JKlLKfVg .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s80xxwWGDb {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s80xxwWGDb section {
  position: relative;
}
.cid-s80xxwWGDb svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s80xxwWGDb H1 {
  color: #232323;
}
.cid-s80xxwWGDb .mbr-text,
.cid-s80xxwWGDb .mbr-section-btn {
  color: #716c80;
}
.cid-s80xxwWGDb #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-s80xxwWGDb img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-s80xxwWGDb img {
    width: 100%;
  }
}
.cid-s80xxwWGDb p {
  text-align: justify;
}
.cid-s80yoAnS30 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80yoAnS30 H1 {
  color: #232323;
}
.cid-s80yoAnS30 .mbr-text,
.cid-s80yoAnS30 .mbr-section-btn {
  color: #716c80;
}
.cid-s80yoAnS30 H3 {
  color: #716c80;
}
.cid-s80yiINSt2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s80yiINSt2 .mbr-text {
  color: #716c80;
}
.cid-s80yiINSt2 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s80yiINSt2 p {
  margin: 0;
  text-align: justify;
}
.cid-s80yiINSt2 .card-img .img1 {
  background-color: #179eda;
}
.cid-s80yiINSt2 .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s80yiINSt2 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s80yiINSt2 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s80yiINSt2 .card-title,
.cid-s80yiINSt2 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s80yiINSt2 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s80yiINSt2 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s80yiINSt2 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s80yiINSt2 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s80yiINSt2 .card-img span {
    margin-right: 0rem;
  }
  .cid-s80yiINSt2 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s80yiINSt2 .card-title {
  color: #232323;
}
.cid-s80z5rZk4l {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80z5rZk4l H1 {
  color: #232323;
}
.cid-s80z5rZk4l .mbr-text,
.cid-s80z5rZk4l .mbr-section-btn {
  color: #716c80;
}
.cid-s80z5rZk4l H3 {
  color: #716c80;
}
.cid-s80zgEubrM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s80zgEubrM .mbr-text {
  color: #716c80;
}
.cid-s80zgEubrM .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s80zgEubrM p {
  margin: 0;
  text-align: justify;
}
.cid-s80zgEubrM .card-img .img1 {
  background-color: #179eda;
}
.cid-s80zgEubrM .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s80zgEubrM .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s80zgEubrM .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s80zgEubrM .card-title,
.cid-s80zgEubrM .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s80zgEubrM .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s80zgEubrM .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s80zgEubrM .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s80zgEubrM .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s80zgEubrM .card-img span {
    margin-right: 0rem;
  }
  .cid-s80zgEubrM .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s80zgEubrM .card-title {
  color: #232323;
}
.cid-s80AkyJo6S {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
#custom-html-b9 {
  /* Type valid CSS here */
}
.cid-t3JJLpkFrH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JJLpkFrH section {
  position: relative;
}
.cid-t3JJLpkFrH .container {
  max-width: 1400px;
}
.cid-t3JJLpkFrH .card-img2 span {
  padding-top: 6px;
}
.cid-t3JJLpkFrH .soc-item a {
  padding-top: 5px;
}
.cid-t3JJLpkFrH .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JJLpkFrH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JJLpkFrH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JJLpkFrH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JJLpkFrH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JJLpkFrH .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JJLpkFrH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JJLpkFrH .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JJLpkFrH .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JJLpkFrH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JJLpkFrH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JJLpkFrH .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JJLpkFrH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JJLpkFrH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JJLpkFrH .item {
    justify-content: center;
  }
  .cid-t3JJLpkFrH .quote::after {
    left: 60px;
  }
}
.cid-t3JJLpkFrH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JJLpkFrH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JJLpkFrH .text1 {
  color: #232323;
}
.cid-t3JJLpkFrH .item-title {
  color: #232323;
}
.cid-t3JJLpkFrH H5 {
  color: #232323;
}
.cid-t3JJLpkFrH .theme {
  color: #ffffff;
}
.cid-t3JJLpkFrH .copyright > p {
  color: #ff3366;
}
.cid-t3JJLpkFrH .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s80IVLSD1P {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s80IVLSD1P section {
  position: relative;
}
.cid-s80IVLSD1P svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s80IVLSD1P H1 {
  color: #232323;
}
.cid-s80IVLSD1P .mbr-text,
.cid-s80IVLSD1P .mbr-section-btn {
  color: #716c80;
}
.cid-s80IVLSD1P #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-s80IVLSD1P img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-s80IVLSD1P img {
    width: 100%;
  }
}
.cid-s80IVLSD1P p {
  text-align: justify;
}
.cid-s80IVMjcEC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80IVMjcEC H1 {
  color: #232323;
}
.cid-s80IVMjcEC .mbr-text,
.cid-s80IVMjcEC .mbr-section-btn {
  color: #716c80;
}
.cid-s80IVMjcEC H3 {
  color: #716c80;
}
.cid-s80IVMLwcI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s80IVMLwcI .mbr-text {
  color: #716c80;
}
.cid-s80IVMLwcI .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s80IVMLwcI p {
  margin: 0;
  text-align: justify;
}
.cid-s80IVMLwcI .card-img .img1 {
  background-color: #179eda;
}
.cid-s80IVMLwcI .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s80IVMLwcI .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s80IVMLwcI .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s80IVMLwcI .card-title,
.cid-s80IVMLwcI .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s80IVMLwcI .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s80IVMLwcI .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s80IVMLwcI .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s80IVMLwcI .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s80IVMLwcI .card-img span {
    margin-right: 0rem;
  }
  .cid-s80IVMLwcI .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s80IVMLwcI .card-title {
  color: #232323;
}
.cid-s80IVNVS6v {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80IVNVS6v H1 {
  color: #232323;
}
.cid-s80IVNVS6v .mbr-text,
.cid-s80IVNVS6v .mbr-section-btn {
  color: #716c80;
}
.cid-s80IVNVS6v H3 {
  color: #716c80;
}
.cid-s80IVOmpbX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s80IVOmpbX .mbr-text {
  color: #716c80;
}
.cid-s80IVOmpbX .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s80IVOmpbX p {
  margin: 0;
  text-align: justify;
}
.cid-s80IVOmpbX .card-img .img1 {
  background-color: #179eda;
}
.cid-s80IVOmpbX .cardcolor:hover {
  background-color: #ffffff;
}
.cid-s80IVOmpbX .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s80IVOmpbX .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-s80IVOmpbX .card-title,
.cid-s80IVOmpbX .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-s80IVOmpbX .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-s80IVOmpbX .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s80IVOmpbX .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-s80IVOmpbX .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s80IVOmpbX .card-img span {
    margin-right: 0rem;
  }
  .cid-s80IVOmpbX .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-s80IVOmpbX .card-title {
  color: #232323;
}
.cid-s80IVPdsIm {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
#custom-html-b8 {
  /* Type valid CSS here */
}
.cid-t3JJYci5sT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t3JJYci5sT section {
  position: relative;
}
.cid-t3JJYci5sT .container {
  max-width: 1400px;
}
.cid-t3JJYci5sT .card-img2 span {
  padding-top: 6px;
}
.cid-t3JJYci5sT .soc-item a {
  padding-top: 5px;
}
.cid-t3JJYci5sT .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t3JJYci5sT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t3JJYci5sT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3JJYci5sT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3JJYci5sT .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t3JJYci5sT .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3JJYci5sT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3JJYci5sT .soc-item span {
  font-size: 1.4rem;
}
.cid-t3JJYci5sT .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t3JJYci5sT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3JJYci5sT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3JJYci5sT .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3JJYci5sT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3JJYci5sT img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t3JJYci5sT .item {
    justify-content: center;
  }
  .cid-t3JJYci5sT .quote::after {
    left: 60px;
  }
}
.cid-t3JJYci5sT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3JJYci5sT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3JJYci5sT .text1 {
  color: #232323;
}
.cid-t3JJYci5sT .item-title {
  color: #232323;
}
.cid-t3JJYci5sT H5 {
  color: #232323;
}
.cid-t3JJYci5sT .theme {
  color: #ffffff;
}
.cid-t3JJYci5sT .copyright > p {
  color: #ff3366;
}
.cid-t3JJYci5sT .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4dh9vIoQd {
  padding-top: 210px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/cdl-accueil-background-head-1440x720.webp");
}
.cid-t4dh9vIoQd section {
  position: relative;
}
.cid-t4dh9vIoQd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-t4dh9vIoQd #e2_shape {
  fill: #ecf5f9 !important;
}
.cid-t4dh9vIoQd img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-t4dh9vIoQd img {
    width: 90%!important;
  }
}
.cid-t4dh9vIoQd H1 {
  color: #ffffff;
}
.cid-t4dh9vIoQd H3 {
  color: #ffffff;
}
.cid-t4dh9w02Si {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecf5f9;
}
.cid-t4dh9w02Si h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-t4dh9w02Si .card-box {
  padding-top: 3rem;
}
.cid-t4dh9w02Si .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-t4dh9w02Si .btn-md {
  padding: 1rem;
}
.cid-t4dh9w02Si .btn-primary-outline,
.cid-t4dh9w02Si .btn-secondary-outline,
.cid-t4dh9w02Si .btn-info-outline,
.cid-t4dh9w02Si .btn-success-outline,
.cid-t4dh9w02Si .btn-warning-outline,
.cid-t4dh9w02Si .btn-danger-outline,
.cid-t4dh9w02Si .btn-black-outline,
.cid-t4dh9w02Si .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-t4dh9w02Si .btn-primary-outline span,
.cid-t4dh9w02Si .btn-secondary-outline span,
.cid-t4dh9w02Si .btn-info-outline span,
.cid-t4dh9w02Si .btn-success-outline span,
.cid-t4dh9w02Si .btn-warning-outline span,
.cid-t4dh9w02Si .btn-danger-outline span,
.cid-t4dh9w02Si .btn-black-outline span,
.cid-t4dh9w02Si .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-t4dh9w02Si .btn-primary-outline:hover span,
.cid-t4dh9w02Si .btn-secondary-outline:hover span,
.cid-t4dh9w02Si .btn-info-outline:hover span,
.cid-t4dh9w02Si .btn-success-outline:hover span,
.cid-t4dh9w02Si .btn-warning-outline:hover span,
.cid-t4dh9w02Si .btn-danger-outline:hover span,
.cid-t4dh9w02Si .btn-black-outline:hover span,
.cid-t4dh9w02Si .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-t4dh9w02Si .btn-primary-outline:hover,
.cid-t4dh9w02Si .btn-secondary-outline:hover,
.cid-t4dh9w02Si .btn-info-outline:hover,
.cid-t4dh9w02Si .btn-success-outline:hover,
.cid-t4dh9w02Si .btn-warning-outline:hover,
.cid-t4dh9w02Si .btn-danger-outline:hover,
.cid-t4dh9w02Si .btn-black-outline:hover,
.cid-t4dh9w02Si .btn-white-outline:hover {
  background-color: transparent!important;
  color: #e62e3c !important;
  box-shadow: none!important;
}
.cid-t4dh9w02Si .btn-primary-outline:active,
.cid-t4dh9w02Si .btn-secondary-outline:active,
.cid-t4dh9w02Si .btn-info-outline:active,
.cid-t4dh9w02Si .btn-success-outline:active,
.cid-t4dh9w02Si .btn-warning-outline:active,
.cid-t4dh9w02Si .btn-danger-outline:active,
.cid-t4dh9w02Si .btn-black-outline:active,
.cid-t4dh9w02Si .btn-white-outline:active,
.cid-t4dh9w02Si .btn-primary-outline:focus,
.cid-t4dh9w02Si .btn-secondary-outline:focus,
.cid-t4dh9w02Si .btn-info-outline:focus,
.cid-t4dh9w02Si .btn-success-outline:focus,
.cid-t4dh9w02Si .btn-warning-outline:focus,
.cid-t4dh9w02Si .btn-danger-outline:focus,
.cid-t4dh9w02Si .btn-black-outline:focus,
.cid-t4dh9w02Si .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-t4dh9w02Si .btn-primary-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-secondary-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-info-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-success-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-warning-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-danger-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-black-outline .mbr-iconfont,
.cid-t4dh9w02Si .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-t4dh9w02Si .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-t4dh9w02Si .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t4dh9w02Si .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-t4dh9w02Si .link-wrap:hover {
  color: #e62e3c !important;
}
.cid-t4dh9w02Si .link-wrap:hover:hover .link-ico {
  color: #e62e3c !important;
}
.cid-t4dh9w02Si .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-t4dh9w02Si img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-t4dh9w02Si .card-title {
  color: #232323;
  text-align: left;
}
.cid-t4dh9w02Si .row {
  justify-content: center;
}
.cid-t4dh9w02Si .main-title {
  text-align: center;
  color: #232323;
}
.cid-t4dh9w02Si P {
  text-align: center;
}
.cid-t4dh9w02Si .mbr-text,
.cid-t4dh9w02Si .link {
  text-align: left;
  color: #232323;
}
.cid-t4dh9w02Si DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t4dh9w02Si .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-t4dh9wV27F {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t4dh9xaQ10 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t4dh9xaQ10 section {
  position: relative;
}
.cid-t4dh9xaQ10 .container {
  max-width: 1400px;
}
.cid-t4dh9xaQ10 .card-img2 span {
  padding-top: 6px;
}
.cid-t4dh9xaQ10 .soc-item a {
  padding-top: 5px;
}
.cid-t4dh9xaQ10 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t4dh9xaQ10 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t4dh9xaQ10 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4dh9xaQ10 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t4dh9xaQ10 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t4dh9xaQ10 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4dh9xaQ10 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t4dh9xaQ10 .soc-item span {
  font-size: 1.4rem;
}
.cid-t4dh9xaQ10 .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t4dh9xaQ10 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t4dh9xaQ10 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t4dh9xaQ10 .media-wrap {
  margin-bottom: 1rem;
}
.cid-t4dh9xaQ10 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4dh9xaQ10 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t4dh9xaQ10 .item {
    justify-content: center;
  }
  .cid-t4dh9xaQ10 .quote::after {
    left: 60px;
  }
}
.cid-t4dh9xaQ10 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t4dh9xaQ10 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4dh9xaQ10 .text1 {
  color: #232323;
}
.cid-t4dh9xaQ10 .item-title {
  color: #232323;
}
.cid-t4dh9xaQ10 H5 {
  color: #232323;
}
.cid-t4dh9xaQ10 .theme {
  color: #ffffff;
}
.cid-t4dh9xaQ10 .copyright > p {
  color: #ff3366;
}
.cid-t4dh9xaQ10 .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4RpjMP7Bz {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t4RpjMP7Bz section {
  position: relative;
}
.cid-t4RpjMP7Bz svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t4RpjMP7Bz H1 {
  color: #232323;
}
.cid-t4RpjMP7Bz .mbr-text,
.cid-t4RpjMP7Bz .mbr-section-btn {
  color: #716c80;
}
.cid-t4RpjMP7Bz #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-t4RpjMP7Bz img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-t4RpjMP7Bz img {
    width: 100%;
  }
}
.cid-t4RpjMP7Bz p {
  text-align: justify;
}
.cid-t4RpjN6cVE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4RpjN6cVE H1 {
  color: #232323;
}
.cid-t4RpjN6cVE .mbr-text,
.cid-t4RpjN6cVE .mbr-section-btn {
  color: #716c80;
}
.cid-t4RpjN6cVE H3 {
  color: #716c80;
}
.cid-t4RpjNpkCQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4RpjNpkCQ .mbr-text {
  color: #716c80;
}
.cid-t4RpjNpkCQ .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-t4RpjNpkCQ p {
  margin: 0;
  text-align: justify;
}
.cid-t4RpjNpkCQ .card-img .img1 {
  background-color: #179eda;
}
.cid-t4RpjNpkCQ .cardcolor:hover {
  background-color: #ffffff;
}
.cid-t4RpjNpkCQ .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-t4RpjNpkCQ .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-t4RpjNpkCQ .card-title,
.cid-t4RpjNpkCQ .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-t4RpjNpkCQ .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-t4RpjNpkCQ .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-t4RpjNpkCQ .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-t4RpjNpkCQ .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-t4RpjNpkCQ .card-img span {
    margin-right: 0rem;
  }
  .cid-t4RpjNpkCQ .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-t4RpjNpkCQ .card-title {
  color: #232323;
}
.cid-t4RpjO0ZrI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4RpjO0ZrI H1 {
  color: #232323;
}
.cid-t4RpjO0ZrI .mbr-text,
.cid-t4RpjO0ZrI .mbr-section-btn {
  color: #716c80;
}
.cid-t4RpjO0ZrI H3 {
  color: #716c80;
}
.cid-t4RpjOfmPD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4RpjOfmPD .mbr-text {
  color: #716c80;
}
.cid-t4RpjOfmPD .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-t4RpjOfmPD p {
  margin: 0;
  text-align: justify;
}
.cid-t4RpjOfmPD .card-img .img1 {
  background-color: #179eda;
}
.cid-t4RpjOfmPD .cardcolor:hover {
  background-color: #ffffff;
}
.cid-t4RpjOfmPD .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-t4RpjOfmPD .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-t4RpjOfmPD .card-title,
.cid-t4RpjOfmPD .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-t4RpjOfmPD .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-t4RpjOfmPD .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-t4RpjOfmPD .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-t4RpjOfmPD .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-t4RpjOfmPD .card-img span {
    margin-right: 0rem;
  }
  .cid-t4RpjOfmPD .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-t4RpjOfmPD .card-title {
  color: #232323;
}
.cid-t4RrgIQiWO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4RrgIQiWO H1 {
  color: #232323;
}
.cid-t4RrgIQiWO .mbr-text,
.cid-t4RrgIQiWO .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t4RrgIQiWO H3 {
  color: #716c80;
}
.cid-t4RrxUGfgN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4RrxUGfgN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t4RrxUGfgN H1 {
  color: #57468b;
}
.cid-t4RrxUGfgN .mbr-text,
.cid-t4RrxUGfgN .mbr-section-btn {
  color: #716c80;
}
.cid-t4RrxUGfgN H3 {
  color: #716c80;
}
.cid-t4RrxUGfgN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t4RrxUGfgN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t4RrxUGfgN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t4RrxUGfgN .link:hover {
  color: #e62e3c !important;
}
.cid-t4RrxUGfgN .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t4RrxUGfgN DIV {
  color: #57468b;
}
.cid-t4RrxUGfgN .mbr-text,
.cid-t4RrxUGfgN .media-content {
  color: #232323;
}
.cid-t4RrIHWSLg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4RrIHWSLg H1 {
  color: #232323;
}
.cid-t4RrIHWSLg .mbr-text,
.cid-t4RrIHWSLg .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t4RrIHWSLg H3 {
  color: #716c80;
}
.cid-t4RrK3NMtv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4RrK3NMtv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t4RrK3NMtv H1 {
  color: #57468b;
}
.cid-t4RrK3NMtv .mbr-text,
.cid-t4RrK3NMtv .mbr-section-btn {
  color: #716c80;
}
.cid-t4RrK3NMtv H3 {
  color: #716c80;
}
.cid-t4RrK3NMtv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t4RrK3NMtv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t4RrK3NMtv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t4RrK3NMtv .link:hover {
  color: #e62e3c !important;
}
.cid-t4RrK3NMtv .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t4RrK3NMtv DIV {
  color: #57468b;
}
.cid-t4RrK3NMtv .mbr-text,
.cid-t4RrK3NMtv .media-content {
  color: #232323;
}
.cid-t4RrTY8qSe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4RrTY8qSe H1 {
  color: #232323;
}
.cid-t4RrTY8qSe .mbr-text,
.cid-t4RrTY8qSe .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t4RrTY8qSe H3 {
  color: #716c80;
}
.cid-t4RrUB7nBj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4RrUB7nBj img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t4RrUB7nBj H1 {
  color: #57468b;
}
.cid-t4RrUB7nBj .mbr-text,
.cid-t4RrUB7nBj .mbr-section-btn {
  color: #716c80;
}
.cid-t4RrUB7nBj H3 {
  color: #716c80;
}
.cid-t4RrUB7nBj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t4RrUB7nBj .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t4RrUB7nBj .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t4RrUB7nBj .link:hover {
  color: #e62e3c !important;
}
.cid-t4RrUB7nBj .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t4RrUB7nBj DIV {
  color: #57468b;
}
.cid-t4RrUB7nBj .mbr-text,
.cid-t4RrUB7nBj .media-content {
  color: #232323;
}
.cid-t4Rs0POVAY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4Rs0POVAY H1 {
  color: #232323;
}
.cid-t4Rs0POVAY .mbr-text,
.cid-t4Rs0POVAY .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t4Rs0POVAY H3 {
  color: #716c80;
}
.cid-t4Rs1lUTfH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4Rs1lUTfH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t4Rs1lUTfH H1 {
  color: #57468b;
}
.cid-t4Rs1lUTfH .mbr-text,
.cid-t4Rs1lUTfH .mbr-section-btn {
  color: #716c80;
}
.cid-t4Rs1lUTfH H3 {
  color: #716c80;
}
.cid-t4Rs1lUTfH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t4Rs1lUTfH .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t4Rs1lUTfH .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t4Rs1lUTfH .link:hover {
  color: #e62e3c !important;
}
.cid-t4Rs1lUTfH .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t4Rs1lUTfH DIV {
  color: #57468b;
}
.cid-t4Rs1lUTfH .mbr-text,
.cid-t4Rs1lUTfH .media-content {
  color: #232323;
}
.cid-t4RpjOOcB9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t4RpjP3IdY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t4RpjP3IdY section {
  position: relative;
}
.cid-t4RpjP3IdY .container {
  max-width: 1400px;
}
.cid-t4RpjP3IdY .card-img2 span {
  padding-top: 6px;
}
.cid-t4RpjP3IdY .soc-item a {
  padding-top: 5px;
}
.cid-t4RpjP3IdY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t4RpjP3IdY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t4RpjP3IdY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4RpjP3IdY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t4RpjP3IdY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t4RpjP3IdY .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4RpjP3IdY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t4RpjP3IdY .soc-item span {
  font-size: 1.4rem;
}
.cid-t4RpjP3IdY .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t4RpjP3IdY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t4RpjP3IdY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t4RpjP3IdY .media-wrap {
  margin-bottom: 1rem;
}
.cid-t4RpjP3IdY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4RpjP3IdY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t4RpjP3IdY .item {
    justify-content: center;
  }
  .cid-t4RpjP3IdY .quote::after {
    left: 60px;
  }
}
.cid-t4RpjP3IdY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t4RpjP3IdY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4RpjP3IdY .text1 {
  color: #232323;
}
.cid-t4RpjP3IdY .item-title {
  color: #232323;
}
.cid-t4RpjP3IdY H5 {
  color: #232323;
}
.cid-t4RpjP3IdY .theme {
  color: #ffffff;
}
.cid-t4RpjP3IdY .copyright > p {
  color: #ff3366;
}
.cid-t4RpjP3IdY .text2 {
  color: #232323;
}
.cid-tfBORI9PU6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tfBORI9PU6 .nav-item:focus,
.cid-tfBORI9PU6 .nav-link:focus {
  outline: none;
}
.cid-tfBORI9PU6 .text-white:hover,
.cid-tfBORI9PU6 .text-white:active,
.cid-tfBORI9PU6 .text-white:focus {
  color: white!important;
}
.cid-tfBORI9PU6 .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tfBORI9PU6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tfBORI9PU6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfBORI9PU6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfBORI9PU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfBORI9PU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfBORI9PU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfBORI9PU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfBORI9PU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfBORI9PU6 .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-tfBORI9PU6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfBORI9PU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfBORI9PU6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfBORI9PU6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tfBORI9PU6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfBORI9PU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfBORI9PU6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfBORI9PU6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfBORI9PU6 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tfBORI9PU6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-item:hover {
  color: black!important;
}
.cid-tfBORI9PU6 .dropdown-menu {
  background-color: white!important;
}
.cid-tfBORI9PU6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tfBORI9PU6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tfBORI9PU6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tfBORI9PU6 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfBORI9PU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfBORI9PU6 .collapsed {
  flex-direction: row!important;
}
.cid-tfBORI9PU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfBORI9PU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfBORI9PU6 .navbar-caption {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfBORI9PU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfBORI9PU6 .dropdown-item.active,
.cid-tfBORI9PU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tfBORI9PU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfBORI9PU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfBORI9PU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfBORI9PU6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfBORI9PU6 .navbar-buttons {
  text-align: center;
}
.cid-tfBORI9PU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfBORI9PU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfBORI9PU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfBORI9PU6 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfBORI9PU6 .nav-link {
  font-weight: 600!important;
}
.cid-tfBORI9PU6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfBORI9PU6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfBORI9PU6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tfBORI9PU6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBORI9PU6 .navbar {
    height: 77px;
  }
  .cid-tfBORI9PU6 .navbar.opened {
    height: auto;
  }
  .cid-tfBORI9PU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4Ru8g7IaJ {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t4Ru8g7IaJ section {
  position: relative;
}
.cid-t4Ru8g7IaJ svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-t4Ru8g7IaJ H1 {
  color: #232323;
}
.cid-t4Ru8g7IaJ .mbr-text,
.cid-t4Ru8g7IaJ .mbr-section-btn {
  color: #716c80;
}
.cid-t4Ru8g7IaJ #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-t4Ru8g7IaJ img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-t4Ru8g7IaJ img {
    width: 100%;
  }
}
.cid-t4Ru8g7IaJ p {
  text-align: justify;
}
.cid-t4Ru8iM5G1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4Ru8iM5G1 H1 {
  color: #232323;
}
.cid-t4Ru8iM5G1 .mbr-text,
.cid-t4Ru8iM5G1 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t4Ru8iM5G1 H3 {
  color: #716c80;
}
.cid-t4Ru8ji8pC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4Ru8ji8pC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t4Ru8ji8pC H1 {
  color: #57468b;
}
.cid-t4Ru8ji8pC .mbr-text,
.cid-t4Ru8ji8pC .mbr-section-btn {
  color: #716c80;
}
.cid-t4Ru8ji8pC H3 {
  color: #716c80;
}
.cid-t4Ru8ji8pC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t4Ru8ji8pC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t4Ru8ji8pC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t4Ru8ji8pC .link:hover {
  color: #e62e3c !important;
}
.cid-t4Ru8ji8pC .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t4Ru8ji8pC DIV {
  color: #57468b;
}
.cid-t4Ru8ji8pC .mbr-text,
.cid-t4Ru8ji8pC .media-content {
  color: #232323;
}
.cid-t4Ru8gXWeD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4Ru8gXWeD .mbr-text {
  color: #716c80;
}
.cid-t4Ru8gXWeD .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-t4Ru8gXWeD p {
  margin: 0;
  text-align: justify;
}
.cid-t4Ru8gXWeD .card-img .img1 {
  background-color: #179eda;
}
.cid-t4Ru8gXWeD .cardcolor:hover {
  background-color: #ffffff;
}
.cid-t4Ru8gXWeD .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-t4Ru8gXWeD .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-t4Ru8gXWeD .card-title,
.cid-t4Ru8gXWeD .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-t4Ru8gXWeD .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-t4Ru8gXWeD .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-t4Ru8gXWeD .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-t4Ru8gXWeD .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-t4Ru8gXWeD .card-img span {
    margin-right: 0rem;
  }
  .cid-t4Ru8gXWeD .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-t4Ru8gXWeD .card-title {
  color: #232323;
}
.cid-t65kuW8grd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t65kuW8grd H1 {
  color: #232323;
}
.cid-t65kuW8grd .mbr-text,
.cid-t65kuW8grd .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t65kuW8grd H3 {
  color: #716c80;
}
.cid-t65koUDL3f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t65koUDL3f img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t65koUDL3f H1 {
  color: #57468b;
}
.cid-t65koUDL3f .mbr-text,
.cid-t65koUDL3f .mbr-section-btn {
  color: #716c80;
}
.cid-t65koUDL3f H3 {
  color: #716c80;
}
.cid-t65koUDL3f .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t65koUDL3f .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t65koUDL3f .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t65koUDL3f .link:hover {
  color: #e62e3c !important;
}
.cid-t65koUDL3f .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t65koUDL3f DIV {
  color: #57468b;
}
.cid-t65koUDL3f .mbr-text,
.cid-t65koUDL3f .media-content {
  color: #232323;
}
.cid-t65kAMQTiD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t65kAMQTiD H1 {
  color: #232323;
}
.cid-t65kAMQTiD .mbr-text,
.cid-t65kAMQTiD .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-t65kAMQTiD H3 {
  color: #716c80;
}
.cid-t65kGSSAXU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t65kGSSAXU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t65kGSSAXU H1 {
  color: #57468b;
}
.cid-t65kGSSAXU .mbr-text,
.cid-t65kGSSAXU .mbr-section-btn {
  color: #716c80;
}
.cid-t65kGSSAXU H3 {
  color: #716c80;
}
.cid-t65kGSSAXU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t65kGSSAXU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t65kGSSAXU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t65kGSSAXU .link:hover {
  color: #e62e3c !important;
}
.cid-t65kGSSAXU .link:hover .link-ico {
  color: #e62e3c !important;
  padding-left: 10px;
}
.cid-t65kGSSAXU DIV {
  color: #57468b;
}
.cid-t65kGSSAXU .mbr-text,
.cid-t65kGSSAXU .media-content {
  color: #232323;
}
.cid-t4Ru8mt510 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-t4Ru8mMuHF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t4Ru8mMuHF section {
  position: relative;
}
.cid-t4Ru8mMuHF .container {
  max-width: 1400px;
}
.cid-t4Ru8mMuHF .card-img2 span {
  padding-top: 6px;
}
.cid-t4Ru8mMuHF .soc-item a {
  padding-top: 5px;
}
.cid-t4Ru8mMuHF .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t4Ru8mMuHF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-t4Ru8mMuHF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4Ru8mMuHF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t4Ru8mMuHF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t4Ru8mMuHF .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4Ru8mMuHF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t4Ru8mMuHF .soc-item span {
  font-size: 1.4rem;
}
.cid-t4Ru8mMuHF .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-t4Ru8mMuHF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t4Ru8mMuHF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t4Ru8mMuHF .media-wrap {
  margin-bottom: 1rem;
}
.cid-t4Ru8mMuHF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4Ru8mMuHF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-t4Ru8mMuHF .item {
    justify-content: center;
  }
  .cid-t4Ru8mMuHF .quote::after {
    left: 60px;
  }
}
.cid-t4Ru8mMuHF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t4Ru8mMuHF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4Ru8mMuHF .text1 {
  color: #232323;
}
.cid-t4Ru8mMuHF .item-title {
  color: #232323;
}
.cid-t4Ru8mMuHF H5 {
  color: #232323;
}
.cid-t4Ru8mMuHF .theme {
  color: #ffffff;
}
.cid-t4Ru8mMuHF .copyright > p {
  color: #ff3366;
}
.cid-t4Ru8mMuHF .text2 {
  color: #232323;
}
.cid-tQvrW3IjOq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tQvrW3IjOq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tQvrW3IjOq .nav-item:focus,
.cid-tQvrW3IjOq .nav-link:focus {
  outline: none;
}
.cid-tQvrW3IjOq .text-white:hover,
.cid-tQvrW3IjOq .text-white:active,
.cid-tQvrW3IjOq .text-white:focus {
  color: white!important;
}
.cid-tQvrW3IjOq .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tQvrW3IjOq .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tQvrW3IjOq .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tQvrW3IjOq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tQvrW3IjOq .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tQvrW3IjOq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQvrW3IjOq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQvrW3IjOq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tQvrW3IjOq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQvrW3IjOq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQvrW3IjOq .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-tQvrW3IjOq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQvrW3IjOq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tQvrW3IjOq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tQvrW3IjOq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQvrW3IjOq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQvrW3IjOq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tQvrW3IjOq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQvrW3IjOq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQvrW3IjOq .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-tQvrW3IjOq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tQvrW3IjOq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQvrW3IjOq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQvrW3IjOq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tQvrW3IjOq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tQvrW3IjOq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tQvrW3IjOq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tQvrW3IjOq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tQvrW3IjOq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tQvrW3IjOq .section {
  position: relative;
  overflow: visible!important;
}
.cid-tQvrW3IjOq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tQvrW3IjOq .dropdown-item:hover {
  color: black!important;
}
.cid-tQvrW3IjOq .dropdown-menu {
  background-color: white!important;
}
.cid-tQvrW3IjOq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tQvrW3IjOq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tQvrW3IjOq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tQvrW3IjOq .nav-item .nav-link {
    position: relative;
  }
}
.cid-tQvrW3IjOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tQvrW3IjOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQvrW3IjOq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tQvrW3IjOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tQvrW3IjOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tQvrW3IjOq .collapsed {
  flex-direction: row!important;
}
.cid-tQvrW3IjOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQvrW3IjOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQvrW3IjOq .navbar-caption {
  font-weight: 600!important;
}
.cid-tQvrW3IjOq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQvrW3IjOq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQvrW3IjOq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQvrW3IjOq .dropdown-item.active,
.cid-tQvrW3IjOq .dropdown-item:active {
  background-color: transparent;
}
.cid-tQvrW3IjOq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQvrW3IjOq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQvrW3IjOq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQvrW3IjOq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQvrW3IjOq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQvrW3IjOq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tQvrW3IjOq .navbar-buttons {
  text-align: center;
}
.cid-tQvrW3IjOq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQvrW3IjOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tQvrW3IjOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQvrW3IjOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQvrW3IjOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQvrW3IjOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQvrW3IjOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQvrW3IjOq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQvrW3IjOq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQvrW3IjOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQvrW3IjOq .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tQvrW3IjOq .nav-link {
  font-weight: 600!important;
}
.cid-tQvrW3IjOq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tQvrW3IjOq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tQvrW3IjOq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tQvrW3IjOq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQvrW3IjOq .navbar {
    height: 77px;
  }
  .cid-tQvrW3IjOq .navbar.opened {
    height: auto;
  }
  .cid-tQvrW3IjOq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQvrW4jUOp {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tQvrW4jUOp section {
  position: relative;
}
.cid-tQvrW4jUOp svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tQvrW4jUOp H1 {
  color: #232323;
}
.cid-tQvrW4jUOp .mbr-text,
.cid-tQvrW4jUOp .mbr-section-btn {
  color: #716c80;
}
.cid-tQvrW4jUOp #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-tQvrW4jUOp img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tQvrW4jUOp img {
    width: 100%;
  }
}
.cid-tQvrW4jUOp p {
  text-align: justify;
}
.cid-tQvtxsuKlG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQvtxsuKlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvtxsuKlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvtxsuKlG .container {
  max-width: 1200px;
}
.cid-tQvtxsuKlG .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ecf5f9;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQvtxsuKlG .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvtxsuKlG .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvtxsuKlG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvtxsuKlG .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvtxsuKlG .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvtxsuKlG .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvtxsuKlG .label-text {
  color: #212132;
}
.cid-tQvtxsuKlG .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvtxsuKlG .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvtxsuKlG .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvtxsuKlG .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvtxsuKlG .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvtxsuKlG .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvtxsuKlG .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvtxsuKlG .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvtxsuKlG .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvtxsuKlG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvtxsuKlG .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvtxsuKlG .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvtxsuKlG .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvtxsuKlG .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvtxsuKlG .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvtxsuKlG .card-title,
.cid-tQvtxsuKlG .mbr-section-btn {
  color: #000000;
}
.cid-tQvrW4PFi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf5f9;
}
.cid-tQvrW4PFi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvrW4PFi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvrW4PFi3 .container {
  max-width: 1200px;
}
.cid-tQvrW4PFi3 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tQvrW4PFi3 .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvrW4PFi3 .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvrW4PFi3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvrW4PFi3 .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvrW4PFi3 .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvrW4PFi3 .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvrW4PFi3 .label-text {
  color: #212132;
}
.cid-tQvrW4PFi3 .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvrW4PFi3 .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvrW4PFi3 .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvrW4PFi3 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvrW4PFi3 .img-container {
    left: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvrW4PFi3 .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvrW4PFi3 .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvrW4PFi3 .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvrW4PFi3 .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvrW4PFi3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvrW4PFi3 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQvrW4PFi3 .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvrW4PFi3 .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvrW4PFi3 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvrW4PFi3 .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvrW4PFi3 .card-title,
.cid-tQvrW4PFi3 .mbr-section-btn {
  color: #000000;
}
.cid-tQvrW50CLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQvrW50CLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvrW50CLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvrW50CLM .container {
  max-width: 1200px;
}
.cid-tQvrW50CLM .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ecf5f9;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQvrW50CLM .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvrW50CLM .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvrW50CLM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvrW50CLM .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvrW50CLM .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvrW50CLM .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvrW50CLM .label-text {
  color: #212132;
}
.cid-tQvrW50CLM .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvrW50CLM .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvrW50CLM .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvrW50CLM .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvrW50CLM .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvrW50CLM .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvrW50CLM .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvrW50CLM .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvrW50CLM .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvrW50CLM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvrW50CLM .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvrW50CLM .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvrW50CLM .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvrW50CLM .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvrW50CLM .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvrW50CLM .card-title,
.cid-tQvrW50CLM .mbr-section-btn {
  color: #000000;
}
.cid-tQvrW6SOVj {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-tQvrW75ebz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tQvrW75ebz section {
  position: relative;
}
.cid-tQvrW75ebz .container {
  max-width: 1400px;
}
.cid-tQvrW75ebz .card-img2 span {
  padding-top: 6px;
}
.cid-tQvrW75ebz .soc-item a {
  padding-top: 5px;
}
.cid-tQvrW75ebz .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tQvrW75ebz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-tQvrW75ebz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tQvrW75ebz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tQvrW75ebz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tQvrW75ebz .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQvrW75ebz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tQvrW75ebz .soc-item span {
  font-size: 1.4rem;
}
.cid-tQvrW75ebz .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-tQvrW75ebz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tQvrW75ebz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tQvrW75ebz .media-wrap {
  margin-bottom: 1rem;
}
.cid-tQvrW75ebz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tQvrW75ebz img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tQvrW75ebz .item {
    justify-content: center;
  }
  .cid-tQvrW75ebz .quote::after {
    left: 60px;
  }
}
.cid-tQvrW75ebz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tQvrW75ebz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQvrW75ebz .text1 {
  color: #232323;
}
.cid-tQvrW75ebz .item-title {
  color: #232323;
}
.cid-tQvrW75ebz H5 {
  color: #232323;
}
.cid-tQvrW75ebz .theme {
  color: #ffffff;
}
.cid-tQvrW75ebz .copyright > p {
  color: #ff3366;
}
.cid-tQvrW75ebz .text2 {
  color: #232323;
}
.cid-tQvuoGFB5z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tQvuoGFB5z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tQvuoGFB5z .nav-item:focus,
.cid-tQvuoGFB5z .nav-link:focus {
  outline: none;
}
.cid-tQvuoGFB5z .text-white:hover,
.cid-tQvuoGFB5z .text-white:active,
.cid-tQvuoGFB5z .text-white:focus {
  color: white!important;
}
.cid-tQvuoGFB5z .navbar {
  max-width: 1200px;
  margin: auto;
  margin-top: -10px;
  opacity: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tQvuoGFB5z .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tQvuoGFB5z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tQvuoGFB5z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tQvuoGFB5z .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tQvuoGFB5z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQvuoGFB5z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQvuoGFB5z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tQvuoGFB5z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQvuoGFB5z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQvuoGFB5z .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-tQvuoGFB5z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQvuoGFB5z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tQvuoGFB5z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tQvuoGFB5z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQvuoGFB5z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQvuoGFB5z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tQvuoGFB5z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQvuoGFB5z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQvuoGFB5z .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-tQvuoGFB5z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tQvuoGFB5z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQvuoGFB5z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQvuoGFB5z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding: 21px 0;
  }
  .cid-tQvuoGFB5z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tQvuoGFB5z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tQvuoGFB5z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tQvuoGFB5z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tQvuoGFB5z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tQvuoGFB5z .section {
  position: relative;
  overflow: visible!important;
}
.cid-tQvuoGFB5z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tQvuoGFB5z .dropdown-item:hover {
  color: black!important;
}
.cid-tQvuoGFB5z .dropdown-menu {
  background-color: white!important;
}
.cid-tQvuoGFB5z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tQvuoGFB5z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e62e3c !important;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tQvuoGFB5z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tQvuoGFB5z .nav-item .nav-link {
    position: relative;
  }
}
.cid-tQvuoGFB5z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tQvuoGFB5z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQvuoGFB5z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tQvuoGFB5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tQvuoGFB5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tQvuoGFB5z .collapsed {
  flex-direction: row!important;
}
.cid-tQvuoGFB5z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQvuoGFB5z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQvuoGFB5z .navbar-caption {
  font-weight: 600!important;
}
.cid-tQvuoGFB5z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 21px 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQvuoGFB5z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQvuoGFB5z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQvuoGFB5z .dropdown-item.active,
.cid-tQvuoGFB5z .dropdown-item:active {
  background-color: transparent;
}
.cid-tQvuoGFB5z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQvuoGFB5z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQvuoGFB5z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQvuoGFB5z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQvuoGFB5z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQvuoGFB5z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tQvuoGFB5z .navbar-buttons {
  text-align: center;
}
.cid-tQvuoGFB5z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQvuoGFB5z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tQvuoGFB5z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQvuoGFB5z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQvuoGFB5z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQvuoGFB5z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQvuoGFB5z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQvuoGFB5z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQvuoGFB5z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQvuoGFB5z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQvuoGFB5z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tQvuoGFB5z .nav-link {
  font-weight: 600!important;
}
.cid-tQvuoGFB5z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tQvuoGFB5z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tQvuoGFB5z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tQvuoGFB5z .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQvuoGFB5z .navbar {
    height: 77px;
  }
  .cid-tQvuoGFB5z .navbar.opened {
    height: auto;
  }
  .cid-tQvuoGFB5z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQvuoHiVpr {
  padding-top: 210px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tQvuoHiVpr section {
  position: relative;
}
.cid-tQvuoHiVpr svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tQvuoHiVpr H1 {
  color: #232323;
}
.cid-tQvuoHiVpr .mbr-text,
.cid-tQvuoHiVpr .mbr-section-btn {
  color: #716c80;
}
.cid-tQvuoHiVpr #e1_ellipse {
  fill: #ecf5f9 !important;
}
.cid-tQvuoHiVpr img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tQvuoHiVpr img {
    width: 100%;
  }
}
.cid-tQvuoHiVpr p {
  text-align: justify;
}
.cid-tQvuoHAuat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQvuoHAuat .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvuoHAuat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvuoHAuat .container {
  max-width: 1200px;
}
.cid-tQvuoHAuat .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ecf5f9;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQvuoHAuat .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvuoHAuat .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvuoHAuat .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvuoHAuat .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvuoHAuat .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvuoHAuat .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvuoHAuat .label-text {
  color: #212132;
}
.cid-tQvuoHAuat .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvuoHAuat .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvuoHAuat .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvuoHAuat .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvuoHAuat .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvuoHAuat .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvuoHAuat .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvuoHAuat .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvuoHAuat .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvuoHAuat .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvuoHAuat .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvuoHAuat .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvuoHAuat .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvuoHAuat .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvuoHAuat .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvuoHAuat .card-title,
.cid-tQvuoHAuat .mbr-section-btn {
  color: #000000;
}
.cid-tQvuoHAuat .card-title,
.cid-tQvuoHAuat .mbr-section-btn DIV {
  text-align: left;
}
.cid-tQvuoHSMWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf5f9;
}
.cid-tQvuoHSMWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvuoHSMWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvuoHSMWh .container {
  max-width: 1200px;
}
.cid-tQvuoHSMWh .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tQvuoHSMWh .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvuoHSMWh .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvuoHSMWh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvuoHSMWh .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvuoHSMWh .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvuoHSMWh .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvuoHSMWh .label-text {
  color: #212132;
}
.cid-tQvuoHSMWh .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvuoHSMWh .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvuoHSMWh .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvuoHSMWh .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvuoHSMWh .img-container {
    left: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvuoHSMWh .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvuoHSMWh .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvuoHSMWh .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvuoHSMWh .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvuoHSMWh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvuoHSMWh .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQvuoHSMWh .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvuoHSMWh .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvuoHSMWh .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvuoHSMWh .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvuoHSMWh .card-title,
.cid-tQvuoHSMWh .mbr-section-btn {
  color: #000000;
}
.cid-tQvuoI5AzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQvuoI5AzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvuoI5AzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvuoI5AzA .container {
  max-width: 1200px;
}
.cid-tQvuoI5AzA .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ecf5f9;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQvuoI5AzA .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvuoI5AzA .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvuoI5AzA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvuoI5AzA .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvuoI5AzA .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvuoI5AzA .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvuoI5AzA .label-text {
  color: #212132;
}
.cid-tQvuoI5AzA .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvuoI5AzA .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvuoI5AzA .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvuoI5AzA .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvuoI5AzA .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvuoI5AzA .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvuoI5AzA .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvuoI5AzA .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvuoI5AzA .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvuoI5AzA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvuoI5AzA .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvuoI5AzA .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvuoI5AzA .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvuoI5AzA .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvuoI5AzA .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvuoI5AzA .card-title,
.cid-tQvuoI5AzA .mbr-section-btn {
  color: #000000;
}
.cid-tQvx7pOxLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf5f9;
}
.cid-tQvx7pOxLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvx7pOxLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvx7pOxLB .container {
  max-width: 1200px;
}
.cid-tQvx7pOxLB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tQvx7pOxLB .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQvx7pOxLB .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-tQvx7pOxLB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tQvx7pOxLB .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-tQvx7pOxLB .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQvx7pOxLB .label-container {
    margin-bottom: 12px;
  }
}
.cid-tQvx7pOxLB .label-text {
  color: #212132;
}
.cid-tQvx7pOxLB .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQvx7pOxLB .card-title {
    margin-bottom: 1rem;
  }
}
.cid-tQvx7pOxLB .mbr-text {
  color: #000000;
  margin-top: auto;
  text-align: left;
}
.cid-tQvx7pOxLB .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -8rem;
}
@media (max-width: 1599px) {
  .cid-tQvx7pOxLB .img-container {
    left: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tQvx7pOxLB .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-tQvx7pOxLB .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  background-color: #179eda;
}
@media (max-width: 767px) {
  .cid-tQvx7pOxLB .image-wrapper {
    padding: 20px;
  }
}
.cid-tQvx7pOxLB .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQvx7pOxLB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQvx7pOxLB .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tQvx7pOxLB .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tQvx7pOxLB .btn-container {
    padding: 0 6vw;
  }
  .cid-tQvx7pOxLB .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQvx7pOxLB .btn-container .btn {
    width: 100%;
  }
}
.cid-tQvx7pOxLB .card-title,
.cid-tQvx7pOxLB .mbr-section-btn {
  color: #000000;
}
.cid-tQvuoIg2v4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #179eda, #179eda);
}
.cid-tQvuoIs081 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tQvuoIs081 section {
  position: relative;
}
.cid-tQvuoIs081 .container {
  max-width: 1400px;
}
.cid-tQvuoIs081 .card-img2 span {
  padding-top: 6px;
}
.cid-tQvuoIs081 .soc-item a {
  padding-top: 5px;
}
.cid-tQvuoIs081 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tQvuoIs081 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-tQvuoIs081 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tQvuoIs081 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tQvuoIs081 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tQvuoIs081 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQvuoIs081 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tQvuoIs081 .soc-item span {
  font-size: 1.4rem;
}
.cid-tQvuoIs081 .soc-item:hover span {
  color: #e62e3c !important;
}
.cid-tQvuoIs081 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tQvuoIs081 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tQvuoIs081 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tQvuoIs081 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tQvuoIs081 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tQvuoIs081 .item {
    justify-content: center;
  }
  .cid-tQvuoIs081 .quote::after {
    left: 60px;
  }
}
.cid-tQvuoIs081 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tQvuoIs081 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQvuoIs081 .text1 {
  color: #232323;
}
.cid-tQvuoIs081 .item-title {
  color: #232323;
}
.cid-tQvuoIs081 H5 {
  color: #232323;
}
.cid-tQvuoIs081 .theme {
  color: #ffffff;
}
.cid-tQvuoIs081 .copyright > p {
  color: #ff3366;
}
.cid-tQvuoIs081 .text2 {
  color: #232323;
}
