body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Tajawal', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Tajawal', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #1e2149 !important;
}
.bg-success {
  background-color: #51c0c4 !important;
}
.bg-info {
  background-color: #105369 !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #06df9e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-primary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #105369 !important;
  border-color: #105369 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #105369;
  border-color: #105369;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #105369 !important;
  border-color: #105369 !important;
}
.btn-info:hover {
  background-color: #09303d !important;
  border-color: #09303d !important;
}
.btn-success,
.btn-success:active {
  background-color: #51c0c4 !important;
  border-color: #51c0c4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #51c0c4;
  border-color: #51c0c4;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #51c0c4 !important;
  border-color: #51c0c4 !important;
}
.btn-success:hover {
  background-color: #39a5a9 !important;
  border-color: #39a5a9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-danger:hover {
  background-color: #1ff9b8 !important;
  border-color: #05ad7b !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #105369;
  color: #105369;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #105369 !important;
  border-color: #105369;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #105369 !important;
  border-color: #105369 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #51c0c4;
  color: #51c0c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #51c0c4 !important;
  border-color: #51c0c4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #51c0c4 !important;
  border-color: #51c0c4 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #1e2149 !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #51c0c4 !important;
}
.text-info {
  color: #105369 !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #06df9e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2c8083 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #030d10 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #037c58 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e2149 !important;
}
.alert-success {
  background-color: #51c0c4;
}
.alert-info {
  background-color: #105369;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #06df9e;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e2149;
  border-color: #1e2149;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e2149;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8186cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b0e2e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #21aad8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4fde7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e2149;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e2149;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e2149;
  border-bottom-color: #1e2149;
}
.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: #1e2149 !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: #64697a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sepJKN3xY7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sepJKN3xY7 H1 {
  color: #232323;
  text-align: center;
}
.cid-sepJKN3xY7 .mbr-text,
.cid-sepJKN3xY7 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sepJKN3xY7 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-sepJKN3xY7 .relative {
  position: relative;
}
.cid-sepJKN3xY7 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sepJKN3xY7 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sepJKN3xY7 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-sepJKN3xY7 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-sepJKN3xY7 .card-img1 .img1 {
  width: 180%;
}
.cid-sepJKN3xY7 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sepJKN3xY7 H3 {
  text-align: center;
}
.cid-uI8C77uo12 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #279bae;
}
.cid-uI8C77uo12 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uI8C77uo12 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20.4px;
}
.cid-uI8C77uo12 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uI8C77uo12 .star {
  color: #ffffff;
  fill: currentColor;
  overflow: hidden;
}
.cid-uI8C77uo12 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uI8C77uo12 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-v7CRkKPY1m {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7CRkKPY1m svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v7CRkKPY1m #e2_shape {
  fill: #fbfcff !important;
}
.cid-v7CRkKPY1m img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-v7CRkKPY1m img {
    width: 90%!important;
  }
}
.cid-v7CRkKPY1m H1 {
  color: #056a7a;
}
.cid-v7CRkKPY1m H3 {
  color: #056a7a;
}
.cid-v7CRkKPY1m .mbr-text,
.cid-v7CRkKPY1m .mbr-section-btn {
  color: #056a7a;
}
.cid-v7CRy9naT7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #279bae;
}
.cid-v7CRy9naT7 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-v7CRy9naT7 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-v7CRy9naT7 .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-v7CRy9naT7 .row {
  align-items: center;
}
.cid-v7CRy9naT7 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-v7CRy9naT7 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-v7CRy9naT7 .card-title,
.cid-v7CRy9naT7 .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-v7CRy9naT7 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-v7CRy9naT7 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-v7CRy9naT7 .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-v7CRy9naT7 .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-v7CRy9naT7 .it {
  font-style: italic;
}
.cid-v7CRy9naT7 .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-v7CRy9naT7 .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-v7CRy9naT7 .card-title,
.cid-v7CRy9naT7 .lin {
  text-align: right;
  color: #ffffff;
}
.cid-v1iQOMxhlb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1iQOMxhlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iQOMxhlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iQOMxhlb .container {
  max-width: 1280px;
}
.cid-v1iQOMxhlb .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1iQOMxhlb .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1iQOMxhlb .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1iQOMxhlb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1iQOMxhlb .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1iQOMxhlb .text-wrapper {
    min-height: auto;
  }
}
.cid-v1iQOMxhlb .card-title {
  color: #FFDD65;
}
.cid-v1iQOMxhlb .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1iQOMxhlb .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1iQOMxhlb .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1iQOMxhlb .col-link {
    margin-top: 50px;
  }
}
.cid-v1iQOMxhlb .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1iQOMxhlb .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1iQOMxhlb .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1iQOMxhlb .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1iQOMxhlb .list-text {
  color: #002dff;
}
.cid-v1iQOMxhlb .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1iQOMxhlb .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1iQOMxhlb .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1iQOMxhlb .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1iQOMxhlb .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1iQOMxhlb .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1iQOMxhlb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1iQOMxhlb .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1iQOMxhlb .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1iQOMxhlb .btn-container {
    padding: 0 6vw;
  }
  .cid-v1iQOMxhlb .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1iQOMxhlb .btn-container .btn {
    width: 100%;
  }
}
.cid-v1iQOMxhlb .card-title,
.cid-v1iQOMxhlb .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uYtmiIzZd2 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYtmiIzZd2 .mbr-overlay {
  background: #5eeebb;
}
.cid-uYtmiIzZd2 .row {
  margin: 0;
}
.cid-uYtmiIzZd2 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uYtmiIzZd2 .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-uYtmiIzZd2 .mbr-section-title b,
.cid-uYtmiIzZd2 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uYtmiIzZd2 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uYtmiIzZd2 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-uYtmiIzZd2 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-uYtmiIzZd2 .carousel-item {
  justify-content: center;
}
.cid-uYtmiIzZd2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uYtmiIzZd2 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-uYtmiIzZd2 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-uYtmiIzZd2 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-uYtmiIzZd2 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYtmiIzZd2 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uYtmiIzZd2 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-uYtmiIzZd2 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uYtmiIzZd2 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uYtmiIzZd2 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-uYtmiIzZd2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uYtmiIzZd2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uYtmiIzZd2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-uYtmiIzZd2 .cloneditem-1,
.cid-uYtmiIzZd2 .cloneditem-2,
.cid-uYtmiIzZd2 .cloneditem-3,
.cid-uYtmiIzZd2 .cloneditem-4,
.cid-uYtmiIzZd2 .cloneditem-5 {
  display: none;
}
.cid-uYtmiIzZd2 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uYtmiIzZd2 .wrap {
    margin-bottom: 50px;
  }
  .cid-uYtmiIzZd2 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-uYtmiIzZd2 .arrows {
    display: none;
  }
  .cid-uYtmiIzZd2 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-uYtmiIzZd2 .container-fluid,
  .cid-uYtmiIzZd2 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYtmiIzZd2 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uYtmiIzZd2 .carousel-inner {
    z-index: 1;
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides2 .cloneditem-1,
  .cid-uYtmiIzZd2 .carousel-inner.slides2 .cloneditem-2,
  .cid-uYtmiIzZd2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides3 .cloneditem-1,
  .cid-uYtmiIzZd2 .carousel-inner.slides3 .cloneditem-2,
  .cid-uYtmiIzZd2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides4 .cloneditem-1,
  .cid-uYtmiIzZd2 .carousel-inner.slides4 .cloneditem-2,
  .cid-uYtmiIzZd2 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides5 .cloneditem-1,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 .cloneditem-2,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 .cloneditem-3,
  .cid-uYtmiIzZd2 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtmiIzZd2 .carousel-inner.slides6 .cloneditem-1,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 .cloneditem-2,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 .cloneditem-3,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 .cloneditem-4,
  .cid-uYtmiIzZd2 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uYtmiIzZd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtmiIzZd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQmd9sY9Af {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #206d86;
}
.cid-uQmd9sY9Af .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQmd9sY9Af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQmd9sY9Af .container {
  max-width: 1280px;
}
.cid-uQmd9sY9Af .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQmd9sY9Af .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uQmd9sY9Af .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uQmd9sY9Af .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uQmd9sY9Af .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQmd9sY9Af .text-wrapper {
    min-height: auto;
  }
}
.cid-uQmd9sY9Af .card-title {
  color: #FFDD65;
}
.cid-uQmd9sY9Af .mbr-text {
  color: #056a7a;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uQmd9sY9Af .mbr-text {
    margin-top: 16px;
  }
}
.cid-uQmd9sY9Af .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uQmd9sY9Af .col-link {
    margin-top: 50px;
  }
}
.cid-uQmd9sY9Af .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uQmd9sY9Af .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uQmd9sY9Af .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #279bae;
}
.cid-uQmd9sY9Af .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uQmd9sY9Af .list-text {
  color: #056a7a;
  text-align: right;
}
.cid-uQmd9sY9Af .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uQmd9sY9Af .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uQmd9sY9Af .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uQmd9sY9Af .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uQmd9sY9Af .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uQmd9sY9Af .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uQmd9sY9Af .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQmd9sY9Af .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uQmd9sY9Af .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uQmd9sY9Af .btn-container {
    padding: 0 6vw;
  }
  .cid-uQmd9sY9Af .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uQmd9sY9Af .btn-container .btn {
    width: 100%;
  }
}
.cid-uQmd9sY9Af .card-title,
.cid-uQmd9sY9Af .mbr-section-btn {
  text-align: center;
  color: #056a7a;
}
.cid-uKkdtKgAHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uKkdtKgAHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkdtKgAHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkdtKgAHg .container {
  max-width: 1280px;
}
.cid-uKkdtKgAHg .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKkdtKgAHg .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkdtKgAHg .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uKkdtKgAHg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uKkdtKgAHg .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKkdtKgAHg .text-wrapper {
    min-height: auto;
  }
}
.cid-uKkdtKgAHg .card-title {
  color: #FFDD65;
}
.cid-uKkdtKgAHg .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKkdtKgAHg .mbr-text {
    margin-top: 16px;
  }
}
.cid-uKkdtKgAHg .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uKkdtKgAHg .col-link {
    margin-top: 50px;
  }
}
.cid-uKkdtKgAHg .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uKkdtKgAHg .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uKkdtKgAHg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uKkdtKgAHg .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uKkdtKgAHg .list-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKkdtKgAHg .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uKkdtKgAHg .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uKkdtKgAHg .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uKkdtKgAHg .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKkdtKgAHg .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKkdtKgAHg .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uKkdtKgAHg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKkdtKgAHg .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uKkdtKgAHg .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkdtKgAHg .btn-container {
    padding: 0 6vw;
  }
  .cid-uKkdtKgAHg .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uKkdtKgAHg .btn-container .btn {
    width: 100%;
  }
}
.cid-uKkdtKgAHg .card-title,
.cid-uKkdtKgAHg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uzom7spI6Y {
  background-color: #fbfcff;
  overflow: hidden;
}
.cid-uzom7spI6Y svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uzom7spI6Y #e2_shape {
  fill: #ffffff !important;
}
.cid-uzom7spI6Y img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uzom7spI6Y img {
    width: 90%!important;
  }
}
.cid-uzom7spI6Y H1 {
  color: #105369;
}
.cid-uzom7spI6Y H3 {
  color: #105369;
}
.cid-uzom7spI6Y .mbr-text,
.cid-uzom7spI6Y .mbr-section-btn {
  color: #134354;
}
.cid-uyIZG3XUau {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyIZG3XUau .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffffff;
}
.cid-uyIZG3XUau img {
  width: 100%;
}
.cid-uyIZG3XUau p {
  margin-top: 6rem;
}
.cid-uyIZG3XUau .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uyIZG3XUau .content-wrapper {
  padding-top: 6rem;
}
.cid-uyIZG3XUau h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uyIZG3XUau .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uyIZG3XUau p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uyIZG3XUau .back {
    width: 100%;
    height: 75%;
  }
  .cid-uyIZG3XUau .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uyIZG3XUau p {
    margin-top: 4rem;
  }
}
.cid-uyIZG3XUau .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uyIZG3XUau .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uyIZG3XUau .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uyIZG3XUau h4 {
    right: 2rem;
  }
}
.cid-uyIZG3XUau H3 {
  text-align: center;
  color: #105369;
}
.cid-uyIZG3XUau H1 {
  text-align: center;
  color: #105369;
}
.cid-uyIZG3XUau .mbr-text,
.cid-uyIZG3XUau .mbr-section-btn {
  text-align: center;
  color: #105369;
}
.cid-uyIZG3XUau H4 {
  color: #ffffff;
}
.cid-un1BPEHNoo {
  background-color: #e9e9e9;
  overflow: hidden;
}
.cid-un1BPEHNoo svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-un1BPEHNoo #e2_shape {
  fill: #ffffff !important;
}
.cid-un1BPEHNoo img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-un1BPEHNoo img {
    width: 90%!important;
  }
}
.cid-un1BPEHNoo H1 {
  color: #105369;
}
.cid-un1BPEHNoo H3 {
  color: #105369;
}
.cid-un1BPEHNoo .mbr-text,
.cid-un1BPEHNoo .mbr-section-btn {
  color: #134354;
}
.cid-ul3aBfVSt5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ul3aBfVSt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul3aBfVSt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul3aBfVSt5 .container {
  max-width: 1280px;
}
.cid-ul3aBfVSt5 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ul3aBfVSt5 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ul3aBfVSt5 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-ul3aBfVSt5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-ul3aBfVSt5 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ul3aBfVSt5 .text-wrapper {
    min-height: auto;
  }
}
.cid-ul3aBfVSt5 .card-title {
  color: #FFDD65;
}
.cid-ul3aBfVSt5 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul3aBfVSt5 .mbr-text {
    margin-top: 16px;
  }
}
.cid-ul3aBfVSt5 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-ul3aBfVSt5 .col-link {
    margin-top: 50px;
  }
}
.cid-ul3aBfVSt5 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-ul3aBfVSt5 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-ul3aBfVSt5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-ul3aBfVSt5 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-ul3aBfVSt5 .list-text {
  color: #FFFFFF;
}
.cid-ul3aBfVSt5 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-ul3aBfVSt5 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-ul3aBfVSt5 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-ul3aBfVSt5 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-ul3aBfVSt5 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-ul3aBfVSt5 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-ul3aBfVSt5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ul3aBfVSt5 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-ul3aBfVSt5 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ul3aBfVSt5 .btn-container {
    padding: 0 6vw;
  }
  .cid-ul3aBfVSt5 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-ul3aBfVSt5 .btn-container .btn {
    width: 100%;
  }
}
.cid-ul3aBfVSt5 .card-title,
.cid-ul3aBfVSt5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2n2EMdkj9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2n2EMdkj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2n2EMdkj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2n2EMdkj9 .container {
  max-width: 1280px;
}
.cid-u2n2EMdkj9 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2n2EMdkj9 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u2n2EMdkj9 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-u2n2EMdkj9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-u2n2EMdkj9 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-u2n2EMdkj9 .text-wrapper {
    min-height: auto;
  }
}
.cid-u2n2EMdkj9 .card-title {
  color: #FFDD65;
}
.cid-u2n2EMdkj9 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2n2EMdkj9 .mbr-text {
    margin-top: 16px;
  }
}
.cid-u2n2EMdkj9 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-u2n2EMdkj9 .col-link {
    margin-top: 50px;
  }
}
.cid-u2n2EMdkj9 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-u2n2EMdkj9 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-u2n2EMdkj9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-u2n2EMdkj9 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-u2n2EMdkj9 .list-text {
  color: #FFFFFF;
}
.cid-u2n2EMdkj9 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-u2n2EMdkj9 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-u2n2EMdkj9 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-u2n2EMdkj9 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-u2n2EMdkj9 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-u2n2EMdkj9 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-u2n2EMdkj9 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2n2EMdkj9 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-u2n2EMdkj9 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u2n2EMdkj9 .btn-container {
    padding: 0 6vw;
  }
  .cid-u2n2EMdkj9 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-u2n2EMdkj9 .btn-container .btn {
    width: 100%;
  }
}
.cid-u2n2EMdkj9 .card-title,
.cid-u2n2EMdkj9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toi7NebIrB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toi7NebIrB .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #105369;
}
.cid-toi7NebIrB img {
  width: 100%;
}
.cid-toi7NebIrB p {
  margin-top: 6rem;
}
.cid-toi7NebIrB .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-toi7NebIrB .content-wrapper {
  padding-top: 6rem;
}
.cid-toi7NebIrB h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-toi7NebIrB .content-wrapper {
    padding-top: 0rem;
  }
  .cid-toi7NebIrB p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-toi7NebIrB .back {
    width: 100%;
    height: 75%;
  }
  .cid-toi7NebIrB .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-toi7NebIrB p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-toi7NebIrB .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-toi7NebIrB h4 {
    right: 2rem;
  }
}
.cid-toi7NebIrB H3 {
  text-align: center;
  color: #ffffff;
}
.cid-toi7NebIrB H1 {
  text-align: center;
  color: #ffffff;
}
.cid-toi7NebIrB .mbr-text,
.cid-toi7NebIrB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLRdEgbcsU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2061ab;
}
.cid-tLRdEgbcsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLRdEgbcsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLRdEgbcsU .container {
  max-width: 1280px;
}
.cid-tLRdEgbcsU .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLRdEgbcsU .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tLRdEgbcsU .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tLRdEgbcsU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tLRdEgbcsU .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLRdEgbcsU .text-wrapper {
    min-height: auto;
  }
}
.cid-tLRdEgbcsU .card-title {
  color: #FFDD65;
}
.cid-tLRdEgbcsU .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLRdEgbcsU .mbr-text {
    margin-top: 16px;
  }
}
.cid-tLRdEgbcsU .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tLRdEgbcsU .col-link {
    margin-top: 50px;
  }
}
.cid-tLRdEgbcsU .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tLRdEgbcsU .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tLRdEgbcsU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #51c2c6;
}
.cid-tLRdEgbcsU .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tLRdEgbcsU .list-text {
  color: #FFFFFF;
}
.cid-tLRdEgbcsU .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tLRdEgbcsU .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tLRdEgbcsU .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tLRdEgbcsU .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tLRdEgbcsU .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tLRdEgbcsU .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tLRdEgbcsU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLRdEgbcsU .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tLRdEgbcsU .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tLRdEgbcsU .btn-container {
    padding: 0 6vw;
  }
  .cid-tLRdEgbcsU .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tLRdEgbcsU .btn-container .btn {
    width: 100%;
  }
}
.cid-tLRdEgbcsU .card-title,
.cid-tLRdEgbcsU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHOLxw7NfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2061ab;
}
.cid-tHOLxw7NfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHOLxw7NfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHOLxw7NfB .container {
  max-width: 1280px;
}
.cid-tHOLxw7NfB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tHOLxw7NfB .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHOLxw7NfB .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tHOLxw7NfB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tHOLxw7NfB .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tHOLxw7NfB .text-wrapper {
    min-height: auto;
  }
}
.cid-tHOLxw7NfB .card-title {
  color: #FFDD65;
}
.cid-tHOLxw7NfB .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHOLxw7NfB .mbr-text {
    margin-top: 16px;
  }
}
.cid-tHOLxw7NfB .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tHOLxw7NfB .col-link {
    margin-top: 50px;
  }
}
.cid-tHOLxw7NfB .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tHOLxw7NfB .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tHOLxw7NfB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #51c2c6;
}
.cid-tHOLxw7NfB .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tHOLxw7NfB .list-text {
  color: #FFFFFF;
}
.cid-tHOLxw7NfB .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tHOLxw7NfB .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tHOLxw7NfB .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tHOLxw7NfB .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tHOLxw7NfB .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tHOLxw7NfB .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tHOLxw7NfB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHOLxw7NfB .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tHOLxw7NfB .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHOLxw7NfB .btn-container {
    padding: 0 6vw;
  }
  .cid-tHOLxw7NfB .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tHOLxw7NfB .btn-container .btn {
    width: 100%;
  }
}
.cid-tHOLxw7NfB .card-title,
.cid-tHOLxw7NfB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEqqeilZMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0000ff;
}
.cid-tEqqeilZMH img {
  border-radius: 0px;
}
.cid-tEqqeilZMH .row {
  justify-content: center;
}
.cid-tEqqeilZMH .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-taMGAwugtc {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-taMGAwugtc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-taMGAwugtc #e2_shape {
  fill: #ffffff !important;
}
.cid-taMGAwugtc img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-taMGAwugtc img {
    width: 90%!important;
  }
}
.cid-taMGAwugtc H1 {
  color: #ffffff;
}
.cid-taMGAwugtc H3 {
  color: #ffffff;
}
.cid-taMGAwugtc .mbr-text,
.cid-taMGAwugtc .mbr-section-btn {
  color: #ffffff;
}
.cid-sLC44Jx80i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLC44Jx80i .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-sLC44Jx80i img {
  width: 100%;
}
.cid-sLC44Jx80i p {
  margin-top: 6rem;
}
.cid-sLC44Jx80i .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sLC44Jx80i .content-wrapper {
  padding-top: 6rem;
}
.cid-sLC44Jx80i h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sLC44Jx80i .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sLC44Jx80i p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLC44Jx80i .back {
    width: 100%;
    height: 75%;
  }
  .cid-sLC44Jx80i .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sLC44Jx80i p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLC44Jx80i .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sLC44Jx80i h4 {
    right: 2rem;
  }
}
.cid-sLC44Jx80i H3 {
  text-align: center;
  color: #ffffff;
}
.cid-sLC44Jx80i H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sLC44Jx80i .mbr-text,
.cid-sLC44Jx80i .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-si1ImHmEl4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-si1ImHmEl4 .mbr-overlay {
  background: #5eeebb;
}
.cid-si1ImHmEl4 .column2 {
  margin-top: 150px;
}
.cid-si1ImHmEl4 .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-si1ImHmEl4 .card:hover .image img {
  transform: scale(1.1);
}
.cid-si1ImHmEl4 .card:hover .card__content {
  left: 35px;
}
.cid-si1ImHmEl4 .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-si1ImHmEl4 .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-si1ImHmEl4 .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(251, 252, 255, 0.85);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-si1ImHmEl4 .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #06df9e;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-si1ImHmEl4 .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-si1ImHmEl4 .card__title {
  margin-bottom: 15px;
  color: #233d63;
  text-align: right;
}
.cid-si1ImHmEl4 .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-si1ImHmEl4 .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-si1ImHmEl4 .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-si1ImHmEl4 .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-si1ImHmEl4 .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-si1ImHmEl4 .image {
    max-height: 450px;
  }
}
.cid-si1ImHmEl4 .card__text {
  text-align: right;
  color: #000000;
}
.cid-si1InyNsRK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-si1InyNsRK .mbr-overlay {
  background: #5eeebb;
}
.cid-si1InyNsRK .column2 {
  margin-top: 150px;
}
.cid-si1InyNsRK .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-si1InyNsRK .card:hover .image img {
  transform: scale(1.1);
}
.cid-si1InyNsRK .card:hover .card__content {
  left: 35px;
}
.cid-si1InyNsRK .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-si1InyNsRK .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-si1InyNsRK .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-si1InyNsRK .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #06df9e;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-si1InyNsRK .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-si1InyNsRK .card__title {
  margin-bottom: 15px;
  color: #233d63;
  text-align: right;
}
.cid-si1InyNsRK .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-si1InyNsRK .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-si1InyNsRK .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-si1InyNsRK .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-si1InyNsRK .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-si1InyNsRK .image {
    max-height: 450px;
  }
}
.cid-si1InyNsRK .card__text {
  text-align: right;
  color: #000000;
}
.cid-sBDNdI1Xgp {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #075dd4;
}
.cid-sBDNdI1Xgp img {
  width: 100%;
}
.cid-sBDNdI1Xgp p {
  margin-top: 6rem;
}
.cid-sBDNdI1Xgp .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sBDNdI1Xgp .content-wrapper {
  padding-top: 6rem;
}
.cid-sBDNdI1Xgp h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sBDNdI1Xgp .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sBDNdI1Xgp p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sBDNdI1Xgp .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sBDNdI1Xgp p {
    margin-top: 4rem;
  }
}
.cid-sBDNdI1Xgp .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sBDNdI1Xgp .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sBDNdI1Xgp .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sBDNdI1Xgp h4 {
    right: 2rem;
  }
}
.cid-sBDNdI1Xgp H3 {
  text-align: center;
  color: #ffffff;
}
.cid-sBDNdI1Xgp H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sBDNdI1Xgp .mbr-text,
.cid-sBDNdI1Xgp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sBDNdI1Xgp H4 {
  color: #ffffff;
}
.cid-ser2qqwjQz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ser2qqwjQz .container {
  pointer-events: none;
}
.cid-ser2qqwjQz .subtitle__block,
.cid-ser2qqwjQz .title__block,
.cid-ser2qqwjQz .buttons__block {
  pointer-events: all;
}
.cid-ser2qqwjQz .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-ser2qqwjQz .subtitle__block SPAN {
  color: #06df9e;
}
.cid-ser2qqwjQz .mbr-section-subtitle {
  display: inline-block;
}
.cid-ser2qqwjQz .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-ser2qqwjQz .mbr-text {
  margin-top: 35px;
}
.cid-ser2qqwjQz .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-ser2qqwjQz .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-ser2qqwjQz .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #105369 0%, rgba(16, 83, 105, 0.85) 100%) !important;
}
.cid-ser2qqwjQz .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ser2qqwjQz .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ser2qqwjQz .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-ser2qqwjQz .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ser2qqwjQz .mbr-figure:hover {
  color: #105369;
  cursor: pointer;
}
.cid-ser2qqwjQz .mbr-figure:hover .mbr-media {
  border-color: #105369;
  color: #105369;
}
@media (max-width: 575px) {
  .cid-ser2qqwjQz .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ser2qqwjQz .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-ser2qqwjQz .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ser2qqwjQz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ser2qqwjQz .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-ser2qqwjQz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ser2qqwjQz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ser2qqwjQz .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ser2qqwjQz a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ser2qqwjQz a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ser2qqwjQz .mbr-section-title,
.cid-ser2qqwjQz .subtitle__wrap {
  text-align: center;
}
.cid-ser2qqwjQz .mbr-text,
.cid-ser2qqwjQz .buttons__block {
  text-align: center;
}
.cid-si70oRILiz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #075dd4;
}
.cid-si70oRILiz .mbr-section-title {
  letter-spacing: .1em;
}
.cid-si70oRILiz .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-si70oRILiz .card-img span {
  font-size: 100px;
}
.cid-si70oRILiz .mbr-text,
.cid-si70oRILiz .mbr-section-btn {
  color: #efefef;
}
.cid-saRnRCDGCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-saRnRCDGCm .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-saRnRCDGCm .container {
  pointer-events: none;
}
.cid-saRnRCDGCm .title__block,
.cid-saRnRCDGCm .carousel__block,
.cid-saRnRCDGCm .carousel-controls {
  pointer-events: all;
}
.cid-saRnRCDGCm .mbr-section-title {
  color: #233d63;
}
.cid-saRnRCDGCm .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-saRnRCDGCm .margin__bot {
  margin-bottom: 150px;
}
.cid-saRnRCDGCm .wrap {
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 70px 55px;
  background-color: #075dd4;
}
.cid-saRnRCDGCm .wrap:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #075dd4;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-saRnRCDGCm .wrap:after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #075dd4;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-saRnRCDGCm .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-saRnRCDGCm .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-saRnRCDGCm .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #06df9e;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-saRnRCDGCm .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-saRnRCDGCm .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-saRnRCDGCm .icon__bg {
  position: relative;
}
.cid-saRnRCDGCm .icon__bg:before {
  content: "\e965";
  font-family: 'Moririse2';
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.04;
}
.cid-saRnRCDGCm .mbr-section-title,
.cid-saRnRCDGCm .icon__wrap {
  text-align: center;
}
.cid-saRnRCDGCm .mbr-section-subtitle {
  text-align: center;
}
.cid-saRnRCDGCm .carousel__text {
  color: #ffffff;
  text-align: right;
}
.cid-saRnRCDGCm .author {
  margin-top: 45px;
}
.cid-saRnRCDGCm .user_name {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-saRnRCDGCm .user_prof {
  color: #64697a;
}
.cid-sgwjfHp1az {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-sgwjfHp1az svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sgwjfHp1az #e2_shape {
  fill: #ffffff !important;
}
.cid-sgwjfHp1az img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-sgwjfHp1az img {
    width: 90%!important;
  }
}
.cid-sgwjfHp1az H1 {
  color: #ffffff;
}
#custom-html-pq {
  /* Type valid CSS here */
}
#custom-html-pq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-pq p {
  font-size: 60px;
  color: #777;
}
#custom-html-pq .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-pq .my-float {
  margin-top: 16px;
}
.cid-sPoKI1867M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #075dd4;
}
.cid-sPoKI1867M .mbr-section-title,
.cid-sPoKI1867M .mbr-section-subtitle {
  color: #000000;
}
.cid-sPoKI1867M .mbr-section-text {
  color: #232323;
}
.cid-sPoKI1867M .mbr-text,
.cid-sPoKI1867M .typed-text,
.cid-sPoKI1867M .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sPoKI1867M .btn {
  margin-left: 4px !important;
}
.cid-sPoKI1867M .animated-element {
  color: #ff3366;
}
.cid-sPoKI1867M .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sPoKI1867M .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sPoKI1867M .typed-text,
  .cid-sPoKI1867M .mbr-section-subtitle,
  .cid-sPoKI1867M .mbr-section-text,
  .cid-sPoKI1867M .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sPoKI1867M .mbr-section-text,
.cid-sPoKI1867M .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sPoKI1867M .mbr-section-subtitle,
.cid-sPoKI1867M .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uzXhPz0Efo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uzXhPz0Efo .container {
  padding: 0 5%;
}
.cid-uzXhPz0Efo .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uzXhPz0Efo .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uzXhPz0Efo .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uzXhPz0Efo .counter-container ol li {
    width: auto;
  }
}
.cid-uzXhPz0Efo .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uzXhPz0Efo .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzXhPz0Efo .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uzXhPz0Efo .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uzXhPz0Efo .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uzXhPz0Efo .mbr-text P {
  text-align: right;
}
.cid-saPXG7lxFz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-saPXG7lxFz .container {
  max-width: 1400px;
}
.cid-saPXG7lxFz .card-img2 span {
  padding-top: 6px;
}
.cid-saPXG7lxFz .soc-item a {
  padding-top: 5px;
}
.cid-saPXG7lxFz .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-saPXG7lxFz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-saPXG7lxFz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-saPXG7lxFz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-saPXG7lxFz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-saPXG7lxFz #e2_shape {
  fill: #ffffff !important;
}
.cid-saPXG7lxFz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-saPXG7lxFz .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-saPXG7lxFz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-saPXG7lxFz .card-img {
  width: auto;
}
.cid-saPXG7lxFz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-saPXG7lxFz .soc-item span {
  font-size: 1.4rem;
}
.cid-saPXG7lxFz .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-saPXG7lxFz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-saPXG7lxFz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-saPXG7lxFz .media-wrap {
  margin-bottom: 1rem;
}
.cid-saPXG7lxFz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saPXG7lxFz img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-saPXG7lxFz .item {
    justify-content: center;
  }
  .cid-saPXG7lxFz .quote::after {
    left: 60px;
  }
}
.cid-saPXG7lxFz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-saPXG7lxFz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-saPXG7lxFz .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-saPXG7lxFz .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-saPXG7lxFz H5 {
  color: #ffffff;
  text-align: center;
}
.cid-saPXG7lxFz .theme {
  color: #ffffff;
}
.cid-saPXG7lxFz .copyright > p {
  color: #ff3366;
}
.cid-saPXG7lxFz .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-37 {
  /* Type valid CSS here */
}
#custom-html-37 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-37 p {
  font-size: 60px;
  color: #777;
}
.cid-sbcmPiec0N {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sbcmPiec0N .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sbcmPiec0N .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sbcmPiec0N .card-img span {
  font-size: 100px;
}
.cid-sbcmPiec0N .mbr-text,
.cid-sbcmPiec0N .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUIIgWWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUIIgWWE .container {
  padding: 0 5%;
}
.cid-tcuUIIgWWE .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUIIgWWE .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUIIgWWE .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUIIgWWE .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUIIgWWE .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUIIgWWE .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUIIgWWE .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUIIgWWE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUIIgWWE .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUIIgWWE .mbr-text P {
  text-align: right;
}
.cid-sbcmPiJ3jX {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sbcmPiJ3jX .container {
  max-width: 1400px;
}
.cid-sbcmPiJ3jX .card-img2 span {
  padding-top: 6px;
}
.cid-sbcmPiJ3jX .soc-item a {
  padding-top: 5px;
}
.cid-sbcmPiJ3jX .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sbcmPiJ3jX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sbcmPiJ3jX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sbcmPiJ3jX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbcmPiJ3jX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sbcmPiJ3jX #e2_shape {
  fill: #ffffff !important;
}
.cid-sbcmPiJ3jX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sbcmPiJ3jX .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-sbcmPiJ3jX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sbcmPiJ3jX .card-img {
  width: auto;
}
.cid-sbcmPiJ3jX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sbcmPiJ3jX .soc-item span {
  font-size: 1.4rem;
}
.cid-sbcmPiJ3jX .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sbcmPiJ3jX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sbcmPiJ3jX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sbcmPiJ3jX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sbcmPiJ3jX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbcmPiJ3jX img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sbcmPiJ3jX .item {
    justify-content: center;
  }
  .cid-sbcmPiJ3jX .quote::after {
    left: 60px;
  }
}
.cid-sbcmPiJ3jX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sbcmPiJ3jX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbcmPiJ3jX .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcmPiJ3jX .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sbcmPiJ3jX H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcmPiJ3jX .theme {
  color: #ffffff;
}
.cid-sbcmPiJ3jX .copyright > p {
  color: #ff3366;
}
.cid-sbcmPiJ3jX .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tLzue6c8WQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tLzue6c8WQ H1 {
  color: #232323;
  text-align: center;
}
.cid-tLzue6c8WQ .mbr-text,
.cid-tLzue6c8WQ .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-tLzue6c8WQ .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-tLzue6c8WQ .relative {
  position: relative;
}
.cid-tLzue6c8WQ .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tLzue6c8WQ .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-tLzue6c8WQ .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-tLzue6c8WQ .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-tLzue6c8WQ .card-img1 .img1 {
  width: 180%;
}
.cid-tLzue6c8WQ .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-tLzue6c8WQ H3 {
  text-align: center;
}
.cid-svSe8uJwfB {
  padding-top: 105px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-svSe8uJwfB ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-svSe8uJwfB ul li {
  padding: 1rem 0;
}
.cid-svSe8uJwfB ul li:hover {
  color: #1e2149;
}
.cid-svSe8uJwfB .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-svSe8uJwfB .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-svSe8uJwfB .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-svSe8uJwfB .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-svSe8uJwfB .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-svSe8uJwfB .map {
    height: auto;
  }
}
.cid-svSe8uJwfB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-svSe8uJwfB .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-svSe8uJwfB .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svSe8uJwfB .social-list a:hover {
  opacity: 1;
}
.cid-svSe8uJwfB .row-element,
.cid-svSe8uJwfB .image-element {
  padding: 0;
}
.cid-svSe8uJwfB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-svSe8uJwfB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1e2149, #64697a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-svSe8uJwfB .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-svSe8uJwfB .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-svSe8uJwfB .text-content {
    padding: 2rem 1rem;
  }
  .cid-svSe8uJwfB .underline .line {
    height: 2px;
  }
  .cid-svSe8uJwfB .mbr-title,
  .cid-svSe8uJwfB .underline,
  .cid-svSe8uJwfB .mbr-text,
  .cid-svSe8uJwfB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-svSe8uJwfB .mbr-title,
.cid-svSe8uJwfB .underline {
  color: #ffffff;
}
.cid-svSe8uJwfB .mbr-text,
.cid-svSe8uJwfB .mbr-section-btn {
  color: #ffffff;
}
.cid-svSe8uJwfB mbr-list LI {
  color: #ffffff;
}
.cid-svSe8uJwfB mbr-list {
  text-align: center;
}
.cid-svSe8uJwfB .mbr-list,
.cid-svSe8uJwfB .social-list mbr-list {
  color: #ffffff;
}
.cid-sbczVzK5Pe {
  padding-top: 60px;
  padding-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
  background-color: #095ed5;
}
.cid-sbczVzK5Pe ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sbczVzK5Pe ul li {
  padding: 1rem 0;
}
.cid-sbczVzK5Pe ul li:hover {
  color: #1e2149;
}
.cid-sbczVzK5Pe .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sbczVzK5Pe .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sbczVzK5Pe .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sbczVzK5Pe .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbczVzK5Pe .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sbczVzK5Pe .map {
    height: auto;
  }
}
.cid-sbczVzK5Pe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sbczVzK5Pe .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sbczVzK5Pe .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbczVzK5Pe .social-list a:hover {
  opacity: 1;
}
.cid-sbczVzK5Pe .row-element,
.cid-sbczVzK5Pe .image-element {
  padding: 0;
}
.cid-sbczVzK5Pe .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sbczVzK5Pe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1e2149, #64697a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sbczVzK5Pe .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sbczVzK5Pe .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbczVzK5Pe .text-content {
    padding: 2rem 1rem;
  }
  .cid-sbczVzK5Pe .underline .line {
    height: 2px;
  }
  .cid-sbczVzK5Pe .mbr-title,
  .cid-sbczVzK5Pe .underline,
  .cid-sbczVzK5Pe .mbr-text,
  .cid-sbczVzK5Pe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sbczVzK5Pe .mbr-title,
.cid-sbczVzK5Pe .underline {
  color: #ffffff;
}
.cid-sbczVzK5Pe .mbr-text,
.cid-sbczVzK5Pe .mbr-section-btn {
  color: #ffffff;
}
.cid-sbczVzK5Pe mbr-list LI {
  color: #ffffff;
}
.cid-sbczVzK5Pe mbr-list {
  text-align: center;
}
.cid-sbczVzK5Pe .mbr-list,
.cid-sbczVzK5Pe .social-list mbr-list {
  color: #ffffff;
}
.cid-sbcBniJB3b {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-sbcBniJB3b ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sbcBniJB3b ul li {
  padding: 1rem 0;
}
.cid-sbcBniJB3b ul li:hover {
  color: #1e2149;
}
.cid-sbcBniJB3b .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sbcBniJB3b .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sbcBniJB3b .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sbcBniJB3b .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbcBniJB3b .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sbcBniJB3b .map {
    height: auto;
  }
}
.cid-sbcBniJB3b .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sbcBniJB3b .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sbcBniJB3b .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbcBniJB3b .social-list a:hover {
  opacity: 1;
}
.cid-sbcBniJB3b .row-element,
.cid-sbcBniJB3b .image-element {
  padding: 0;
}
.cid-sbcBniJB3b .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sbcBniJB3b .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1e2149, #64697a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sbcBniJB3b .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sbcBniJB3b .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbcBniJB3b .text-content {
    padding: 2rem 1rem;
  }
  .cid-sbcBniJB3b .underline .line {
    height: 2px;
  }
  .cid-sbcBniJB3b .mbr-title,
  .cid-sbcBniJB3b .underline,
  .cid-sbcBniJB3b .mbr-text,
  .cid-sbcBniJB3b .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sbcBniJB3b .mbr-title,
.cid-sbcBniJB3b .underline {
  color: #ffffff;
}
.cid-sbcBniJB3b .mbr-text,
.cid-sbcBniJB3b .mbr-section-btn {
  color: #ffffff;
}
.cid-sbcBniJB3b mbr-list LI {
  color: #ffffff;
}
.cid-sbcBniJB3b mbr-list {
  text-align: center;
}
.cid-sbcBniJB3b .mbr-list,
.cid-sbcBniJB3b .social-list mbr-list {
  color: #ffffff;
}
.cid-sbcE6O0b6Y {
  padding-top: 105px;
  padding-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
  background-color: #095ed5;
}
.cid-sbcE6O0b6Y ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sbcE6O0b6Y ul li {
  padding: 1rem 0;
}
.cid-sbcE6O0b6Y ul li:hover {
  color: #1e2149;
}
.cid-sbcE6O0b6Y .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sbcE6O0b6Y .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sbcE6O0b6Y .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sbcE6O0b6Y .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbcE6O0b6Y .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sbcE6O0b6Y .map {
    height: auto;
  }
}
.cid-sbcE6O0b6Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sbcE6O0b6Y .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sbcE6O0b6Y .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbcE6O0b6Y .social-list a:hover {
  opacity: 1;
}
.cid-sbcE6O0b6Y .row-element,
.cid-sbcE6O0b6Y .image-element {
  padding: 0;
}
.cid-sbcE6O0b6Y .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sbcE6O0b6Y .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1e2149, #64697a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sbcE6O0b6Y .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sbcE6O0b6Y .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sbcE6O0b6Y .text-content {
    padding: 2rem 1rem;
  }
  .cid-sbcE6O0b6Y .underline .line {
    height: 2px;
  }
  .cid-sbcE6O0b6Y .mbr-title,
  .cid-sbcE6O0b6Y .underline,
  .cid-sbcE6O0b6Y .mbr-text,
  .cid-sbcE6O0b6Y .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sbcE6O0b6Y .mbr-title,
.cid-sbcE6O0b6Y .underline {
  color: #ffffff;
}
.cid-sbcE6O0b6Y .mbr-text,
.cid-sbcE6O0b6Y .mbr-section-btn {
  color: #ffffff;
}
.cid-sbcE6O0b6Y mbr-list LI {
  color: #ffffff;
}
.cid-sbcE6O0b6Y mbr-list {
  text-align: center;
}
.cid-sbcE6O0b6Y .mbr-list,
.cid-sbcE6O0b6Y .social-list mbr-list {
  color: #ffffff;
}
.cid-sbcE6O0b6Y .mbr-text {
  color: #ffffff;
}
.cid-sbdFklNvLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sbdFklNvLG .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sbdFklNvLG .mbr-section-title {
  color: #233d63;
}
.cid-sbdFklNvLG .mbr-section-subtitle {
  text-align: center;
}
.cid-sbdFklNvLG .mbr-section-btn {
  margin-top: 35px;
}
.cid-sbdFklNvLG .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sbdFklNvLG .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sbdFklNvLG .mbr-section-title,
.cid-sbdFklNvLG .mbr-section-btn {
  text-align: center;
}
.cid-sbcoTdaTJI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sbcoTdaTJI .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sbcoTdaTJI .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sbcoTdaTJI .card-img span {
  font-size: 100px;
}
.cid-sbcoTdaTJI .mbr-text,
.cid-sbcoTdaTJI .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUEt7SHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUEt7SHL .container {
  padding: 0 5%;
}
.cid-tcuUEt7SHL .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUEt7SHL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUEt7SHL .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUEt7SHL .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUEt7SHL .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUEt7SHL .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUEt7SHL .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUEt7SHL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUEt7SHL .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUEt7SHL .mbr-text P {
  text-align: right;
}
.cid-sbcoTdKewh {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sbcoTdKewh .container {
  max-width: 1400px;
}
.cid-sbcoTdKewh .card-img2 span {
  padding-top: 6px;
}
.cid-sbcoTdKewh .soc-item a {
  padding-top: 5px;
}
.cid-sbcoTdKewh .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sbcoTdKewh .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sbcoTdKewh .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sbcoTdKewh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbcoTdKewh svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sbcoTdKewh #e2_shape {
  fill: #ffffff !important;
}
.cid-sbcoTdKewh .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sbcoTdKewh .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-sbcoTdKewh .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sbcoTdKewh .card-img {
  width: auto;
}
.cid-sbcoTdKewh .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sbcoTdKewh .soc-item span {
  font-size: 1.4rem;
}
.cid-sbcoTdKewh .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sbcoTdKewh .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sbcoTdKewh .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sbcoTdKewh .media-wrap {
  margin-bottom: 1rem;
}
.cid-sbcoTdKewh .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbcoTdKewh img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sbcoTdKewh .item {
    justify-content: center;
  }
  .cid-sbcoTdKewh .quote::after {
    left: 60px;
  }
}
.cid-sbcoTdKewh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sbcoTdKewh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbcoTdKewh .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcoTdKewh .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sbcoTdKewh H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcoTdKewh .theme {
  color: #ffffff;
}
.cid-sbcoTdKewh .copyright > p {
  color: #ff3366;
}
.cid-sbcoTdKewh .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcRvwSdCn {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-sbcRvwSdCn .container {
  margin-bottom: 15%;
}
.cid-sbcRvwSdCn .content-container .btn-bgr {
  z-index: 0;
}
.cid-sbcRvwSdCn .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-sbcRvwSdCn .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sbcRvwSdCn .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sbcRvwSdCn .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sbcRvwSdCn .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sbcRvwSdCn .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sbcRvwSdCn .box-item-text,
.cid-sbcRvwSdCn .mbr-section-btn {
  color: #8d97ad;
  text-align: center;
}
.cid-sbcRvwSdCn .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sbcRvwSdCn .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sbcRvwSdCn .box-list li:last-child {
  border-bottom: none;
}
.cid-sbcRvwSdCn .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sbcRvwSdCn .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sbcRvwSdCn .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sbcRvwSdCn .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbcRvwSdCn .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sbcRvwSdCn .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sbcRvwSdCn .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sbcRvwSdCn .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sbcRvwSdCn .mbr-text {
  color: #ffffff;
}
.cid-sbcRvwSdCn H1 {
  color: #1e2149;
}
.cid-sbdoAk1axM .stats-item:hover span {
  color: #232bc0;
}
.cid-sbdoAk1axM .stats-item {
  padding: 80px 20px;
}
.cid-sbdoAk1axM .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-sbdoAk1axM .stats-item:nth-child(odd) {
  background-color: #efefef;
}
.cid-sbdoAk1axM .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sbdoAk1axM .mbr-iconfont {
  font-size: 50px;
}
.cid-sbdoAk1axM .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sbdoAk1axM .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sbdoAk1axM .stats-item:first-child {
    background: #ffffff;
  }
  .cid-sbdoAk1axM .stats-item:nth-child(2n) {
    background: #efefef;
  }
  .cid-sbdoAk1axM .stats-item:nth-child(0n+3) {
    background: #efefef none repeat scroll 0 center;
  }
  .cid-sbdoAk1axM .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-sbdoAk1axM .counter {
  text-align: center;
  color: #000000;
}
.cid-sbdoAk1axM .mbr-card-title,
.cid-sbdoAk1axM .mbr-iconfont {
  text-align: right;
  color: #000000;
  display: block;
}
.cid-sbcTbcWtTs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sbcTbcWtTs .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sbcTbcWtTs .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sbcTbcWtTs .card-img span {
  font-size: 100px;
}
.cid-sbcTbcWtTs .mbr-text,
.cid-sbcTbcWtTs .mbr-section-btn {
  color: #efefef;
}
.cid-t5wEk0Zw7M {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wEk0Zw7M .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wEk0Zw7M img {
  width: 100%;
}
.cid-t5wEk0Zw7M p {
  margin-top: 6rem;
}
.cid-t5wEk0Zw7M .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wEk0Zw7M .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wEk0Zw7M h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wEk0Zw7M .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wEk0Zw7M p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wEk0Zw7M .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wEk0Zw7M .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wEk0Zw7M p {
    margin-top: 4rem;
  }
}
.cid-t5wEk0Zw7M .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wEk0Zw7M .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wEk0Zw7M .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wEk0Zw7M h4 {
    right: 2rem;
  }
}
.cid-t5wEk0Zw7M H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wEk0Zw7M H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wEk0Zw7M .mbr-text,
.cid-t5wEk0Zw7M .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcuUQhSB9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUQhSB9A .container {
  padding: 0 5%;
}
.cid-tcuUQhSB9A .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUQhSB9A .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUQhSB9A .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUQhSB9A .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUQhSB9A .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUQhSB9A .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUQhSB9A .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUQhSB9A .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUQhSB9A .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUQhSB9A .mbr-text P {
  text-align: right;
}
.cid-sbcR9vfSxp {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sbcR9vfSxp .container {
  max-width: 1400px;
}
.cid-sbcR9vfSxp .card-img2 span {
  padding-top: 6px;
}
.cid-sbcR9vfSxp .soc-item a {
  padding-top: 5px;
}
.cid-sbcR9vfSxp .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sbcR9vfSxp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sbcR9vfSxp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sbcR9vfSxp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbcR9vfSxp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sbcR9vfSxp #e2_shape {
  fill: #ffffff !important;
}
.cid-sbcR9vfSxp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sbcR9vfSxp .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-sbcR9vfSxp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sbcR9vfSxp .card-img {
  width: auto;
}
.cid-sbcR9vfSxp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sbcR9vfSxp .soc-item span {
  font-size: 1.4rem;
}
.cid-sbcR9vfSxp .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sbcR9vfSxp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sbcR9vfSxp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sbcR9vfSxp .media-wrap {
  margin-bottom: 1rem;
}
.cid-sbcR9vfSxp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbcR9vfSxp img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sbcR9vfSxp .item {
    justify-content: center;
  }
  .cid-sbcR9vfSxp .quote::after {
    left: 60px;
  }
}
.cid-sbcR9vfSxp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sbcR9vfSxp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbcR9vfSxp .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcR9vfSxp .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sbcR9vfSxp H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sbcR9vfSxp .theme {
  color: #ffffff;
}
.cid-sbcR9vfSxp .copyright > p {
  color: #ff3366;
}
.cid-sbcR9vfSxp .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbdqO8FMwR {
  background: #3a71b7;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sbdqO8FMwR .image-block {
  margin: auto;
}
.cid-sbdqO8FMwR figcaption {
  position: relative;
}
.cid-sbdqO8FMwR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbdqO8FMwR .image-block {
    width: 100% !important;
  }
}
#custom-html-4m {
  /* Type valid CSS here */
}
#custom-html-4m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4m p {
  font-size: 60px;
  color: #777;
}
.cid-sbdsHtSvwS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sbdsHtSvwS .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sbdsHtSvwS .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sbdsHtSvwS .card-img span {
  font-size: 100px;
}
.cid-sbdsHtSvwS .mbr-text,
.cid-sbdsHtSvwS .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUMMP4Ml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUMMP4Ml .container {
  padding: 0 5%;
}
.cid-tcuUMMP4Ml .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUMMP4Ml .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUMMP4Ml .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUMMP4Ml .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUMMP4Ml .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUMMP4Ml .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUMMP4Ml .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUMMP4Ml .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUMMP4Ml .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUMMP4Ml .mbr-text P {
  text-align: right;
}
.cid-sbdqCIr4D1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sbdqCIr4D1 .container {
  max-width: 1400px;
}
.cid-sbdqCIr4D1 .card-img2 span {
  padding-top: 6px;
}
.cid-sbdqCIr4D1 .soc-item a {
  padding-top: 5px;
}
.cid-sbdqCIr4D1 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sbdqCIr4D1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sbdqCIr4D1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sbdqCIr4D1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbdqCIr4D1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sbdqCIr4D1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sbdqCIr4D1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sbdqCIr4D1 .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-sbdqCIr4D1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sbdqCIr4D1 .card-img {
  width: auto;
}
.cid-sbdqCIr4D1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sbdqCIr4D1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sbdqCIr4D1 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sbdqCIr4D1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sbdqCIr4D1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sbdqCIr4D1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sbdqCIr4D1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbdqCIr4D1 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sbdqCIr4D1 .item {
    justify-content: center;
  }
  .cid-sbdqCIr4D1 .quote::after {
    left: 60px;
  }
}
.cid-sbdqCIr4D1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sbdqCIr4D1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbdqCIr4D1 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sbdqCIr4D1 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sbdqCIr4D1 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sbdqCIr4D1 .theme {
  color: #ffffff;
}
.cid-sbdqCIr4D1 .copyright > p {
  color: #ff3366;
}
.cid-sbdqCIr4D1 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbNLd5BwpI {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sbNLd5BwpI .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sbNLd5BwpI .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sbNLd5BwpI .mbr-section-title,
.cid-sbNLd5BwpI .icon__wrap {
  text-align: center;
}
.cid-sbNLd5BwpI .mbr-section-subtitle {
  text-align: center;
}
.cid-sbNeQw6ZLQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sbNeQw6ZLQ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbNeQw6ZLQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sbNeQw6ZLQ .panel-group {
  width: 100%;
}
.cid-sbNeQw6ZLQ .panel-text,
.cid-sbNeQw6ZLQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sbNeQw6ZLQ .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sbNeQw6ZLQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbNeQw6ZLQ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #66458e;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbNeQw6ZLQ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sbNeQw6ZLQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbNeQw6ZLQ .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sbNeQw6ZLQ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sbNeQw6ZLQ .card .panel-body {
  background: #ffffff;
}
.cid-sbNeQw6ZLQ .header-text,
.cid-sbNeQw6ZLQ .sign {
  color: #ffffff;
}
.cid-sbNPlpZeRH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sbNPlpZeRH .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbNPlpZeRH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sbNPlpZeRH .panel-group {
  width: 100%;
}
.cid-sbNPlpZeRH .panel-text,
.cid-sbNPlpZeRH .mbr-section-subtitle {
  color: #767676;
}
.cid-sbNPlpZeRH .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sbNPlpZeRH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbNPlpZeRH .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #66458e;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbNPlpZeRH .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sbNPlpZeRH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbNPlpZeRH .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sbNPlpZeRH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sbNPlpZeRH .card .panel-body {
  background: #ffffff;
}
.cid-sbNPlpZeRH .header-text,
.cid-sbNPlpZeRH .sign {
  color: #ffffff;
}
.cid-v1n9waQ2VJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n9waQ2VJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n9waQ2VJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n9waQ2VJ .container {
  max-width: 1280px;
}
.cid-v1n9waQ2VJ .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n9waQ2VJ .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n9waQ2VJ .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n9waQ2VJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n9waQ2VJ .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n9waQ2VJ .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n9waQ2VJ .card-title {
  color: #FFDD65;
}
.cid-v1n9waQ2VJ .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n9waQ2VJ .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n9waQ2VJ .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n9waQ2VJ .col-link {
    margin-top: 50px;
  }
}
.cid-v1n9waQ2VJ .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n9waQ2VJ .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n9waQ2VJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n9waQ2VJ .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n9waQ2VJ .list-text {
  color: #002dff;
}
.cid-v1n9waQ2VJ .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n9waQ2VJ .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n9waQ2VJ .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n9waQ2VJ .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n9waQ2VJ .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n9waQ2VJ .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n9waQ2VJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n9waQ2VJ .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n9waQ2VJ .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n9waQ2VJ .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n9waQ2VJ .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n9waQ2VJ .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n9waQ2VJ .card-title,
.cid-v1n9waQ2VJ .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-tcuUUmQMuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUUmQMuh .container {
  padding: 0 5%;
}
.cid-tcuUUmQMuh .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUUmQMuh .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUUmQMuh .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUUmQMuh .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUUmQMuh .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUUmQMuh .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUUmQMuh .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUUmQMuh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUUmQMuh .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUUmQMuh .mbr-text P {
  text-align: right;
}
.cid-sbNS0XssbV {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sbNS0XssbV .container {
  max-width: 1400px;
}
.cid-sbNS0XssbV .card-img2 span {
  padding-top: 6px;
}
.cid-sbNS0XssbV .soc-item a {
  padding-top: 5px;
}
.cid-sbNS0XssbV .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sbNS0XssbV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sbNS0XssbV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sbNS0XssbV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbNS0XssbV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sbNS0XssbV #e2_shape {
  fill: #ffffff !important;
}
.cid-sbNS0XssbV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sbNS0XssbV .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-sbNS0XssbV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sbNS0XssbV .card-img {
  width: auto;
}
.cid-sbNS0XssbV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sbNS0XssbV .soc-item span {
  font-size: 1.4rem;
}
.cid-sbNS0XssbV .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sbNS0XssbV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sbNS0XssbV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sbNS0XssbV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sbNS0XssbV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbNS0XssbV img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sbNS0XssbV .item {
    justify-content: center;
  }
  .cid-sbNS0XssbV .quote::after {
    left: 60px;
  }
}
.cid-sbNS0XssbV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sbNS0XssbV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbNS0XssbV .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sbNS0XssbV .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sbNS0XssbV H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sbNS0XssbV .theme {
  color: #ffffff;
}
.cid-sbNS0XssbV .copyright > p {
  color: #ff3366;
}
.cid-sbNS0XssbV .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbRddOW7UC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sbRddOW7UC .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sbRddOW7UC .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sbRddOW7UC .mbr-section-title,
.cid-sbRddOW7UC .icon__wrap {
  text-align: center;
}
.cid-sbRddOW7UC .mbr-section-subtitle {
  text-align: center;
}
.cid-sbRddPnFUD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sbRddPnFUD .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbRddPnFUD .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sbRddPnFUD .panel-group {
  width: 100%;
}
.cid-sbRddPnFUD .panel-text,
.cid-sbRddPnFUD .mbr-section-subtitle {
  color: #767676;
}
.cid-sbRddPnFUD .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sbRddPnFUD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbRddPnFUD .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #66458e;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbRddPnFUD .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sbRddPnFUD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbRddPnFUD .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sbRddPnFUD .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sbRddPnFUD .card .panel-body {
  background: #ffffff;
}
.cid-sbRddPnFUD .header-text,
.cid-sbRddPnFUD .sign {
  color: #ffffff;
  text-align: right;
}
.cid-sbRddPnFUD .panel-text {
  text-align: right;
}
.cid-sbRddPUhtM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sbRddPUhtM .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbRddPUhtM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sbRddPUhtM .panel-group {
  width: 100%;
}
.cid-sbRddPUhtM .panel-text,
.cid-sbRddPUhtM .mbr-section-subtitle {
  color: #767676;
}
.cid-sbRddPUhtM .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sbRddPUhtM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbRddPUhtM .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #66458e;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbRddPUhtM .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sbRddPUhtM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbRddPUhtM .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sbRddPUhtM .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sbRddPUhtM .card .panel-body {
  background: #ffffff;
}
.cid-sbRddPUhtM .header-text,
.cid-sbRddPUhtM .sign {
  color: #ffffff;
  text-align: right;
}
.cid-sbRddPUhtM .panel-text {
  text-align: right;
}
.cid-v1n9BlE3JH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n9BlE3JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n9BlE3JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n9BlE3JH .container {
  max-width: 1280px;
}
.cid-v1n9BlE3JH .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n9BlE3JH .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n9BlE3JH .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n9BlE3JH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n9BlE3JH .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n9BlE3JH .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n9BlE3JH .card-title {
  color: #FFDD65;
}
.cid-v1n9BlE3JH .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n9BlE3JH .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n9BlE3JH .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n9BlE3JH .col-link {
    margin-top: 50px;
  }
}
.cid-v1n9BlE3JH .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n9BlE3JH .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n9BlE3JH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n9BlE3JH .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n9BlE3JH .list-text {
  color: #002dff;
}
.cid-v1n9BlE3JH .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n9BlE3JH .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n9BlE3JH .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n9BlE3JH .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n9BlE3JH .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n9BlE3JH .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n9BlE3JH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n9BlE3JH .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n9BlE3JH .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n9BlE3JH .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n9BlE3JH .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n9BlE3JH .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n9BlE3JH .card-title,
.cid-v1n9BlE3JH .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-sbRddQnS6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sbRddQnS6D .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sbRddQnS6D .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sbRddQnS6D .mbr-section-subtitle {
  text-align: center;
}
.cid-sbRddQnS6D .mbr-section-btn {
  margin-top: 35px;
}
.cid-sbRddQnS6D .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sbRddQnS6D .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sbRddQnS6D .mbr-section-title,
.cid-sbRddQnS6D .mbr-section-btn {
  text-align: center;
}
.cid-tcuUZzg8F8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUZzg8F8 .container {
  padding: 0 5%;
}
.cid-tcuUZzg8F8 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUZzg8F8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUZzg8F8 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUZzg8F8 .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUZzg8F8 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUZzg8F8 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUZzg8F8 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUZzg8F8 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUZzg8F8 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUZzg8F8 .mbr-text P {
  text-align: right;
}
.cid-sbRddQKPsT {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sbRddQKPsT .container {
  max-width: 1400px;
}
.cid-sbRddQKPsT .card-img2 span {
  padding-top: 6px;
}
.cid-sbRddQKPsT .soc-item a {
  padding-top: 5px;
}
.cid-sbRddQKPsT .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sbRddQKPsT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sbRddQKPsT .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sbRddQKPsT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sbRddQKPsT svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sbRddQKPsT #e2_shape {
  fill: #ffffff !important;
}
.cid-sbRddQKPsT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sbRddQKPsT .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-sbRddQKPsT .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sbRddQKPsT .card-img {
  width: auto;
}
.cid-sbRddQKPsT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sbRddQKPsT .soc-item span {
  font-size: 1.4rem;
}
.cid-sbRddQKPsT .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sbRddQKPsT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sbRddQKPsT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sbRddQKPsT .media-wrap {
  margin-bottom: 1rem;
}
.cid-sbRddQKPsT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbRddQKPsT img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sbRddQKPsT .item {
    justify-content: center;
  }
  .cid-sbRddQKPsT .quote::after {
    left: 60px;
  }
}
.cid-sbRddQKPsT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sbRddQKPsT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbRddQKPsT .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sbRddQKPsT .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sbRddQKPsT H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sbRddQKPsT .theme {
  color: #ffffff;
}
.cid-sbRddQKPsT .copyright > p {
  color: #ff3366;
}
.cid-sbRddQKPsT .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-ad {
  /* Type valid CSS here */
}
#custom-html-ad div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ad p {
  font-size: 60px;
  color: #777;
}
.cid-si1OAZIomz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-si1OAZIomz .mbr-section-title {
  letter-spacing: .1em;
}
.cid-si1OAZIomz .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-si1OAZIomz .card-img span {
  font-size: 100px;
}
.cid-si1OAZIomz .mbr-text,
.cid-si1OAZIomz .mbr-section-btn {
  color: #efefef;
}
.cid-si1OAZqIqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-si1OAZqIqY .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-si1OAZqIqY .mbr-section-title {
  color: #233d63;
}
.cid-si1OAZqIqY .mbr-section-subtitle {
  text-align: center;
}
.cid-si1OAZqIqY .mbr-section-btn {
  margin-top: 35px;
}
.cid-si1OAZqIqY .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-si1OAZqIqY .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-si1OAZqIqY .mbr-section-title,
.cid-si1OAZqIqY .mbr-section-btn {
  text-align: center;
}
.cid-tcuUws1kJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUws1kJR .container {
  padding: 0 5%;
}
.cid-tcuUws1kJR .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUws1kJR .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUws1kJR .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUws1kJR .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUws1kJR .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUws1kJR .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUws1kJR .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUws1kJR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUws1kJR .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUws1kJR .mbr-text P {
  text-align: right;
}
.cid-si1OAZXfh6 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-si1OAZXfh6 .container {
  max-width: 1400px;
}
.cid-si1OAZXfh6 .card-img2 span {
  padding-top: 6px;
}
.cid-si1OAZXfh6 .soc-item a {
  padding-top: 5px;
}
.cid-si1OAZXfh6 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-si1OAZXfh6 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-si1OAZXfh6 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-si1OAZXfh6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-si1OAZXfh6 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-si1OAZXfh6 #e2_shape {
  fill: #ffffff !important;
}
.cid-si1OAZXfh6 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-si1OAZXfh6 .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-si1OAZXfh6 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-si1OAZXfh6 .card-img {
  width: auto;
}
.cid-si1OAZXfh6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-si1OAZXfh6 .soc-item span {
  font-size: 1.4rem;
}
.cid-si1OAZXfh6 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-si1OAZXfh6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-si1OAZXfh6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-si1OAZXfh6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-si1OAZXfh6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-si1OAZXfh6 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-si1OAZXfh6 .item {
    justify-content: center;
  }
  .cid-si1OAZXfh6 .quote::after {
    left: 60px;
  }
}
.cid-si1OAZXfh6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-si1OAZXfh6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-si1OAZXfh6 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-si1OAZXfh6 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-si1OAZXfh6 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-si1OAZXfh6 .theme {
  color: #ffffff;
}
.cid-si1OAZXfh6 .copyright > p {
  color: #ff3366;
}
.cid-si1OAZXfh6 .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-a8 {
  /* Type valid CSS here */
}
#custom-html-a8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-a8 p {
  font-size: 60px;
  color: #777;
}
.cid-v1n8Zt12iD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n8Zt12iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n8Zt12iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n8Zt12iD .container {
  max-width: 1280px;
}
.cid-v1n8Zt12iD .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n8Zt12iD .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8Zt12iD .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n8Zt12iD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n8Zt12iD .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n8Zt12iD .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n8Zt12iD .card-title {
  color: #FFDD65;
}
.cid-v1n8Zt12iD .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n8Zt12iD .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n8Zt12iD .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n8Zt12iD .col-link {
    margin-top: 50px;
  }
}
.cid-v1n8Zt12iD .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n8Zt12iD .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n8Zt12iD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n8Zt12iD .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n8Zt12iD .list-text {
  color: #002dff;
}
.cid-v1n8Zt12iD .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n8Zt12iD .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n8Zt12iD .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n8Zt12iD .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n8Zt12iD .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n8Zt12iD .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n8Zt12iD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n8Zt12iD .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n8Zt12iD .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8Zt12iD .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n8Zt12iD .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n8Zt12iD .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n8Zt12iD .card-title,
.cid-v1n8Zt12iD .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-si1NFY4JFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-si1NFY4JFO .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-si1NFY4JFO .mbr-section-title {
  color: #233d63;
}
.cid-si1NFY4JFO .mbr-section-subtitle {
  text-align: center;
}
.cid-si1NFY4JFO .mbr-section-btn {
  margin-top: 35px;
}
.cid-si1NFY4JFO .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-si1NFY4JFO .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-si1NFY4JFO .mbr-section-title,
.cid-si1NFY4JFO .mbr-section-btn {
  text-align: center;
}
.cid-si1NGxzXe3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-si1NGxzXe3 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-si1NGxzXe3 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-si1NGxzXe3 .card-img span {
  font-size: 100px;
}
.cid-si1NGxzXe3 .mbr-text,
.cid-si1NGxzXe3 .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUtjNfxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUtjNfxf .container {
  padding: 0 5%;
}
.cid-tcuUtjNfxf .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUtjNfxf .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUtjNfxf .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUtjNfxf .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUtjNfxf .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUtjNfxf .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUtjNfxf .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUtjNfxf .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUtjNfxf .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUtjNfxf .mbr-text P {
  text-align: right;
}
.cid-trYELPci73 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-trYELPci73 .container {
  max-width: 1400px;
}
.cid-trYELPci73 .card-img2 span {
  padding-top: 6px;
}
.cid-trYELPci73 .soc-item a {
  padding-top: 5px;
}
.cid-trYELPci73 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-trYELPci73 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-trYELPci73 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-trYELPci73 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trYELPci73 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-trYELPci73 #e2_shape {
  fill: #ffffff !important;
}
.cid-trYELPci73 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-trYELPci73 .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-trYELPci73 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trYELPci73 .card-img {
  width: auto;
}
.cid-trYELPci73 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-trYELPci73 .soc-item span {
  font-size: 1.4rem;
}
.cid-trYELPci73 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-trYELPci73 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-trYELPci73 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trYELPci73 .media-wrap {
  margin-bottom: 1rem;
}
.cid-trYELPci73 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-trYELPci73 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-trYELPci73 .item {
    justify-content: center;
  }
  .cid-trYELPci73 .quote::after {
    left: 60px;
  }
}
.cid-trYELPci73 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-trYELPci73 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trYELPci73 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-trYELPci73 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-trYELPci73 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-trYELPci73 .theme {
  color: #ffffff;
}
.cid-trYELPci73 .copyright > p {
  color: #ff3366;
}
.cid-trYELPci73 .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-an {
  /* Type valid CSS here */
}
#custom-html-an div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-an p {
  font-size: 60px;
  color: #777;
}
.cid-v1n8U3ITtX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n8U3ITtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n8U3ITtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n8U3ITtX .container {
  max-width: 1280px;
}
.cid-v1n8U3ITtX .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n8U3ITtX .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8U3ITtX .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n8U3ITtX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n8U3ITtX .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n8U3ITtX .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n8U3ITtX .card-title {
  color: #FFDD65;
}
.cid-v1n8U3ITtX .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n8U3ITtX .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n8U3ITtX .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n8U3ITtX .col-link {
    margin-top: 50px;
  }
}
.cid-v1n8U3ITtX .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n8U3ITtX .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n8U3ITtX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n8U3ITtX .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n8U3ITtX .list-text {
  color: #002dff;
}
.cid-v1n8U3ITtX .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n8U3ITtX .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n8U3ITtX .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n8U3ITtX .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n8U3ITtX .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n8U3ITtX .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n8U3ITtX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n8U3ITtX .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n8U3ITtX .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8U3ITtX .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n8U3ITtX .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n8U3ITtX .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n8U3ITtX .card-title,
.cid-v1n8U3ITtX .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-si71MDBtzQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-si71MDBtzQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-si71MDBtzQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-si71MDBtzQ .card-img span {
  font-size: 100px;
}
.cid-si71MDBtzQ .mbr-text,
.cid-si71MDBtzQ .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUpBGmJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUpBGmJ6 .container {
  padding: 0 5%;
}
.cid-tcuUpBGmJ6 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUpBGmJ6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUpBGmJ6 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUpBGmJ6 .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUpBGmJ6 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUpBGmJ6 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUpBGmJ6 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUpBGmJ6 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUpBGmJ6 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUpBGmJ6 .mbr-text P {
  text-align: right;
}
.cid-trYEIarcnJ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-trYEIarcnJ .container {
  max-width: 1400px;
}
.cid-trYEIarcnJ .card-img2 span {
  padding-top: 6px;
}
.cid-trYEIarcnJ .soc-item a {
  padding-top: 5px;
}
.cid-trYEIarcnJ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-trYEIarcnJ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-trYEIarcnJ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-trYEIarcnJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trYEIarcnJ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-trYEIarcnJ #e2_shape {
  fill: #ffffff !important;
}
.cid-trYEIarcnJ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-trYEIarcnJ .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-trYEIarcnJ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trYEIarcnJ .card-img {
  width: auto;
}
.cid-trYEIarcnJ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-trYEIarcnJ .soc-item span {
  font-size: 1.4rem;
}
.cid-trYEIarcnJ .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-trYEIarcnJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-trYEIarcnJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trYEIarcnJ .media-wrap {
  margin-bottom: 1rem;
}
.cid-trYEIarcnJ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-trYEIarcnJ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-trYEIarcnJ .item {
    justify-content: center;
  }
  .cid-trYEIarcnJ .quote::after {
    left: 60px;
  }
}
.cid-trYEIarcnJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-trYEIarcnJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trYEIarcnJ .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-trYEIarcnJ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-trYEIarcnJ H5 {
  color: #ffffff;
  text-align: center;
}
.cid-trYEIarcnJ .theme {
  color: #ffffff;
}
.cid-trYEIarcnJ .copyright > p {
  color: #ff3366;
}
.cid-trYEIarcnJ .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-bl {
  /* Type valid CSS here */
}
#custom-html-bl div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bl p {
  font-size: 60px;
  color: #777;
}
.cid-snYldZ3T7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-snYldZ3T7F .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-snYldZ3T7F .mbr-section-title {
  color: #233d63;
}
.cid-snYldZ3T7F .mbr-section-subtitle {
  text-align: center;
}
.cid-snYldZ3T7F .mbr-section-btn {
  margin-top: 35px;
}
.cid-snYldZ3T7F .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-snYldZ3T7F .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-snYldZ3T7F .mbr-section-title,
.cid-snYldZ3T7F .mbr-section-btn {
  text-align: center;
}
.cid-snYldZmpe4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-snYldZmpe4 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-snYldZmpe4 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-snYldZmpe4 .card-img span {
  font-size: 100px;
}
.cid-snYldZmpe4 .mbr-text,
.cid-snYldZmpe4 .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUzqDkIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUzqDkIE .container {
  padding: 0 5%;
}
.cid-tcuUzqDkIE .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUzqDkIE .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUzqDkIE .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUzqDkIE .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUzqDkIE .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUzqDkIE .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUzqDkIE .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUzqDkIE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUzqDkIE .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUzqDkIE .mbr-text P {
  text-align: right;
}
.cid-snYldZEMd2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-snYldZEMd2 .container {
  max-width: 1400px;
}
.cid-snYldZEMd2 .card-img2 span {
  padding-top: 6px;
}
.cid-snYldZEMd2 .soc-item a {
  padding-top: 5px;
}
.cid-snYldZEMd2 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-snYldZEMd2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snYldZEMd2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snYldZEMd2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snYldZEMd2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snYldZEMd2 #e2_shape {
  fill: #ffffff !important;
}
.cid-snYldZEMd2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snYldZEMd2 .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-snYldZEMd2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snYldZEMd2 .card-img {
  width: auto;
}
.cid-snYldZEMd2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snYldZEMd2 .soc-item span {
  font-size: 1.4rem;
}
.cid-snYldZEMd2 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-snYldZEMd2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snYldZEMd2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snYldZEMd2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-snYldZEMd2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snYldZEMd2 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-snYldZEMd2 .item {
    justify-content: center;
  }
  .cid-snYldZEMd2 .quote::after {
    left: 60px;
  }
}
.cid-snYldZEMd2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snYldZEMd2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snYldZEMd2 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-snYldZEMd2 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-snYldZEMd2 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-snYldZEMd2 .theme {
  color: #ffffff;
}
.cid-snYldZEMd2 .copyright > p {
  color: #ff3366;
}
.cid-snYldZEMd2 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-swleXskhbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swleXskhbr .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swleXskhbr .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-swleXskhbr .mbr-section-subtitle {
  text-align: center;
  color: #17171f;
}
.cid-swleXskhbr .mbr-section-btn {
  margin-top: 35px;
}
.cid-swleXskhbr .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swleXskhbr .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swleXskhbr .mbr-section-title,
.cid-swleXskhbr .mbr-section-btn {
  text-align: center;
}
#custom-html-h9 {
  /* Type valid CSS here */
}
#custom-html-h9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h9 p {
  font-size: 60px;
  color: #777;
}
#custom-html-pm {
  /* Type valid CSS here */
}
#custom-html-pm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-pm p {
  font-size: 60px;
  color: #777;
}
#custom-html-pm .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-pm .my-float {
  margin-top: 16px;
}
.cid-swleXsCvAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swleXsCvAh .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swleXsCvAh .mbr-section-title {
  color: #233d63;
}
.cid-swleXsCvAh .mbr-section-subtitle {
  text-align: center;
}
.cid-swleXsCvAh .mbr-section-btn {
  margin-top: 35px;
}
.cid-swleXsCvAh .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swleXsCvAh .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swleXsCvAh .mbr-section-title,
.cid-swleXsCvAh .mbr-section-btn {
  text-align: center;
}
.cid-swleXsO0qk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-swleXsO0qk .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swleXsO0qk .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swleXsO0qk .card-img span {
  font-size: 100px;
}
.cid-swleXsO0qk .mbr-text,
.cid-swleXsO0qk .mbr-section-btn {
  color: #efefef;
}
.cid-t5wF2Kn8Dc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wF2Kn8Dc .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wF2Kn8Dc img {
  width: 100%;
}
.cid-t5wF2Kn8Dc p {
  margin-top: 6rem;
}
.cid-t5wF2Kn8Dc .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wF2Kn8Dc .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wF2Kn8Dc h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wF2Kn8Dc .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wF2Kn8Dc p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wF2Kn8Dc .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wF2Kn8Dc .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wF2Kn8Dc p {
    margin-top: 4rem;
  }
}
.cid-t5wF2Kn8Dc .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wF2Kn8Dc .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wF2Kn8Dc .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wF2Kn8Dc h4 {
    right: 2rem;
  }
}
.cid-t5wF2Kn8Dc H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wF2Kn8Dc H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wF2Kn8Dc .mbr-text,
.cid-t5wF2Kn8Dc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5wF2Kn8Dc H4 {
  color: #ffffff;
}
.cid-tcuVqCfLv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVqCfLv5 .container {
  padding: 0 5%;
}
.cid-tcuVqCfLv5 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVqCfLv5 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVqCfLv5 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVqCfLv5 .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVqCfLv5 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVqCfLv5 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVqCfLv5 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVqCfLv5 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVqCfLv5 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVqCfLv5 .mbr-text P {
  text-align: right;
}
.cid-swleXtfDLm {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-swleXtfDLm .container {
  max-width: 1400px;
}
.cid-swleXtfDLm .card-img2 span {
  padding-top: 6px;
}
.cid-swleXtfDLm .soc-item a {
  padding-top: 5px;
}
.cid-swleXtfDLm .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-swleXtfDLm .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-swleXtfDLm .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-swleXtfDLm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swleXtfDLm svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-swleXtfDLm #e2_shape {
  fill: #ffffff !important;
}
.cid-swleXtfDLm .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-swleXtfDLm .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-swleXtfDLm .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swleXtfDLm .card-img {
  width: auto;
}
.cid-swleXtfDLm .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-swleXtfDLm .soc-item span {
  font-size: 1.4rem;
}
.cid-swleXtfDLm .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-swleXtfDLm .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-swleXtfDLm .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swleXtfDLm .media-wrap {
  margin-bottom: 1rem;
}
.cid-swleXtfDLm .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swleXtfDLm img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-swleXtfDLm .item {
    justify-content: center;
  }
  .cid-swleXtfDLm .quote::after {
    left: 60px;
  }
}
.cid-swleXtfDLm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-swleXtfDLm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swleXtfDLm .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-swleXtfDLm .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-swleXtfDLm H5 {
  color: #ffffff;
  text-align: center;
}
.cid-swleXtfDLm .theme {
  color: #ffffff;
}
.cid-swleXtfDLm .copyright > p {
  color: #ff3366;
}
.cid-swleXtfDLm .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-swlkpUWNVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swlkpUWNVS .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swlkpUWNVS .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-swlkpUWNVS .mbr-section-subtitle {
  text-align: center;
  color: #17171f;
}
.cid-swlkpUWNVS .mbr-section-btn {
  margin-top: 35px;
}
.cid-swlkpUWNVS .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swlkpUWNVS .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swlkpUWNVS .mbr-section-title,
.cid-swlkpUWNVS .mbr-section-btn {
  text-align: center;
}
#custom-html-hg {
  /* Type valid CSS here */
}
#custom-html-hg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hg p {
  font-size: 60px;
  color: #777;
}
#custom-html-pn {
  /* Type valid CSS here */
}
#custom-html-pn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-pn p {
  font-size: 60px;
  color: #777;
}
#custom-html-pn .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-pn .my-float {
  margin-top: 16px;
}
.cid-swlkpVovQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swlkpVovQm .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swlkpVovQm .mbr-section-title {
  color: #233d63;
}
.cid-swlkpVovQm .mbr-section-subtitle {
  text-align: center;
}
.cid-swlkpVovQm .mbr-section-btn {
  margin-top: 35px;
}
.cid-swlkpVovQm .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swlkpVovQm .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swlkpVovQm .mbr-section-title,
.cid-swlkpVovQm .mbr-section-btn {
  text-align: center;
}
.cid-swlkpVATcG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-swlkpVATcG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swlkpVATcG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swlkpVATcG .card-img span {
  font-size: 100px;
}
.cid-swlkpVATcG .mbr-text,
.cid-swlkpVATcG .mbr-section-btn {
  color: #efefef;
}
.cid-v1n9Q5T12P {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n9Q5T12P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n9Q5T12P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n9Q5T12P .container {
  max-width: 1280px;
}
.cid-v1n9Q5T12P .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n9Q5T12P .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n9Q5T12P .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n9Q5T12P .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n9Q5T12P .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n9Q5T12P .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n9Q5T12P .card-title {
  color: #FFDD65;
}
.cid-v1n9Q5T12P .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n9Q5T12P .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n9Q5T12P .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n9Q5T12P .col-link {
    margin-top: 50px;
  }
}
.cid-v1n9Q5T12P .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n9Q5T12P .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n9Q5T12P .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n9Q5T12P .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n9Q5T12P .list-text {
  color: #002dff;
}
.cid-v1n9Q5T12P .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n9Q5T12P .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n9Q5T12P .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n9Q5T12P .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n9Q5T12P .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n9Q5T12P .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n9Q5T12P .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n9Q5T12P .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n9Q5T12P .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n9Q5T12P .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n9Q5T12P .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n9Q5T12P .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n9Q5T12P .card-title,
.cid-v1n9Q5T12P .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-tcuVuKLEMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVuKLEMF .container {
  padding: 0 5%;
}
.cid-tcuVuKLEMF .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVuKLEMF .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVuKLEMF .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVuKLEMF .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVuKLEMF .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVuKLEMF .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVuKLEMF .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVuKLEMF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVuKLEMF .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVuKLEMF .mbr-text P {
  text-align: right;
}
.cid-swlkpW3uE1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-swlkpW3uE1 .container {
  max-width: 1400px;
}
.cid-swlkpW3uE1 .card-img2 span {
  padding-top: 6px;
}
.cid-swlkpW3uE1 .soc-item a {
  padding-top: 5px;
}
.cid-swlkpW3uE1 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-swlkpW3uE1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-swlkpW3uE1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-swlkpW3uE1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swlkpW3uE1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-swlkpW3uE1 #e2_shape {
  fill: #ffffff !important;
}
.cid-swlkpW3uE1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-swlkpW3uE1 .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-swlkpW3uE1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swlkpW3uE1 .card-img {
  width: auto;
}
.cid-swlkpW3uE1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-swlkpW3uE1 .soc-item span {
  font-size: 1.4rem;
}
.cid-swlkpW3uE1 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-swlkpW3uE1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-swlkpW3uE1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swlkpW3uE1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-swlkpW3uE1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swlkpW3uE1 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-swlkpW3uE1 .item {
    justify-content: center;
  }
  .cid-swlkpW3uE1 .quote::after {
    left: 60px;
  }
}
.cid-swlkpW3uE1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-swlkpW3uE1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swlkpW3uE1 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-swlkpW3uE1 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-swlkpW3uE1 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-swlkpW3uE1 .theme {
  color: #ffffff;
}
.cid-swlkpW3uE1 .copyright > p {
  color: #ff3366;
}
.cid-swlkpW3uE1 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-swllOgAyB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swllOgAyB2 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swllOgAyB2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-swllOgAyB2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-swllOgAyB2 .mbr-section-btn {
  margin-top: 35px;
}
.cid-swllOgAyB2 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swllOgAyB2 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swllOgAyB2 .mbr-section-title,
.cid-swllOgAyB2 .mbr-section-btn {
  text-align: center;
}
#custom-html-hn {
  /* Type valid CSS here */
}
#custom-html-hn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hn p {
  font-size: 60px;
  color: #777;
}
#custom-html-po {
  /* Type valid CSS here */
}
#custom-html-po div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-po p {
  font-size: 60px;
  color: #777;
}
#custom-html-po .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-po .my-float {
  margin-top: 16px;
}
.cid-swllOh3zHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swllOh3zHm .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swllOh3zHm .mbr-section-title {
  color: #233d63;
}
.cid-swllOh3zHm .mbr-section-subtitle {
  text-align: center;
}
.cid-swllOh3zHm .mbr-section-btn {
  margin-top: 35px;
}
.cid-swllOh3zHm .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swllOh3zHm .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swllOh3zHm .mbr-section-title,
.cid-swllOh3zHm .mbr-section-btn {
  text-align: center;
}
.cid-swllOhjkQZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-swllOhjkQZ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swllOhjkQZ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swllOhjkQZ .card-img span {
  font-size: 100px;
}
.cid-swllOhjkQZ .mbr-text,
.cid-swllOhjkQZ .mbr-section-btn {
  color: #efefef;
}
.cid-t5wFfQvokK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wFfQvokK .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wFfQvokK img {
  width: 100%;
}
.cid-t5wFfQvokK p {
  margin-top: 6rem;
}
.cid-t5wFfQvokK .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wFfQvokK .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wFfQvokK h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wFfQvokK .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wFfQvokK p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wFfQvokK .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wFfQvokK .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wFfQvokK p {
    margin-top: 4rem;
  }
}
.cid-t5wFfQvokK .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wFfQvokK .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wFfQvokK .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wFfQvokK h4 {
    right: 2rem;
  }
}
.cid-t5wFfQvokK H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFfQvokK H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFfQvokK .mbr-text,
.cid-t5wFfQvokK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFfQvokK H4 {
  color: #ffffff;
}
.cid-tcuVKRM2nn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVKRM2nn .container {
  padding: 0 5%;
}
.cid-tcuVKRM2nn .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVKRM2nn .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVKRM2nn .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVKRM2nn .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVKRM2nn .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVKRM2nn .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVKRM2nn .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVKRM2nn .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVKRM2nn .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVKRM2nn .mbr-text P {
  text-align: right;
}
.cid-swllOhKhYI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-swllOhKhYI .container {
  max-width: 1400px;
}
.cid-swllOhKhYI .card-img2 span {
  padding-top: 6px;
}
.cid-swllOhKhYI .soc-item a {
  padding-top: 5px;
}
.cid-swllOhKhYI .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-swllOhKhYI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-swllOhKhYI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-swllOhKhYI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swllOhKhYI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-swllOhKhYI #e2_shape {
  fill: #ffffff !important;
}
.cid-swllOhKhYI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-swllOhKhYI .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-swllOhKhYI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swllOhKhYI .card-img {
  width: auto;
}
.cid-swllOhKhYI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-swllOhKhYI .soc-item span {
  font-size: 1.4rem;
}
.cid-swllOhKhYI .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-swllOhKhYI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-swllOhKhYI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swllOhKhYI .media-wrap {
  margin-bottom: 1rem;
}
.cid-swllOhKhYI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swllOhKhYI img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-swllOhKhYI .item {
    justify-content: center;
  }
  .cid-swllOhKhYI .quote::after {
    left: 60px;
  }
}
.cid-swllOhKhYI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-swllOhKhYI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swllOhKhYI .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-swllOhKhYI .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-swllOhKhYI H5 {
  color: #ffffff;
  text-align: center;
}
.cid-swllOhKhYI .theme {
  color: #ffffff;
}
.cid-swllOhKhYI .copyright > p {
  color: #ff3366;
}
.cid-swllOhKhYI .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-swlmRQWKmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swlmRQWKmG .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swlmRQWKmG .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-swlmRQWKmG .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-swlmRQWKmG .mbr-section-btn {
  margin-top: 35px;
}
.cid-swlmRQWKmG .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swlmRQWKmG .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swlmRQWKmG .mbr-section-title,
.cid-swlmRQWKmG .mbr-section-btn {
  text-align: center;
}
#custom-html-hu {
  /* Type valid CSS here */
}
#custom-html-hu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hu p {
  font-size: 60px;
  color: #777;
}
#custom-html-pp {
  /* Type valid CSS here */
}
#custom-html-pp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-pp p {
  font-size: 60px;
  color: #777;
}
#custom-html-pp .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-pp .my-float {
  margin-top: 16px;
}
.cid-swlmRRk2as {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swlmRRk2as .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swlmRRk2as .mbr-section-title {
  color: #233d63;
}
.cid-swlmRRk2as .mbr-section-subtitle {
  text-align: center;
}
.cid-swlmRRk2as .mbr-section-btn {
  margin-top: 35px;
}
.cid-swlmRRk2as .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swlmRRk2as .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swlmRRk2as .mbr-section-title,
.cid-swlmRRk2as .mbr-section-btn {
  text-align: center;
}
.cid-swlmRRx9sL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-swlmRRx9sL .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swlmRRx9sL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swlmRRx9sL .card-img span {
  font-size: 100px;
}
.cid-swlmRRx9sL .mbr-text,
.cid-swlmRRx9sL .mbr-section-btn {
  color: #efefef;
}
.cid-t5wFjSbkVQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wFjSbkVQ .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wFjSbkVQ img {
  width: 100%;
}
.cid-t5wFjSbkVQ p {
  margin-top: 6rem;
}
.cid-t5wFjSbkVQ .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wFjSbkVQ .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wFjSbkVQ h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wFjSbkVQ .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wFjSbkVQ p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wFjSbkVQ .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wFjSbkVQ .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wFjSbkVQ p {
    margin-top: 4rem;
  }
}
.cid-t5wFjSbkVQ .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wFjSbkVQ .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wFjSbkVQ .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wFjSbkVQ h4 {
    right: 2rem;
  }
}
.cid-t5wFjSbkVQ H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFjSbkVQ H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFjSbkVQ .mbr-text,
.cid-t5wFjSbkVQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFjSbkVQ H4 {
  color: #ffffff;
}
.cid-tcuVQMQbwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVQMQbwX .container {
  padding: 0 5%;
}
.cid-tcuVQMQbwX .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVQMQbwX .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVQMQbwX .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVQMQbwX .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVQMQbwX .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVQMQbwX .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVQMQbwX .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVQMQbwX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVQMQbwX .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVQMQbwX .mbr-text P {
  text-align: right;
}
.cid-swlmRS0kue {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-swlmRS0kue .container {
  max-width: 1400px;
}
.cid-swlmRS0kue .card-img2 span {
  padding-top: 6px;
}
.cid-swlmRS0kue .soc-item a {
  padding-top: 5px;
}
.cid-swlmRS0kue .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-swlmRS0kue .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-swlmRS0kue .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-swlmRS0kue .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swlmRS0kue svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-swlmRS0kue #e2_shape {
  fill: #ffffff !important;
}
.cid-swlmRS0kue .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-swlmRS0kue .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-swlmRS0kue .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swlmRS0kue .card-img {
  width: auto;
}
.cid-swlmRS0kue .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-swlmRS0kue .soc-item span {
  font-size: 1.4rem;
}
.cid-swlmRS0kue .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-swlmRS0kue .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-swlmRS0kue .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swlmRS0kue .media-wrap {
  margin-bottom: 1rem;
}
.cid-swlmRS0kue .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swlmRS0kue img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-swlmRS0kue .item {
    justify-content: center;
  }
  .cid-swlmRS0kue .quote::after {
    left: 60px;
  }
}
.cid-swlmRS0kue .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-swlmRS0kue .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swlmRS0kue .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-swlmRS0kue .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-swlmRS0kue H5 {
  color: #ffffff;
  text-align: center;
}
.cid-swlmRS0kue .theme {
  color: #ffffff;
}
.cid-swlmRS0kue .copyright > p {
  color: #ff3366;
}
.cid-swlmRS0kue .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-swZPW7WjoE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swZPW7WjoE .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swZPW7WjoE .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-swZPW7WjoE .mbr-section-subtitle {
  text-align: center;
}
.cid-swZPW7WjoE .mbr-section-btn {
  margin-top: 35px;
}
.cid-swZPW7WjoE .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swZPW7WjoE .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swZPW7WjoE .mbr-section-title,
.cid-swZPW7WjoE .mbr-section-btn {
  text-align: center;
  color: #64697a;
}
.cid-swZRtYVMA3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swZRtYVMA3 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-swZRtYVMA3 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-swZRtYVMA3 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-swZRtYVMA3 p {
  font-weight: 400;
}
.cid-swZRtYVMA3 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-swZRtYVMA3 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-swZRtYVMA3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-swZRtYVMA3 .bg1 {
  background: #ff3366;
}
.cid-swZRtYVMA3 .bg2 {
  background: #0f7699;
}
.cid-swZRtYVMA3 .bg3 {
  background: #ff7f9f;
}
.cid-swZRtYVMA3 .bg4 {
  background: #149dcc;
}
.cid-swZRtYVMA3 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-swZRtYVMA3 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-swZRtYVMA3 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-swZRtYVMA3 .card-title,
.cid-swZRtYVMA3 .card-ico,
.cid-swZRtYVMA3 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-swZRtYVMA3 .mbr-text,
.cid-swZRtYVMA3 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swZRtYVMA3 .row {
    padding: 0 1rem;
  }
}
.cid-swZSH49Mkz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swZSH49Mkz .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-swZSH49Mkz .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-swZSH49Mkz .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-swZSH49Mkz p {
  font-weight: 400;
}
.cid-swZSH49Mkz .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-swZSH49Mkz .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-swZSH49Mkz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-swZSH49Mkz .bg1 {
  background: #ff3366;
}
.cid-swZSH49Mkz .bg2 {
  background: #0f7699;
}
.cid-swZSH49Mkz .bg3 {
  background: #ff7f9f;
}
.cid-swZSH49Mkz .bg4 {
  background: #149dcc;
}
.cid-swZSH49Mkz .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-swZSH49Mkz .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-swZSH49Mkz .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-swZSH49Mkz .card-title,
.cid-swZSH49Mkz .card-ico,
.cid-swZSH49Mkz .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-swZSH49Mkz .mbr-text,
.cid-swZSH49Mkz .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swZSH49Mkz .row {
    padding: 0 1rem;
  }
}
.cid-swZVOCGSj0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swZVOCGSj0 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-swZVOCGSj0 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-swZVOCGSj0 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-swZVOCGSj0 p {
  font-weight: 400;
}
.cid-swZVOCGSj0 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-swZVOCGSj0 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-swZVOCGSj0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-swZVOCGSj0 .bg1 {
  background: #ff3366;
}
.cid-swZVOCGSj0 .bg2 {
  background: #0f7699;
}
.cid-swZVOCGSj0 .bg3 {
  background: #ff7f9f;
}
.cid-swZVOCGSj0 .bg4 {
  background: #149dcc;
}
.cid-swZVOCGSj0 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-swZVOCGSj0 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-swZVOCGSj0 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-swZVOCGSj0 .card-title,
.cid-swZVOCGSj0 .card-ico,
.cid-swZVOCGSj0 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-swZVOCGSj0 .mbr-text,
.cid-swZVOCGSj0 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swZVOCGSj0 .row {
    padding: 0 1rem;
  }
}
#custom-html-ji {
  /* Type valid CSS here */
}
#custom-html-ji div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ji p {
  font-size: 60px;
  color: #777;
}
.cid-swZPW8zBJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swZPW8zBJZ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swZPW8zBJZ .mbr-section-title {
  color: #233d63;
}
.cid-swZPW8zBJZ .mbr-section-subtitle {
  text-align: center;
}
.cid-swZPW8zBJZ .mbr-section-btn {
  margin-top: 35px;
}
.cid-swZPW8zBJZ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swZPW8zBJZ .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swZPW8zBJZ .mbr-section-title,
.cid-swZPW8zBJZ .mbr-section-btn {
  text-align: center;
}
.cid-swZPW8LTDO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-swZPW8LTDO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swZPW8LTDO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swZPW8LTDO .card-img span {
  font-size: 100px;
}
.cid-swZPW8LTDO .mbr-text,
.cid-swZPW8LTDO .mbr-section-btn {
  color: #efefef;
}
.cid-t5wFov7ZuC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wFov7ZuC .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wFov7ZuC img {
  width: 100%;
}
.cid-t5wFov7ZuC p {
  margin-top: 6rem;
}
.cid-t5wFov7ZuC .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wFov7ZuC .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wFov7ZuC h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wFov7ZuC .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wFov7ZuC p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wFov7ZuC .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wFov7ZuC .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wFov7ZuC p {
    margin-top: 4rem;
  }
}
.cid-t5wFov7ZuC .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wFov7ZuC .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wFov7ZuC .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wFov7ZuC h4 {
    right: 2rem;
  }
}
.cid-t5wFov7ZuC H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFov7ZuC H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFov7ZuC .mbr-text,
.cid-t5wFov7ZuC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5wFov7ZuC H4 {
  color: #ffffff;
}
.cid-tcuVVvem9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVVvem9d .container {
  padding: 0 5%;
}
.cid-tcuVVvem9d .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVVvem9d .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVVvem9d .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVVvem9d .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVVvem9d .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVVvem9d .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVVvem9d .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVVvem9d .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVVvem9d .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVVvem9d .mbr-text P {
  text-align: right;
}
.cid-swZPW8Xlpj {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-swZPW8Xlpj .container {
  max-width: 1400px;
}
.cid-swZPW8Xlpj .card-img2 span {
  padding-top: 6px;
}
.cid-swZPW8Xlpj .soc-item a {
  padding-top: 5px;
}
.cid-swZPW8Xlpj .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-swZPW8Xlpj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-swZPW8Xlpj .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-swZPW8Xlpj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swZPW8Xlpj svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-swZPW8Xlpj #e2_shape {
  fill: #ffffff !important;
}
.cid-swZPW8Xlpj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-swZPW8Xlpj .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-swZPW8Xlpj .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swZPW8Xlpj .card-img {
  width: auto;
}
.cid-swZPW8Xlpj .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-swZPW8Xlpj .soc-item span {
  font-size: 1.4rem;
}
.cid-swZPW8Xlpj .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-swZPW8Xlpj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-swZPW8Xlpj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swZPW8Xlpj .media-wrap {
  margin-bottom: 1rem;
}
.cid-swZPW8Xlpj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swZPW8Xlpj img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-swZPW8Xlpj .item {
    justify-content: center;
  }
  .cid-swZPW8Xlpj .quote::after {
    left: 60px;
  }
}
.cid-swZPW8Xlpj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-swZPW8Xlpj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swZPW8Xlpj .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-swZPW8Xlpj .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-swZPW8Xlpj H5 {
  color: #ffffff;
  text-align: center;
}
.cid-swZPW8Xlpj .theme {
  color: #ffffff;
}
.cid-swZPW8Xlpj .copyright > p {
  color: #ff3366;
}
.cid-swZPW8Xlpj .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sypO8iyJtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sypO8iyJtb .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sypO8iyJtb .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sypO8iyJtb .mbr-section-subtitle {
  text-align: center;
}
.cid-sypO8iyJtb .mbr-section-btn {
  margin-top: 35px;
}
.cid-sypO8iyJtb .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sypO8iyJtb .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sypO8iyJtb .mbr-section-title,
.cid-sypO8iyJtb .mbr-section-btn {
  text-align: center;
}
.cid-sypO8iyJtb .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sypO8iN35C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sypO8iN35C .container,
.cid-sypO8iN35C .container-fluid {
  pointer-events: none;
}
.cid-sypO8iN35C .title__block,
.cid-sypO8iN35C .wrap,
.cid-sypO8iN35C .mbr-arrow,
.cid-sypO8iN35C .mbr-section-btn {
  pointer-events: all;
}
.cid-sypO8iN35C .mbr-section-title {
  color: #233d63;
}
.cid-sypO8iN35C .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-sypO8iN35C .title__block {
    margin-bottom: 25px;
  }
}
.cid-sypO8iN35C .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-sypO8iN35C .card__wrap {
    padding: 0;
  }
}
.cid-sypO8iN35C .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-sypO8iN35C .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sypO8iN35C .image {
    max-width: none;
    max-height: none;
  }
}
.cid-sypO8iN35C .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-sypO8iN35C .card__text {
  margin-top: 30px;
}
.cid-sypO8iN35C .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-sypO8iN35C .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-sypO8iN35C .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-sypO8iN35C .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e2149;
}
.cid-sypO8iN35C .mbr-arrow > a {
  color: #1e2149;
}
.cid-sypO8iN35C .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-sypO8iN35C .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-sypO8iN35C .art4:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sypO8iN35C .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-sypO8jEetY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sypO8jEetY .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sypO8jEetY .mbr-section-title {
  color: #233d63;
}
.cid-sypO8jEetY .mbr-section-subtitle {
  text-align: center;
}
.cid-sypO8jEetY .mbr-section-btn {
  margin-top: 35px;
}
.cid-sypO8jEetY .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sypO8jEetY .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sypO8jEetY .mbr-section-title,
.cid-sypO8jEetY .mbr-section-btn {
  text-align: center;
}
.cid-sypO8jPziE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sypO8jPziE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sypO8jPziE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sypO8jPziE .card-img span {
  font-size: 100px;
}
.cid-sypO8jPziE .mbr-text,
.cid-sypO8jPziE .mbr-section-btn {
  color: #efefef;
}
.cid-tcuVYRrfbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVYRrfbY .container {
  padding: 0 5%;
}
.cid-tcuVYRrfbY .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVYRrfbY .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVYRrfbY .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVYRrfbY .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVYRrfbY .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVYRrfbY .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVYRrfbY .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVYRrfbY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVYRrfbY .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVYRrfbY .mbr-text P {
  text-align: right;
}
.cid-sypO8k7UUN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sypO8k7UUN .container {
  max-width: 1400px;
}
.cid-sypO8k7UUN .card-img2 span {
  padding-top: 6px;
}
.cid-sypO8k7UUN .soc-item a {
  padding-top: 5px;
}
.cid-sypO8k7UUN .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sypO8k7UUN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sypO8k7UUN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sypO8k7UUN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sypO8k7UUN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sypO8k7UUN #e2_shape {
  fill: #ffffff !important;
}
.cid-sypO8k7UUN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sypO8k7UUN .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-sypO8k7UUN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sypO8k7UUN .card-img {
  width: auto;
}
.cid-sypO8k7UUN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sypO8k7UUN .soc-item span {
  font-size: 1.4rem;
}
.cid-sypO8k7UUN .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sypO8k7UUN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sypO8k7UUN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sypO8k7UUN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sypO8k7UUN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sypO8k7UUN img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sypO8k7UUN .item {
    justify-content: center;
  }
  .cid-sypO8k7UUN .quote::after {
    left: 60px;
  }
}
.cid-sypO8k7UUN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sypO8k7UUN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sypO8k7UUN .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sypO8k7UUN .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sypO8k7UUN H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sypO8k7UUN .theme {
  color: #ffffff;
}
.cid-sypO8k7UUN .copyright > p {
  color: #ff3366;
}
.cid-sypO8k7UUN .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sypPgP94Dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sypPgP94Dr .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sypPgP94Dr .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sypPgP94Dr .mbr-section-subtitle {
  text-align: center;
}
.cid-sypPgP94Dr .mbr-section-btn {
  margin-top: 35px;
}
.cid-sypPgP94Dr .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sypPgP94Dr .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sypPgP94Dr .mbr-section-title,
.cid-sypPgP94Dr .mbr-section-btn {
  text-align: center;
}
#custom-html-ju {
  /* Type valid CSS here */
}
#custom-html-ju div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ju p {
  font-size: 60px;
  color: #777;
}
.cid-sypPgPDyER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sypPgPDyER .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sypPgPDyER .mbr-section-title {
  color: #233d63;
}
.cid-sypPgPDyER .mbr-section-subtitle {
  text-align: center;
}
.cid-sypPgPDyER .mbr-section-btn {
  margin-top: 35px;
}
.cid-sypPgPDyER .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sypPgPDyER .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sypPgPDyER .mbr-section-title,
.cid-sypPgPDyER .mbr-section-btn {
  text-align: center;
}
.cid-sypPgPO8rU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sypPgPO8rU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sypPgPO8rU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sypPgPO8rU .card-img span {
  font-size: 100px;
}
.cid-sypPgPO8rU .mbr-text,
.cid-sypPgPO8rU .mbr-section-btn {
  color: #efefef;
}
.cid-tcuW2GkD89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuW2GkD89 .container {
  padding: 0 5%;
}
.cid-tcuW2GkD89 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuW2GkD89 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuW2GkD89 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuW2GkD89 .counter-container ol li {
    width: auto;
  }
}
.cid-tcuW2GkD89 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuW2GkD89 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuW2GkD89 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuW2GkD89 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuW2GkD89 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuW2GkD89 .mbr-text P {
  text-align: right;
}
.cid-sypPgQkvKz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sypPgQkvKz .container {
  max-width: 1400px;
}
.cid-sypPgQkvKz .card-img2 span {
  padding-top: 6px;
}
.cid-sypPgQkvKz .soc-item a {
  padding-top: 5px;
}
.cid-sypPgQkvKz .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sypPgQkvKz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sypPgQkvKz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sypPgQkvKz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sypPgQkvKz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sypPgQkvKz #e2_shape {
  fill: #ffffff !important;
}
.cid-sypPgQkvKz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sypPgQkvKz .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-sypPgQkvKz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sypPgQkvKz .card-img {
  width: auto;
}
.cid-sypPgQkvKz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sypPgQkvKz .soc-item span {
  font-size: 1.4rem;
}
.cid-sypPgQkvKz .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sypPgQkvKz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sypPgQkvKz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sypPgQkvKz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sypPgQkvKz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sypPgQkvKz img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sypPgQkvKz .item {
    justify-content: center;
  }
  .cid-sypPgQkvKz .quote::after {
    left: 60px;
  }
}
.cid-sypPgQkvKz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sypPgQkvKz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sypPgQkvKz .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sypPgQkvKz .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sypPgQkvKz H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sypPgQkvKz .theme {
  color: #ffffff;
}
.cid-sypPgQkvKz .copyright > p {
  color: #ff3366;
}
.cid-sypPgQkvKz .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-syq0rU4U75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syq0rU4U75 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syq0rU4U75 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-syq0rU4U75 .mbr-section-subtitle {
  text-align: center;
}
.cid-syq0rU4U75 .mbr-section-btn {
  margin-top: 35px;
}
.cid-syq0rU4U75 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syq0rU4U75 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syq0rU4U75 .mbr-section-title,
.cid-syq0rU4U75 .mbr-section-btn {
  text-align: center;
}
#custom-html-k1 {
  /* Type valid CSS here */
}
#custom-html-k1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-k1 p {
  font-size: 60px;
  color: #777;
}
.cid-syq0rUDOrx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syq0rUDOrx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syq0rUDOrx .mbr-section-title {
  color: #233d63;
}
.cid-syq0rUDOrx .mbr-section-subtitle {
  text-align: center;
}
.cid-syq0rUDOrx .mbr-section-btn {
  margin-top: 35px;
}
.cid-syq0rUDOrx .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syq0rUDOrx .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syq0rUDOrx .mbr-section-title,
.cid-syq0rUDOrx .mbr-section-btn {
  text-align: center;
}
.cid-syq0rUWvIR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syq0rUWvIR .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syq0rUWvIR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syq0rUWvIR .card-img span {
  font-size: 100px;
}
.cid-syq0rUWvIR .mbr-text,
.cid-syq0rUWvIR .mbr-section-btn {
  color: #efefef;
}
.cid-tcuW6p3Igp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuW6p3Igp .container {
  padding: 0 5%;
}
.cid-tcuW6p3Igp .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuW6p3Igp .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuW6p3Igp .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuW6p3Igp .counter-container ol li {
    width: auto;
  }
}
.cid-tcuW6p3Igp .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuW6p3Igp .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuW6p3Igp .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuW6p3Igp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuW6p3Igp .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuW6p3Igp .mbr-text P {
  text-align: right;
}
.cid-syq0rVAC94 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syq0rVAC94 .container {
  max-width: 1400px;
}
.cid-syq0rVAC94 .card-img2 span {
  padding-top: 6px;
}
.cid-syq0rVAC94 .soc-item a {
  padding-top: 5px;
}
.cid-syq0rVAC94 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syq0rVAC94 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syq0rVAC94 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syq0rVAC94 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syq0rVAC94 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syq0rVAC94 #e2_shape {
  fill: #ffffff !important;
}
.cid-syq0rVAC94 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syq0rVAC94 .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-syq0rVAC94 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syq0rVAC94 .card-img {
  width: auto;
}
.cid-syq0rVAC94 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syq0rVAC94 .soc-item span {
  font-size: 1.4rem;
}
.cid-syq0rVAC94 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syq0rVAC94 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syq0rVAC94 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syq0rVAC94 .media-wrap {
  margin-bottom: 1rem;
}
.cid-syq0rVAC94 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syq0rVAC94 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syq0rVAC94 .item {
    justify-content: center;
  }
  .cid-syq0rVAC94 .quote::after {
    left: 60px;
  }
}
.cid-syq0rVAC94 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syq0rVAC94 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syq0rVAC94 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syq0rVAC94 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syq0rVAC94 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syq0rVAC94 .theme {
  color: #ffffff;
}
.cid-syq0rVAC94 .copyright > p {
  color: #ff3366;
}
.cid-syq0rVAC94 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-syqkZ8zXm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syqkZ8zXm1 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syqkZ8zXm1 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-syqkZ8zXm1 .mbr-section-subtitle {
  text-align: center;
}
.cid-syqkZ8zXm1 .mbr-section-btn {
  margin-top: 35px;
}
.cid-syqkZ8zXm1 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syqkZ8zXm1 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syqkZ8zXm1 .mbr-section-title,
.cid-syqkZ8zXm1 .mbr-section-btn {
  text-align: center;
}
#custom-html-kf {
  /* Type valid CSS here */
}
#custom-html-kf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kf p {
  font-size: 60px;
  color: #777;
}
.cid-syqkZ8UDLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syqkZ8UDLs .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syqkZ8UDLs .mbr-section-title {
  color: #233d63;
}
.cid-syqkZ8UDLs .mbr-section-subtitle {
  text-align: center;
}
.cid-syqkZ8UDLs .mbr-section-btn {
  margin-top: 35px;
}
.cid-syqkZ8UDLs .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syqkZ8UDLs .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syqkZ8UDLs .mbr-section-title,
.cid-syqkZ8UDLs .mbr-section-btn {
  text-align: center;
}
.cid-syqkZ96tNT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syqkZ96tNT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syqkZ96tNT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syqkZ96tNT .card-img span {
  font-size: 100px;
}
.cid-syqkZ96tNT .mbr-text,
.cid-syqkZ96tNT .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWhaiCIL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWhaiCIL .container {
  padding: 0 5%;
}
.cid-tcuWhaiCIL .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWhaiCIL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWhaiCIL .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWhaiCIL .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWhaiCIL .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWhaiCIL .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWhaiCIL .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWhaiCIL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWhaiCIL .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWhaiCIL .mbr-text P {
  text-align: right;
}
.cid-syqkZ9BJ6v {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syqkZ9BJ6v .container {
  max-width: 1400px;
}
.cid-syqkZ9BJ6v .card-img2 span {
  padding-top: 6px;
}
.cid-syqkZ9BJ6v .soc-item a {
  padding-top: 5px;
}
.cid-syqkZ9BJ6v .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syqkZ9BJ6v .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syqkZ9BJ6v .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syqkZ9BJ6v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syqkZ9BJ6v svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syqkZ9BJ6v #e2_shape {
  fill: #ffffff !important;
}
.cid-syqkZ9BJ6v .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syqkZ9BJ6v .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-syqkZ9BJ6v .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syqkZ9BJ6v .card-img {
  width: auto;
}
.cid-syqkZ9BJ6v .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syqkZ9BJ6v .soc-item span {
  font-size: 1.4rem;
}
.cid-syqkZ9BJ6v .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syqkZ9BJ6v .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syqkZ9BJ6v .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syqkZ9BJ6v .media-wrap {
  margin-bottom: 1rem;
}
.cid-syqkZ9BJ6v .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syqkZ9BJ6v img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syqkZ9BJ6v .item {
    justify-content: center;
  }
  .cid-syqkZ9BJ6v .quote::after {
    left: 60px;
  }
}
.cid-syqkZ9BJ6v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syqkZ9BJ6v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syqkZ9BJ6v .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syqkZ9BJ6v .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syqkZ9BJ6v H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syqkZ9BJ6v .theme {
  color: #ffffff;
}
.cid-syqkZ9BJ6v .copyright > p {
  color: #ff3366;
}
.cid-syqkZ9BJ6v .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-syqkGTuTJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syqkGTuTJ9 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syqkGTuTJ9 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-syqkGTuTJ9 .mbr-section-subtitle {
  text-align: center;
}
.cid-syqkGTuTJ9 .mbr-section-btn {
  margin-top: 35px;
}
.cid-syqkGTuTJ9 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syqkGTuTJ9 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syqkGTuTJ9 .mbr-section-title,
.cid-syqkGTuTJ9 .mbr-section-btn {
  text-align: center;
}
#custom-html-k8 {
  /* Type valid CSS here */
}
#custom-html-k8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-k8 p {
  font-size: 60px;
  color: #777;
}
.cid-syqkGTOvKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syqkGTOvKf .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syqkGTOvKf .mbr-section-title {
  color: #233d63;
}
.cid-syqkGTOvKf .mbr-section-subtitle {
  text-align: center;
}
.cid-syqkGTOvKf .mbr-section-btn {
  margin-top: 35px;
}
.cid-syqkGTOvKf .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syqkGTOvKf .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syqkGTOvKf .mbr-section-title,
.cid-syqkGTOvKf .mbr-section-btn {
  text-align: center;
}
.cid-syqkGTZI8y {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syqkGTZI8y .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syqkGTZI8y .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syqkGTZI8y .card-img span {
  font-size: 100px;
}
.cid-syqkGTZI8y .mbr-text,
.cid-syqkGTZI8y .mbr-section-btn {
  color: #efefef;
}
.cid-tcuW9C536O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuW9C536O .container {
  padding: 0 5%;
}
.cid-tcuW9C536O .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuW9C536O .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuW9C536O .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuW9C536O .counter-container ol li {
    width: auto;
  }
}
.cid-tcuW9C536O .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuW9C536O .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuW9C536O .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuW9C536O .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuW9C536O .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuW9C536O .mbr-text P {
  text-align: right;
}
.cid-syqkGUtWJv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syqkGUtWJv .container {
  max-width: 1400px;
}
.cid-syqkGUtWJv .card-img2 span {
  padding-top: 6px;
}
.cid-syqkGUtWJv .soc-item a {
  padding-top: 5px;
}
.cid-syqkGUtWJv .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syqkGUtWJv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syqkGUtWJv .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syqkGUtWJv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syqkGUtWJv svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syqkGUtWJv #e2_shape {
  fill: #ffffff !important;
}
.cid-syqkGUtWJv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syqkGUtWJv .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-syqkGUtWJv .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syqkGUtWJv .card-img {
  width: auto;
}
.cid-syqkGUtWJv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syqkGUtWJv .soc-item span {
  font-size: 1.4rem;
}
.cid-syqkGUtWJv .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syqkGUtWJv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syqkGUtWJv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syqkGUtWJv .media-wrap {
  margin-bottom: 1rem;
}
.cid-syqkGUtWJv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syqkGUtWJv img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syqkGUtWJv .item {
    justify-content: center;
  }
  .cid-syqkGUtWJv .quote::after {
    left: 60px;
  }
}
.cid-syqkGUtWJv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syqkGUtWJv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syqkGUtWJv .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syqkGUtWJv .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syqkGUtWJv H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syqkGUtWJv .theme {
  color: #ffffff;
}
.cid-syqkGUtWJv .copyright > p {
  color: #ff3366;
}
.cid-syqkGUtWJv .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sByj7d3U4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sByj7d3U4J .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sByj7d3U4J .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sByj7d3U4J .mbr-section-subtitle {
  text-align: center;
}
.cid-sByj7d3U4J .mbr-section-btn {
  margin-top: 35px;
}
.cid-sByj7d3U4J .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sByj7d3U4J .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sByj7d3U4J .mbr-section-title,
.cid-sByj7d3U4J .mbr-section-btn {
  text-align: center;
}
#custom-html-mj {
  /* Type valid CSS here */
}
#custom-html-mj div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mj p {
  font-size: 60px;
  color: #777;
}
.cid-sByj7ds3Oi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sByj7ds3Oi .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sByj7ds3Oi .mbr-section-title {
  color: #233d63;
}
.cid-sByj7ds3Oi .mbr-section-subtitle {
  text-align: center;
}
.cid-sByj7ds3Oi .mbr-section-btn {
  margin-top: 35px;
}
.cid-sByj7ds3Oi .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sByj7ds3Oi .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sByj7ds3Oi .mbr-section-title,
.cid-sByj7ds3Oi .mbr-section-btn {
  text-align: center;
}
.cid-sByj7dFrSn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sByj7dFrSn .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sByj7dFrSn .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sByj7dFrSn .card-img span {
  font-size: 100px;
}
.cid-sByj7dFrSn .mbr-text,
.cid-sByj7dFrSn .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWXCNvTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWXCNvTb .container {
  padding: 0 5%;
}
.cid-tcuWXCNvTb .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWXCNvTb .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWXCNvTb .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWXCNvTb .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWXCNvTb .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWXCNvTb .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWXCNvTb .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWXCNvTb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWXCNvTb .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWXCNvTb .mbr-text P {
  text-align: right;
}
.cid-sByj7dTSq8 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sByj7dTSq8 .container {
  max-width: 1400px;
}
.cid-sByj7dTSq8 .card-img2 span {
  padding-top: 6px;
}
.cid-sByj7dTSq8 .soc-item a {
  padding-top: 5px;
}
.cid-sByj7dTSq8 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sByj7dTSq8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sByj7dTSq8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sByj7dTSq8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sByj7dTSq8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sByj7dTSq8 #e2_shape {
  fill: #ffffff !important;
}
.cid-sByj7dTSq8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sByj7dTSq8 .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-sByj7dTSq8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sByj7dTSq8 .card-img {
  width: auto;
}
.cid-sByj7dTSq8 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sByj7dTSq8 .soc-item span {
  font-size: 1.4rem;
}
.cid-sByj7dTSq8 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sByj7dTSq8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sByj7dTSq8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sByj7dTSq8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sByj7dTSq8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sByj7dTSq8 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sByj7dTSq8 .item {
    justify-content: center;
  }
  .cid-sByj7dTSq8 .quote::after {
    left: 60px;
  }
}
.cid-sByj7dTSq8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sByj7dTSq8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sByj7dTSq8 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sByj7dTSq8 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sByj7dTSq8 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sByj7dTSq8 .theme {
  color: #ffffff;
}
.cid-sByj7dTSq8 .copyright > p {
  color: #ff3366;
}
.cid-sByj7dTSq8 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDCiWJI2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDCiWJI2d .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDCiWJI2d .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sBDCiWJI2d .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDCiWJI2d .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDCiWJI2d .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDCiWJI2d .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDCiWJI2d .mbr-section-title,
.cid-sBDCiWJI2d .mbr-section-btn {
  text-align: center;
}
.cid-sBDCiWJI2d .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sBDCiX2Fgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBDCiX2Fgj .container,
.cid-sBDCiX2Fgj .container-fluid {
  pointer-events: none;
}
.cid-sBDCiX2Fgj .title__block,
.cid-sBDCiX2Fgj .wrap,
.cid-sBDCiX2Fgj .mbr-arrow,
.cid-sBDCiX2Fgj .mbr-section-btn {
  pointer-events: all;
}
.cid-sBDCiX2Fgj .mbr-section-title {
  color: #233d63;
}
.cid-sBDCiX2Fgj .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-sBDCiX2Fgj .title__block {
    margin-bottom: 25px;
  }
}
.cid-sBDCiX2Fgj .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-sBDCiX2Fgj .card__wrap {
    padding: 0;
  }
}
.cid-sBDCiX2Fgj .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-sBDCiX2Fgj .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sBDCiX2Fgj .image {
    max-width: none;
    max-height: none;
  }
}
.cid-sBDCiX2Fgj .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-sBDCiX2Fgj .card__text {
  margin-top: 30px;
}
.cid-sBDCiX2Fgj .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-sBDCiX2Fgj .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-sBDCiX2Fgj .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-sBDCiX2Fgj .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e2149;
}
.cid-sBDCiX2Fgj .mbr-arrow > a {
  color: #1e2149;
}
.cid-sBDCiX2Fgj .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-sBDCiX2Fgj .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-sBDCiX2Fgj .art4:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBDCiX2Fgj .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-sBDCiXtsH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDCiXtsH3 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDCiXtsH3 .mbr-section-title {
  color: #233d63;
}
.cid-sBDCiXtsH3 .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDCiXtsH3 .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDCiXtsH3 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDCiXtsH3 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDCiXtsH3 .mbr-section-title,
.cid-sBDCiXtsH3 .mbr-section-btn {
  text-align: center;
}
.cid-sBDCiXE69s {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sBDCiXE69s .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBDCiXE69s .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBDCiXE69s .card-img span {
  font-size: 100px;
}
.cid-sBDCiXE69s .mbr-text,
.cid-sBDCiXE69s .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWQVYwH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWQVYwH3 .container {
  padding: 0 5%;
}
.cid-tcuWQVYwH3 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWQVYwH3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWQVYwH3 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWQVYwH3 .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWQVYwH3 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWQVYwH3 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWQVYwH3 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWQVYwH3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWQVYwH3 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWQVYwH3 .mbr-text P {
  text-align: right;
}
.cid-sBDCiXRTyt {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sBDCiXRTyt .container {
  max-width: 1400px;
}
.cid-sBDCiXRTyt .card-img2 span {
  padding-top: 6px;
}
.cid-sBDCiXRTyt .soc-item a {
  padding-top: 5px;
}
.cid-sBDCiXRTyt .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sBDCiXRTyt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBDCiXRTyt .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBDCiXRTyt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBDCiXRTyt svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBDCiXRTyt #e2_shape {
  fill: #ffffff !important;
}
.cid-sBDCiXRTyt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBDCiXRTyt .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-sBDCiXRTyt .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBDCiXRTyt .card-img {
  width: auto;
}
.cid-sBDCiXRTyt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBDCiXRTyt .soc-item span {
  font-size: 1.4rem;
}
.cid-sBDCiXRTyt .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sBDCiXRTyt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBDCiXRTyt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBDCiXRTyt .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBDCiXRTyt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBDCiXRTyt img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sBDCiXRTyt .item {
    justify-content: center;
  }
  .cid-sBDCiXRTyt .quote::after {
    left: 60px;
  }
}
.cid-sBDCiXRTyt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBDCiXRTyt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBDCiXRTyt .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDCiXRTyt .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBDCiXRTyt H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDCiXRTyt .theme {
  color: #ffffff;
}
.cid-sBDCiXRTyt .copyright > p {
  color: #ff3366;
}
.cid-sBDCiXRTyt .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDF5wUQX2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDF5wUQX2 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDF5wUQX2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sBDF5wUQX2 .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDF5wUQX2 .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDF5wUQX2 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDF5wUQX2 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDF5wUQX2 .mbr-section-title,
.cid-sBDF5wUQX2 .mbr-section-btn {
  text-align: center;
}
#custom-html-mv {
  /* Type valid CSS here */
}
#custom-html-mv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-mv p {
  font-size: 60px;
  color: #777;
}
.cid-sBDF5xmQNJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDF5xmQNJ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDF5xmQNJ .mbr-section-title {
  color: #233d63;
}
.cid-sBDF5xmQNJ .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDF5xmQNJ .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDF5xmQNJ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDF5xmQNJ .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDF5xmQNJ .mbr-section-title,
.cid-sBDF5xmQNJ .mbr-section-btn {
  text-align: center;
}
.cid-sBDF5xySzb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sBDF5xySzb .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBDF5xySzb .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBDF5xySzb .card-img span {
  font-size: 100px;
}
.cid-sBDF5xySzb .mbr-text,
.cid-sBDF5xySzb .mbr-section-btn {
  color: #efefef;
}
.cid-tcuX0FUv1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuX0FUv1a .container {
  padding: 0 5%;
}
.cid-tcuX0FUv1a .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuX0FUv1a .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuX0FUv1a .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuX0FUv1a .counter-container ol li {
    width: auto;
  }
}
.cid-tcuX0FUv1a .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuX0FUv1a .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuX0FUv1a .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuX0FUv1a .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuX0FUv1a .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuX0FUv1a .mbr-text P {
  text-align: right;
}
.cid-sBDF5xMwfn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sBDF5xMwfn .container {
  max-width: 1400px;
}
.cid-sBDF5xMwfn .card-img2 span {
  padding-top: 6px;
}
.cid-sBDF5xMwfn .soc-item a {
  padding-top: 5px;
}
.cid-sBDF5xMwfn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sBDF5xMwfn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBDF5xMwfn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBDF5xMwfn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBDF5xMwfn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBDF5xMwfn #e2_shape {
  fill: #ffffff !important;
}
.cid-sBDF5xMwfn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBDF5xMwfn .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-sBDF5xMwfn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBDF5xMwfn .card-img {
  width: auto;
}
.cid-sBDF5xMwfn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBDF5xMwfn .soc-item span {
  font-size: 1.4rem;
}
.cid-sBDF5xMwfn .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sBDF5xMwfn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBDF5xMwfn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBDF5xMwfn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBDF5xMwfn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBDF5xMwfn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sBDF5xMwfn .item {
    justify-content: center;
  }
  .cid-sBDF5xMwfn .quote::after {
    left: 60px;
  }
}
.cid-sBDF5xMwfn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBDF5xMwfn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBDF5xMwfn .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDF5xMwfn .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBDF5xMwfn H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDF5xMwfn .theme {
  color: #ffffff;
}
.cid-sBDF5xMwfn .copyright > p {
  color: #ff3366;
}
.cid-sBDF5xMwfn .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDJO0LqfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDJO0LqfR .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDJO0LqfR .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sBDJO0LqfR .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDJO0LqfR .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDJO0LqfR .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDJO0LqfR .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDJO0LqfR .mbr-section-title,
.cid-sBDJO0LqfR .mbr-section-btn {
  text-align: center;
}
#custom-html-n1 {
  /* Type valid CSS here */
}
#custom-html-n1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n1 p {
  font-size: 60px;
  color: #777;
}
.cid-sBDJO1diCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDJO1diCO .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDJO1diCO .mbr-section-title {
  color: #233d63;
}
.cid-sBDJO1diCO .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDJO1diCO .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDJO1diCO .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDJO1diCO .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDJO1diCO .mbr-section-title,
.cid-sBDJO1diCO .mbr-section-btn {
  text-align: center;
}
.cid-sBDJO1piws {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sBDJO1piws .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBDJO1piws .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBDJO1piws .card-img span {
  font-size: 100px;
}
.cid-sBDJO1piws .mbr-text,
.cid-sBDJO1piws .mbr-section-btn {
  color: #efefef;
}
.cid-tcuX4EdvJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuX4EdvJT .container {
  padding: 0 5%;
}
.cid-tcuX4EdvJT .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuX4EdvJT .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuX4EdvJT .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuX4EdvJT .counter-container ol li {
    width: auto;
  }
}
.cid-tcuX4EdvJT .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuX4EdvJT .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuX4EdvJT .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuX4EdvJT .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuX4EdvJT .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuX4EdvJT .mbr-text P {
  text-align: right;
}
.cid-sBDJO1FFS4 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sBDJO1FFS4 .container {
  max-width: 1400px;
}
.cid-sBDJO1FFS4 .card-img2 span {
  padding-top: 6px;
}
.cid-sBDJO1FFS4 .soc-item a {
  padding-top: 5px;
}
.cid-sBDJO1FFS4 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sBDJO1FFS4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBDJO1FFS4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBDJO1FFS4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBDJO1FFS4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBDJO1FFS4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sBDJO1FFS4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBDJO1FFS4 .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-sBDJO1FFS4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBDJO1FFS4 .card-img {
  width: auto;
}
.cid-sBDJO1FFS4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBDJO1FFS4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sBDJO1FFS4 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sBDJO1FFS4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBDJO1FFS4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBDJO1FFS4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBDJO1FFS4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBDJO1FFS4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sBDJO1FFS4 .item {
    justify-content: center;
  }
  .cid-sBDJO1FFS4 .quote::after {
    left: 60px;
  }
}
.cid-sBDJO1FFS4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBDJO1FFS4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBDJO1FFS4 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDJO1FFS4 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBDJO1FFS4 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDJO1FFS4 .theme {
  color: #ffffff;
}
.cid-sBDJO1FFS4 .copyright > p {
  color: #ff3366;
}
.cid-sBDJO1FFS4 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDKBC4zmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDKBC4zmH .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDKBC4zmH .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sBDKBC4zmH .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDKBC4zmH .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDKBC4zmH .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDKBC4zmH .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDKBC4zmH .mbr-section-title,
.cid-sBDKBC4zmH .mbr-section-btn {
  text-align: center;
}
#custom-html-n7 {
  /* Type valid CSS here */
}
#custom-html-n7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n7 p {
  font-size: 60px;
  color: #777;
}
.cid-sBDKBCvpCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBDKBCvpCb .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBDKBCvpCb .mbr-section-title {
  color: #233d63;
}
.cid-sBDKBCvpCb .mbr-section-subtitle {
  text-align: center;
}
.cid-sBDKBCvpCb .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBDKBCvpCb .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBDKBCvpCb .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBDKBCvpCb .mbr-section-title,
.cid-sBDKBCvpCb .mbr-section-btn {
  text-align: center;
}
.cid-sBDKBCKgAL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sBDKBCKgAL .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBDKBCKgAL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBDKBCKgAL .card-img span {
  font-size: 100px;
}
.cid-sBDKBCKgAL .mbr-text,
.cid-sBDKBCKgAL .mbr-section-btn {
  color: #efefef;
}
.cid-tcuX8J767L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuX8J767L .container {
  padding: 0 5%;
}
.cid-tcuX8J767L .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuX8J767L .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuX8J767L .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuX8J767L .counter-container ol li {
    width: auto;
  }
}
.cid-tcuX8J767L .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuX8J767L .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuX8J767L .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuX8J767L .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuX8J767L .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuX8J767L .mbr-text P {
  text-align: right;
}
.cid-sBDKBCYz4K {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sBDKBCYz4K .container {
  max-width: 1400px;
}
.cid-sBDKBCYz4K .card-img2 span {
  padding-top: 6px;
}
.cid-sBDKBCYz4K .soc-item a {
  padding-top: 5px;
}
.cid-sBDKBCYz4K .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sBDKBCYz4K .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBDKBCYz4K .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBDKBCYz4K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBDKBCYz4K svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBDKBCYz4K #e2_shape {
  fill: #ffffff !important;
}
.cid-sBDKBCYz4K .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBDKBCYz4K .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-sBDKBCYz4K .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBDKBCYz4K .card-img {
  width: auto;
}
.cid-sBDKBCYz4K .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBDKBCYz4K .soc-item span {
  font-size: 1.4rem;
}
.cid-sBDKBCYz4K .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sBDKBCYz4K .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBDKBCYz4K .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBDKBCYz4K .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBDKBCYz4K .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBDKBCYz4K img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sBDKBCYz4K .item {
    justify-content: center;
  }
  .cid-sBDKBCYz4K .quote::after {
    left: 60px;
  }
}
.cid-sBDKBCYz4K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBDKBCYz4K .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBDKBCYz4K .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDKBCYz4K .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBDKBCYz4K H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sBDKBCYz4K .theme {
  color: #ffffff;
}
.cid-sBDKBCYz4K .copyright > p {
  color: #ff3366;
}
.cid-sBDKBCYz4K .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sBJyrSjdPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBJyrSjdPN .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBJyrSjdPN .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sBJyrSjdPN .mbr-section-subtitle {
  text-align: center;
}
.cid-sBJyrSjdPN .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBJyrSjdPN .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBJyrSjdPN .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBJyrSjdPN .mbr-section-title,
.cid-sBJyrSjdPN .mbr-section-btn {
  text-align: center;
}
.cid-sBJyrSjdPN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sBJyrSCU7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBJyrSCU7B .container,
.cid-sBJyrSCU7B .container-fluid {
  pointer-events: none;
}
.cid-sBJyrSCU7B .title__block,
.cid-sBJyrSCU7B .wrap,
.cid-sBJyrSCU7B .mbr-arrow,
.cid-sBJyrSCU7B .mbr-section-btn {
  pointer-events: all;
}
.cid-sBJyrSCU7B .mbr-section-title {
  color: #233d63;
}
.cid-sBJyrSCU7B .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-sBJyrSCU7B .title__block {
    margin-bottom: 25px;
  }
}
.cid-sBJyrSCU7B .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-sBJyrSCU7B .card__wrap {
    padding: 0;
  }
}
.cid-sBJyrSCU7B .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-sBJyrSCU7B .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sBJyrSCU7B .image {
    max-width: none;
    max-height: none;
  }
}
.cid-sBJyrSCU7B .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-sBJyrSCU7B .card__text {
  margin-top: 30px;
}
.cid-sBJyrSCU7B .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-sBJyrSCU7B .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-sBJyrSCU7B .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-sBJyrSCU7B .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e2149;
}
.cid-sBJyrSCU7B .mbr-arrow > a {
  color: #1e2149;
}
.cid-sBJyrSCU7B .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-sBJyrSCU7B .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-sBJyrSCU7B .art4:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBJyrSCU7B .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-sBJyrT5WWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBJyrT5WWf .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBJyrT5WWf .mbr-section-title {
  color: #233d63;
}
.cid-sBJyrT5WWf .mbr-section-subtitle {
  text-align: center;
}
.cid-sBJyrT5WWf .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBJyrT5WWf .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBJyrT5WWf .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBJyrT5WWf .mbr-section-title,
.cid-sBJyrT5WWf .mbr-section-btn {
  text-align: center;
}
.cid-sBJyrTiyhw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sBJyrTiyhw .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBJyrTiyhw .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBJyrTiyhw .card-img span {
  font-size: 100px;
}
.cid-sBJyrTiyhw .mbr-text,
.cid-sBJyrTiyhw .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWVbs8G8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWVbs8G8 .container {
  padding: 0 5%;
}
.cid-tcuWVbs8G8 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWVbs8G8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWVbs8G8 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWVbs8G8 .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWVbs8G8 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWVbs8G8 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWVbs8G8 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWVbs8G8 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWVbs8G8 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWVbs8G8 .mbr-text P {
  text-align: right;
}
.cid-sBJyrTyWUN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sBJyrTyWUN .container {
  max-width: 1400px;
}
.cid-sBJyrTyWUN .card-img2 span {
  padding-top: 6px;
}
.cid-sBJyrTyWUN .soc-item a {
  padding-top: 5px;
}
.cid-sBJyrTyWUN .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sBJyrTyWUN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBJyrTyWUN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBJyrTyWUN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBJyrTyWUN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBJyrTyWUN #e2_shape {
  fill: #ffffff !important;
}
.cid-sBJyrTyWUN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBJyrTyWUN .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-sBJyrTyWUN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBJyrTyWUN .card-img {
  width: auto;
}
.cid-sBJyrTyWUN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBJyrTyWUN .soc-item span {
  font-size: 1.4rem;
}
.cid-sBJyrTyWUN .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sBJyrTyWUN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBJyrTyWUN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBJyrTyWUN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBJyrTyWUN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBJyrTyWUN img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sBJyrTyWUN .item {
    justify-content: center;
  }
  .cid-sBJyrTyWUN .quote::after {
    left: 60px;
  }
}
.cid-sBJyrTyWUN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBJyrTyWUN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBJyrTyWUN .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBJyrTyWUN .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBJyrTyWUN H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sBJyrTyWUN .theme {
  color: #ffffff;
}
.cid-sBJyrTyWUN .copyright > p {
  color: #ff3366;
}
.cid-sBJyrTyWUN .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sBPIdTuMX1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sBPIdTuMX1 H1 {
  color: #232323;
  text-align: center;
}
.cid-sBPIdTuMX1 .mbr-text,
.cid-sBPIdTuMX1 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sBPIdTuMX1 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-sBPIdTuMX1 .relative {
  position: relative;
}
.cid-sBPIdTuMX1 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sBPIdTuMX1 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sBPIdTuMX1 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-sBPIdTuMX1 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-sBPIdTuMX1 .card-img1 .img1 {
  width: 180%;
}
.cid-sBPIdTuMX1 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sBPIdTuMX1 H3 {
  text-align: center;
}
#custom-html-nk {
  /* Type valid CSS here */
}
#custom-html-nk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-nk p {
  font-size: 60px;
  color: #777;
}
.cid-sBPHGqqhT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sBPHGqqhT5 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBPHGqqhT5 .mbr-section-title {
  color: #233d63;
}
.cid-sBPHGqqhT5 .mbr-section-subtitle {
  text-align: center;
}
.cid-sBPHGqqhT5 .mbr-section-btn {
  margin-top: 35px;
}
.cid-sBPHGqqhT5 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sBPHGqqhT5 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sBPHGqqhT5 .mbr-section-title,
.cid-sBPHGqqhT5 .mbr-section-btn {
  text-align: center;
}
.cid-sBPHGqFJnz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sBPHGqFJnz .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sBPHGqFJnz .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sBPHGqFJnz .card-img span {
  font-size: 100px;
}
.cid-sBPHGqFJnz .mbr-text,
.cid-sBPHGqFJnz .mbr-section-btn {
  color: #efefef;
}
.cid-tcv13WgVCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv13WgVCp .container {
  padding: 0 5%;
}
.cid-tcv13WgVCp .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv13WgVCp .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv13WgVCp .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv13WgVCp .counter-container ol li {
    width: auto;
  }
}
.cid-tcv13WgVCp .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv13WgVCp .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv13WgVCp .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv13WgVCp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv13WgVCp .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv13WgVCp .mbr-text P {
  text-align: right;
}
.cid-sBPHGqSoNb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sBPHGqSoNb .container {
  max-width: 1400px;
}
.cid-sBPHGqSoNb .card-img2 span {
  padding-top: 6px;
}
.cid-sBPHGqSoNb .soc-item a {
  padding-top: 5px;
}
.cid-sBPHGqSoNb .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sBPHGqSoNb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBPHGqSoNb .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBPHGqSoNb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBPHGqSoNb svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBPHGqSoNb #e2_shape {
  fill: #ffffff !important;
}
.cid-sBPHGqSoNb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBPHGqSoNb .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-sBPHGqSoNb .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBPHGqSoNb .card-img {
  width: auto;
}
.cid-sBPHGqSoNb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBPHGqSoNb .soc-item span {
  font-size: 1.4rem;
}
.cid-sBPHGqSoNb .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sBPHGqSoNb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBPHGqSoNb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBPHGqSoNb .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBPHGqSoNb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBPHGqSoNb img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sBPHGqSoNb .item {
    justify-content: center;
  }
  .cid-sBPHGqSoNb .quote::after {
    left: 60px;
  }
}
.cid-sBPHGqSoNb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBPHGqSoNb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBPHGqSoNb .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBPHGqSoNb .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBPHGqSoNb H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sBPHGqSoNb .theme {
  color: #ffffff;
}
.cid-sBPHGqSoNb .copyright > p {
  color: #ff3366;
}
.cid-sBPHGqSoNb .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sGPztLjZOI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sGPztLjZOI .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sGPztLjZOI .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sGPztLjZOI .mbr-section-subtitle {
  text-align: center;
}
.cid-sGPztLjZOI .mbr-section-btn {
  margin-top: 35px;
}
.cid-sGPztLjZOI .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sGPztLjZOI .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sGPztLjZOI .mbr-section-title,
.cid-sGPztLjZOI .mbr-section-btn {
  text-align: center;
}
.cid-sGPztLjZOI .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sGPztLBVAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sGPztLBVAd .container,
.cid-sGPztLBVAd .container-fluid {
  pointer-events: none;
}
.cid-sGPztLBVAd .title__block,
.cid-sGPztLBVAd .wrap,
.cid-sGPztLBVAd .mbr-arrow,
.cid-sGPztLBVAd .mbr-section-btn {
  pointer-events: all;
}
.cid-sGPztLBVAd .mbr-section-title {
  color: #233d63;
}
.cid-sGPztLBVAd .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-sGPztLBVAd .title__block {
    margin-bottom: 25px;
  }
}
.cid-sGPztLBVAd .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-sGPztLBVAd .card__wrap {
    padding: 0;
  }
}
.cid-sGPztLBVAd .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-sGPztLBVAd .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sGPztLBVAd .image {
    max-width: none;
    max-height: none;
  }
}
.cid-sGPztLBVAd .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-sGPztLBVAd .card__text {
  margin-top: 30px;
}
.cid-sGPztLBVAd .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-sGPztLBVAd .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-sGPztLBVAd .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-sGPztLBVAd .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e2149;
}
.cid-sGPztLBVAd .mbr-arrow > a {
  color: #1e2149;
}
.cid-sGPztLBVAd .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-sGPztLBVAd .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-sGPztLBVAd .art4:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sGPztLBVAd .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-sGPztM2E9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sGPztM2E9x .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sGPztM2E9x .mbr-section-title {
  color: #233d63;
}
.cid-sGPztM2E9x .mbr-section-subtitle {
  text-align: center;
}
.cid-sGPztM2E9x .mbr-section-btn {
  margin-top: 35px;
}
.cid-sGPztM2E9x .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sGPztM2E9x .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sGPztM2E9x .mbr-section-title,
.cid-sGPztM2E9x .mbr-section-btn {
  text-align: center;
}
.cid-sGPztMdmxo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sGPztMdmxo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sGPztMdmxo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sGPztMdmxo .card-img span {
  font-size: 100px;
}
.cid-sGPztMdmxo .mbr-text,
.cid-sGPztMdmxo .mbr-section-btn {
  color: #efefef;
}
.cid-tcv19n5h95 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv19n5h95 .container {
  padding: 0 5%;
}
.cid-tcv19n5h95 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv19n5h95 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv19n5h95 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv19n5h95 .counter-container ol li {
    width: auto;
  }
}
.cid-tcv19n5h95 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv19n5h95 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv19n5h95 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv19n5h95 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv19n5h95 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv19n5h95 .mbr-text P {
  text-align: right;
}
.cid-sGPztMHDBc {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sGPztMHDBc .container {
  max-width: 1400px;
}
.cid-sGPztMHDBc .card-img2 span {
  padding-top: 6px;
}
.cid-sGPztMHDBc .soc-item a {
  padding-top: 5px;
}
.cid-sGPztMHDBc .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sGPztMHDBc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sGPztMHDBc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sGPztMHDBc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGPztMHDBc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sGPztMHDBc #e2_shape {
  fill: #ffffff !important;
}
.cid-sGPztMHDBc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sGPztMHDBc .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-sGPztMHDBc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGPztMHDBc .card-img {
  width: auto;
}
.cid-sGPztMHDBc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sGPztMHDBc .soc-item span {
  font-size: 1.4rem;
}
.cid-sGPztMHDBc .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sGPztMHDBc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sGPztMHDBc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sGPztMHDBc .media-wrap {
  margin-bottom: 1rem;
}
.cid-sGPztMHDBc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGPztMHDBc img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sGPztMHDBc .item {
    justify-content: center;
  }
  .cid-sGPztMHDBc .quote::after {
    left: 60px;
  }
}
.cid-sGPztMHDBc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sGPztMHDBc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGPztMHDBc .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sGPztMHDBc .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sGPztMHDBc H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sGPztMHDBc .theme {
  color: #ffffff;
}
.cid-sGPztMHDBc .copyright > p {
  color: #ff3366;
}
.cid-sGPztMHDBc .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sJxr5FdQnZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #17171f;
}
.cid-sJxr5FdQnZ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sJxr5FdQnZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sJxr5FdQnZ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sJxr5FdQnZ .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-swl28VPZHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swl28VPZHi .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swl28VPZHi .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-swl28VPZHi .mbr-section-subtitle {
  text-align: center;
  color: #1e2149;
}
.cid-swl28VPZHi .mbr-section-btn {
  margin-top: 35px;
}
.cid-swl28VPZHi .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swl28VPZHi .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swl28VPZHi .mbr-section-title,
.cid-swl28VPZHi .mbr-section-btn {
  text-align: center;
}
.cid-swl28VPZHi .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-swl28W0zJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-swl28W0zJY .container,
.cid-swl28W0zJY .container-fluid {
  pointer-events: none;
}
.cid-swl28W0zJY .title__block,
.cid-swl28W0zJY .wrap,
.cid-swl28W0zJY .mbr-arrow,
.cid-swl28W0zJY .mbr-section-btn {
  pointer-events: all;
}
.cid-swl28W0zJY .mbr-section-title {
  color: #233d63;
}
.cid-swl28W0zJY .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-swl28W0zJY .title__block {
    margin-bottom: 25px;
  }
}
.cid-swl28W0zJY .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-swl28W0zJY .card__wrap {
    padding: 0;
  }
}
.cid-swl28W0zJY .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-swl28W0zJY .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-swl28W0zJY .image {
    max-width: none;
    max-height: none;
  }
}
.cid-swl28W0zJY .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-swl28W0zJY .card__text {
  margin-top: 30px;
}
.cid-swl28W0zJY .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-swl28W0zJY .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-swl28W0zJY .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-swl28W0zJY .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e2149;
}
.cid-swl28W0zJY .mbr-arrow > a {
  color: #1e2149;
}
.cid-swl28W0zJY .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-swl28W0zJY .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-swl28W0zJY .art4:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-swl28W0zJY .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-t5wEWdzU4E {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wEWdzU4E .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wEWdzU4E img {
  width: 100%;
}
.cid-t5wEWdzU4E p {
  margin-top: 6rem;
}
.cid-t5wEWdzU4E .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wEWdzU4E .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wEWdzU4E h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wEWdzU4E .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wEWdzU4E p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wEWdzU4E .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wEWdzU4E .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wEWdzU4E p {
    margin-top: 4rem;
  }
}
.cid-t5wEWdzU4E .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wEWdzU4E .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wEWdzU4E .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wEWdzU4E h4 {
    right: 2rem;
  }
}
.cid-t5wEWdzU4E H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wEWdzU4E H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wEWdzU4E .mbr-text,
.cid-t5wEWdzU4E .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5wEWdzU4E H4 {
  color: #ffffff;
}
.cid-swl28WANTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-swl28WANTu .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-swl28WANTu .mbr-section-title {
  color: #233d63;
}
.cid-swl28WANTu .mbr-section-subtitle {
  text-align: center;
}
.cid-swl28WANTu .mbr-section-btn {
  margin-top: 35px;
}
.cid-swl28WANTu .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-swl28WANTu .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-swl28WANTu .mbr-section-title,
.cid-swl28WANTu .mbr-section-btn {
  text-align: center;
}
.cid-swl28WMBNE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-swl28WMBNE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-swl28WMBNE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-swl28WMBNE .card-img span {
  font-size: 100px;
}
.cid-swl28WMBNE .mbr-text,
.cid-swl28WMBNE .mbr-section-btn {
  color: #efefef;
}
.cid-tcuVmI6JjZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuVmI6JjZ .container {
  padding: 0 5%;
}
.cid-tcuVmI6JjZ .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuVmI6JjZ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuVmI6JjZ .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuVmI6JjZ .counter-container ol li {
    width: auto;
  }
}
.cid-tcuVmI6JjZ .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuVmI6JjZ .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuVmI6JjZ .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuVmI6JjZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuVmI6JjZ .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuVmI6JjZ .mbr-text P {
  text-align: right;
}
#custom-html-pf {
  /* Type valid CSS here */
}
#custom-html-pf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-pf p {
  font-size: 60px;
  color: #777;
}
#custom-html-pf .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-pf .my-float {
  margin-top: 16px;
}
.cid-swl28WY78K {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-swl28WY78K .container {
  max-width: 1400px;
}
.cid-swl28WY78K .card-img2 span {
  padding-top: 6px;
}
.cid-swl28WY78K .soc-item a {
  padding-top: 5px;
}
.cid-swl28WY78K .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-swl28WY78K .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-swl28WY78K .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-swl28WY78K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swl28WY78K svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-swl28WY78K #e2_shape {
  fill: #ffffff !important;
}
.cid-swl28WY78K .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-swl28WY78K .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-swl28WY78K .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swl28WY78K .card-img {
  width: auto;
}
.cid-swl28WY78K .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-swl28WY78K .soc-item span {
  font-size: 1.4rem;
}
.cid-swl28WY78K .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-swl28WY78K .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-swl28WY78K .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swl28WY78K .media-wrap {
  margin-bottom: 1rem;
}
.cid-swl28WY78K .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swl28WY78K img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-swl28WY78K .item {
    justify-content: center;
  }
  .cid-swl28WY78K .quote::after {
    left: 60px;
  }
}
.cid-swl28WY78K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-swl28WY78K .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swl28WY78K .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-swl28WY78K .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-swl28WY78K H5 {
  color: #ffffff;
  text-align: center;
}
.cid-swl28WY78K .theme {
  color: #ffffff;
}
.cid-swl28WY78K .copyright > p {
  color: #ff3366;
}
.cid-swl28WY78K .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sLDwx4auVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sLDwx4auVa .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sLDwx4auVa .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-sLDwx4auVa .mbr-section-subtitle {
  text-align: center;
}
.cid-sLDwx4auVa .mbr-section-btn {
  margin-top: 35px;
}
.cid-sLDwx4auVa .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sLDwx4auVa .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sLDwx4auVa .mbr-section-title,
.cid-sLDwx4auVa .mbr-section-btn {
  text-align: center;
}
.cid-sLDwx4auVa .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sLDwx4lQ09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLDwx4lQ09 .container,
.cid-sLDwx4lQ09 .container-fluid {
  pointer-events: none;
}
.cid-sLDwx4lQ09 .title__block,
.cid-sLDwx4lQ09 .wrap,
.cid-sLDwx4lQ09 .mbr-arrow,
.cid-sLDwx4lQ09 .mbr-section-btn {
  pointer-events: all;
}
.cid-sLDwx4lQ09 .mbr-section-title {
  color: #233d63;
}
.cid-sLDwx4lQ09 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-sLDwx4lQ09 .title__block {
    margin-bottom: 25px;
  }
}
.cid-sLDwx4lQ09 .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-sLDwx4lQ09 .card__wrap {
    padding: 0;
  }
}
.cid-sLDwx4lQ09 .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-sLDwx4lQ09 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sLDwx4lQ09 .image {
    max-width: none;
    max-height: none;
  }
}
.cid-sLDwx4lQ09 .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-sLDwx4lQ09 .card__text {
  margin-top: 30px;
}
.cid-sLDwx4lQ09 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-sLDwx4lQ09 .mbr-section-btn {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .cid-sLDwx4lQ09 .showArrow {
    padding-bottom: 115px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.cid-sLDwx4lQ09 .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e2149;
}
.cid-sLDwx4lQ09 .mbr-arrow > a {
  color: #1e2149;
}
.cid-sLDwx4lQ09 .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-sLDwx4lQ09 .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-sLDwx4lQ09 .art4:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sLDwx4lQ09 .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-sLDwx4H3GO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sLDwx4H3GO .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sLDwx4H3GO .mbr-section-title {
  color: #233d63;
}
.cid-sLDwx4H3GO .mbr-section-subtitle {
  text-align: center;
}
.cid-sLDwx4H3GO .mbr-section-btn {
  margin-top: 35px;
}
.cid-sLDwx4H3GO .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sLDwx4H3GO .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sLDwx4H3GO .mbr-section-title,
.cid-sLDwx4H3GO .mbr-section-btn {
  text-align: center;
}
.cid-sLDwx4Topl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sLDwx4Topl .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLDwx4Topl .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLDwx4Topl .card-img span {
  font-size: 100px;
}
.cid-sLDwx4Topl .mbr-text,
.cid-sLDwx4Topl .mbr-section-btn {
  color: #efefef;
}
.cid-tcv1ztb6lC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv1ztb6lC .container {
  padding: 0 5%;
}
.cid-tcv1ztb6lC .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv1ztb6lC .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv1ztb6lC .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv1ztb6lC .counter-container ol li {
    width: auto;
  }
}
.cid-tcv1ztb6lC .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv1ztb6lC .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv1ztb6lC .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv1ztb6lC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv1ztb6lC .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv1ztb6lC .mbr-text P {
  text-align: right;
}
#custom-html-qm {
  /* Type valid CSS here */
}
#custom-html-qm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qm p {
  font-size: 60px;
  color: #777;
}
.cid-sLDwx58tnf {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sLDwx58tnf .container {
  max-width: 1400px;
}
.cid-sLDwx58tnf .card-img2 span {
  padding-top: 6px;
}
.cid-sLDwx58tnf .soc-item a {
  padding-top: 5px;
}
.cid-sLDwx58tnf .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sLDwx58tnf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sLDwx58tnf .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sLDwx58tnf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sLDwx58tnf svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sLDwx58tnf #e2_shape {
  fill: #ffffff !important;
}
.cid-sLDwx58tnf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sLDwx58tnf .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-sLDwx58tnf .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLDwx58tnf .card-img {
  width: auto;
}
.cid-sLDwx58tnf .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sLDwx58tnf .soc-item span {
  font-size: 1.4rem;
}
.cid-sLDwx58tnf .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sLDwx58tnf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sLDwx58tnf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sLDwx58tnf .media-wrap {
  margin-bottom: 1rem;
}
.cid-sLDwx58tnf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLDwx58tnf img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sLDwx58tnf .item {
    justify-content: center;
  }
  .cid-sLDwx58tnf .quote::after {
    left: 60px;
  }
}
.cid-sLDwx58tnf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sLDwx58tnf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLDwx58tnf .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sLDwx58tnf .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sLDwx58tnf H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sLDwx58tnf .theme {
  color: #ffffff;
}
.cid-sLDwx58tnf .copyright > p {
  color: #ff3366;
}
.cid-sLDwx58tnf .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ5NiMwOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ5NiMwOX .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ5NiMwOX .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-syZ5NiMwOX .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ5NiMwOX .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ5NiMwOX .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ5NiMwOX .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ5NiMwOX .mbr-section-title,
.cid-syZ5NiMwOX .mbr-section-btn {
  text-align: center;
}
#custom-html-l4 {
  /* Type valid CSS here */
}
#custom-html-l4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l4 p {
  font-size: 60px;
  color: #777;
}
.cid-syZ5Nj5ueB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ5Nj5ueB .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ5Nj5ueB .mbr-section-title {
  color: #233d63;
}
.cid-syZ5Nj5ueB .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ5Nj5ueB .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ5Nj5ueB .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ5Nj5ueB .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ5Nj5ueB .mbr-section-title,
.cid-syZ5Nj5ueB .mbr-section-btn {
  text-align: center;
}
#custom-html-qs {
  /* Type valid CSS here */
}
#custom-html-qs div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qs p {
  font-size: 60px;
  color: #777;
}
#custom-html-qs .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-qs .my-float {
  margin-top: 16px;
}
.cid-syZ5NjlLUo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syZ5NjlLUo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syZ5NjlLUo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syZ5NjlLUo .card-img span {
  font-size: 100px;
}
.cid-syZ5NjlLUo .mbr-text,
.cid-syZ5NjlLUo .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWq06cHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWq06cHL .container {
  padding: 0 5%;
}
.cid-tcuWq06cHL .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWq06cHL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWq06cHL .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWq06cHL .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWq06cHL .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWq06cHL .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWq06cHL .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWq06cHL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWq06cHL .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWq06cHL .mbr-text P {
  text-align: right;
}
.cid-syZ5NjBHkX {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syZ5NjBHkX .container {
  max-width: 1400px;
}
.cid-syZ5NjBHkX .card-img2 span {
  padding-top: 6px;
}
.cid-syZ5NjBHkX .soc-item a {
  padding-top: 5px;
}
.cid-syZ5NjBHkX .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syZ5NjBHkX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syZ5NjBHkX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syZ5NjBHkX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syZ5NjBHkX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syZ5NjBHkX #e2_shape {
  fill: #ffffff !important;
}
.cid-syZ5NjBHkX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syZ5NjBHkX .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-syZ5NjBHkX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syZ5NjBHkX .card-img {
  width: auto;
}
.cid-syZ5NjBHkX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syZ5NjBHkX .soc-item span {
  font-size: 1.4rem;
}
.cid-syZ5NjBHkX .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syZ5NjBHkX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syZ5NjBHkX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syZ5NjBHkX .media-wrap {
  margin-bottom: 1rem;
}
.cid-syZ5NjBHkX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syZ5NjBHkX img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syZ5NjBHkX .item {
    justify-content: center;
  }
  .cid-syZ5NjBHkX .quote::after {
    left: 60px;
  }
}
.cid-syZ5NjBHkX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syZ5NjBHkX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syZ5NjBHkX .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ5NjBHkX .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syZ5NjBHkX H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ5NjBHkX .theme {
  color: #ffffff;
}
.cid-syZ5NjBHkX .copyright > p {
  color: #ff3366;
}
.cid-syZ5NjBHkX .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ8EvRENM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ8EvRENM .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ8EvRENM .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-syZ8EvRENM .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ8EvRENM .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ8EvRENM .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ8EvRENM .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ8EvRENM .mbr-section-title,
.cid-syZ8EvRENM .mbr-section-btn {
  text-align: center;
}
#custom-html-la {
  /* Type valid CSS here */
}
#custom-html-la div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-la p {
  font-size: 60px;
  color: #777;
}
.cid-syZ8Ewl2o7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ8Ewl2o7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ8Ewl2o7 .mbr-section-title {
  color: #233d63;
}
.cid-syZ8Ewl2o7 .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ8Ewl2o7 .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ8Ewl2o7 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ8Ewl2o7 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ8Ewl2o7 .mbr-section-title,
.cid-syZ8Ewl2o7 .mbr-section-btn {
  text-align: center;
}
.cid-syZ8Ewy0XG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syZ8Ewy0XG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syZ8Ewy0XG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syZ8Ewy0XG .card-img span {
  font-size: 100px;
}
.cid-syZ8Ewy0XG .mbr-text,
.cid-syZ8Ewy0XG .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWuNsAlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWuNsAlh .container {
  padding: 0 5%;
}
.cid-tcuWuNsAlh .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWuNsAlh .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWuNsAlh .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWuNsAlh .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWuNsAlh .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWuNsAlh .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWuNsAlh .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWuNsAlh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWuNsAlh .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWuNsAlh .mbr-text P {
  text-align: right;
}
#custom-html-qt {
  /* Type valid CSS here */
}
#custom-html-qt div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qt p {
  font-size: 60px;
  color: #777;
}
#custom-html-qt .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-qt .my-float {
  margin-top: 16px;
}
.cid-syZ8EwMGDy {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syZ8EwMGDy .container {
  max-width: 1400px;
}
.cid-syZ8EwMGDy .card-img2 span {
  padding-top: 6px;
}
.cid-syZ8EwMGDy .soc-item a {
  padding-top: 5px;
}
.cid-syZ8EwMGDy .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syZ8EwMGDy .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syZ8EwMGDy .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syZ8EwMGDy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syZ8EwMGDy svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syZ8EwMGDy #e2_shape {
  fill: #ffffff !important;
}
.cid-syZ8EwMGDy .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syZ8EwMGDy .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-syZ8EwMGDy .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syZ8EwMGDy .card-img {
  width: auto;
}
.cid-syZ8EwMGDy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syZ8EwMGDy .soc-item span {
  font-size: 1.4rem;
}
.cid-syZ8EwMGDy .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syZ8EwMGDy .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syZ8EwMGDy .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syZ8EwMGDy .media-wrap {
  margin-bottom: 1rem;
}
.cid-syZ8EwMGDy .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syZ8EwMGDy img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syZ8EwMGDy .item {
    justify-content: center;
  }
  .cid-syZ8EwMGDy .quote::after {
    left: 60px;
  }
}
.cid-syZ8EwMGDy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syZ8EwMGDy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syZ8EwMGDy .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ8EwMGDy .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syZ8EwMGDy H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ8EwMGDy .theme {
  color: #ffffff;
}
.cid-syZ8EwMGDy .copyright > p {
  color: #ff3366;
}
.cid-syZ8EwMGDy .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ9zszbjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ9zszbjL .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ9zszbjL .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-syZ9zszbjL .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ9zszbjL .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ9zszbjL .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ9zszbjL .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ9zszbjL .mbr-section-title,
.cid-syZ9zszbjL .mbr-section-btn {
  text-align: center;
}
#custom-html-lm {
  /* Type valid CSS here */
}
#custom-html-lm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lm p {
  font-size: 60px;
  color: #777;
}
.cid-syZ9zt1Bc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ9zt1Bc1 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ9zt1Bc1 .mbr-section-title {
  color: #233d63;
}
.cid-syZ9zt1Bc1 .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ9zt1Bc1 .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ9zt1Bc1 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ9zt1Bc1 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ9zt1Bc1 .mbr-section-title,
.cid-syZ9zt1Bc1 .mbr-section-btn {
  text-align: center;
}
#custom-html-qv {
  /* Type valid CSS here */
}
#custom-html-qv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qv p {
  font-size: 60px;
  color: #777;
}
#custom-html-qv .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-qv .my-float {
  margin-top: 16px;
}
.cid-syZ9ztbhAQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syZ9ztbhAQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syZ9ztbhAQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syZ9ztbhAQ .card-img span {
  font-size: 100px;
}
.cid-syZ9ztbhAQ .mbr-text,
.cid-syZ9ztbhAQ .mbr-section-btn {
  color: #efefef;
}
.cid-tcuWCLKSdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWCLKSdD .container {
  padding: 0 5%;
}
.cid-tcuWCLKSdD .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWCLKSdD .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWCLKSdD .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWCLKSdD .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWCLKSdD .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWCLKSdD .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWCLKSdD .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWCLKSdD .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWCLKSdD .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWCLKSdD .mbr-text P {
  text-align: right;
}
.cid-syZ9ztoisL {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syZ9ztoisL .container {
  max-width: 1400px;
}
.cid-syZ9ztoisL .card-img2 span {
  padding-top: 6px;
}
.cid-syZ9ztoisL .soc-item a {
  padding-top: 5px;
}
.cid-syZ9ztoisL .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syZ9ztoisL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syZ9ztoisL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syZ9ztoisL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syZ9ztoisL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syZ9ztoisL #e2_shape {
  fill: #ffffff !important;
}
.cid-syZ9ztoisL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syZ9ztoisL .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-syZ9ztoisL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syZ9ztoisL .card-img {
  width: auto;
}
.cid-syZ9ztoisL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syZ9ztoisL .soc-item span {
  font-size: 1.4rem;
}
.cid-syZ9ztoisL .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syZ9ztoisL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syZ9ztoisL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syZ9ztoisL .media-wrap {
  margin-bottom: 1rem;
}
.cid-syZ9ztoisL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syZ9ztoisL img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syZ9ztoisL .item {
    justify-content: center;
  }
  .cid-syZ9ztoisL .quote::after {
    left: 60px;
  }
}
.cid-syZ9ztoisL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syZ9ztoisL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syZ9ztoisL .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ9ztoisL .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syZ9ztoisL H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ9ztoisL .theme {
  color: #ffffff;
}
.cid-syZ9ztoisL .copyright > p {
  color: #ff3366;
}
.cid-syZ9ztoisL .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sObhVmnurd {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-sObhVmnurd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sObhVmnurd #e2_shape {
  fill: #ffffff !important;
}
.cid-sObhVmnurd img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-sObhVmnurd img {
    width: 90%!important;
  }
}
.cid-sObhVmnurd H1 {
  color: #ffffff;
}
.cid-sObhVmnurd H3 {
  color: #ffffff;
}
.cid-sObhVmnurd .mbr-text,
.cid-sObhVmnurd .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1ct {
  /* Type valid CSS here */
}
#custom-html-1ct div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ct p {
  font-size: 60px;
  color: #777;
}
.cid-syZ3nRbF3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-syZ3nRbF3M .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syZ3nRbF3M .mbr-section-title {
  color: #233d63;
}
.cid-syZ3nRbF3M .mbr-section-subtitle {
  text-align: center;
}
.cid-syZ3nRbF3M .mbr-section-btn {
  margin-top: 35px;
}
.cid-syZ3nRbF3M .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-syZ3nRbF3M .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-syZ3nRbF3M .mbr-section-title,
.cid-syZ3nRbF3M .mbr-section-btn {
  text-align: center;
}
.cid-syZ3nRlyVM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-syZ3nRlyVM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-syZ3nRlyVM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-syZ3nRlyVM .card-img span {
  font-size: 100px;
}
.cid-syZ3nRlyVM .mbr-text,
.cid-syZ3nRlyVM .mbr-section-btn {
  color: #efefef;
}
.cid-tS6ZJND7XH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2061ab;
}
.cid-tS6ZJND7XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS6ZJND7XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS6ZJND7XH .container {
  max-width: 1280px;
}
.cid-tS6ZJND7XH .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tS6ZJND7XH .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tS6ZJND7XH .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tS6ZJND7XH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tS6ZJND7XH .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tS6ZJND7XH .text-wrapper {
    min-height: auto;
  }
}
.cid-tS6ZJND7XH .card-title {
  color: #FFDD65;
}
.cid-tS6ZJND7XH .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tS6ZJND7XH .mbr-text {
    margin-top: 16px;
  }
}
.cid-tS6ZJND7XH .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tS6ZJND7XH .col-link {
    margin-top: 50px;
  }
}
.cid-tS6ZJND7XH .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tS6ZJND7XH .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tS6ZJND7XH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #51c2c6;
}
.cid-tS6ZJND7XH .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tS6ZJND7XH .list-text {
  color: #FFFFFF;
}
.cid-tS6ZJND7XH .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tS6ZJND7XH .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tS6ZJND7XH .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tS6ZJND7XH .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tS6ZJND7XH .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tS6ZJND7XH .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tS6ZJND7XH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tS6ZJND7XH .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tS6ZJND7XH .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tS6ZJND7XH .btn-container {
    padding: 0 6vw;
  }
  .cid-tS6ZJND7XH .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tS6ZJND7XH .btn-container .btn {
    width: 100%;
  }
}
.cid-tS6ZJND7XH .card-title,
.cid-tS6ZJND7XH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcuWl881oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuWl881oq .container {
  padding: 0 5%;
}
.cid-tcuWl881oq .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuWl881oq .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuWl881oq .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuWl881oq .counter-container ol li {
    width: auto;
  }
}
.cid-tcuWl881oq .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuWl881oq .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuWl881oq .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuWl881oq .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuWl881oq .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuWl881oq .mbr-text P {
  text-align: right;
}
#custom-html-qr {
  /* Type valid CSS here */
}
#custom-html-qr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qr p {
  font-size: 60px;
  color: #777;
}
#custom-html-qr .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-qr .my-float {
  margin-top: 16px;
}
.cid-syZ3nRAW0W {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-syZ3nRAW0W .container {
  max-width: 1400px;
}
.cid-syZ3nRAW0W .card-img2 span {
  padding-top: 6px;
}
.cid-syZ3nRAW0W .soc-item a {
  padding-top: 5px;
}
.cid-syZ3nRAW0W .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-syZ3nRAW0W .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-syZ3nRAW0W .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-syZ3nRAW0W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syZ3nRAW0W svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-syZ3nRAW0W #e2_shape {
  fill: #ffffff !important;
}
.cid-syZ3nRAW0W .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-syZ3nRAW0W .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-syZ3nRAW0W .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-syZ3nRAW0W .card-img {
  width: auto;
}
.cid-syZ3nRAW0W .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-syZ3nRAW0W .soc-item span {
  font-size: 1.4rem;
}
.cid-syZ3nRAW0W .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-syZ3nRAW0W .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-syZ3nRAW0W .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syZ3nRAW0W .media-wrap {
  margin-bottom: 1rem;
}
.cid-syZ3nRAW0W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-syZ3nRAW0W img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-syZ3nRAW0W .item {
    justify-content: center;
  }
  .cid-syZ3nRAW0W .quote::after {
    left: 60px;
  }
}
.cid-syZ3nRAW0W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-syZ3nRAW0W .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syZ3nRAW0W .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ3nRAW0W .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-syZ3nRAW0W H5 {
  color: #ffffff;
  text-align: center;
}
.cid-syZ3nRAW0W .theme {
  color: #ffffff;
}
.cid-syZ3nRAW0W .copyright > p {
  color: #ff3366;
}
.cid-syZ3nRAW0W .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sQ3XqEmfoW {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #27c3ff;
  overflow: hidden;
}
.cid-sQ3XqEmfoW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sQ3XqEmfoW #e2_shape {
  fill: #ffffff !important;
}
.cid-sQ3XqEmfoW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-sQ3XqEmfoW img {
    width: 90%!important;
  }
}
.cid-sQ3XqEmfoW H1 {
  color: #233d63;
}
.cid-sQ3XqEmfoW H3 {
  color: #233d63;
}
.cid-sQ3XqEmfoW .mbr-text,
.cid-sQ3XqEmfoW .mbr-section-btn {
  color: #233d63;
}
.cid-sQ3Uz5ikmx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #27c3ff;
}
.cid-sQ3Uz5ikmx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sQ3Uz5ikmx .mbr-section-title {
  color: #233d63;
}
.cid-sQ3Uz5ikmx .mbr-section-subtitle {
  text-align: center;
}
.cid-sQ3Uz5ikmx .mbr-section-btn {
  margin-top: 35px;
}
.cid-sQ3Uz5ikmx .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sQ3Uz5ikmx .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sQ3Uz5ikmx .mbr-section-title,
.cid-sQ3Uz5ikmx .mbr-section-btn {
  text-align: center;
}
#custom-html-rh {
  /* Type valid CSS here */
}
#custom-html-rh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-rh p {
  font-size: 60px;
  color: #777;
}
#custom-html-ri {
  /* Type valid CSS here */
}
#custom-html-ri div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ri p {
  font-size: 60px;
  color: #777;
}
#custom-html-ri .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-ri .my-float {
  margin-top: 16px;
}
.cid-sQ3Uz5G7t9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sQ3Uz5G7t9 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sQ3Uz5G7t9 .mbr-section-title {
  color: #233d63;
}
.cid-sQ3Uz5G7t9 .mbr-section-subtitle {
  text-align: center;
}
.cid-sQ3Uz5G7t9 .mbr-section-btn {
  margin-top: 35px;
}
.cid-sQ3Uz5G7t9 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sQ3Uz5G7t9 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sQ3Uz5G7t9 .mbr-section-title,
.cid-sQ3Uz5G7t9 .mbr-section-btn {
  text-align: center;
}
.cid-sQ3Uz5SklL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sQ3Uz5SklL .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sQ3Uz5SklL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sQ3Uz5SklL .card-img span {
  font-size: 100px;
}
.cid-sQ3Uz5SklL .mbr-text,
.cid-sQ3Uz5SklL .mbr-section-btn {
  color: #efefef;
}
.cid-t5wGoWynxl {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5wGoWynxl .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5wGoWynxl img {
  width: 100%;
}
.cid-t5wGoWynxl p {
  margin-top: 6rem;
}
.cid-t5wGoWynxl .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5wGoWynxl .content-wrapper {
  padding-top: 6rem;
}
.cid-t5wGoWynxl h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5wGoWynxl .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5wGoWynxl p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5wGoWynxl .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5wGoWynxl .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5wGoWynxl p {
    margin-top: 4rem;
  }
}
.cid-t5wGoWynxl .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5wGoWynxl .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5wGoWynxl .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5wGoWynxl h4 {
    right: 2rem;
  }
}
.cid-t5wGoWynxl H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wGoWynxl H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5wGoWynxl .mbr-text,
.cid-t5wGoWynxl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5wGoWynxl H4 {
  color: #ffffff;
}
.cid-tcv1Xu3RCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv1Xu3RCO .container {
  padding: 0 5%;
}
.cid-tcv1Xu3RCO .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv1Xu3RCO .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv1Xu3RCO .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv1Xu3RCO .counter-container ol li {
    width: auto;
  }
}
.cid-tcv1Xu3RCO .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv1Xu3RCO .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv1Xu3RCO .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv1Xu3RCO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv1Xu3RCO .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv1Xu3RCO .mbr-text P {
  text-align: right;
}
.cid-sQ3Uz6nvT7 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sQ3Uz6nvT7 .container {
  max-width: 1400px;
}
.cid-sQ3Uz6nvT7 .card-img2 span {
  padding-top: 6px;
}
.cid-sQ3Uz6nvT7 .soc-item a {
  padding-top: 5px;
}
.cid-sQ3Uz6nvT7 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sQ3Uz6nvT7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sQ3Uz6nvT7 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sQ3Uz6nvT7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sQ3Uz6nvT7 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sQ3Uz6nvT7 #e2_shape {
  fill: #ffffff !important;
}
.cid-sQ3Uz6nvT7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sQ3Uz6nvT7 .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-sQ3Uz6nvT7 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sQ3Uz6nvT7 .card-img {
  width: auto;
}
.cid-sQ3Uz6nvT7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sQ3Uz6nvT7 .soc-item span {
  font-size: 1.4rem;
}
.cid-sQ3Uz6nvT7 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sQ3Uz6nvT7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sQ3Uz6nvT7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sQ3Uz6nvT7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sQ3Uz6nvT7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQ3Uz6nvT7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sQ3Uz6nvT7 .item {
    justify-content: center;
  }
  .cid-sQ3Uz6nvT7 .quote::after {
    left: 60px;
  }
}
.cid-sQ3Uz6nvT7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sQ3Uz6nvT7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQ3Uz6nvT7 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sQ3Uz6nvT7 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sQ3Uz6nvT7 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sQ3Uz6nvT7 .theme {
  color: #ffffff;
}
.cid-sQ3Uz6nvT7 .copyright > p {
  color: #ff3366;
}
.cid-sQ3Uz6nvT7 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-t5UmPC2WaI {
  background-color: #004ca8;
  overflow: hidden;
}
.cid-t5UmPC2WaI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-t5UmPC2WaI #e2_shape {
  fill: #ffffff !important;
}
.cid-t5UmPC2WaI img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-t5UmPC2WaI img {
    width: 90%!important;
  }
}
.cid-t5UmPC2WaI H1 {
  color: #ffffff;
}
.cid-t5UmPC2WaI H3 {
  color: #233d63;
}
.cid-t5UmPC2WaI .mbr-text,
.cid-t5UmPC2WaI .mbr-section-btn {
  color: #ffffff;
}
#custom-html-v2 {
  /* Type valid CSS here */
}
#custom-html-v2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v2 p {
  font-size: 60px;
  color: #777;
}
.cid-t5UnDL4uWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-t5UnDL4uWE .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-t5UnDL4uWE .mbr-section-title {
  color: #233d63;
}
.cid-t5UnDL4uWE .mbr-section-subtitle {
  text-align: center;
}
.cid-t5UnDL4uWE .mbr-section-btn {
  margin-top: 35px;
}
.cid-t5UnDL4uWE .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-t5UnDL4uWE .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-t5UnDL4uWE .mbr-section-title,
.cid-t5UnDL4uWE .mbr-section-btn {
  text-align: center;
}
.cid-t5UB0Ni4w9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5UB0Ni4w9 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t5UB0Ni4w9 img {
  width: 100%;
}
.cid-t5UB0Ni4w9 p {
  margin-top: 6rem;
}
.cid-t5UB0Ni4w9 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t5UB0Ni4w9 .content-wrapper {
  padding-top: 6rem;
}
.cid-t5UB0Ni4w9 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t5UB0Ni4w9 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t5UB0Ni4w9 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5UB0Ni4w9 .back {
    width: 100%;
    height: 75%;
  }
  .cid-t5UB0Ni4w9 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t5UB0Ni4w9 p {
    margin-top: 4rem;
  }
}
.cid-t5UB0Ni4w9 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t5UB0Ni4w9 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t5UB0Ni4w9 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t5UB0Ni4w9 h4 {
    right: 2rem;
  }
}
.cid-t5UB0Ni4w9 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t5UB0Ni4w9 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t5UB0Ni4w9 .mbr-text,
.cid-t5UB0Ni4w9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t5UB0Ni4w9 H4 {
  color: #ffffff;
}
.cid-t5UnFqkCtE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-t5UnFqkCtE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-t5UnFqkCtE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-t5UnFqkCtE .card-img span {
  font-size: 100px;
}
.cid-t5UnFqkCtE .mbr-text,
.cid-t5UnFqkCtE .mbr-section-btn {
  color: #efefef;
}
.cid-tcuUlKqBjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcuUlKqBjA .container {
  padding: 0 5%;
}
.cid-tcuUlKqBjA .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcuUlKqBjA .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcuUlKqBjA .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcuUlKqBjA .counter-container ol li {
    width: auto;
  }
}
.cid-tcuUlKqBjA .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcuUlKqBjA .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcuUlKqBjA .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcuUlKqBjA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcuUlKqBjA .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcuUlKqBjA .mbr-text P {
  text-align: right;
}
.cid-trYEFai9UF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-trYEFai9UF .container {
  max-width: 1400px;
}
.cid-trYEFai9UF .card-img2 span {
  padding-top: 6px;
}
.cid-trYEFai9UF .soc-item a {
  padding-top: 5px;
}
.cid-trYEFai9UF .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-trYEFai9UF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-trYEFai9UF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-trYEFai9UF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trYEFai9UF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-trYEFai9UF #e2_shape {
  fill: #ffffff !important;
}
.cid-trYEFai9UF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-trYEFai9UF .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-trYEFai9UF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trYEFai9UF .card-img {
  width: auto;
}
.cid-trYEFai9UF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-trYEFai9UF .soc-item span {
  font-size: 1.4rem;
}
.cid-trYEFai9UF .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-trYEFai9UF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-trYEFai9UF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-trYEFai9UF .media-wrap {
  margin-bottom: 1rem;
}
.cid-trYEFai9UF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-trYEFai9UF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-trYEFai9UF .item {
    justify-content: center;
  }
  .cid-trYEFai9UF .quote::after {
    left: 60px;
  }
}
.cid-trYEFai9UF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-trYEFai9UF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trYEFai9UF .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-trYEFai9UF .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-trYEFai9UF H5 {
  color: #ffffff;
  text-align: center;
}
.cid-trYEFai9UF .theme {
  color: #ffffff;
}
.cid-trYEFai9UF .copyright > p {
  color: #ff3366;
}
.cid-trYEFai9UF .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sSopKNCk9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #075dd4;
}
.cid-sSopKNCk9U .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sSopKNCk9U .mbr-section-title {
  color: #233d63;
}
.cid-sSopKNCk9U .mbr-section-subtitle {
  text-align: center;
}
.cid-sSopKNCk9U .mbr-section-btn {
  margin-top: 35px;
}
.cid-sSopKNCk9U .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sSopKNCk9U .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sSopKNCk9U .mbr-section-title,
.cid-sSopKNCk9U .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-vd {
  /* Type valid CSS here */
}
#custom-html-vd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-vd p {
  font-size: 60px;
  color: #777;
}
.cid-sSopKO2bm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sSopKO2bm1 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sSopKO2bm1 .mbr-section-title {
  color: #233d63;
}
.cid-sSopKO2bm1 .mbr-section-subtitle {
  text-align: center;
}
.cid-sSopKO2bm1 .mbr-section-btn {
  margin-top: 35px;
}
.cid-sSopKO2bm1 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sSopKO2bm1 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sSopKO2bm1 .mbr-section-title,
.cid-sSopKO2bm1 .mbr-section-btn {
  text-align: center;
}
.cid-sSopKOciW3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sSopKOciW3 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sSopKOciW3 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sSopKOciW3 .card-img span {
  font-size: 100px;
}
.cid-sSopKOciW3 .mbr-text,
.cid-sSopKOciW3 .mbr-section-btn {
  color: #efefef;
}
.cid-tcv2wWEZLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv2wWEZLH .container {
  padding: 0 5%;
}
.cid-tcv2wWEZLH .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv2wWEZLH .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv2wWEZLH .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv2wWEZLH .counter-container ol li {
    width: auto;
  }
}
.cid-tcv2wWEZLH .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv2wWEZLH .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv2wWEZLH .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv2wWEZLH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv2wWEZLH .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv2wWEZLH .mbr-text P {
  text-align: right;
}
.cid-sSopKOCR3X {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sSopKOCR3X .container {
  max-width: 1400px;
}
.cid-sSopKOCR3X .card-img2 span {
  padding-top: 6px;
}
.cid-sSopKOCR3X .soc-item a {
  padding-top: 5px;
}
.cid-sSopKOCR3X .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sSopKOCR3X .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sSopKOCR3X .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sSopKOCR3X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSopKOCR3X svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sSopKOCR3X #e2_shape {
  fill: #ffffff !important;
}
.cid-sSopKOCR3X .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sSopKOCR3X .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-sSopKOCR3X .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSopKOCR3X .card-img {
  width: auto;
}
.cid-sSopKOCR3X .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sSopKOCR3X .soc-item span {
  font-size: 1.4rem;
}
.cid-sSopKOCR3X .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sSopKOCR3X .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sSopKOCR3X .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sSopKOCR3X .media-wrap {
  margin-bottom: 1rem;
}
.cid-sSopKOCR3X .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sSopKOCR3X img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sSopKOCR3X .item {
    justify-content: center;
  }
  .cid-sSopKOCR3X .quote::after {
    left: 60px;
  }
}
.cid-sSopKOCR3X .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sSopKOCR3X .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSopKOCR3X .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sSopKOCR3X .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sSopKOCR3X H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sSopKOCR3X .theme {
  color: #ffffff;
}
.cid-sSopKOCR3X .copyright > p {
  color: #ff3366;
}
.cid-sSopKOCR3X .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-t83tizjy3E {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-t83tizjy3E svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-t83tizjy3E #e2_shape {
  fill: #ffffff !important;
}
.cid-t83tizjy3E img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-t83tizjy3E img {
    width: 90%!important;
  }
}
.cid-t83tizjy3E H1 {
  color: #ffffff;
}
.cid-t83tizjy3E H3 {
  color: #ffffff;
}
.cid-t83tizjy3E .mbr-text,
.cid-t83tizjy3E .mbr-section-btn {
  color: #ffffff;
}
.cid-t83rk3oNsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-t83rk3oNsd .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-t83rk3oNsd .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-t83rk3oNsd .mbr-section-subtitle {
  text-align: center;
  color: #095ed5;
}
.cid-t83rk3oNsd .mbr-section-btn {
  margin-top: 35px;
}
.cid-t83rk3oNsd .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-t83rk3oNsd .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-t83rk3oNsd .mbr-section-title,
.cid-t83rk3oNsd .mbr-section-btn {
  text-align: center;
}
#custom-html-vx {
  /* Type valid CSS here */
}
#custom-html-vx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-vx p {
  font-size: 60px;
  color: #777;
}
#custom-html-vy {
  /* Type valid CSS here */
}
#custom-html-vy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-vy p {
  font-size: 60px;
  color: #777;
}
#custom-html-vy .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-vy .my-float {
  margin-top: 16px;
}
.cid-tHatMIqPWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-tHatMIqPWU .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tHatMIqPWU .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tHatMIqPWU .mbr-section-subtitle {
  text-align: center;
  color: #095ed5;
}
.cid-tHatMIqPWU .mbr-section-btn {
  margin-top: 35px;
}
.cid-tHatMIqPWU .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tHatMIqPWU .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tHatMIqPWU .mbr-section-title,
.cid-tHatMIqPWU .mbr-section-btn {
  text-align: center;
}
.cid-tHatMIqPWU .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-t83rk47JUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-t83rk47JUR .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-t83rk47JUR .mbr-section-title {
  color: #233d63;
}
.cid-t83rk47JUR .mbr-section-subtitle {
  text-align: center;
}
.cid-t83rk47JUR .mbr-section-btn {
  margin-top: 35px;
}
.cid-t83rk47JUR .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-t83rk47JUR .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-t83rk47JUR .mbr-section-title,
.cid-t83rk47JUR .mbr-section-btn {
  text-align: center;
}
.cid-t83rk4k4NM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-t83rk4k4NM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-t83rk4k4NM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-t83rk4k4NM .card-img span {
  font-size: 100px;
}
.cid-t83rk4k4NM .mbr-text,
.cid-t83rk4k4NM .mbr-section-btn {
  color: #efefef;
}
.cid-tBNBCSYnll {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBNBCSYnll .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #2a65ff;
}
.cid-tBNBCSYnll img {
  width: 100%;
}
.cid-tBNBCSYnll p {
  margin-top: 6rem;
}
.cid-tBNBCSYnll .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tBNBCSYnll .content-wrapper {
  padding-top: 6rem;
}
.cid-tBNBCSYnll h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tBNBCSYnll .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tBNBCSYnll p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tBNBCSYnll .back {
    width: 100%;
    height: 75%;
  }
  .cid-tBNBCSYnll .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tBNBCSYnll p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tBNBCSYnll .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tBNBCSYnll h4 {
    right: 2rem;
  }
}
.cid-tBNBCSYnll H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tBNBCSYnll H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tBNBCSYnll .mbr-text,
.cid-tBNBCSYnll .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t83rk4EiHw {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t83rk4EiHw .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t83rk4EiHw img {
  width: 100%;
}
.cid-t83rk4EiHw p {
  margin-top: 6rem;
}
.cid-t83rk4EiHw .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t83rk4EiHw .content-wrapper {
  padding-top: 6rem;
}
.cid-t83rk4EiHw h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t83rk4EiHw .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t83rk4EiHw p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t83rk4EiHw .back {
    width: 100%;
    height: 75%;
  }
  .cid-t83rk4EiHw .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t83rk4EiHw p {
    margin-top: 4rem;
  }
}
.cid-t83rk4EiHw .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-t83rk4EiHw .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t83rk4EiHw .content-wrapper {
    padding-right: 3rem;
  }
  .cid-t83rk4EiHw h4 {
    right: 2rem;
  }
}
.cid-t83rk4EiHw H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t83rk4EiHw H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t83rk4EiHw .mbr-text,
.cid-t83rk4EiHw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t83rk4EiHw H4 {
  color: #ffffff;
}
.cid-tcv2B08ARj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv2B08ARj .container {
  padding: 0 5%;
}
.cid-tcv2B08ARj .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv2B08ARj .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv2B08ARj .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv2B08ARj .counter-container ol li {
    width: auto;
  }
}
.cid-tcv2B08ARj .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv2B08ARj .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv2B08ARj .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv2B08ARj .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv2B08ARj .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv2B08ARj .mbr-text P {
  text-align: right;
}
.cid-tEj3uqPbc7 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tEj3uqPbc7 .container {
  max-width: 1400px;
}
.cid-tEj3uqPbc7 .card-img2 span {
  padding-top: 6px;
}
.cid-tEj3uqPbc7 .soc-item a {
  padding-top: 5px;
}
.cid-tEj3uqPbc7 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tEj3uqPbc7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tEj3uqPbc7 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tEj3uqPbc7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tEj3uqPbc7 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tEj3uqPbc7 #e2_shape {
  fill: #ffffff !important;
}
.cid-tEj3uqPbc7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tEj3uqPbc7 .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-tEj3uqPbc7 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEj3uqPbc7 .card-img {
  width: auto;
}
.cid-tEj3uqPbc7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tEj3uqPbc7 .soc-item span {
  font-size: 1.4rem;
}
.cid-tEj3uqPbc7 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tEj3uqPbc7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tEj3uqPbc7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tEj3uqPbc7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tEj3uqPbc7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tEj3uqPbc7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tEj3uqPbc7 .item {
    justify-content: center;
  }
  .cid-tEj3uqPbc7 .quote::after {
    left: 60px;
  }
}
.cid-tEj3uqPbc7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tEj3uqPbc7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEj3uqPbc7 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tEj3uqPbc7 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEj3uqPbc7 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tEj3uqPbc7 .theme {
  color: #ffffff;
}
.cid-tEj3uqPbc7 .copyright > p {
  color: #ff3366;
}
.cid-tEj3uqPbc7 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-taD8iYzC0S {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-taD8iYzC0S svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-taD8iYzC0S #e2_shape {
  fill: #ffffff !important;
}
.cid-taD8iYzC0S img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-taD8iYzC0S img {
    width: 90%!important;
  }
}
.cid-taD8iYzC0S H1 {
  color: #ffffff;
}
.cid-taD8iYzC0S H3 {
  color: #ffffff;
}
.cid-taD8iYzC0S .mbr-text,
.cid-taD8iYzC0S .mbr-section-btn {
  color: #ffffff;
}
.cid-taIecyWQYI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-taIecyWQYI .container {
  pointer-events: none;
  z-index: 1;
}
.cid-taIecyWQYI .title__block,
.cid-taIecyWQYI .card__wrap {
  pointer-events: all;
}
.cid-taIecyWQYI .mbr-overlay {
  background: #5eeebb;
}
.cid-taIecyWQYI .title__block {
  margin-bottom: 80px;
}
.cid-taIecyWQYI .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-taIecyWQYI .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 600px;
}
.cid-taIecyWQYI .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-taIecyWQYI .card:hover .card__icon {
  opacity: 1;
}
.cid-taIecyWQYI .card:hover .card__link {
  background-color: #1e2149;
  color: #ffffff;
  margin: 0;
}
.cid-taIecyWQYI .image {
  background: #1e2149;
  display: block;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.cid-taIecyWQYI .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-taIecyWQYI .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-taIecyWQYI .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-taIecyWQYI .mbr-section-title {
  color: #233d63;
}
@media (max-width: 767px) {
  .cid-taIecyWQYI .card {
    margin-bottom: 50px;
  }
  .cid-taIecyWQYI .title__block {
    margin-bottom: 50px;
  }
}
.cid-taIecyWQYI .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-taIecyWQYI .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #51c0c4;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-taIecyWQYI .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-taIecyWQYI .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #105369;
  animation: animationTwo 30s infinite linear;
}
.cid-taIecyWQYI .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationOne 25s infinite linear;
}
.cid-taIecyWQYI .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 25s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-taDelMfypb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-taDelMfypb .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-taDelMfypb .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-taDelMfypb .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-taDelMfypb .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-taDelMfypb .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-taDelMfypb .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
#custom-html-zh {
  /* Type valid CSS here */
}
#custom-html-zh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-zh p {
  font-size: 60px;
  color: #777;
}
#custom-html-12b {
  /* Type valid CSS here */
}
#custom-html-12b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-12b p {
  font-size: 60px;
  color: #777;
}
.cid-taD8iZxLBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-taD8iZxLBM .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-taD8iZxLBM .mbr-section-title {
  color: #233d63;
}
.cid-taD8iZxLBM .mbr-section-subtitle {
  text-align: center;
}
.cid-taD8iZxLBM .mbr-section-btn {
  margin-top: 35px;
}
.cid-taD8iZxLBM .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-taD8iZxLBM .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-taD8iZxLBM .mbr-section-title,
.cid-taD8iZxLBM .mbr-section-btn {
  text-align: center;
}
.cid-taD8iZMhyJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-taD8iZMhyJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-taD8iZMhyJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-taD8iZMhyJ .card-img span {
  font-size: 100px;
}
.cid-taD8iZMhyJ .mbr-text,
.cid-taD8iZMhyJ .mbr-section-btn {
  color: #efefef;
}
.cid-tcv2EFDUp2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv2EFDUp2 .container {
  padding: 0 5%;
}
.cid-tcv2EFDUp2 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv2EFDUp2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv2EFDUp2 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv2EFDUp2 .counter-container ol li {
    width: auto;
  }
}
.cid-tcv2EFDUp2 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv2EFDUp2 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv2EFDUp2 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv2EFDUp2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv2EFDUp2 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv2EFDUp2 .mbr-text P {
  text-align: right;
}
#custom-html-ze {
  /* Type valid CSS here */
}
#custom-html-ze div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ze p {
  font-size: 60px;
  color: #777;
}
#custom-html-ze .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-ze .my-float {
  margin-top: 16px;
}
.cid-taD8j1uZ3O {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-taD8j1uZ3O .container {
  max-width: 1400px;
}
.cid-taD8j1uZ3O .card-img2 span {
  padding-top: 6px;
}
.cid-taD8j1uZ3O .soc-item a {
  padding-top: 5px;
}
.cid-taD8j1uZ3O .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-taD8j1uZ3O .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-taD8j1uZ3O .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-taD8j1uZ3O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taD8j1uZ3O svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-taD8j1uZ3O #e2_shape {
  fill: #ffffff !important;
}
.cid-taD8j1uZ3O .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-taD8j1uZ3O .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-taD8j1uZ3O .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-taD8j1uZ3O .card-img {
  width: auto;
}
.cid-taD8j1uZ3O .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-taD8j1uZ3O .soc-item span {
  font-size: 1.4rem;
}
.cid-taD8j1uZ3O .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-taD8j1uZ3O .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-taD8j1uZ3O .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-taD8j1uZ3O .media-wrap {
  margin-bottom: 1rem;
}
.cid-taD8j1uZ3O .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-taD8j1uZ3O img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-taD8j1uZ3O .item {
    justify-content: center;
  }
  .cid-taD8j1uZ3O .quote::after {
    left: 60px;
  }
}
.cid-taD8j1uZ3O .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-taD8j1uZ3O .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taD8j1uZ3O .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-taD8j1uZ3O .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-taD8j1uZ3O H5 {
  color: #ffffff;
  text-align: center;
}
.cid-taD8j1uZ3O .theme {
  color: #ffffff;
}
.cid-taD8j1uZ3O .copyright > p {
  color: #ff3366;
}
.cid-taD8j1uZ3O .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-to6UhXh4Xl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to6UhXh4Xl .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-to6UhXh4Xl .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-to6UhXh4Xl .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-to6UhXh4Xl .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-to6UhXh4Xl .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-to6UhXh4Xl .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-tSWKvfkSxd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tSWKvfkSxd .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #105369;
}
.cid-tSWKvfkSxd img {
  width: 100%;
}
.cid-tSWKvfkSxd p {
  margin-top: 6rem;
}
.cid-tSWKvfkSxd .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tSWKvfkSxd .content-wrapper {
  padding-top: 6rem;
}
.cid-tSWKvfkSxd h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tSWKvfkSxd .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tSWKvfkSxd p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tSWKvfkSxd .back {
    width: 100%;
    height: 75%;
  }
  .cid-tSWKvfkSxd .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tSWKvfkSxd p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tSWKvfkSxd .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tSWKvfkSxd h4 {
    right: 2rem;
  }
}
.cid-tSWKvfkSxd H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tSWKvfkSxd H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tSWKvfkSxd .mbr-text,
.cid-tSWKvfkSxd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-15r {
  /* Type valid CSS here */
}
#custom-html-15r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-15r p {
  font-size: 60px;
  color: #777;
}
.cid-tomMvLyV6o {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tomMvLyV6o {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.cid-tomMvLyV6o .text {
  padding: 0;
}
.cid-tomMvLyV6o section {
  position: relative;
}
.cid-tomMvLyV6o h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tomMvLyV6o .mbr-iconfont {
  padding: 0!important;
}
.cid-tomMvLyV6o .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #075dd4;
}
.cid-tomMvLyV6o .box {
  background-image: url("../../../assets/images/new-web-landing.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tomMvLyV6o .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tomMvLyV6o .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tomMvLyV6o .icon-wrap span {
  padding-left: 8px;
}
.cid-tomMvLyV6o .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tomMvLyV6o .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tomMvLyV6o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tomMvLyV6o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tomMvLyV6o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tomMvLyV6o a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tomMvLyV6o a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomMvLyV6o {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .cid-tomMvLyV6o .box {
    height: 250px;
  }
  .cid-tomMvLyV6o .row {
    padding: 1rem!important;
  }
}
.cid-to6UhXD2Nq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to6UhXD2Nq .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-to6UhXD2Nq .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-to6UhXD2Nq .mbr-section-title,
.cid-to6UhXD2Nq .icon__wrap {
  text-align: center;
}
.cid-to6UhXD2Nq .mbr-section-subtitle {
  text-align: center;
}
.cid-to6UhXD2Nq .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-to6UhXD2Nq .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-to6UhXD2Nq .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-to6UhXD2Nq .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-to6UhXD2Nq .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-to6UhXV6ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-to6UhXV6ZU .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-to6UhXV6ZU .mbr-section-title {
  color: #233d63;
}
.cid-to6UhXV6ZU .mbr-section-subtitle {
  text-align: center;
}
.cid-to6UhXV6ZU .mbr-section-btn {
  margin-top: 35px;
}
.cid-to6UhXV6ZU .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-to6UhXV6ZU .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-to6UhXV6ZU .mbr-section-title,
.cid-to6UhXV6ZU .mbr-section-btn {
  text-align: center;
}
.cid-to6UhY8OMJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-to6UhY8OMJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-to6UhY8OMJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-to6UhY8OMJ .card-img span {
  font-size: 100px;
}
.cid-to6UhY8OMJ .mbr-text,
.cid-to6UhY8OMJ .mbr-section-btn {
  color: #efefef;
}
.cid-to6UhYrOHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-to6UhYrOHg .container {
  padding: 0 5%;
}
.cid-to6UhYrOHg .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-to6UhYrOHg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-to6UhYrOHg .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-to6UhYrOHg .counter-container ol li {
    width: auto;
  }
}
.cid-to6UhYrOHg .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-to6UhYrOHg .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-to6UhYrOHg .counter-container ol li:before {
    left: -45px;
  }
}
.cid-to6UhYrOHg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-to6UhYrOHg .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-to6UhYrOHg .mbr-text P {
  text-align: right;
}
.cid-tEwBBPiCJr {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tEwBBPiCJr .container {
  max-width: 1400px;
}
.cid-tEwBBPiCJr .card-img2 span {
  padding-top: 6px;
}
.cid-tEwBBPiCJr .soc-item a {
  padding-top: 5px;
}
.cid-tEwBBPiCJr .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tEwBBPiCJr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tEwBBPiCJr .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tEwBBPiCJr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tEwBBPiCJr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tEwBBPiCJr #e2_shape {
  fill: #ffffff !important;
}
.cid-tEwBBPiCJr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tEwBBPiCJr .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-tEwBBPiCJr .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEwBBPiCJr .card-img {
  width: auto;
}
.cid-tEwBBPiCJr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tEwBBPiCJr .soc-item span {
  font-size: 1.4rem;
}
.cid-tEwBBPiCJr .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tEwBBPiCJr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tEwBBPiCJr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tEwBBPiCJr .media-wrap {
  margin-bottom: 1rem;
}
.cid-tEwBBPiCJr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tEwBBPiCJr img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tEwBBPiCJr .item {
    justify-content: center;
  }
  .cid-tEwBBPiCJr .quote::after {
    left: 60px;
  }
}
.cid-tEwBBPiCJr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tEwBBPiCJr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEwBBPiCJr .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tEwBBPiCJr .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEwBBPiCJr H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tEwBBPiCJr .theme {
  color: #ffffff;
}
.cid-tEwBBPiCJr .copyright > p {
  color: #ff3366;
}
.cid-tEwBBPiCJr .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-ttbL7IdaBz {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-ttbL7IdaBz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ttbL7IdaBz #e2_shape {
  fill: #ffffff !important;
}
.cid-ttbL7IdaBz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-ttbL7IdaBz img {
    width: 90%!important;
  }
}
.cid-ttbL7IdaBz H1 {
  color: #ffffff;
}
.cid-ttbL7IdaBz H3 {
  color: #ffffff;
}
.cid-ttbL7IdaBz .mbr-text,
.cid-ttbL7IdaBz .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbL7IRyu0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ttbL7IRyu0 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ttbL7IRyu0 .title__block,
.cid-ttbL7IRyu0 .card__wrap {
  pointer-events: all;
}
.cid-ttbL7IRyu0 .mbr-overlay {
  background: #5eeebb;
}
.cid-ttbL7IRyu0 .title__block {
  margin-bottom: 80px;
}
.cid-ttbL7IRyu0 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-ttbL7IRyu0 .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 600px;
}
.cid-ttbL7IRyu0 .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ttbL7IRyu0 .card:hover .card__icon {
  opacity: 1;
}
.cid-ttbL7IRyu0 .card:hover .card__link {
  background-color: #1e2149;
  color: #ffffff;
  margin: 0;
}
.cid-ttbL7IRyu0 .image {
  background: #1e2149;
  display: block;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.cid-ttbL7IRyu0 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-ttbL7IRyu0 .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-ttbL7IRyu0 .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-ttbL7IRyu0 .mbr-section-title {
  color: #233d63;
}
@media (max-width: 767px) {
  .cid-ttbL7IRyu0 .card {
    margin-bottom: 50px;
  }
  .cid-ttbL7IRyu0 .title__block {
    margin-bottom: 50px;
  }
}
.cid-ttbL7IRyu0 .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-ttbL7IRyu0 .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #51c0c4;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-ttbL7IRyu0 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-ttbL7IRyu0 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #105369;
  animation: animationTwo 30s infinite linear;
}
.cid-ttbL7IRyu0 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #06df9e;
  animation: animationOne 25s infinite linear;
}
.cid-ttbL7IRyu0 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 25s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ttbL7JfxTx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttbL7JfxTx .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ttbL7JfxTx .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-ttbL7JfxTx .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-ttbL7JfxTx .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-ttbL7JfxTx .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-ttbL7JfxTx .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
#custom-html-170 {
  /* Type valid CSS here */
}
#custom-html-170 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-170 p {
  font-size: 60px;
  color: #777;
}
#custom-html-171 {
  /* Type valid CSS here */
}
#custom-html-171 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-171 p {
  font-size: 60px;
  color: #777;
}
.cid-ttbL7JALtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-ttbL7JALtF .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ttbL7JALtF .mbr-section-title {
  color: #233d63;
}
.cid-ttbL7JALtF .mbr-section-subtitle {
  text-align: center;
}
.cid-ttbL7JALtF .mbr-section-btn {
  margin-top: 35px;
}
.cid-ttbL7JALtF .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttbL7JALtF .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-ttbL7JALtF .mbr-section-title,
.cid-ttbL7JALtF .mbr-section-btn {
  text-align: center;
}
.cid-ttbL7JM9St {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-ttbL7JM9St .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ttbL7JM9St .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ttbL7JM9St .card-img span {
  font-size: 100px;
}
.cid-ttbL7JM9St .mbr-text,
.cid-ttbL7JM9St .mbr-section-btn {
  color: #efefef;
}
.cid-ttbL7K2Jwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-ttbL7K2Jwm .container {
  padding: 0 5%;
}
.cid-ttbL7K2Jwm .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-ttbL7K2Jwm .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ttbL7K2Jwm .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-ttbL7K2Jwm .counter-container ol li {
    width: auto;
  }
}
.cid-ttbL7K2Jwm .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-ttbL7K2Jwm .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ttbL7K2Jwm .counter-container ol li:before {
    left: -45px;
  }
}
.cid-ttbL7K2Jwm .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-ttbL7K2Jwm .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-ttbL7K2Jwm .mbr-text P {
  text-align: right;
}
#custom-html-175 {
  /* Type valid CSS here */
}
#custom-html-175 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-175 p {
  font-size: 60px;
  color: #777;
}
#custom-html-175 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-175 .my-float {
  margin-top: 16px;
}
.cid-ttbL7KgowE {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-ttbL7KgowE .container {
  max-width: 1400px;
}
.cid-ttbL7KgowE .card-img2 span {
  padding-top: 6px;
}
.cid-ttbL7KgowE .soc-item a {
  padding-top: 5px;
}
.cid-ttbL7KgowE .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ttbL7KgowE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ttbL7KgowE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ttbL7KgowE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ttbL7KgowE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ttbL7KgowE #e2_shape {
  fill: #ffffff !important;
}
.cid-ttbL7KgowE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ttbL7KgowE .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-ttbL7KgowE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttbL7KgowE .card-img {
  width: auto;
}
.cid-ttbL7KgowE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ttbL7KgowE .soc-item span {
  font-size: 1.4rem;
}
.cid-ttbL7KgowE .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-ttbL7KgowE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ttbL7KgowE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ttbL7KgowE .media-wrap {
  margin-bottom: 1rem;
}
.cid-ttbL7KgowE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ttbL7KgowE img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ttbL7KgowE .item {
    justify-content: center;
  }
  .cid-ttbL7KgowE .quote::after {
    left: 60px;
  }
}
.cid-ttbL7KgowE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ttbL7KgowE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttbL7KgowE .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ttbL7KgowE .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ttbL7KgowE H5 {
  color: #ffffff;
  text-align: center;
}
.cid-ttbL7KgowE .theme {
  color: #ffffff;
}
.cid-ttbL7KgowE .copyright > p {
  color: #ff3366;
}
.cid-ttbL7KgowE .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tur3vewfw2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tur3vewfw2 H1 {
  color: #232323;
  text-align: center;
}
.cid-tur3vewfw2 .mbr-text,
.cid-tur3vewfw2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tur3vewfw2 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-tur3vewfw2 .relative {
  position: relative;
}
.cid-tur3vewfw2 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tur3vewfw2 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-tur3vewfw2 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-tur3vewfw2 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-tur3vewfw2 .card-img1 .img1 {
  width: 180%;
}
.cid-tur3vewfw2 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-tur3vewfw2 H3 {
  text-align: center;
}
#custom-html-181 {
  /* Type valid CSS here */
}
#custom-html-181 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-181 p {
  font-size: 60px;
  color: #777;
}
.cid-tu20uHv6hN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tu20uHv6hN .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tu20uHv6hN .mbr-section-title {
  color: #233d63;
}
.cid-tu20uHv6hN .mbr-section-subtitle {
  text-align: center;
}
.cid-tu20uHv6hN .mbr-section-btn {
  margin-top: 35px;
}
.cid-tu20uHv6hN .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tu20uHv6hN .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tu20uHv6hN .mbr-section-title,
.cid-tu20uHv6hN .mbr-section-btn {
  text-align: center;
}
.cid-tu20uHN4WU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tu20uHN4WU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tu20uHN4WU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tu20uHN4WU .card-img span {
  font-size: 100px;
}
.cid-tu20uHN4WU .mbr-text,
.cid-tu20uHN4WU .mbr-section-btn {
  color: #efefef;
}
.cid-tu20uI87jH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tu20uI87jH .container {
  padding: 0 5%;
}
.cid-tu20uI87jH .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tu20uI87jH .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tu20uI87jH .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tu20uI87jH .counter-container ol li {
    width: auto;
  }
}
.cid-tu20uI87jH .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tu20uI87jH .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tu20uI87jH .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tu20uI87jH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tu20uI87jH .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tu20uI87jH .mbr-text P {
  text-align: right;
}
.cid-tu20uIrWTe {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tu20uIrWTe .container {
  max-width: 1400px;
}
.cid-tu20uIrWTe .card-img2 span {
  padding-top: 6px;
}
.cid-tu20uIrWTe .soc-item a {
  padding-top: 5px;
}
.cid-tu20uIrWTe .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tu20uIrWTe .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tu20uIrWTe .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tu20uIrWTe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tu20uIrWTe svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tu20uIrWTe #e2_shape {
  fill: #ffffff !important;
}
.cid-tu20uIrWTe .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tu20uIrWTe .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-tu20uIrWTe .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tu20uIrWTe .card-img {
  width: auto;
}
.cid-tu20uIrWTe .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tu20uIrWTe .soc-item span {
  font-size: 1.4rem;
}
.cid-tu20uIrWTe .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tu20uIrWTe .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tu20uIrWTe .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tu20uIrWTe .media-wrap {
  margin-bottom: 1rem;
}
.cid-tu20uIrWTe .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tu20uIrWTe img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tu20uIrWTe .item {
    justify-content: center;
  }
  .cid-tu20uIrWTe .quote::after {
    left: 60px;
  }
}
.cid-tu20uIrWTe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tu20uIrWTe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tu20uIrWTe .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tu20uIrWTe .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tu20uIrWTe H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tu20uIrWTe .theme {
  color: #ffffff;
}
.cid-tu20uIrWTe .copyright > p {
  color: #ff3366;
}
.cid-tu20uIrWTe .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-t3uxSatkPO {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-header-1.jpg");
}
@media (max-width: 767px) {
  .cid-t3uxSatkPO {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-t3uxSatkPO .col-md-12 {
  padding: 14rem 0rem;
}
.cid-t3uxSatkPO .mbr-section-title {
  line-height: 3rem;
}
.cid-t3uxSatkPO .container-fluid {
  max-width: 1240px;
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .cid-t3uxSatkPO .container-fluid {
    margin: 0 1rem;
  }
  .cid-t3uxSatkPO .col-md-12 {
    padding: 3rem 0rem;
  }
}
.cid-uYhFs3DwJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uYhFs3DwJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhFs3DwJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhFs3DwJ7 .container {
  max-width: 1280px;
}
.cid-uYhFs3DwJ7 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #206d86;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uYhFs3DwJ7 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhFs3DwJ7 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uYhFs3DwJ7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uYhFs3DwJ7 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uYhFs3DwJ7 .text-wrapper {
    min-height: auto;
  }
}
.cid-uYhFs3DwJ7 .card-title {
  color: #FFDD65;
}
.cid-uYhFs3DwJ7 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYhFs3DwJ7 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uYhFs3DwJ7 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uYhFs3DwJ7 .col-link {
    margin-top: 50px;
  }
}
.cid-uYhFs3DwJ7 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uYhFs3DwJ7 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uYhFs3DwJ7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uYhFs3DwJ7 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uYhFs3DwJ7 .list-text {
  color: #ffffff;
}
.cid-uYhFs3DwJ7 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uYhFs3DwJ7 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uYhFs3DwJ7 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uYhFs3DwJ7 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uYhFs3DwJ7 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uYhFs3DwJ7 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uYhFs3DwJ7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYhFs3DwJ7 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uYhFs3DwJ7 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhFs3DwJ7 .btn-container {
    padding: 0 6vw;
  }
  .cid-uYhFs3DwJ7 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uYhFs3DwJ7 .btn-container .btn {
    width: 100%;
  }
}
.cid-uYhFs3DwJ7 .card-title,
.cid-uYhFs3DwJ7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWXZGhrP7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uWXZGhrP7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXZGhrP7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXZGhrP7O .container {
  max-width: 1280px;
}
.cid-uWXZGhrP7O .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWXZGhrP7O .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uWXZGhrP7O .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uWXZGhrP7O .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uWXZGhrP7O .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWXZGhrP7O .text-wrapper {
    min-height: auto;
  }
}
.cid-uWXZGhrP7O .card-title {
  color: #FFDD65;
}
.cid-uWXZGhrP7O .mbr-text {
  color: #105369;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWXZGhrP7O .mbr-text {
    margin-top: 16px;
  }
}
.cid-uWXZGhrP7O .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uWXZGhrP7O .col-link {
    margin-top: 50px;
  }
}
.cid-uWXZGhrP7O .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uWXZGhrP7O .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uWXZGhrP7O .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uWXZGhrP7O .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uWXZGhrP7O .list-text {
  color: #105369;
}
.cid-uWXZGhrP7O .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uWXZGhrP7O .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uWXZGhrP7O .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uWXZGhrP7O .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uWXZGhrP7O .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uWXZGhrP7O .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uWXZGhrP7O .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWXZGhrP7O .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uWXZGhrP7O .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uWXZGhrP7O .btn-container {
    padding: 0 6vw;
  }
  .cid-uWXZGhrP7O .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uWXZGhrP7O .btn-container .btn {
    width: 100%;
  }
}
.cid-uWXZGhrP7O .card-title,
.cid-uWXZGhrP7O .mbr-section-btn {
  text-align: center;
  color: #105369;
}
.cid-u5F8Zy8DnB {
  background-color: #105369;
  overflow: hidden;
}
.cid-u5F8Zy8DnB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u5F8Zy8DnB #e2_shape {
  fill: #e9dfcf !important;
}
.cid-u5F8Zy8DnB img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-u5F8Zy8DnB img {
    width: 90%!important;
  }
}
.cid-u5F8Zy8DnB H1 {
  color: #ffffff;
}
.cid-u5F8Zy8DnB H3 {
  color: #ffffff;
}
.cid-u5F8Zy8DnB .mbr-text,
.cid-u5F8Zy8DnB .mbr-section-btn {
  color: #ffffff;
}
.cid-uXZv6CDbVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uXZv6CDbVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZv6CDbVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZv6CDbVm .container {
  max-width: 1280px;
}
.cid-uXZv6CDbVm .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uXZv6CDbVm .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uXZv6CDbVm .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uXZv6CDbVm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uXZv6CDbVm .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXZv6CDbVm .text-wrapper {
    min-height: auto;
  }
}
.cid-uXZv6CDbVm .card-title {
  color: #FFDD65;
}
.cid-uXZv6CDbVm .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uXZv6CDbVm .mbr-text {
    margin-top: 16px;
  }
}
.cid-uXZv6CDbVm .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uXZv6CDbVm .col-link {
    margin-top: 50px;
  }
}
.cid-uXZv6CDbVm .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uXZv6CDbVm .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uXZv6CDbVm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uXZv6CDbVm .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uXZv6CDbVm .list-text {
  color: #ffffff;
}
.cid-uXZv6CDbVm .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uXZv6CDbVm .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uXZv6CDbVm .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uXZv6CDbVm .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uXZv6CDbVm .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uXZv6CDbVm .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uXZv6CDbVm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXZv6CDbVm .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uXZv6CDbVm .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uXZv6CDbVm .btn-container {
    padding: 0 6vw;
  }
  .cid-uXZv6CDbVm .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uXZv6CDbVm .btn-container .btn {
    width: 100%;
  }
}
.cid-uXZv6CDbVm .card-title,
.cid-uXZv6CDbVm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWbikLuRtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c0c0c9;
}
.cid-uWbikLuRtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWbikLuRtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWbikLuRtv .container {
  max-width: 1280px;
}
.cid-uWbikLuRtv .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWbikLuRtv .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uWbikLuRtv .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uWbikLuRtv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uWbikLuRtv .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uWbikLuRtv .text-wrapper {
    min-height: auto;
  }
}
.cid-uWbikLuRtv .card-title {
  color: #FFDD65;
}
.cid-uWbikLuRtv .mbr-text {
  color: #056a7a;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWbikLuRtv .mbr-text {
    margin-top: 16px;
  }
}
.cid-uWbikLuRtv .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uWbikLuRtv .col-link {
    margin-top: 50px;
  }
}
.cid-uWbikLuRtv .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uWbikLuRtv .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uWbikLuRtv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #279bae;
}
.cid-uWbikLuRtv .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uWbikLuRtv .list-text {
  color: #056a7a;
  text-align: right;
}
.cid-uWbikLuRtv .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uWbikLuRtv .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uWbikLuRtv .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uWbikLuRtv .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uWbikLuRtv .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uWbikLuRtv .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uWbikLuRtv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWbikLuRtv .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uWbikLuRtv .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uWbikLuRtv .btn-container {
    padding: 0 6vw;
  }
  .cid-uWbikLuRtv .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uWbikLuRtv .btn-container .btn {
    width: 100%;
  }
}
.cid-uWbikLuRtv .card-title,
.cid-uWbikLuRtv .mbr-section-btn {
  text-align: center;
  color: #056a7a;
}
.cid-tHwrROPSUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #075dd4;
}
.cid-tHwrROPSUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHwrROPSUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHwrROPSUs .container {
  max-width: 1280px;
}
.cid-tHwrROPSUs .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tHwrROPSUs .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHwrROPSUs .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tHwrROPSUs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tHwrROPSUs .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tHwrROPSUs .text-wrapper {
    min-height: auto;
  }
}
.cid-tHwrROPSUs .card-title {
  color: #FFDD65;
}
.cid-tHwrROPSUs .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHwrROPSUs .mbr-text {
    margin-top: 16px;
  }
}
.cid-tHwrROPSUs .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tHwrROPSUs .col-link {
    margin-top: 50px;
  }
}
.cid-tHwrROPSUs .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tHwrROPSUs .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tHwrROPSUs .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-tHwrROPSUs .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tHwrROPSUs .list-text {
  color: #FFFFFF;
}
.cid-tHwrROPSUs .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tHwrROPSUs .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tHwrROPSUs .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tHwrROPSUs .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tHwrROPSUs .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tHwrROPSUs .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tHwrROPSUs .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHwrROPSUs .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tHwrROPSUs .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHwrROPSUs .btn-container {
    padding: 0 6vw;
  }
  .cid-tHwrROPSUs .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tHwrROPSUs .btn-container .btn {
    width: 100%;
  }
}
.cid-tHwrROPSUs .card-title,
.cid-tHwrROPSUs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHwvhSSpFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45509c;
}
.cid-tHwvhSSpFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHwvhSSpFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHwvhSSpFF .container {
  max-width: 1280px;
}
.cid-tHwvhSSpFF .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tHwvhSSpFF .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHwvhSSpFF .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tHwvhSSpFF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tHwvhSSpFF .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tHwvhSSpFF .text-wrapper {
    min-height: auto;
  }
}
.cid-tHwvhSSpFF .card-title {
  color: #FFDD65;
}
.cid-tHwvhSSpFF .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHwvhSSpFF .mbr-text {
    margin-top: 16px;
  }
}
.cid-tHwvhSSpFF .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tHwvhSSpFF .col-link {
    margin-top: 50px;
  }
}
.cid-tHwvhSSpFF .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tHwvhSSpFF .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tHwvhSSpFF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-tHwvhSSpFF .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tHwvhSSpFF .list-text {
  color: #FFFFFF;
}
.cid-tHwvhSSpFF .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tHwvhSSpFF .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tHwvhSSpFF .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tHwvhSSpFF .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tHwvhSSpFF .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tHwvhSSpFF .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tHwvhSSpFF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tHwvhSSpFF .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tHwvhSSpFF .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHwvhSSpFF .btn-container {
    padding: 0 6vw;
  }
  .cid-tHwvhSSpFF .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tHwvhSSpFF .btn-container .btn {
    width: 100%;
  }
}
.cid-tHwvhSSpFF .card-title,
.cid-tHwvhSSpFF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-to6Sv9RNaN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to6Sv9RNaN .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #075dd4;
}
.cid-to6Sv9RNaN img {
  width: 100%;
}
.cid-to6Sv9RNaN p {
  margin-top: 6rem;
}
.cid-to6Sv9RNaN .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-to6Sv9RNaN .content-wrapper {
  padding-top: 6rem;
}
.cid-to6Sv9RNaN h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-to6Sv9RNaN .content-wrapper {
    padding-top: 0rem;
  }
  .cid-to6Sv9RNaN p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-to6Sv9RNaN .back {
    width: 100%;
    height: 75%;
  }
  .cid-to6Sv9RNaN .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-to6Sv9RNaN p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-to6Sv9RNaN .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-to6Sv9RNaN h4 {
    right: 2rem;
  }
}
.cid-to6Sv9RNaN H3 {
  text-align: center;
  color: #ffffff;
}
.cid-to6Sv9RNaN H1 {
  text-align: center;
  color: #ffffff;
}
.cid-to6Sv9RNaN .mbr-text,
.cid-to6Sv9RNaN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tQMddLzl1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2061ab;
}
.cid-tQMddLzl1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQMddLzl1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQMddLzl1S .container {
  max-width: 1280px;
}
.cid-tQMddLzl1S .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tQMddLzl1S .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQMddLzl1S .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tQMddLzl1S .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tQMddLzl1S .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tQMddLzl1S .text-wrapper {
    min-height: auto;
  }
}
.cid-tQMddLzl1S .card-title {
  color: #FFDD65;
}
.cid-tQMddLzl1S .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tQMddLzl1S .mbr-text {
    margin-top: 16px;
  }
}
.cid-tQMddLzl1S .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tQMddLzl1S .col-link {
    margin-top: 50px;
  }
}
.cid-tQMddLzl1S .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tQMddLzl1S .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tQMddLzl1S .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #51c2c6;
}
.cid-tQMddLzl1S .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tQMddLzl1S .list-text {
  color: #FFFFFF;
}
.cid-tQMddLzl1S .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tQMddLzl1S .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tQMddLzl1S .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tQMddLzl1S .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tQMddLzl1S .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tQMddLzl1S .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tQMddLzl1S .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQMddLzl1S .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tQMddLzl1S .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQMddLzl1S .btn-container {
    padding: 0 6vw;
  }
  .cid-tQMddLzl1S .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tQMddLzl1S .btn-container .btn {
    width: 100%;
  }
}
.cid-tQMddLzl1S .card-title,
.cid-tQMddLzl1S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tvKtWDsYbx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-tvKtWDsYbx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tvKtWDsYbx .container {
  pointer-events: none;
}
.cid-tvKtWDsYbx .title__block,
.cid-tvKtWDsYbx .carousel__block,
.cid-tvKtWDsYbx .carousel-controls {
  pointer-events: all;
}
.cid-tvKtWDsYbx .mbr-section-title {
  color: #233d63;
}
.cid-tvKtWDsYbx .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tvKtWDsYbx .margin__bot {
  margin-bottom: 150px;
}
.cid-tvKtWDsYbx .wrap {
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 70px 55px;
  background-color: #075dd4;
}
.cid-tvKtWDsYbx .wrap:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #075dd4;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-tvKtWDsYbx .wrap:after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #075dd4;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-tvKtWDsYbx .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-tvKtWDsYbx .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-tvKtWDsYbx .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #06df9e;
  background-color: transparent;
  transition: all .3s ease 0s;
}
.cid-tvKtWDsYbx .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-tvKtWDsYbx .carousel-control-next {
  position: static;
  width: 55px;
  transition: all .3s ease 0s;
}
.cid-tvKtWDsYbx .icon__bg {
  position: relative;
}
.cid-tvKtWDsYbx .icon__bg:before {
  content: "\e965";
  font-family: 'Moririse2';
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.04;
}
.cid-tvKtWDsYbx .mbr-section-title,
.cid-tvKtWDsYbx .icon__wrap {
  text-align: center;
}
.cid-tvKtWDsYbx .mbr-section-subtitle {
  text-align: center;
}
.cid-tvKtWDsYbx .carousel__text {
  color: #ffffff;
  text-align: center;
}
.cid-tvKtWDsYbx .author {
  margin-top: 45px;
}
.cid-tvKtWDsYbx .user_name {
  margin-bottom: 5px;
  color: #ffffff;
  text-align: center;
}
.cid-tvKtWDsYbx .user_prof {
  color: #64697a;
}
.cid-to6P5n61cO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4bae6a;
}
.cid-to6P5n61cO .mbr-fallback-image.disabled {
  display: none;
}
.cid-to6P5n61cO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to6P5n61cO .container {
  max-width: 1280px;
}
.cid-to6P5n61cO .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-to6P5n61cO .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-to6P5n61cO .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-to6P5n61cO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-to6P5n61cO .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-to6P5n61cO .text-wrapper {
    min-height: auto;
  }
}
.cid-to6P5n61cO .card-title {
  color: #FFDD65;
}
.cid-to6P5n61cO .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-to6P5n61cO .mbr-text {
    margin-top: 16px;
  }
}
.cid-to6P5n61cO .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-to6P5n61cO .col-link {
    margin-top: 50px;
  }
}
.cid-to6P5n61cO .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-to6P5n61cO .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-to6P5n61cO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #4bae6a;
}
.cid-to6P5n61cO .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-to6P5n61cO .list-text {
  color: #FFFFFF;
}
.cid-to6P5n61cO .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-to6P5n61cO .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-to6P5n61cO .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-to6P5n61cO .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-to6P5n61cO .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-to6P5n61cO .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-to6P5n61cO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-to6P5n61cO .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-to6P5n61cO .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-to6P5n61cO .btn-container {
    padding: 0 6vw;
  }
  .cid-to6P5n61cO .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-to6P5n61cO .btn-container .btn {
    width: 100%;
  }
}
.cid-to6P5n61cO .card-title,
.cid-to6P5n61cO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tnkeegVtjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45509c;
}
.cid-tnkeegVtjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnkeegVtjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnkeegVtjz .container {
  max-width: 1280px;
}
.cid-tnkeegVtjz .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tnkeegVtjz .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tnkeegVtjz .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tnkeegVtjz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tnkeegVtjz .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tnkeegVtjz .text-wrapper {
    min-height: auto;
  }
}
.cid-tnkeegVtjz .card-title {
  color: #FFDD65;
}
.cid-tnkeegVtjz .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tnkeegVtjz .mbr-text {
    margin-top: 16px;
  }
}
.cid-tnkeegVtjz .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tnkeegVtjz .col-link {
    margin-top: 50px;
  }
}
.cid-tnkeegVtjz .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tnkeegVtjz .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tnkeegVtjz .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-tnkeegVtjz .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tnkeegVtjz .list-text {
  color: #FFFFFF;
}
.cid-tnkeegVtjz .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tnkeegVtjz .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tnkeegVtjz .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tnkeegVtjz .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tnkeegVtjz .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tnkeegVtjz .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tnkeegVtjz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnkeegVtjz .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tnkeegVtjz .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tnkeegVtjz .btn-container {
    padding: 0 6vw;
  }
  .cid-tnkeegVtjz .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tnkeegVtjz .btn-container .btn {
    width: 100%;
  }
}
.cid-tnkeegVtjz .card-title,
.cid-tnkeegVtjz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tn34Q1rB1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4bae6a;
}
.cid-tn34Q1rB1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tn34Q1rB1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tn34Q1rB1k .container {
  max-width: 1280px;
}
.cid-tn34Q1rB1k .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tn34Q1rB1k .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tn34Q1rB1k .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tn34Q1rB1k .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tn34Q1rB1k .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tn34Q1rB1k .text-wrapper {
    min-height: auto;
  }
}
.cid-tn34Q1rB1k .card-title {
  color: #FFDD65;
}
.cid-tn34Q1rB1k .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tn34Q1rB1k .mbr-text {
    margin-top: 16px;
  }
}
.cid-tn34Q1rB1k .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tn34Q1rB1k .col-link {
    margin-top: 50px;
  }
}
.cid-tn34Q1rB1k .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tn34Q1rB1k .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tn34Q1rB1k .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #4bae6a;
}
.cid-tn34Q1rB1k .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tn34Q1rB1k .list-text {
  color: #FFFFFF;
}
.cid-tn34Q1rB1k .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tn34Q1rB1k .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tn34Q1rB1k .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tn34Q1rB1k .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tn34Q1rB1k .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tn34Q1rB1k .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tn34Q1rB1k .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tn34Q1rB1k .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tn34Q1rB1k .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tn34Q1rB1k .btn-container {
    padding: 0 6vw;
  }
  .cid-tn34Q1rB1k .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tn34Q1rB1k .btn-container .btn {
    width: 100%;
  }
}
.cid-tn34Q1rB1k .card-title,
.cid-tn34Q1rB1k .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLRvi8qVOk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLRvi8qVOk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLRvi8qVOk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tLRvi8qVOk .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tLRvi8qVOk .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-tLRvi8qVOk .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tLRvi8qVOk .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 99%) {
  .cid-tLRvi8qVOk .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-tLRvi8qVOk .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tLRvi8qVOk .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-tLRvi8qVOk .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-teGES2tkNS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8d5d1;
  position: relative;
  overflow: hidden;
}
.cid-teGES2tkNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-teGES2tkNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teGES2tkNS .row {
  justify-content: center;
}
.cid-teGES2tkNS .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-teGES2tkNS .title-container {
    margin-bottom: 64px;
  }
}
.cid-teGES2tkNS .mbr-section-title {
  color: #161616;
  margin-bottom: 24px !important;
}
.cid-teGES2tkNS .mbr-section-subtitle {
  color: #161616;
}
.cid-teGES2tkNS .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-teGES2tkNS .card {
  border-bottom: 2px solid #095ed5;
  border-top: 2px solid #095ed5;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-teGES2tkNS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-teGES2tkNS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-teGES2tkNS .panel-title {
    align-items: flex-start;
  }
}
.cid-teGES2tkNS .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #095ed5;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-teGES2tkNS .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-teGES2tkNS .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-teGES2tkNS .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-teGES2tkNS .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-teGES2tkNS .panel-body {
  margin-bottom: 24px;
}
.cid-teGES2tkNS .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-teGES2tkNS .panel-text {
  color: #161616;
  margin-bottom: 0;
  text-align: right;
}
.cid-teGES2tkNS .circle-blur {
  position: absolute;
  bottom: -15%;
  left: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tirtnxa41g {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/landing-head-main.jpg");
}
@media (max-width: 767px) {
  .cid-tirtnxa41g {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-tirtnxa41g .col-md-12 {
  padding: 14rem 0rem;
}
.cid-tirtnxa41g .mbr-section-title {
  line-height: 3rem;
}
.cid-tirtnxa41g .container-fluid {
  max-width: 1240px;
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tirtnxa41g .container-fluid {
    margin: 0 1rem;
  }
  .cid-tirtnxa41g .col-md-12 {
    padding: 3rem 0rem;
  }
}
.cid-tirtmyu0e2 {
  background-color: #45509c;
  overflow: hidden;
}
.cid-tirtmyu0e2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tirtmyu0e2 #e2_shape {
  fill: #ffffff !important;
}
.cid-tirtmyu0e2 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tirtmyu0e2 img {
    width: 90%!important;
  }
}
.cid-tirtmyu0e2 H1 {
  color: #ffffff;
}
.cid-tirtmyu0e2 H3 {
  color: #ffffff;
}
.cid-tirtmyu0e2 .mbr-text,
.cid-tirtmyu0e2 .mbr-section-btn {
  color: #ffffff;
}
.cid-thLUnBR4UU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #095ed5;
}
.cid-thLUnBR4UU img {
  border-radius: 0px;
}
.cid-thLUnBR4UU .row {
  justify-content: center;
}
.cid-thLUnBR4UU .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sOsGTmL9U6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-sOsGTmL9U6 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sOsGTmL9U6 .mbr-section-title {
  color: #233d63;
}
.cid-sOsGTmL9U6 .mbr-section-subtitle {
  text-align: center;
}
.cid-sOsGTmL9U6 .mbr-section-btn {
  margin-top: 35px;
}
.cid-sOsGTmL9U6 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-sOsGTmL9U6 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-sOsGTmL9U6 .mbr-section-title,
.cid-sOsGTmL9U6 .mbr-section-btn {
  text-align: center;
}
.cid-t3iMg66sBS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #095ed5;
}
.cid-t3iMg66sBS img {
  width: 100%;
}
.cid-t3iMg66sBS p {
  margin-top: 6rem;
}
.cid-t3iMg66sBS .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t3iMg66sBS .content-wrapper {
  padding-top: 6rem;
}
.cid-t3iMg66sBS h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t3iMg66sBS .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t3iMg66sBS p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t3iMg66sBS .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t3iMg66sBS p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3iMg66sBS .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t3iMg66sBS h4 {
    right: 2rem;
  }
}
.cid-t3iMg66sBS H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t3iMg66sBS H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t3iMg66sBS .mbr-text,
.cid-t3iMg66sBS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t3zy6ivHvI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t3zy6ivHvI .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t3zy6ivHvI img {
  width: 100%;
}
.cid-t3zy6ivHvI p {
  margin-top: 6rem;
}
.cid-t3zy6ivHvI .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t3zy6ivHvI .content-wrapper {
  padding-top: 6rem;
}
.cid-t3zy6ivHvI h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t3zy6ivHvI .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t3zy6ivHvI p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t3zy6ivHvI .back {
    width: 100%;
    height: 75%;
  }
  .cid-t3zy6ivHvI .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t3zy6ivHvI p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3zy6ivHvI .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t3zy6ivHvI h4 {
    right: 2rem;
  }
}
.cid-t3zy6ivHvI H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t3zy6ivHvI H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t3zy6ivHvI .mbr-text,
.cid-t3zy6ivHvI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t4Khbn3qr2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4Khbn3qr2 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-t4Khbn3qr2 img {
  width: 100%;
}
.cid-t4Khbn3qr2 p {
  margin-top: 6rem;
}
.cid-t4Khbn3qr2 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t4Khbn3qr2 .content-wrapper {
  padding-top: 6rem;
}
.cid-t4Khbn3qr2 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t4Khbn3qr2 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t4Khbn3qr2 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t4Khbn3qr2 .back {
    width: 100%;
    height: 75%;
  }
  .cid-t4Khbn3qr2 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t4Khbn3qr2 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t4Khbn3qr2 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t4Khbn3qr2 h4 {
    right: 2rem;
  }
}
.cid-t4Khbn3qr2 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-t4Khbn3qr2 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-t4Khbn3qr2 .mbr-text,
.cid-t4Khbn3qr2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t3gKMSNQZL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-t3gKMSNQZL .mbr-link {
  text-align: center;
  display: block;
  color: #ffffff;
}
.cid-t3gKMSNQZL .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-t3gKMSNQZL .item-content {
  position: relative;
  padding: 1rem;
}
.cid-t3gKMSNQZL .img-big {
  transition: all 1s;
}
.cid-t3gKMSNQZL .item-wrapper {
  background: #282b2f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-t3gKMSNQZL .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-t3gKMSNQZL .face-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.cid-t3gKMSNQZL .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.2);
}
.cid-t3gKMSNQZL .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
  background: #8364e2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-t3gKMSNQZL .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-t3gKMSNQZL .item-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t3gKMSNQZL .item:focus,
.cid-t3gKMSNQZL span:focus {
  outline: none;
}
.cid-t3gKMSNQZL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3gKMSNQZL .mbr-section-title {
  color: #ffffff;
}
.cid-t3gKMSNQZL .mbr-text,
.cid-t3gKMSNQZL .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-t3gKMSNQZL .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-t3gKMSNQZL .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t3gKMSNQZL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOsGTmZCsm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-sOsGTmZCsm .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sOsGTmZCsm .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sOsGTmZCsm .card-img span {
  font-size: 100px;
}
.cid-sOsGTmZCsm .mbr-text,
.cid-sOsGTmZCsm .mbr-section-btn {
  color: #efefef;
}
#custom-html-r2 {
  /* Type valid CSS here */
}
#custom-html-r2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-r2 p {
  font-size: 60px;
  color: #777;
}
.cid-teQVgV2YSq {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-teQVgV2YSq .accordion .card {
  overflow: visible;
}
.cid-teQVgV2YSq .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-teQVgV2YSq .mbri-arrow-down:before {
  content: '\e909';
}
.cid-teQVgV2YSq .panel-text {
  padding: 0rem;
  text-align: right;
  color: #000000;
}
.cid-teQVgV2YSq .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-teQVgV2YSq .collapsed {
  border-bottom: 1px solid grey !important;
}
.cid-teQVgV2YSq .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-teQVgV2YSq .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-teQVgV2YSq .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-teQVgV2YSq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-teQVgV2YSq .card .card-header a.panel-title:active {
  border-bottom: 0px solid grey;
}
.cid-teQVgV2YSq .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-teQVgV2YSq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-teQVgV2YSq .card .panel-body {
  color: #767676;
}
.cid-teQVgV2YSq .panel-collapse {
  border-bottom: 1px solid grey;
  margin-top: -1px;
}
.cid-teQVgV2YSq H4 {
  color: #095ed5;
  text-align: right;
}
.cid-teQVgV2YSq H2 {
  color: #000000;
}
.cid-u2VQYAilkB {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2VQYAilkB .mbr-overlay {
  background: #5eeebb;
}
.cid-u2VQYAilkB .row {
  margin: 0;
}
.cid-u2VQYAilkB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-u2VQYAilkB .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-u2VQYAilkB .mbr-section-title b,
.cid-u2VQYAilkB .mbr-section-title strong {
  font-weight: 500;
}
.cid-u2VQYAilkB .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-u2VQYAilkB .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-u2VQYAilkB .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-u2VQYAilkB .carousel-item {
  justify-content: center;
}
.cid-u2VQYAilkB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-u2VQYAilkB .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-u2VQYAilkB .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-u2VQYAilkB .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-u2VQYAilkB .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2VQYAilkB .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-u2VQYAilkB .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-u2VQYAilkB .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-u2VQYAilkB .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-u2VQYAilkB .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-u2VQYAilkB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-u2VQYAilkB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-u2VQYAilkB .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-u2VQYAilkB .cloneditem-1,
.cid-u2VQYAilkB .cloneditem-2,
.cid-u2VQYAilkB .cloneditem-3,
.cid-u2VQYAilkB .cloneditem-4,
.cid-u2VQYAilkB .cloneditem-5 {
  display: none;
}
.cid-u2VQYAilkB .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2VQYAilkB .wrap {
    margin-bottom: 50px;
  }
  .cid-u2VQYAilkB .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-u2VQYAilkB .arrows {
    display: none;
  }
  .cid-u2VQYAilkB .carousel-item {
    margin-bottom: 60px;
  }
  .cid-u2VQYAilkB .container-fluid,
  .cid-u2VQYAilkB .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2VQYAilkB .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-u2VQYAilkB .carousel-inner {
    z-index: 1;
  }
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides2 .cloneditem-1,
  .cid-u2VQYAilkB .carousel-inner.slides2 .cloneditem-2,
  .cid-u2VQYAilkB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides3 .cloneditem-1,
  .cid-u2VQYAilkB .carousel-inner.slides3 .cloneditem-2,
  .cid-u2VQYAilkB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides4 .cloneditem-1,
  .cid-u2VQYAilkB .carousel-inner.slides4 .cloneditem-2,
  .cid-u2VQYAilkB .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides5 .cloneditem-1,
  .cid-u2VQYAilkB .carousel-inner.slides5 .cloneditem-2,
  .cid-u2VQYAilkB .carousel-inner.slides5 .cloneditem-3,
  .cid-u2VQYAilkB .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u2VQYAilkB .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-u2VQYAilkB .carousel-inner.slides6 .cloneditem-1,
  .cid-u2VQYAilkB .carousel-inner.slides6 .cloneditem-2,
  .cid-u2VQYAilkB .carousel-inner.slides6 .cloneditem-3,
  .cid-u2VQYAilkB .carousel-inner.slides6 .cloneditem-4,
  .cid-u2VQYAilkB .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-u2VQYAilkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2VQYAilkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcv1Se3Qzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tcv1Se3Qzo .container {
  padding: 0 5%;
}
.cid-tcv1Se3Qzo .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tcv1Se3Qzo .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tcv1Se3Qzo .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tcv1Se3Qzo .counter-container ol li {
    width: auto;
  }
}
.cid-tcv1Se3Qzo .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tcv1Se3Qzo .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tcv1Se3Qzo .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tcv1Se3Qzo .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tcv1Se3Qzo .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tcv1Se3Qzo .mbr-text P {
  text-align: right;
}
.cid-sOsGTnfYHA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-sOsGTnfYHA .container {
  max-width: 1400px;
}
.cid-sOsGTnfYHA .card-img2 span {
  padding-top: 6px;
}
.cid-sOsGTnfYHA .soc-item a {
  padding-top: 5px;
}
.cid-sOsGTnfYHA .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sOsGTnfYHA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sOsGTnfYHA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sOsGTnfYHA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sOsGTnfYHA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sOsGTnfYHA #e2_shape {
  fill: #ffffff !important;
}
.cid-sOsGTnfYHA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sOsGTnfYHA .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-sOsGTnfYHA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOsGTnfYHA .card-img {
  width: auto;
}
.cid-sOsGTnfYHA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sOsGTnfYHA .soc-item span {
  font-size: 1.4rem;
}
.cid-sOsGTnfYHA .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-sOsGTnfYHA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOsGTnfYHA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sOsGTnfYHA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sOsGTnfYHA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sOsGTnfYHA img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sOsGTnfYHA .item {
    justify-content: center;
  }
  .cid-sOsGTnfYHA .quote::after {
    left: 60px;
  }
}
.cid-sOsGTnfYHA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sOsGTnfYHA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sOsGTnfYHA .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-sOsGTnfYHA .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-sOsGTnfYHA H5 {
  color: #ffffff;
  text-align: center;
}
.cid-sOsGTnfYHA .theme {
  color: #ffffff;
}
.cid-sOsGTnfYHA .copyright > p {
  color: #ff3366;
}
.cid-sOsGTnfYHA .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tGzqGJjg6p {
  background-color: #105369;
  overflow: hidden;
}
.cid-tGzqGJjg6p svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tGzqGJjg6p #e2_shape {
  fill: #ffffff !important;
}
.cid-tGzqGJjg6p img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tGzqGJjg6p img {
    width: 90%!important;
  }
}
.cid-tGzqGJjg6p H1 {
  color: #ffffff;
}
.cid-tGzqGJjg6p H3 {
  color: #ffffff;
}
.cid-tGzqGJjg6p .mbr-text,
.cid-tGzqGJjg6p .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1a9 {
  /* Type valid CSS here */
}
#custom-html-1a9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1a9 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1aa {
  /* Type valid CSS here */
}
#custom-html-1aa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1aa p {
  font-size: 60px;
  color: #777;
}
#custom-html-1aa .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1aa .my-float {
  margin-top: 16px;
}
.cid-tGzqGKfQdA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tGzqGKfQdA .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tGzqGKfQdA .mbr-section-title {
  color: #233d63;
}
.cid-tGzqGKfQdA .mbr-section-subtitle {
  text-align: center;
}
.cid-tGzqGKfQdA .mbr-section-btn {
  margin-top: 35px;
}
.cid-tGzqGKfQdA .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tGzqGKfQdA .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tGzqGKfQdA .mbr-section-title,
.cid-tGzqGKfQdA .mbr-section-btn {
  text-align: center;
}
.cid-tGzqGKyc5S {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tGzqGKyc5S .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tGzqGKyc5S .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tGzqGKyc5S .card-img span {
  font-size: 100px;
}
.cid-tGzqGKyc5S .mbr-text,
.cid-tGzqGKyc5S .mbr-section-btn {
  color: #efefef;
}
.cid-tGzqGKP0sB {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tGzqGKP0sB .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-tGzqGKP0sB img {
  width: 100%;
}
.cid-tGzqGKP0sB p {
  margin-top: 6rem;
}
.cid-tGzqGKP0sB .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tGzqGKP0sB .content-wrapper {
  padding-top: 6rem;
}
.cid-tGzqGKP0sB h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tGzqGKP0sB .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tGzqGKP0sB p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tGzqGKP0sB .back {
    width: 100%;
    height: 75%;
  }
  .cid-tGzqGKP0sB .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tGzqGKP0sB p {
    margin-top: 4rem;
  }
}
.cid-tGzqGKP0sB .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tGzqGKP0sB .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tGzqGKP0sB .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tGzqGKP0sB h4 {
    right: 2rem;
  }
}
.cid-tGzqGKP0sB H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tGzqGKP0sB H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tGzqGKP0sB .mbr-text,
.cid-tGzqGKP0sB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tGzqGKP0sB H4 {
  color: #ffffff;
}
.cid-tGzqGL8j16 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tGzqGL8j16 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #2a65ff;
}
.cid-tGzqGL8j16 img {
  width: 100%;
}
.cid-tGzqGL8j16 p {
  margin-top: 6rem;
}
.cid-tGzqGL8j16 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tGzqGL8j16 .content-wrapper {
  padding-top: 6rem;
}
.cid-tGzqGL8j16 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tGzqGL8j16 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tGzqGL8j16 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tGzqGL8j16 .back {
    width: 100%;
    height: 75%;
  }
  .cid-tGzqGL8j16 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tGzqGL8j16 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzqGL8j16 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tGzqGL8j16 h4 {
    right: 2rem;
  }
}
.cid-tGzqGL8j16 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tGzqGL8j16 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tGzqGL8j16 .mbr-text,
.cid-tGzqGL8j16 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tGzqGLrM9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tGzqGLrM9e .container {
  padding: 0 5%;
}
.cid-tGzqGLrM9e .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tGzqGLrM9e .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tGzqGLrM9e .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tGzqGLrM9e .counter-container ol li {
    width: auto;
  }
}
.cid-tGzqGLrM9e .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tGzqGLrM9e .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tGzqGLrM9e .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tGzqGLrM9e .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tGzqGLrM9e .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tGzqGLrM9e .mbr-text P {
  text-align: right;
}
.cid-tGzqGLJ2st {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tGzqGLJ2st .container {
  max-width: 1400px;
}
.cid-tGzqGLJ2st .card-img2 span {
  padding-top: 6px;
}
.cid-tGzqGLJ2st .soc-item a {
  padding-top: 5px;
}
.cid-tGzqGLJ2st .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGzqGLJ2st .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGzqGLJ2st .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGzqGLJ2st .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGzqGLJ2st svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGzqGLJ2st #e2_shape {
  fill: #ffffff !important;
}
.cid-tGzqGLJ2st .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGzqGLJ2st .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-tGzqGLJ2st .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGzqGLJ2st .card-img {
  width: auto;
}
.cid-tGzqGLJ2st .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGzqGLJ2st .soc-item span {
  font-size: 1.4rem;
}
.cid-tGzqGLJ2st .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tGzqGLJ2st .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGzqGLJ2st .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGzqGLJ2st .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGzqGLJ2st .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGzqGLJ2st img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGzqGLJ2st .item {
    justify-content: center;
  }
  .cid-tGzqGLJ2st .quote::after {
    left: 60px;
  }
}
.cid-tGzqGLJ2st .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGzqGLJ2st .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGzqGLJ2st .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tGzqGLJ2st .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGzqGLJ2st H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tGzqGLJ2st .theme {
  color: #ffffff;
}
.cid-tGzqGLJ2st .copyright > p {
  color: #ff3366;
}
.cid-tGzqGLJ2st .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tHOwRKmmEi {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/collash-landing-page-bottom.jpg");
}
@media (max-width: 767px) {
  .cid-tHOwRKmmEi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-tHOwRKmmEi .col-md-12 {
  padding: 14rem 0rem;
}
.cid-tHOwRKmmEi .mbr-section-title {
  line-height: 3rem;
}
.cid-tHOwRKmmEi .container-fluid {
  max-width: 1240px;
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tHOwRKmmEi .container-fluid {
    margin: 0 1rem;
  }
  .cid-tHOwRKmmEi .col-md-12 {
    padding: 3rem 0rem;
  }
}
.cid-tHOcLLs5cQ {
  background-color: #28b9c0;
  overflow: hidden;
}
.cid-tHOcLLs5cQ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tHOcLLs5cQ #e2_shape {
  fill: #ffffff !important;
}
.cid-tHOcLLs5cQ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tHOcLLs5cQ img {
    width: 90%!important;
  }
}
.cid-tHOcLLs5cQ H1 {
  color: #ffffff;
}
.cid-tHOcLLs5cQ H3 {
  color: #ffffff;
}
.cid-tHOcLLs5cQ .mbr-text,
.cid-tHOcLLs5cQ .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1at {
  /* Type valid CSS here */
}
#custom-html-1at div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1at p {
  font-size: 60px;
  color: #777;
}
#custom-html-1au {
  /* Type valid CSS here */
}
#custom-html-1au div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1au p {
  font-size: 60px;
  color: #777;
}
#custom-html-1au .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1au .my-float {
  margin-top: 16px;
}
.cid-tHOcLLEbGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tHOcLLEbGZ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tHOcLLEbGZ .mbr-section-title {
  color: #233d63;
}
.cid-tHOcLLEbGZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tHOcLLEbGZ .mbr-section-btn {
  margin-top: 35px;
}
.cid-tHOcLLEbGZ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tHOcLLEbGZ .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tHOcLLEbGZ .mbr-section-title,
.cid-tHOcLLEbGZ .mbr-section-btn {
  text-align: center;
}
.cid-tHOcLLR73h {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tHOcLLR73h .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tHOcLLR73h .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tHOcLLR73h .card-img span {
  font-size: 100px;
}
.cid-tHOcLLR73h .mbr-text,
.cid-tHOcLLR73h .mbr-section-btn {
  color: #efefef;
}
.cid-tHOcLM6ocS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHOcLM6ocS .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-tHOcLM6ocS img {
  width: 100%;
}
.cid-tHOcLM6ocS p {
  margin-top: 6rem;
}
.cid-tHOcLM6ocS .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tHOcLM6ocS .content-wrapper {
  padding-top: 6rem;
}
.cid-tHOcLM6ocS h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tHOcLM6ocS .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tHOcLM6ocS p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tHOcLM6ocS .back {
    width: 100%;
    height: 75%;
  }
  .cid-tHOcLM6ocS .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tHOcLM6ocS p {
    margin-top: 4rem;
  }
}
.cid-tHOcLM6ocS .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tHOcLM6ocS .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tHOcLM6ocS .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tHOcLM6ocS h4 {
    right: 2rem;
  }
}
.cid-tHOcLM6ocS H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tHOcLM6ocS H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tHOcLM6ocS .mbr-text,
.cid-tHOcLM6ocS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHOcLM6ocS H4 {
  color: #ffffff;
}
.cid-tHOcLMl1Cc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHOcLMl1Cc .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #2a65ff;
}
.cid-tHOcLMl1Cc img {
  width: 100%;
}
.cid-tHOcLMl1Cc p {
  margin-top: 6rem;
}
.cid-tHOcLMl1Cc .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tHOcLMl1Cc .content-wrapper {
  padding-top: 6rem;
}
.cid-tHOcLMl1Cc h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tHOcLMl1Cc .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tHOcLMl1Cc p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tHOcLMl1Cc .back {
    width: 100%;
    height: 75%;
  }
  .cid-tHOcLMl1Cc .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tHOcLMl1Cc p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHOcLMl1Cc .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tHOcLMl1Cc h4 {
    right: 2rem;
  }
}
.cid-tHOcLMl1Cc H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tHOcLMl1Cc H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tHOcLMl1Cc .mbr-text,
.cid-tHOcLMl1Cc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHOcLMAL3G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tHOcLMAL3G .container {
  padding: 0 5%;
}
.cid-tHOcLMAL3G .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tHOcLMAL3G .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tHOcLMAL3G .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tHOcLMAL3G .counter-container ol li {
    width: auto;
  }
}
.cid-tHOcLMAL3G .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tHOcLMAL3G .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tHOcLMAL3G .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tHOcLMAL3G .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tHOcLMAL3G .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tHOcLMAL3G .mbr-text P {
  text-align: right;
}
.cid-tHOcLMOnRv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tHOcLMOnRv .container {
  max-width: 1400px;
}
.cid-tHOcLMOnRv .card-img2 span {
  padding-top: 6px;
}
.cid-tHOcLMOnRv .soc-item a {
  padding-top: 5px;
}
.cid-tHOcLMOnRv .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tHOcLMOnRv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tHOcLMOnRv .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tHOcLMOnRv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHOcLMOnRv svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tHOcLMOnRv #e2_shape {
  fill: #ffffff !important;
}
.cid-tHOcLMOnRv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tHOcLMOnRv .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-tHOcLMOnRv .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHOcLMOnRv .card-img {
  width: auto;
}
.cid-tHOcLMOnRv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tHOcLMOnRv .soc-item span {
  font-size: 1.4rem;
}
.cid-tHOcLMOnRv .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tHOcLMOnRv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tHOcLMOnRv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tHOcLMOnRv .media-wrap {
  margin-bottom: 1rem;
}
.cid-tHOcLMOnRv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHOcLMOnRv img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tHOcLMOnRv .item {
    justify-content: center;
  }
  .cid-tHOcLMOnRv .quote::after {
    left: 60px;
  }
}
.cid-tHOcLMOnRv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tHOcLMOnRv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHOcLMOnRv .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tHOcLMOnRv .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tHOcLMOnRv H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tHOcLMOnRv .theme {
  color: #ffffff;
}
.cid-tHOcLMOnRv .copyright > p {
  color: #ff3366;
}
.cid-tHOcLMOnRv .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tKPc6GPvSg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tKPc6GPvSg H1 {
  color: #232323;
  text-align: center;
}
.cid-tKPc6GPvSg .mbr-text,
.cid-tKPc6GPvSg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tKPc6GPvSg .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-tKPc6GPvSg .relative {
  position: relative;
}
.cid-tKPc6GPvSg .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tKPc6GPvSg .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-tKPc6GPvSg .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-tKPc6GPvSg .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-tKPc6GPvSg .card-img1 .img1 {
  width: 180%;
}
.cid-tKPc6GPvSg .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-tKPc6GPvSg H3 {
  text-align: center;
}
#custom-html-1b6 {
  /* Type valid CSS here */
}
#custom-html-1b6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1b6 p {
  font-size: 60px;
  color: #777;
}
.cid-tKPc6Hhvbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tKPc6Hhvbv .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tKPc6Hhvbv .mbr-section-title {
  color: #233d63;
}
.cid-tKPc6Hhvbv .mbr-section-subtitle {
  text-align: center;
}
.cid-tKPc6Hhvbv .mbr-section-btn {
  margin-top: 35px;
}
.cid-tKPc6Hhvbv .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tKPc6Hhvbv .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tKPc6Hhvbv .mbr-section-title,
.cid-tKPc6Hhvbv .mbr-section-btn {
  text-align: center;
}
.cid-tKPc6Hx0h5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tKPc6Hx0h5 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tKPc6Hx0h5 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tKPc6Hx0h5 .card-img span {
  font-size: 100px;
}
.cid-tKPc6Hx0h5 .mbr-text,
.cid-tKPc6Hx0h5 .mbr-section-btn {
  color: #efefef;
}
.cid-tKPc6HM2DW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tKPc6HM2DW .container {
  padding: 0 5%;
}
.cid-tKPc6HM2DW .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tKPc6HM2DW .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tKPc6HM2DW .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tKPc6HM2DW .counter-container ol li {
    width: auto;
  }
}
.cid-tKPc6HM2DW .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tKPc6HM2DW .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tKPc6HM2DW .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tKPc6HM2DW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tKPc6HM2DW .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tKPc6HM2DW .mbr-text P {
  text-align: right;
}
.cid-tKPc6I3lJN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tKPc6I3lJN .container {
  max-width: 1400px;
}
.cid-tKPc6I3lJN .card-img2 span {
  padding-top: 6px;
}
.cid-tKPc6I3lJN .soc-item a {
  padding-top: 5px;
}
.cid-tKPc6I3lJN .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tKPc6I3lJN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tKPc6I3lJN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tKPc6I3lJN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tKPc6I3lJN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tKPc6I3lJN #e2_shape {
  fill: #ffffff !important;
}
.cid-tKPc6I3lJN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tKPc6I3lJN .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-tKPc6I3lJN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKPc6I3lJN .card-img {
  width: auto;
}
.cid-tKPc6I3lJN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tKPc6I3lJN .soc-item span {
  font-size: 1.4rem;
}
.cid-tKPc6I3lJN .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tKPc6I3lJN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tKPc6I3lJN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tKPc6I3lJN .media-wrap {
  margin-bottom: 1rem;
}
.cid-tKPc6I3lJN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKPc6I3lJN img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tKPc6I3lJN .item {
    justify-content: center;
  }
  .cid-tKPc6I3lJN .quote::after {
    left: 60px;
  }
}
.cid-tKPc6I3lJN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tKPc6I3lJN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKPc6I3lJN .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tKPc6I3lJN .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tKPc6I3lJN H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tKPc6I3lJN .theme {
  color: #ffffff;
}
.cid-tKPc6I3lJN .copyright > p {
  color: #ff3366;
}
.cid-tKPc6I3lJN .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tLSCPG7yLF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #51c0c4;
}
.cid-tLSCPG7yLF img {
  border-radius: 0px;
}
.cid-tLSCPG7yLF .row {
  justify-content: center;
}
.cid-tLSCPG7yLF .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tLRn5qYKE7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #51c0c4;
}
.cid-tLRn5qYKE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLRn5qYKE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLRn5qYKE7 .container {
  max-width: 1280px;
}
.cid-tLRn5qYKE7 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLRn5qYKE7 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tLRn5qYKE7 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tLRn5qYKE7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tLRn5qYKE7 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLRn5qYKE7 .text-wrapper {
    min-height: auto;
  }
}
.cid-tLRn5qYKE7 .card-title {
  color: #FFDD65;
}
.cid-tLRn5qYKE7 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLRn5qYKE7 .mbr-text {
    margin-top: 16px;
  }
}
.cid-tLRn5qYKE7 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tLRn5qYKE7 .col-link {
    margin-top: 50px;
  }
}
.cid-tLRn5qYKE7 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tLRn5qYKE7 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tLRn5qYKE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #51c2c6;
}
.cid-tLRn5qYKE7 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tLRn5qYKE7 .list-text {
  color: #FFFFFF;
}
.cid-tLRn5qYKE7 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-tLRn5qYKE7 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tLRn5qYKE7 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tLRn5qYKE7 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tLRn5qYKE7 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tLRn5qYKE7 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tLRn5qYKE7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLRn5qYKE7 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tLRn5qYKE7 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tLRn5qYKE7 .btn-container {
    padding: 0 6vw;
  }
  .cid-tLRn5qYKE7 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tLRn5qYKE7 .btn-container .btn {
    width: 100%;
  }
}
.cid-tLRn5qYKE7 .card-title,
.cid-tLRn5qYKE7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1bf {
  /* Type valid CSS here */
}
#custom-html-1bf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1bf p {
  font-size: 60px;
  color: #777;
}
#custom-html-1bg {
  /* Type valid CSS here */
}
#custom-html-1bg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1bg p {
  font-size: 60px;
  color: #777;
}
#custom-html-1bg .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1bg .my-float {
  margin-top: 16px;
}
.cid-uzLE8lipSu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzLE8lipSu .mbr-overlay {
  background: #5eeebb;
}
.cid-uzLE8lipSu .column2 {
  margin-top: 150px;
}
.cid-uzLE8lipSu .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-uzLE8lipSu .card:hover .image img {
  transform: scale(1.1);
}
.cid-uzLE8lipSu .card:hover .card__content {
  left: 35px;
}
.cid-uzLE8lipSu .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-uzLE8lipSu .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uzLE8lipSu .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(251, 252, 255, 0.85);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-uzLE8lipSu .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #06df9e;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-uzLE8lipSu .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-uzLE8lipSu .card__title {
  margin-bottom: 15px;
  color: #233d63;
  text-align: right;
}
.cid-uzLE8lipSu .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uzLE8lipSu .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uzLE8lipSu .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-uzLE8lipSu .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-uzLE8lipSu .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-uzLE8lipSu .image {
    max-height: 450px;
  }
}
.cid-uzLE8lipSu .card__text {
  text-align: right;
  color: #000000;
}
.cid-tLRmuU2XlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tLRmuU2XlV .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tLRmuU2XlV .mbr-section-title {
  color: #233d63;
}
.cid-tLRmuU2XlV .mbr-section-subtitle {
  text-align: center;
}
.cid-tLRmuU2XlV .mbr-section-btn {
  margin-top: 35px;
}
.cid-tLRmuU2XlV .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tLRmuU2XlV .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tLRmuU2XlV .mbr-section-title,
.cid-tLRmuU2XlV .mbr-section-btn {
  text-align: center;
}
.cid-tLRmuUbF7A {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tLRmuUbF7A .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tLRmuUbF7A .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tLRmuUbF7A .card-img span {
  font-size: 100px;
}
.cid-tLRmuUbF7A .mbr-text,
.cid-tLRmuUbF7A .mbr-section-btn {
  color: #efefef;
}
.cid-tLRmuUL5ek {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tLRmuUL5ek .container {
  padding: 0 5%;
}
.cid-tLRmuUL5ek .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tLRmuUL5ek .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tLRmuUL5ek .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tLRmuUL5ek .counter-container ol li {
    width: auto;
  }
}
.cid-tLRmuUL5ek .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tLRmuUL5ek .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tLRmuUL5ek .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tLRmuUL5ek .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tLRmuUL5ek .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tLRmuUL5ek .mbr-text P {
  text-align: right;
}
.cid-tLRmuV0Qwd {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tLRmuV0Qwd .container {
  max-width: 1400px;
}
.cid-tLRmuV0Qwd .card-img2 span {
  padding-top: 6px;
}
.cid-tLRmuV0Qwd .soc-item a {
  padding-top: 5px;
}
.cid-tLRmuV0Qwd .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLRmuV0Qwd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLRmuV0Qwd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLRmuV0Qwd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLRmuV0Qwd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLRmuV0Qwd #e2_shape {
  fill: #ffffff !important;
}
.cid-tLRmuV0Qwd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLRmuV0Qwd .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-tLRmuV0Qwd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLRmuV0Qwd .card-img {
  width: auto;
}
.cid-tLRmuV0Qwd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLRmuV0Qwd .soc-item span {
  font-size: 1.4rem;
}
.cid-tLRmuV0Qwd .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tLRmuV0Qwd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLRmuV0Qwd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLRmuV0Qwd .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLRmuV0Qwd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLRmuV0Qwd img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLRmuV0Qwd .item {
    justify-content: center;
  }
  .cid-tLRmuV0Qwd .quote::after {
    left: 60px;
  }
}
.cid-tLRmuV0Qwd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLRmuV0Qwd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLRmuV0Qwd .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tLRmuV0Qwd .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tLRmuV0Qwd H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tLRmuV0Qwd .theme {
  color: #ffffff;
}
.cid-tLRmuV0Qwd .copyright > p {
  color: #ff3366;
}
.cid-tLRmuV0Qwd .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tOO6w5a5wj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #51c0c4;
}
.cid-tOO6w5a5wj img {
  border-radius: 0px;
}
.cid-tOO6w5a5wj .row {
  justify-content: center;
}
.cid-tOO6w5a5wj .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
#custom-html-1c2 {
  /* Type valid CSS here */
}
#custom-html-1c2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1c2 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1c3 {
  /* Type valid CSS here */
}
#custom-html-1c3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1c3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1c3 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1c3 .my-float {
  margin-top: 16px;
}
.cid-tOO6w60xAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tOO6w60xAX .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tOO6w60xAX .mbr-section-title {
  color: #233d63;
}
.cid-tOO6w60xAX .mbr-section-subtitle {
  text-align: center;
}
.cid-tOO6w60xAX .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOO6w60xAX .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tOO6w60xAX .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tOO6w60xAX .mbr-section-title,
.cid-tOO6w60xAX .mbr-section-btn {
  text-align: center;
}
.cid-tOO6w69CRe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tOO6w69CRe .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tOO6w69CRe .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tOO6w69CRe .card-img span {
  font-size: 100px;
}
.cid-tOO6w69CRe .mbr-text,
.cid-tOO6w69CRe .mbr-section-btn {
  color: #efefef;
}
.cid-tOO8U2WhOS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOO8U2WhOS .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-tOO8U2WhOS img {
  width: 100%;
}
.cid-tOO8U2WhOS p {
  margin-top: 6rem;
}
.cid-tOO8U2WhOS .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tOO8U2WhOS .content-wrapper {
  padding-top: 6rem;
}
.cid-tOO8U2WhOS h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tOO8U2WhOS .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tOO8U2WhOS p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOO8U2WhOS .back {
    width: 100%;
    height: 75%;
  }
  .cid-tOO8U2WhOS .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tOO8U2WhOS p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOO8U2WhOS .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tOO8U2WhOS h4 {
    right: 2rem;
  }
}
.cid-tOO8U2WhOS H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tOO8U2WhOS H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tOO8U2WhOS .mbr-text,
.cid-tOO8U2WhOS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tOO6w6GsZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tOO6w6GsZa .container {
  padding: 0 5%;
}
.cid-tOO6w6GsZa .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tOO6w6GsZa .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tOO6w6GsZa .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tOO6w6GsZa .counter-container ol li {
    width: auto;
  }
}
.cid-tOO6w6GsZa .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tOO6w6GsZa .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tOO6w6GsZa .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tOO6w6GsZa .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tOO6w6GsZa .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tOO6w6GsZa .mbr-text P {
  text-align: right;
}
.cid-tOO6w6RXLP {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tOO6w6RXLP .container {
  max-width: 1400px;
}
.cid-tOO6w6RXLP .card-img2 span {
  padding-top: 6px;
}
.cid-tOO6w6RXLP .soc-item a {
  padding-top: 5px;
}
.cid-tOO6w6RXLP .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tOO6w6RXLP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tOO6w6RXLP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tOO6w6RXLP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tOO6w6RXLP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tOO6w6RXLP #e2_shape {
  fill: #ffffff !important;
}
.cid-tOO6w6RXLP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tOO6w6RXLP .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-tOO6w6RXLP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOO6w6RXLP .card-img {
  width: auto;
}
.cid-tOO6w6RXLP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tOO6w6RXLP .soc-item span {
  font-size: 1.4rem;
}
.cid-tOO6w6RXLP .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tOO6w6RXLP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tOO6w6RXLP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tOO6w6RXLP .media-wrap {
  margin-bottom: 1rem;
}
.cid-tOO6w6RXLP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tOO6w6RXLP img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tOO6w6RXLP .item {
    justify-content: center;
  }
  .cid-tOO6w6RXLP .quote::after {
    left: 60px;
  }
}
.cid-tOO6w6RXLP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tOO6w6RXLP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOO6w6RXLP .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tOO6w6RXLP .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tOO6w6RXLP H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tOO6w6RXLP .theme {
  color: #ffffff;
}
.cid-tOO6w6RXLP .copyright > p {
  color: #ff3366;
}
.cid-tOO6w6RXLP .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tSn2ytbuLa {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-tSn2ytbuLa svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tSn2ytbuLa #e2_shape {
  fill: #ffffff !important;
}
.cid-tSn2ytbuLa img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tSn2ytbuLa img {
    width: 90%!important;
  }
}
.cid-tSn2ytbuLa H1 {
  color: #ffffff;
}
.cid-tSn2ytbuLa H3 {
  color: #ffffff;
}
.cid-tSn2ytbuLa .mbr-text,
.cid-tSn2ytbuLa .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1f7 {
  /* Type valid CSS here */
}
#custom-html-1f7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1f7 p {
  font-size: 60px;
  color: #777;
}
.cid-tSium69lqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #075dd4;
}
.cid-tSium69lqb .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tSium69lqb .mbr-section-title {
  color: #233d63;
}
.cid-tSium69lqb .mbr-section-subtitle {
  text-align: center;
}
.cid-tSium69lqb .mbr-section-btn {
  margin-top: 35px;
}
.cid-tSium69lqb .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tSium69lqb .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tSium69lqb .mbr-section-title,
.cid-tSium69lqb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1cx {
  /* Type valid CSS here */
}
#custom-html-1cx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1cx p {
  font-size: 60px;
  color: #777;
}
#custom-html-1cy {
  /* Type valid CSS here */
}
#custom-html-1cy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1cy p {
  font-size: 60px;
  color: #777;
}
#custom-html-1cy .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1cy .my-float {
  margin-top: 16px;
}
.cid-tShAIf9vYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tShAIf9vYn .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tShAIf9vYn .mbr-section-title {
  color: #233d63;
}
.cid-tShAIf9vYn .mbr-section-subtitle {
  text-align: center;
}
.cid-tShAIf9vYn .mbr-section-btn {
  margin-top: 35px;
}
.cid-tShAIf9vYn .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tShAIf9vYn .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tShAIf9vYn .mbr-section-title,
.cid-tShAIf9vYn .mbr-section-btn {
  text-align: center;
}
.cid-tShAIfmlCu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tShAIfmlCu .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tShAIfmlCu .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tShAIfmlCu .card-img span {
  font-size: 100px;
}
.cid-tShAIfmlCu .mbr-text,
.cid-tShAIfmlCu .mbr-section-btn {
  color: #efefef;
}
.cid-tShAIfxnA9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tShAIfxnA9 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-tShAIfxnA9 img {
  width: 100%;
}
.cid-tShAIfxnA9 p {
  margin-top: 6rem;
}
.cid-tShAIfxnA9 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tShAIfxnA9 .content-wrapper {
  padding-top: 6rem;
}
.cid-tShAIfxnA9 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tShAIfxnA9 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tShAIfxnA9 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tShAIfxnA9 .back {
    width: 100%;
    height: 75%;
  }
  .cid-tShAIfxnA9 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tShAIfxnA9 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tShAIfxnA9 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tShAIfxnA9 h4 {
    right: 2rem;
  }
}
.cid-tShAIfxnA9 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tShAIfxnA9 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tShAIfxnA9 .mbr-text,
.cid-tShAIfxnA9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tShAIfJTMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tShAIfJTMB .container {
  padding: 0 5%;
}
.cid-tShAIfJTMB .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tShAIfJTMB .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tShAIfJTMB .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tShAIfJTMB .counter-container ol li {
    width: auto;
  }
}
.cid-tShAIfJTMB .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tShAIfJTMB .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tShAIfJTMB .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tShAIfJTMB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tShAIfJTMB .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tShAIfJTMB .mbr-text P {
  text-align: right;
}
.cid-tShAIfWXIa {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tShAIfWXIa .container {
  max-width: 1400px;
}
.cid-tShAIfWXIa .card-img2 span {
  padding-top: 6px;
}
.cid-tShAIfWXIa .soc-item a {
  padding-top: 5px;
}
.cid-tShAIfWXIa .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tShAIfWXIa .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tShAIfWXIa .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tShAIfWXIa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tShAIfWXIa svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tShAIfWXIa #e2_shape {
  fill: #ffffff !important;
}
.cid-tShAIfWXIa .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tShAIfWXIa .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-tShAIfWXIa .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tShAIfWXIa .card-img {
  width: auto;
}
.cid-tShAIfWXIa .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tShAIfWXIa .soc-item span {
  font-size: 1.4rem;
}
.cid-tShAIfWXIa .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tShAIfWXIa .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tShAIfWXIa .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tShAIfWXIa .media-wrap {
  margin-bottom: 1rem;
}
.cid-tShAIfWXIa .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tShAIfWXIa img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tShAIfWXIa .item {
    justify-content: center;
  }
  .cid-tShAIfWXIa .quote::after {
    left: 60px;
  }
}
.cid-tShAIfWXIa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tShAIfWXIa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tShAIfWXIa .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tShAIfWXIa .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tShAIfWXIa H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tShAIfWXIa .theme {
  color: #ffffff;
}
.cid-tShAIfWXIa .copyright > p {
  color: #ff3366;
}
.cid-tShAIfWXIa .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tSn1zIutOI {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-tSn1zIutOI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tSn1zIutOI #e2_shape {
  fill: #ffffff !important;
}
.cid-tSn1zIutOI img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tSn1zIutOI img {
    width: 90%!important;
  }
}
.cid-tSn1zIutOI H1 {
  color: #ffffff;
}
.cid-tSn1zIutOI H3 {
  color: #ffffff;
}
.cid-tSn1zIutOI .mbr-text,
.cid-tSn1zIutOI .mbr-section-btn {
  color: #ffffff;
}
.cid-tSn07XB0Ny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #075dd4;
}
.cid-tSn07XB0Ny .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tSn07XB0Ny .mbr-section-title {
  color: #233d63;
}
.cid-tSn07XB0Ny .mbr-section-subtitle {
  text-align: center;
}
.cid-tSn07XB0Ny .mbr-section-btn {
  margin-top: 35px;
}
.cid-tSn07XB0Ny .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tSn07XB0Ny .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tSn07XB0Ny .mbr-section-title,
.cid-tSn07XB0Ny .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1d7 {
  /* Type valid CSS here */
}
#custom-html-1d7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1d7 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1d8 {
  /* Type valid CSS here */
}
#custom-html-1d8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1d8 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1d8 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1d8 .my-float {
  margin-top: 16px;
}
.cid-tSn07YoM7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tSn07YoM7u .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tSn07YoM7u .mbr-section-title {
  color: #233d63;
}
.cid-tSn07YoM7u .mbr-section-subtitle {
  text-align: center;
}
.cid-tSn07YoM7u .mbr-section-btn {
  margin-top: 35px;
}
.cid-tSn07YoM7u .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tSn07YoM7u .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tSn07YoM7u .mbr-section-title,
.cid-tSn07YoM7u .mbr-section-btn {
  text-align: center;
}
.cid-tSn07YDziW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tSn07YDziW .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tSn07YDziW .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tSn07YDziW .card-img span {
  font-size: 100px;
}
.cid-tSn07YDziW .mbr-text,
.cid-tSn07YDziW .mbr-section-btn {
  color: #efefef;
}
.cid-tSn07Z3qRj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSn07Z3qRj .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-tSn07Z3qRj img {
  width: 100%;
}
.cid-tSn07Z3qRj p {
  margin-top: 6rem;
}
.cid-tSn07Z3qRj .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tSn07Z3qRj .content-wrapper {
  padding-top: 6rem;
}
.cid-tSn07Z3qRj h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tSn07Z3qRj .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tSn07Z3qRj p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tSn07Z3qRj .back {
    width: 100%;
    height: 75%;
  }
  .cid-tSn07Z3qRj .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tSn07Z3qRj p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tSn07Z3qRj .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tSn07Z3qRj h4 {
    right: 2rem;
  }
}
.cid-tSn07Z3qRj H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tSn07Z3qRj H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tSn07Z3qRj .mbr-text,
.cid-tSn07Z3qRj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tSn07ZmEvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tSn07ZmEvH .container {
  padding: 0 5%;
}
.cid-tSn07ZmEvH .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tSn07ZmEvH .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tSn07ZmEvH .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tSn07ZmEvH .counter-container ol li {
    width: auto;
  }
}
.cid-tSn07ZmEvH .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tSn07ZmEvH .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tSn07ZmEvH .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tSn07ZmEvH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tSn07ZmEvH .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tSn07ZmEvH .mbr-text P {
  text-align: right;
}
.cid-tSn07ZG10X {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tSn07ZG10X .container {
  max-width: 1400px;
}
.cid-tSn07ZG10X .card-img2 span {
  padding-top: 6px;
}
.cid-tSn07ZG10X .soc-item a {
  padding-top: 5px;
}
.cid-tSn07ZG10X .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tSn07ZG10X .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tSn07ZG10X .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tSn07ZG10X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tSn07ZG10X svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tSn07ZG10X #e2_shape {
  fill: #ffffff !important;
}
.cid-tSn07ZG10X .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tSn07ZG10X .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-tSn07ZG10X .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSn07ZG10X .card-img {
  width: auto;
}
.cid-tSn07ZG10X .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tSn07ZG10X .soc-item span {
  font-size: 1.4rem;
}
.cid-tSn07ZG10X .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tSn07ZG10X .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tSn07ZG10X .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tSn07ZG10X .media-wrap {
  margin-bottom: 1rem;
}
.cid-tSn07ZG10X .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tSn07ZG10X img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tSn07ZG10X .item {
    justify-content: center;
  }
  .cid-tSn07ZG10X .quote::after {
    left: 60px;
  }
}
.cid-tSn07ZG10X .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tSn07ZG10X .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSn07ZG10X .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tSn07ZG10X .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSn07ZG10X H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tSn07ZG10X .theme {
  color: #ffffff;
}
.cid-tSn07ZG10X .copyright > p {
  color: #ff3366;
}
.cid-tSn07ZG10X .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1dj {
  /* Type valid CSS here */
}
#custom-html-1dj div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1dj p {
  font-size: 60px;
  color: #777;
}
#custom-html-1dk {
  /* Type valid CSS here */
}
#custom-html-1dk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1dk p {
  font-size: 60px;
  color: #777;
}
#custom-html-1dk .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1dk .my-float {
  margin-top: 16px;
}
.cid-tTvYbz55oL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tTvYbz55oL .container {
  padding: 0 5%;
}
.cid-tTvYbz55oL .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tTvYbz55oL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tTvYbz55oL .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tTvYbz55oL .counter-container ol li {
    width: auto;
  }
}
.cid-tTvYbz55oL .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tTvYbz55oL .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tTvYbz55oL .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tTvYbz55oL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tTvYbz55oL .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tTvYbz55oL .mbr-text P {
  text-align: right;
}
.cid-tTvYbxRpiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tTvYbxRpiM .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tTvYbxRpiM .mbr-section-title {
  color: #233d63;
}
.cid-tTvYbxRpiM .mbr-section-subtitle {
  text-align: center;
}
.cid-tTvYbxRpiM .mbr-section-btn {
  margin-top: 35px;
}
.cid-tTvYbxRpiM .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tTvYbxRpiM .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tTvYbxRpiM .mbr-section-title,
.cid-tTvYbxRpiM .mbr-section-btn {
  text-align: center;
}
.cid-tTvYbzjuHZ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tTvYbzjuHZ .container {
  max-width: 1400px;
}
.cid-tTvYbzjuHZ .card-img2 span {
  padding-top: 6px;
}
.cid-tTvYbzjuHZ .soc-item a {
  padding-top: 5px;
}
.cid-tTvYbzjuHZ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tTvYbzjuHZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tTvYbzjuHZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tTvYbzjuHZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTvYbzjuHZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tTvYbzjuHZ #e2_shape {
  fill: #ffffff !important;
}
.cid-tTvYbzjuHZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tTvYbzjuHZ .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-tTvYbzjuHZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTvYbzjuHZ .card-img {
  width: auto;
}
.cid-tTvYbzjuHZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tTvYbzjuHZ .soc-item span {
  font-size: 1.4rem;
}
.cid-tTvYbzjuHZ .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tTvYbzjuHZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tTvYbzjuHZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTvYbzjuHZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-tTvYbzjuHZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tTvYbzjuHZ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tTvYbzjuHZ .item {
    justify-content: center;
  }
  .cid-tTvYbzjuHZ .quote::after {
    left: 60px;
  }
}
.cid-tTvYbzjuHZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tTvYbzjuHZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tTvYbzjuHZ .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tTvYbzjuHZ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tTvYbzjuHZ H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tTvYbzjuHZ .theme {
  color: #ffffff;
}
.cid-tTvYbzjuHZ .copyright > p {
  color: #ff3366;
}
.cid-tTvYbzjuHZ .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tYobAJEme9 {
  background-color: #075dd4;
  overflow: hidden;
}
.cid-tYobAJEme9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tYobAJEme9 #e2_shape {
  fill: #ffffff !important;
}
.cid-tYobAJEme9 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tYobAJEme9 img {
    width: 90%!important;
  }
}
.cid-tYobAJEme9 H1 {
  color: #ffffff;
}
.cid-tYobAJEme9 H3 {
  color: #ffffff;
}
.cid-tYobAJEme9 .mbr-text,
.cid-tYobAJEme9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYobAKHLYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #075dd4;
}
.cid-tYobAKHLYZ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tYobAKHLYZ .mbr-section-title {
  color: #233d63;
}
.cid-tYobAKHLYZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tYobAKHLYZ .mbr-section-btn {
  margin-top: 35px;
}
.cid-tYobAKHLYZ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tYobAKHLYZ .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tYobAKHLYZ .mbr-section-title,
.cid-tYobAKHLYZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1e3 {
  /* Type valid CSS here */
}
#custom-html-1e3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1e3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1e4 {
  /* Type valid CSS here */
}
#custom-html-1e4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1e4 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1e4 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1e4 .my-float {
  margin-top: 16px;
}
.cid-tYobAL7WZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tYobAL7WZC .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tYobAL7WZC .mbr-section-title {
  color: #233d63;
}
.cid-tYobAL7WZC .mbr-section-subtitle {
  text-align: center;
}
.cid-tYobAL7WZC .mbr-section-btn {
  margin-top: 35px;
}
.cid-tYobAL7WZC .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tYobAL7WZC .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tYobAL7WZC .mbr-section-title,
.cid-tYobAL7WZC .mbr-section-btn {
  text-align: center;
}
.cid-tYobALj3u1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tYobALj3u1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tYobALj3u1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tYobALj3u1 .card-img span {
  font-size: 100px;
}
.cid-tYobALj3u1 .mbr-text,
.cid-tYobALj3u1 .mbr-section-btn {
  color: #efefef;
}
.cid-tYobALEmNb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tYobALEmNb .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-tYobALEmNb img {
  width: 100%;
}
.cid-tYobALEmNb p {
  margin-top: 6rem;
}
.cid-tYobALEmNb .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tYobALEmNb .content-wrapper {
  padding-top: 6rem;
}
.cid-tYobALEmNb h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tYobALEmNb .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tYobALEmNb p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tYobALEmNb .back {
    width: 100%;
    height: 75%;
  }
  .cid-tYobALEmNb .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tYobALEmNb p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tYobALEmNb .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tYobALEmNb h4 {
    right: 2rem;
  }
}
.cid-tYobALEmNb H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tYobALEmNb H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tYobALEmNb .mbr-text,
.cid-tYobALEmNb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tYobALTW2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tYobALTW2y .container {
  padding: 0 5%;
}
.cid-tYobALTW2y .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tYobALTW2y .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tYobALTW2y .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tYobALTW2y .counter-container ol li {
    width: auto;
  }
}
.cid-tYobALTW2y .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tYobALTW2y .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tYobALTW2y .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tYobALTW2y .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tYobALTW2y .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tYobALTW2y .mbr-text P {
  text-align: right;
}
.cid-tYobAM8igy {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tYobAM8igy .container {
  max-width: 1400px;
}
.cid-tYobAM8igy .card-img2 span {
  padding-top: 6px;
}
.cid-tYobAM8igy .soc-item a {
  padding-top: 5px;
}
.cid-tYobAM8igy .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tYobAM8igy .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tYobAM8igy .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tYobAM8igy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYobAM8igy svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tYobAM8igy #e2_shape {
  fill: #ffffff !important;
}
.cid-tYobAM8igy .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tYobAM8igy .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-tYobAM8igy .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYobAM8igy .card-img {
  width: auto;
}
.cid-tYobAM8igy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tYobAM8igy .soc-item span {
  font-size: 1.4rem;
}
.cid-tYobAM8igy .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tYobAM8igy .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tYobAM8igy .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tYobAM8igy .media-wrap {
  margin-bottom: 1rem;
}
.cid-tYobAM8igy .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYobAM8igy img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tYobAM8igy .item {
    justify-content: center;
  }
  .cid-tYobAM8igy .quote::after {
    left: 60px;
  }
}
.cid-tYobAM8igy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tYobAM8igy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYobAM8igy .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tYobAM8igy .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tYobAM8igy H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tYobAM8igy .theme {
  color: #ffffff;
}
.cid-tYobAM8igy .copyright > p {
  color: #ff3366;
}
.cid-tYobAM8igy .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1em {
  /* Type valid CSS here */
}
#custom-html-1em div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1em p {
  font-size: 60px;
  color: #777;
}
#custom-html-1en {
  /* Type valid CSS here */
}
#custom-html-1en div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1en p {
  font-size: 60px;
  color: #777;
}
#custom-html-1en .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1en .my-float {
  margin-top: 16px;
}
.cid-tZ5nqAC0J3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tZ5nqAC0J3 .container {
  padding: 0 5%;
}
.cid-tZ5nqAC0J3 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tZ5nqAC0J3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tZ5nqAC0J3 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tZ5nqAC0J3 .counter-container ol li {
    width: auto;
  }
}
.cid-tZ5nqAC0J3 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tZ5nqAC0J3 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tZ5nqAC0J3 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tZ5nqAC0J3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tZ5nqAC0J3 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tZ5nqAC0J3 .mbr-text P {
  text-align: right;
}
.cid-tZ5nqB1bBr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tZ5nqB1bBr .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tZ5nqB1bBr .mbr-section-title {
  color: #233d63;
}
.cid-tZ5nqB1bBr .mbr-section-subtitle {
  text-align: center;
}
.cid-tZ5nqB1bBr .mbr-section-btn {
  margin-top: 35px;
}
.cid-tZ5nqB1bBr .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZ5nqB1bBr .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tZ5nqB1bBr .mbr-section-title,
.cid-tZ5nqB1bBr .mbr-section-btn {
  text-align: center;
}
.cid-tZ5nqBeAMH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tZ5nqBeAMH .container {
  max-width: 1400px;
}
.cid-tZ5nqBeAMH .card-img2 span {
  padding-top: 6px;
}
.cid-tZ5nqBeAMH .soc-item a {
  padding-top: 5px;
}
.cid-tZ5nqBeAMH .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tZ5nqBeAMH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tZ5nqBeAMH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tZ5nqBeAMH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tZ5nqBeAMH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tZ5nqBeAMH #e2_shape {
  fill: #ffffff !important;
}
.cid-tZ5nqBeAMH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tZ5nqBeAMH .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-tZ5nqBeAMH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tZ5nqBeAMH .card-img {
  width: auto;
}
.cid-tZ5nqBeAMH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tZ5nqBeAMH .soc-item span {
  font-size: 1.4rem;
}
.cid-tZ5nqBeAMH .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tZ5nqBeAMH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tZ5nqBeAMH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZ5nqBeAMH .media-wrap {
  margin-bottom: 1rem;
}
.cid-tZ5nqBeAMH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tZ5nqBeAMH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tZ5nqBeAMH .item {
    justify-content: center;
  }
  .cid-tZ5nqBeAMH .quote::after {
    left: 60px;
  }
}
.cid-tZ5nqBeAMH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tZ5nqBeAMH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tZ5nqBeAMH .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tZ5nqBeAMH .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tZ5nqBeAMH H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tZ5nqBeAMH .theme {
  color: #ffffff;
}
.cid-tZ5nqBeAMH .copyright > p {
  color: #ff3366;
}
.cid-tZ5nqBeAMH .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-u2mFindc05 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u2mFindc05 H1 {
  color: #232323;
  text-align: center;
}
.cid-u2mFindc05 .mbr-text,
.cid-u2mFindc05 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u2mFindc05 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-u2mFindc05 .relative {
  position: relative;
}
.cid-u2mFindc05 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-u2mFindc05 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-u2mFindc05 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-u2mFindc05 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-u2mFindc05 .card-img1 .img1 {
  width: 180%;
}
.cid-u2mFindc05 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-u2mFindc05 H3 {
  text-align: center;
}
.cid-u2mFinFcIq {
  background-color: #51c2c6;
  overflow: hidden;
}
.cid-u2mFinFcIq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u2mFinFcIq #e2_shape {
  fill: #ffffff !important;
}
.cid-u2mFinFcIq img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-u2mFinFcIq img {
    width: 90%!important;
  }
}
.cid-u2mFinFcIq H1 {
  color: #134354;
}
.cid-u2mFinFcIq H3 {
  color: #105369;
}
.cid-u2mFinFcIq .mbr-text,
.cid-u2mFinFcIq .mbr-section-btn {
  color: #134354;
}
#custom-html-1ev {
  /* Type valid CSS here */
}
#custom-html-1ev div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ev p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ew {
  /* Type valid CSS here */
}
#custom-html-1ew div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ew p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ew .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1ew .my-float {
  margin-top: 16px;
}
.cid-u2mFinZrOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-u2mFinZrOt .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u2mFinZrOt .mbr-section-title {
  color: #233d63;
}
.cid-u2mFinZrOt .mbr-section-subtitle {
  text-align: center;
}
.cid-u2mFinZrOt .mbr-section-btn {
  margin-top: 35px;
}
.cid-u2mFinZrOt .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u2mFinZrOt .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-u2mFinZrOt .mbr-section-title,
.cid-u2mFinZrOt .mbr-section-btn {
  text-align: center;
}
.cid-u2mFio8S59 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-u2mFio8S59 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u2mFio8S59 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u2mFio8S59 .card-img span {
  font-size: 100px;
}
.cid-u2mFio8S59 .mbr-text,
.cid-u2mFio8S59 .mbr-section-btn {
  color: #efefef;
}
.cid-u2mFioiK3q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2mFioiK3q .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-u2mFioiK3q img {
  width: 100%;
}
.cid-u2mFioiK3q p {
  margin-top: 6rem;
}
.cid-u2mFioiK3q .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u2mFioiK3q .content-wrapper {
  padding-top: 6rem;
}
.cid-u2mFioiK3q h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u2mFioiK3q .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u2mFioiK3q p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u2mFioiK3q .back {
    width: 100%;
    height: 75%;
  }
  .cid-u2mFioiK3q .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u2mFioiK3q p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u2mFioiK3q .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u2mFioiK3q h4 {
    right: 2rem;
  }
}
.cid-u2mFioiK3q H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u2mFioiK3q H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u2mFioiK3q .mbr-text,
.cid-u2mFioiK3q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2mFiotkmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-u2mFiotkmV .container {
  padding: 0 5%;
}
.cid-u2mFiotkmV .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-u2mFiotkmV .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u2mFiotkmV .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-u2mFiotkmV .counter-container ol li {
    width: auto;
  }
}
.cid-u2mFiotkmV .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-u2mFiotkmV .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u2mFiotkmV .counter-container ol li:before {
    left: -45px;
  }
}
.cid-u2mFiotkmV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-u2mFiotkmV .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-u2mFiotkmV .mbr-text P {
  text-align: right;
}
.cid-u2mFioEH6J {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-u2mFioEH6J .container {
  max-width: 1400px;
}
.cid-u2mFioEH6J .card-img2 span {
  padding-top: 6px;
}
.cid-u2mFioEH6J .soc-item a {
  padding-top: 5px;
}
.cid-u2mFioEH6J .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u2mFioEH6J .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u2mFioEH6J .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u2mFioEH6J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2mFioEH6J svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u2mFioEH6J #e2_shape {
  fill: #ffffff !important;
}
.cid-u2mFioEH6J .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u2mFioEH6J .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-u2mFioEH6J .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2mFioEH6J .card-img {
  width: auto;
}
.cid-u2mFioEH6J .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u2mFioEH6J .soc-item span {
  font-size: 1.4rem;
}
.cid-u2mFioEH6J .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-u2mFioEH6J .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u2mFioEH6J .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2mFioEH6J .media-wrap {
  margin-bottom: 1rem;
}
.cid-u2mFioEH6J .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2mFioEH6J img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u2mFioEH6J .item {
    justify-content: center;
  }
  .cid-u2mFioEH6J .quote::after {
    left: 60px;
  }
}
.cid-u2mFioEH6J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u2mFioEH6J .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2mFioEH6J .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-u2mFioEH6J .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2mFioEH6J H5 {
  color: #ffffff;
  text-align: center;
}
.cid-u2mFioEH6J .theme {
  color: #ffffff;
}
.cid-u2mFioEH6J .copyright > p {
  color: #ff3366;
}
.cid-u2mFioEH6J .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-u647Hi9HPt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u647Hi9HPt H1 {
  color: #232323;
  text-align: center;
}
.cid-u647Hi9HPt .mbr-text,
.cid-u647Hi9HPt .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u647Hi9HPt .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-u647Hi9HPt .relative {
  position: relative;
}
.cid-u647Hi9HPt .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-u647Hi9HPt .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-u647Hi9HPt .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-u647Hi9HPt .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-u647Hi9HPt .card-img1 .img1 {
  width: 180%;
}
.cid-u647Hi9HPt .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-u647Hi9HPt H3 {
  text-align: center;
}
.cid-u647WjknbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u647WjknbM .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-u647WjknbM .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-u647WjknbM .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-u647WjknbM .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
#custom-html-1ft {
  /* Type valid CSS here */
}
#custom-html-1ft div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ft p {
  font-size: 60px;
  color: #777;
}
#custom-html-1fu {
  /* Type valid CSS here */
}
#custom-html-1fu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1fu p {
  font-size: 60px;
  color: #777;
}
#custom-html-1fu .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1fu .my-float {
  margin-top: 16px;
}
.cid-u646eVP3Uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-u646eVP3Uh .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u646eVP3Uh .mbr-section-title {
  color: #233d63;
}
.cid-u646eVP3Uh .mbr-section-subtitle {
  text-align: center;
}
.cid-u646eVP3Uh .mbr-section-btn {
  margin-top: 35px;
}
.cid-u646eVP3Uh .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u646eVP3Uh .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-u646eVP3Uh .mbr-section-title,
.cid-u646eVP3Uh .mbr-section-btn {
  text-align: center;
}
.cid-u646eW3Asf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-u646eW3Asf .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u646eW3Asf .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u646eW3Asf .card-img span {
  font-size: 100px;
}
.cid-u646eW3Asf .mbr-text,
.cid-u646eW3Asf .mbr-section-btn {
  color: #efefef;
}
.cid-u646eWt9ws {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u646eWt9ws .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-u646eWt9ws img {
  width: 100%;
}
.cid-u646eWt9ws p {
  margin-top: 6rem;
}
.cid-u646eWt9ws .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u646eWt9ws .content-wrapper {
  padding-top: 6rem;
}
.cid-u646eWt9ws h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u646eWt9ws .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u646eWt9ws p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u646eWt9ws .back {
    width: 100%;
    height: 75%;
  }
  .cid-u646eWt9ws .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u646eWt9ws p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u646eWt9ws .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u646eWt9ws h4 {
    right: 2rem;
  }
}
.cid-u646eWt9ws H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u646eWt9ws H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u646eWt9ws .mbr-text,
.cid-u646eWt9ws .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u646eWIzWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-u646eWIzWr .container {
  padding: 0 5%;
}
.cid-u646eWIzWr .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-u646eWIzWr .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u646eWIzWr .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-u646eWIzWr .counter-container ol li {
    width: auto;
  }
}
.cid-u646eWIzWr .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-u646eWIzWr .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u646eWIzWr .counter-container ol li:before {
    left: -45px;
  }
}
.cid-u646eWIzWr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-u646eWIzWr .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-u646eWIzWr .mbr-text P {
  text-align: right;
}
.cid-u646eWTu1G {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-u646eWTu1G .container {
  max-width: 1400px;
}
.cid-u646eWTu1G .card-img2 span {
  padding-top: 6px;
}
.cid-u646eWTu1G .soc-item a {
  padding-top: 5px;
}
.cid-u646eWTu1G .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u646eWTu1G .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u646eWTu1G .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u646eWTu1G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u646eWTu1G svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u646eWTu1G #e2_shape {
  fill: #ffffff !important;
}
.cid-u646eWTu1G .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u646eWTu1G .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-u646eWTu1G .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u646eWTu1G .card-img {
  width: auto;
}
.cid-u646eWTu1G .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u646eWTu1G .soc-item span {
  font-size: 1.4rem;
}
.cid-u646eWTu1G .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-u646eWTu1G .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u646eWTu1G .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u646eWTu1G .media-wrap {
  margin-bottom: 1rem;
}
.cid-u646eWTu1G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u646eWTu1G img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u646eWTu1G .item {
    justify-content: center;
  }
  .cid-u646eWTu1G .quote::after {
    left: 60px;
  }
}
.cid-u646eWTu1G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u646eWTu1G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u646eWTu1G .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-u646eWTu1G .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u646eWTu1G H5 {
  color: #ffffff;
  text-align: center;
}
.cid-u646eWTu1G .theme {
  color: #ffffff;
}
.cid-u646eWTu1G .copyright > p {
  color: #ff3366;
}
.cid-u646eWTu1G .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-u6Ub4R0hYM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u6Ub4R0hYM H1 {
  color: #232323;
  text-align: center;
}
.cid-u6Ub4R0hYM .mbr-text,
.cid-u6Ub4R0hYM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u6Ub4R0hYM .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-u6Ub4R0hYM .relative {
  position: relative;
}
.cid-u6Ub4R0hYM .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-u6Ub4R0hYM .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-u6Ub4R0hYM .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-u6Ub4R0hYM .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-u6Ub4R0hYM .card-img1 .img1 {
  width: 180%;
}
.cid-u6Ub4R0hYM .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-u6Ub4R0hYM H3 {
  text-align: center;
}
#custom-html-1g5 {
  /* Type valid CSS here */
}
#custom-html-1g5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1g5 p {
  font-size: 60px;
  color: #777;
}
.cid-u6Ub4Rvy3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-u6Ub4Rvy3J .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u6Ub4Rvy3J .mbr-section-title {
  color: #233d63;
}
.cid-u6Ub4Rvy3J .mbr-section-subtitle {
  text-align: center;
}
.cid-u6Ub4Rvy3J .mbr-section-btn {
  margin-top: 35px;
}
.cid-u6Ub4Rvy3J .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u6Ub4Rvy3J .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-u6Ub4Rvy3J .mbr-section-title,
.cid-u6Ub4Rvy3J .mbr-section-btn {
  text-align: center;
}
.cid-u6Ub4RKDD5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-u6Ub4RKDD5 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u6Ub4RKDD5 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u6Ub4RKDD5 .card-img span {
  font-size: 100px;
}
.cid-u6Ub4RKDD5 .mbr-text,
.cid-u6Ub4RKDD5 .mbr-section-btn {
  color: #efefef;
}
.cid-u6Ub4RWx8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-u6Ub4RWx8G .container {
  padding: 0 5%;
}
.cid-u6Ub4RWx8G .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-u6Ub4RWx8G .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u6Ub4RWx8G .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-u6Ub4RWx8G .counter-container ol li {
    width: auto;
  }
}
.cid-u6Ub4RWx8G .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-u6Ub4RWx8G .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u6Ub4RWx8G .counter-container ol li:before {
    left: -45px;
  }
}
.cid-u6Ub4RWx8G .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-u6Ub4RWx8G .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-u6Ub4RWx8G .mbr-text P {
  text-align: right;
}
.cid-u6Ub4S9pnn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-u6Ub4S9pnn .container {
  max-width: 1400px;
}
.cid-u6Ub4S9pnn .card-img2 span {
  padding-top: 6px;
}
.cid-u6Ub4S9pnn .soc-item a {
  padding-top: 5px;
}
.cid-u6Ub4S9pnn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u6Ub4S9pnn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u6Ub4S9pnn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u6Ub4S9pnn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u6Ub4S9pnn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u6Ub4S9pnn #e2_shape {
  fill: #ffffff !important;
}
.cid-u6Ub4S9pnn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u6Ub4S9pnn .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-u6Ub4S9pnn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6Ub4S9pnn .card-img {
  width: auto;
}
.cid-u6Ub4S9pnn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u6Ub4S9pnn .soc-item span {
  font-size: 1.4rem;
}
.cid-u6Ub4S9pnn .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-u6Ub4S9pnn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u6Ub4S9pnn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u6Ub4S9pnn .media-wrap {
  margin-bottom: 1rem;
}
.cid-u6Ub4S9pnn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u6Ub4S9pnn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u6Ub4S9pnn .item {
    justify-content: center;
  }
  .cid-u6Ub4S9pnn .quote::after {
    left: 60px;
  }
}
.cid-u6Ub4S9pnn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u6Ub4S9pnn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6Ub4S9pnn .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-u6Ub4S9pnn .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u6Ub4S9pnn H5 {
  color: #ffffff;
  text-align: center;
}
.cid-u6Ub4S9pnn .theme {
  color: #ffffff;
}
.cid-u6Ub4S9pnn .copyright > p {
  color: #ff3366;
}
.cid-u6Ub4S9pnn .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-u8fTlVHkT8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8fTlVHkT8 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u8fTlVHkT8 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-u8fTlVHkT8 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-u8fTlVHkT8 .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-u8fTlVHkT8 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-u8fTlVHkT8 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-u8g3PLZ5Op {
  background-color: #1774f5;
  overflow: hidden;
}
.cid-u8g3PLZ5Op svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u8g3PLZ5Op #e2_shape {
  fill: #a3a9bd !important;
}
.cid-u8g3PLZ5Op img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-u8g3PLZ5Op img {
    width: 90%!important;
  }
}
.cid-u8g3PLZ5Op H1 {
  color: #ffffff;
}
.cid-u8g3PLZ5Op H3 {
  color: #ffffff;
}
.cid-u8g3PLZ5Op .mbr-text,
.cid-u8g3PLZ5Op .mbr-section-btn {
  color: #ffffff;
}
.cid-u8fQ8PHkO3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-u8fQ8PHkO3 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u8fQ8PHkO3 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-u8fQ8PHkO3 .mbr-section-subtitle {
  text-align: center;
  color: #095ed5;
}
.cid-u8fQ8PHkO3 .mbr-section-btn {
  margin-top: 35px;
}
.cid-u8fQ8PHkO3 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u8fQ8PHkO3 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-u8fQ8PHkO3 .mbr-section-title,
.cid-u8fQ8PHkO3 .mbr-section-btn {
  text-align: center;
}
#custom-html-1gc {
  /* Type valid CSS here */
}
#custom-html-1gc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1gc p {
  font-size: 60px;
  color: #777;
}
#custom-html-1gd {
  /* Type valid CSS here */
}
#custom-html-1gd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1gd p {
  font-size: 60px;
  color: #777;
}
#custom-html-1gd .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1gd .my-float {
  margin-top: 16px;
}
.cid-u8fQ8PZ5v7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-u8fQ8PZ5v7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u8fQ8PZ5v7 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-u8fQ8PZ5v7 .mbr-section-subtitle {
  text-align: center;
  color: #095ed5;
}
.cid-u8fQ8PZ5v7 .mbr-section-btn {
  margin-top: 35px;
}
.cid-u8fQ8PZ5v7 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u8fQ8PZ5v7 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-u8fQ8PZ5v7 .mbr-section-title,
.cid-u8fQ8PZ5v7 .mbr-section-btn {
  text-align: center;
}
.cid-u8fQ8PZ5v7 .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-u8fQ8Q9Jn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-u8fQ8Q9Jn0 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u8fQ8Q9Jn0 .mbr-section-title {
  color: #233d63;
}
.cid-u8fQ8Q9Jn0 .mbr-section-subtitle {
  text-align: center;
}
.cid-u8fQ8Q9Jn0 .mbr-section-btn {
  margin-top: 35px;
}
.cid-u8fQ8Q9Jn0 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u8fQ8Q9Jn0 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-u8fQ8Q9Jn0 .mbr-section-title,
.cid-u8fQ8Q9Jn0 .mbr-section-btn {
  text-align: center;
}
.cid-u8fQ8QmuQM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-u8fQ8QmuQM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u8fQ8QmuQM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u8fQ8QmuQM .card-img span {
  font-size: 100px;
}
.cid-u8fQ8QmuQM .mbr-text,
.cid-u8fQ8QmuQM .mbr-section-btn {
  color: #efefef;
}
.cid-u8fQ8QyOUg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8fQ8QyOUg .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #2a65ff;
}
.cid-u8fQ8QyOUg img {
  width: 100%;
}
.cid-u8fQ8QyOUg p {
  margin-top: 6rem;
}
.cid-u8fQ8QyOUg .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u8fQ8QyOUg .content-wrapper {
  padding-top: 6rem;
}
.cid-u8fQ8QyOUg h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u8fQ8QyOUg .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u8fQ8QyOUg p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u8fQ8QyOUg .back {
    width: 100%;
    height: 75%;
  }
  .cid-u8fQ8QyOUg .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u8fQ8QyOUg p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8fQ8QyOUg .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u8fQ8QyOUg h4 {
    right: 2rem;
  }
}
.cid-u8fQ8QyOUg H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u8fQ8QyOUg H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u8fQ8QyOUg .mbr-text,
.cid-u8fQ8QyOUg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u8fQ8QJOsn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8fQ8QJOsn .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-u8fQ8QJOsn img {
  width: 100%;
}
.cid-u8fQ8QJOsn p {
  margin-top: 6rem;
}
.cid-u8fQ8QJOsn .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u8fQ8QJOsn .content-wrapper {
  padding-top: 6rem;
}
.cid-u8fQ8QJOsn h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u8fQ8QJOsn .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u8fQ8QJOsn p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u8fQ8QJOsn .back {
    width: 100%;
    height: 75%;
  }
  .cid-u8fQ8QJOsn .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u8fQ8QJOsn p {
    margin-top: 4rem;
  }
}
.cid-u8fQ8QJOsn .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-u8fQ8QJOsn .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u8fQ8QJOsn .content-wrapper {
    padding-right: 3rem;
  }
  .cid-u8fQ8QJOsn h4 {
    right: 2rem;
  }
}
.cid-u8fQ8QJOsn H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u8fQ8QJOsn H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u8fQ8QJOsn .mbr-text,
.cid-u8fQ8QJOsn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u8fQ8QJOsn H4 {
  color: #ffffff;
}
.cid-u8fQ8QXOIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-u8fQ8QXOIu .container {
  padding: 0 5%;
}
.cid-u8fQ8QXOIu .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-u8fQ8QXOIu .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u8fQ8QXOIu .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-u8fQ8QXOIu .counter-container ol li {
    width: auto;
  }
}
.cid-u8fQ8QXOIu .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-u8fQ8QXOIu .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u8fQ8QXOIu .counter-container ol li:before {
    left: -45px;
  }
}
.cid-u8fQ8QXOIu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-u8fQ8QXOIu .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-u8fQ8QXOIu .mbr-text P {
  text-align: right;
}
.cid-u8fQ8R9SgS {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-u8fQ8R9SgS .container {
  max-width: 1400px;
}
.cid-u8fQ8R9SgS .card-img2 span {
  padding-top: 6px;
}
.cid-u8fQ8R9SgS .soc-item a {
  padding-top: 5px;
}
.cid-u8fQ8R9SgS .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u8fQ8R9SgS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u8fQ8R9SgS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u8fQ8R9SgS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8fQ8R9SgS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u8fQ8R9SgS #e2_shape {
  fill: #ffffff !important;
}
.cid-u8fQ8R9SgS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u8fQ8R9SgS .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-u8fQ8R9SgS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8fQ8R9SgS .card-img {
  width: auto;
}
.cid-u8fQ8R9SgS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u8fQ8R9SgS .soc-item span {
  font-size: 1.4rem;
}
.cid-u8fQ8R9SgS .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-u8fQ8R9SgS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u8fQ8R9SgS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u8fQ8R9SgS .media-wrap {
  margin-bottom: 1rem;
}
.cid-u8fQ8R9SgS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u8fQ8R9SgS img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u8fQ8R9SgS .item {
    justify-content: center;
  }
  .cid-u8fQ8R9SgS .quote::after {
    left: 60px;
  }
}
.cid-u8fQ8R9SgS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u8fQ8R9SgS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u8fQ8R9SgS .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-u8fQ8R9SgS .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u8fQ8R9SgS H5 {
  color: #ffffff;
  text-align: center;
}
.cid-u8fQ8R9SgS .theme {
  color: #ffffff;
}
.cid-u8fQ8R9SgS .copyright > p {
  color: #ff3366;
}
.cid-u8fQ8R9SgS .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-ud8GIIfOOW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ud8GIIfOOW .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #2a65ff;
}
.cid-ud8GIIfOOW img {
  width: 100%;
}
.cid-ud8GIIfOOW p {
  margin-top: 6rem;
}
.cid-ud8GIIfOOW .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ud8GIIfOOW .content-wrapper {
  padding-top: 6rem;
}
.cid-ud8GIIfOOW h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ud8GIIfOOW .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ud8GIIfOOW p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ud8GIIfOOW .back {
    width: 100%;
    height: 75%;
  }
  .cid-ud8GIIfOOW .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ud8GIIfOOW p {
    margin-top: 4rem;
  }
}
.cid-ud8GIIfOOW .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-ud8GIIfOOW .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ud8GIIfOOW .content-wrapper {
    padding-right: 3rem;
  }
  .cid-ud8GIIfOOW h4 {
    right: 2rem;
  }
}
.cid-ud8GIIfOOW H3 {
  text-align: center;
  color: #ffffff;
}
.cid-ud8GIIfOOW H1 {
  text-align: center;
  color: #ffffff;
}
.cid-ud8GIIfOOW .mbr-text,
.cid-ud8GIIfOOW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ud8GIIfOOW H4 {
  color: #ffffff;
}
#custom-html-1gy {
  /* Type valid CSS here */
}
#custom-html-1gy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1gy p {
  font-size: 60px;
  color: #777;
}
#custom-html-1gz {
  /* Type valid CSS here */
}
#custom-html-1gz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1gz p {
  font-size: 60px;
  color: #777;
}
#custom-html-1gz .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1gz .my-float {
  margin-top: 16px;
}
.cid-ud8AXna3l7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-ud8AXna3l7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ud8AXna3l7 .mbr-section-title {
  color: #233d63;
}
.cid-ud8AXna3l7 .mbr-section-subtitle {
  text-align: center;
}
.cid-ud8AXna3l7 .mbr-section-btn {
  margin-top: 35px;
}
.cid-ud8AXna3l7 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-ud8AXna3l7 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-ud8AXna3l7 .mbr-section-title,
.cid-ud8AXna3l7 .mbr-section-btn {
  text-align: center;
}
.cid-ud8AXnlble {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-ud8AXnlble .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ud8AXnlble .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ud8AXnlble .card-img span {
  font-size: 100px;
}
.cid-ud8AXnlble .mbr-text,
.cid-ud8AXnlble .mbr-section-btn {
  color: #efefef;
}
.cid-ud8AXnxCiR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ud8AXnxCiR .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-ud8AXnxCiR img {
  width: 100%;
}
.cid-ud8AXnxCiR p {
  margin-top: 6rem;
}
.cid-ud8AXnxCiR .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ud8AXnxCiR .content-wrapper {
  padding-top: 6rem;
}
.cid-ud8AXnxCiR h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ud8AXnxCiR .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ud8AXnxCiR p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ud8AXnxCiR .back {
    width: 100%;
    height: 75%;
  }
  .cid-ud8AXnxCiR .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ud8AXnxCiR p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8AXnxCiR .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ud8AXnxCiR h4 {
    right: 2rem;
  }
}
.cid-ud8AXnxCiR H3 {
  text-align: center;
  color: #ffffff;
}
.cid-ud8AXnxCiR H1 {
  text-align: center;
  color: #ffffff;
}
.cid-ud8AXnxCiR .mbr-text,
.cid-ud8AXnxCiR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ud8AXnKtpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-ud8AXnKtpk .container {
  padding: 0 5%;
}
.cid-ud8AXnKtpk .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-ud8AXnKtpk .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ud8AXnKtpk .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-ud8AXnKtpk .counter-container ol li {
    width: auto;
  }
}
.cid-ud8AXnKtpk .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-ud8AXnKtpk .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ud8AXnKtpk .counter-container ol li:before {
    left: -45px;
  }
}
.cid-ud8AXnKtpk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-ud8AXnKtpk .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-ud8AXnKtpk .mbr-text P {
  text-align: right;
}
.cid-ud8AXnWLJS {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-ud8AXnWLJS .container {
  max-width: 1400px;
}
.cid-ud8AXnWLJS .card-img2 span {
  padding-top: 6px;
}
.cid-ud8AXnWLJS .soc-item a {
  padding-top: 5px;
}
.cid-ud8AXnWLJS .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ud8AXnWLJS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ud8AXnWLJS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ud8AXnWLJS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ud8AXnWLJS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ud8AXnWLJS #e2_shape {
  fill: #ffffff !important;
}
.cid-ud8AXnWLJS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ud8AXnWLJS .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-ud8AXnWLJS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ud8AXnWLJS .card-img {
  width: auto;
}
.cid-ud8AXnWLJS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ud8AXnWLJS .soc-item span {
  font-size: 1.4rem;
}
.cid-ud8AXnWLJS .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-ud8AXnWLJS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ud8AXnWLJS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ud8AXnWLJS .media-wrap {
  margin-bottom: 1rem;
}
.cid-ud8AXnWLJS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ud8AXnWLJS img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ud8AXnWLJS .item {
    justify-content: center;
  }
  .cid-ud8AXnWLJS .quote::after {
    left: 60px;
  }
}
.cid-ud8AXnWLJS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ud8AXnWLJS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ud8AXnWLJS .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ud8AXnWLJS .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ud8AXnWLJS H5 {
  color: #ffffff;
  text-align: center;
}
.cid-ud8AXnWLJS .theme {
  color: #ffffff;
}
.cid-ud8AXnWLJS .copyright > p {
  color: #ff3366;
}
.cid-ud8AXnWLJS .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tEddatvl6d {
  background-color: #105369;
  overflow: hidden;
}
.cid-tEddatvl6d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tEddatvl6d #e2_shape {
  fill: #ffffff !important;
}
.cid-tEddatvl6d img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-tEddatvl6d img {
    width: 90%!important;
  }
}
.cid-tEddatvl6d H1 {
  color: #ffffff;
}
.cid-tEddatvl6d H3 {
  color: #ffffff;
}
.cid-tEddatvl6d .mbr-text,
.cid-tEddatvl6d .mbr-section-btn {
  color: #ffffff;
}
.cid-tEddaurJwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-tEddaurJwD .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tEddaurJwD .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tEddaurJwD .mbr-section-subtitle {
  text-align: center;
  color: #095ed5;
}
.cid-tEddaurJwD .mbr-section-btn {
  margin-top: 35px;
}
.cid-tEddaurJwD .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tEddaurJwD .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tEddaurJwD .mbr-section-title,
.cid-tEddaurJwD .mbr-section-btn {
  text-align: center;
}
#custom-html-19m {
  /* Type valid CSS here */
}
#custom-html-19m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19m p {
  font-size: 60px;
  color: #777;
}
#custom-html-19n {
  /* Type valid CSS here */
}
#custom-html-19n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19n p {
  font-size: 60px;
  color: #777;
}
#custom-html-19n .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-19n .my-float {
  margin-top: 16px;
}
.cid-tEddav7Z1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-tEddav7Z1r .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tEddav7Z1r .mbr-section-title {
  color: #233d63;
}
.cid-tEddav7Z1r .mbr-section-subtitle {
  text-align: center;
}
.cid-tEddav7Z1r .mbr-section-btn {
  margin-top: 35px;
}
.cid-tEddav7Z1r .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tEddav7Z1r .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-tEddav7Z1r .mbr-section-title,
.cid-tEddav7Z1r .mbr-section-btn {
  text-align: center;
}
.cid-tEddavj4ER {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-tEddavj4ER .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tEddavj4ER .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tEddavj4ER .card-img span {
  font-size: 100px;
}
.cid-tEddavj4ER .mbr-text,
.cid-tEddavj4ER .mbr-section-btn {
  color: #efefef;
}
.cid-tEddavBBfV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEddavBBfV .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #075dd4;
}
.cid-tEddavBBfV img {
  width: 100%;
}
.cid-tEddavBBfV p {
  margin-top: 6rem;
}
.cid-tEddavBBfV .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tEddavBBfV .content-wrapper {
  padding-top: 6rem;
}
.cid-tEddavBBfV h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tEddavBBfV .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tEddavBBfV p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tEddavBBfV .back {
    width: 100%;
    height: 75%;
  }
  .cid-tEddavBBfV .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tEddavBBfV p {
    margin-top: 4rem;
  }
}
.cid-tEddavBBfV .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tEddavBBfV .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tEddavBBfV .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tEddavBBfV h4 {
    right: 2rem;
  }
}
.cid-tEddavBBfV H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tEddavBBfV H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tEddavBBfV .mbr-text,
.cid-tEddavBBfV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEddavBBfV H4 {
  color: #ffffff;
}
.cid-tEddavNRkS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEddavNRkS .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #2a65ff;
}
.cid-tEddavNRkS img {
  width: 100%;
}
.cid-tEddavNRkS p {
  margin-top: 6rem;
}
.cid-tEddavNRkS .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tEddavNRkS .content-wrapper {
  padding-top: 6rem;
}
.cid-tEddavNRkS h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tEddavNRkS .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tEddavNRkS p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tEddavNRkS .back {
    width: 100%;
    height: 75%;
  }
  .cid-tEddavNRkS .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tEddavNRkS p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tEddavNRkS .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tEddavNRkS h4 {
    right: 2rem;
  }
}
.cid-tEddavNRkS H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tEddavNRkS H1 {
  text-align: center;
  color: #ffffff;
}
.cid-tEddavNRkS .mbr-text,
.cid-tEddavNRkS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEddaw0JSN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-tEddaw0JSN .container {
  padding: 0 5%;
}
.cid-tEddaw0JSN .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-tEddaw0JSN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tEddaw0JSN .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-tEddaw0JSN .counter-container ol li {
    width: auto;
  }
}
.cid-tEddaw0JSN .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-tEddaw0JSN .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tEddaw0JSN .counter-container ol li:before {
    left: -45px;
  }
}
.cid-tEddaw0JSN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-tEddaw0JSN .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-tEddaw0JSN .mbr-text P {
  text-align: right;
}
.cid-tEwxILCJg9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-tEwxILCJg9 .container {
  max-width: 1400px;
}
.cid-tEwxILCJg9 .card-img2 span {
  padding-top: 6px;
}
.cid-tEwxILCJg9 .soc-item a {
  padding-top: 5px;
}
.cid-tEwxILCJg9 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tEwxILCJg9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tEwxILCJg9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tEwxILCJg9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tEwxILCJg9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tEwxILCJg9 #e2_shape {
  fill: #ffffff !important;
}
.cid-tEwxILCJg9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tEwxILCJg9 .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-tEwxILCJg9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEwxILCJg9 .card-img {
  width: auto;
}
.cid-tEwxILCJg9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tEwxILCJg9 .soc-item span {
  font-size: 1.4rem;
}
.cid-tEwxILCJg9 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-tEwxILCJg9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tEwxILCJg9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tEwxILCJg9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tEwxILCJg9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tEwxILCJg9 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tEwxILCJg9 .item {
    justify-content: center;
  }
  .cid-tEwxILCJg9 .quote::after {
    left: 60px;
  }
}
.cid-tEwxILCJg9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tEwxILCJg9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEwxILCJg9 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-tEwxILCJg9 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEwxILCJg9 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tEwxILCJg9 .theme {
  color: #ffffff;
}
.cid-tEwxILCJg9 .copyright > p {
  color: #ff3366;
}
.cid-tEwxILCJg9 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uehAxhAS0j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uehAxhAS0j H1 {
  color: #232323;
  text-align: center;
}
.cid-uehAxhAS0j .mbr-text,
.cid-uehAxhAS0j .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uehAxhAS0j .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-uehAxhAS0j .relative {
  position: relative;
}
.cid-uehAxhAS0j .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uehAxhAS0j .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-uehAxhAS0j .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-uehAxhAS0j .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-uehAxhAS0j .card-img1 .img1 {
  width: 180%;
}
.cid-uehAxhAS0j .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-uehAxhAS0j H3 {
  text-align: center;
}
#custom-html-1hg {
  /* Type valid CSS here */
}
#custom-html-1hg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hg p {
  font-size: 60px;
  color: #777;
}
.cid-uehAxjDmDV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uehAxjDmDV .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uehAxjDmDV .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uehAxjDmDV .card-img span {
  font-size: 100px;
}
.cid-uehAxjDmDV .mbr-text,
.cid-uehAxjDmDV .mbr-section-btn {
  color: #efefef;
}
.cid-uhyGYQbgM2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhyGYQbgM2 H1 {
  color: #232323;
  text-align: center;
}
.cid-uhyGYQbgM2 .mbr-text,
.cid-uhyGYQbgM2 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-uhyGYQbgM2 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-uhyGYQbgM2 .relative {
  position: relative;
}
.cid-uhyGYQbgM2 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uhyGYQbgM2 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-uhyGYQbgM2 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-uhyGYQbgM2 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-uhyGYQbgM2 .card-img1 .img1 {
  width: 180%;
}
.cid-uhyGYQbgM2 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-uhyGYQbgM2 H3 {
  text-align: center;
}
#custom-html-1hn {
  /* Type valid CSS here */
}
#custom-html-1hn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hn p {
  font-size: 60px;
  color: #777;
}
.cid-uhuge3455D {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uhuge3455D .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uhuge3455D .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uhuge3455D .card-img span {
  font-size: 100px;
}
.cid-uhuge3455D .mbr-text,
.cid-uhuge3455D .mbr-section-btn {
  color: #efefef;
}
.cid-ul3570gE2d {
  background-color: #023171;
  overflow: hidden;
}
.cid-ul3570gE2d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ul3570gE2d #e2_shape {
  fill: #ffffff !important;
}
.cid-ul3570gE2d img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-ul3570gE2d img {
    width: 90%!important;
  }
}
.cid-ul3570gE2d H1 {
  color: #ffffff;
}
.cid-ul3570gE2d H3 {
  color: #ffffff;
}
.cid-ul3570gE2d .mbr-text,
.cid-ul3570gE2d .mbr-section-btn {
  color: #134354;
}
#custom-html-1hs {
  /* Type valid CSS here */
}
#custom-html-1hs div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1hs p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ht {
  /* Type valid CSS here */
}
#custom-html-1ht div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ht p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ht .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1ht .my-float {
  margin-top: 16px;
}
.cid-v1n8y6LCB1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n8y6LCB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n8y6LCB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n8y6LCB1 .container {
  max-width: 1280px;
}
.cid-v1n8y6LCB1 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n8y6LCB1 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8y6LCB1 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n8y6LCB1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n8y6LCB1 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n8y6LCB1 .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n8y6LCB1 .card-title {
  color: #FFDD65;
}
.cid-v1n8y6LCB1 .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n8y6LCB1 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n8y6LCB1 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n8y6LCB1 .col-link {
    margin-top: 50px;
  }
}
.cid-v1n8y6LCB1 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n8y6LCB1 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n8y6LCB1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n8y6LCB1 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n8y6LCB1 .list-text {
  color: #002dff;
}
.cid-v1n8y6LCB1 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n8y6LCB1 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n8y6LCB1 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n8y6LCB1 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n8y6LCB1 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n8y6LCB1 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n8y6LCB1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n8y6LCB1 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n8y6LCB1 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8y6LCB1 .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n8y6LCB1 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n8y6LCB1 .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n8y6LCB1 .card-title,
.cid-v1n8y6LCB1 .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-ul3570P5YD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-ul3570P5YD .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ul3570P5YD .mbr-section-title {
  color: #233d63;
}
.cid-ul3570P5YD .mbr-section-subtitle {
  text-align: center;
}
.cid-ul3570P5YD .mbr-section-btn {
  margin-top: 35px;
}
.cid-ul3570P5YD .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-ul3570P5YD .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-ul3570P5YD .mbr-section-title,
.cid-ul3570P5YD .mbr-section-btn {
  text-align: center;
}
.cid-ul3570Zawg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-ul3570Zawg .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ul3570Zawg .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ul3570Zawg .card-img span {
  font-size: 100px;
}
.cid-ul3570Zawg .mbr-text,
.cid-ul3570Zawg .mbr-section-btn {
  color: #efefef;
}
.cid-ul3571frVV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ul3571frVV .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-ul3571frVV img {
  width: 100%;
}
.cid-ul3571frVV p {
  margin-top: 6rem;
}
.cid-ul3571frVV .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ul3571frVV .content-wrapper {
  padding-top: 6rem;
}
.cid-ul3571frVV h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ul3571frVV .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ul3571frVV p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ul3571frVV .back {
    width: 100%;
    height: 75%;
  }
  .cid-ul3571frVV .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ul3571frVV p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ul3571frVV .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ul3571frVV h4 {
    right: 2rem;
  }
}
.cid-ul3571frVV H3 {
  text-align: center;
  color: #ffffff;
}
.cid-ul3571frVV H1 {
  text-align: center;
  color: #ffffff;
}
.cid-ul3571frVV .mbr-text,
.cid-ul3571frVV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ul3571oolU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-ul3571oolU .container {
  padding: 0 5%;
}
.cid-ul3571oolU .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-ul3571oolU .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ul3571oolU .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-ul3571oolU .counter-container ol li {
    width: auto;
  }
}
.cid-ul3571oolU .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-ul3571oolU .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ul3571oolU .counter-container ol li:before {
    left: -45px;
  }
}
.cid-ul3571oolU .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-ul3571oolU .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-ul3571oolU .mbr-text P {
  text-align: right;
}
.cid-ul3571yyJx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-ul3571yyJx .container {
  max-width: 1400px;
}
.cid-ul3571yyJx .card-img2 span {
  padding-top: 6px;
}
.cid-ul3571yyJx .soc-item a {
  padding-top: 5px;
}
.cid-ul3571yyJx .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ul3571yyJx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ul3571yyJx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ul3571yyJx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ul3571yyJx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ul3571yyJx #e2_shape {
  fill: #ffffff !important;
}
.cid-ul3571yyJx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ul3571yyJx .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-ul3571yyJx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ul3571yyJx .card-img {
  width: auto;
}
.cid-ul3571yyJx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ul3571yyJx .soc-item span {
  font-size: 1.4rem;
}
.cid-ul3571yyJx .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-ul3571yyJx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ul3571yyJx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ul3571yyJx .media-wrap {
  margin-bottom: 1rem;
}
.cid-ul3571yyJx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ul3571yyJx img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ul3571yyJx .item {
    justify-content: center;
  }
  .cid-ul3571yyJx .quote::after {
    left: 60px;
  }
}
.cid-ul3571yyJx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ul3571yyJx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ul3571yyJx .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ul3571yyJx .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul3571yyJx H5 {
  color: #ffffff;
  text-align: center;
}
.cid-ul3571yyJx .theme {
  color: #ffffff;
}
.cid-ul3571yyJx .copyright > p {
  color: #ff3366;
}
.cid-ul3571yyJx .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-ulwxK6lnMp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #004885;
  overflow: hidden;
}
.cid-ulwxK6lnMp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ulwxK6lnMp #e2_shape {
  fill: #ffffff !important;
}
.cid-ulwxK6lnMp img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-ulwxK6lnMp img {
    width: 90%!important;
  }
}
.cid-ulwxK6lnMp H1 {
  color: #134354;
}
.cid-ulwxK6lnMp H3 {
  color: #134354;
}
.cid-ulwxK6lnMp .mbr-text,
.cid-ulwxK6lnMp .mbr-section-btn {
  color: #134354;
}
.cid-uluDUxaRKS {
  background-color: #003a89;
  overflow: hidden;
}
.cid-uluDUxaRKS svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uluDUxaRKS #e2_shape {
  fill: #ffffff !important;
}
.cid-uluDUxaRKS img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uluDUxaRKS img {
    width: 90%!important;
  }
}
.cid-uluDUxaRKS H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uluDUxaRKS H3 {
  color: #ffffff;
}
.cid-uluDUxaRKS .mbr-text,
.cid-uluDUxaRKS .mbr-section-btn {
  color: #134354;
}
.cid-ulwQK8gOhw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulwQK8gOhw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulwQK8gOhw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ulwQK8gOhw .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-ulwQK8gOhw .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-ulwQK8gOhw .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwQK8gOhw .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 99%) {
  .cid-ulwQK8gOhw .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-ulwQK8gOhw .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-ulwQK8gOhw .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-ulwQK8gOhw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ulwxrM1R0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulwxrM1R0J .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-ulwxrM1R0J .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-ulwxrM1R0J .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-ulwxrM1R0J .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #003a89;
  font-weight: 600;
  margin: 0;
}
#custom-html-1i2 {
  /* Type valid CSS here */
}
#custom-html-1i2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1i2 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1i3 {
  /* Type valid CSS here */
}
#custom-html-1i3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1i3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1i3 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1i3 .my-float {
  margin-top: 16px;
}
.cid-uluDUyHqG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uluDUyHqG8 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uluDUyHqG8 .mbr-section-title {
  color: #233d63;
}
.cid-uluDUyHqG8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uluDUyHqG8 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uluDUyHqG8 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uluDUyHqG8 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uluDUyHqG8 .mbr-section-title,
.cid-uluDUyHqG8 .mbr-section-btn {
  text-align: center;
}
.cid-uluDUz5xKG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uluDUz5xKG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uluDUz5xKG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uluDUz5xKG .card-img span {
  font-size: 100px;
}
.cid-uluDUz5xKG .mbr-text,
.cid-uluDUz5xKG .mbr-section-btn {
  color: #efefef;
}
.cid-uluDUzwn5e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uluDUzwn5e .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-uluDUzwn5e img {
  width: 100%;
}
.cid-uluDUzwn5e p {
  margin-top: 6rem;
}
.cid-uluDUzwn5e .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uluDUzwn5e .content-wrapper {
  padding-top: 6rem;
}
.cid-uluDUzwn5e h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uluDUzwn5e .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uluDUzwn5e p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uluDUzwn5e .back {
    width: 100%;
    height: 75%;
  }
  .cid-uluDUzwn5e .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uluDUzwn5e p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uluDUzwn5e .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uluDUzwn5e h4 {
    right: 2rem;
  }
}
.cid-uluDUzwn5e H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uluDUzwn5e H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uluDUzwn5e .mbr-text,
.cid-uluDUzwn5e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uluDUzIQbn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uluDUzIQbn .container {
  padding: 0 5%;
}
.cid-uluDUzIQbn .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uluDUzIQbn .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uluDUzIQbn .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uluDUzIQbn .counter-container ol li {
    width: auto;
  }
}
.cid-uluDUzIQbn .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uluDUzIQbn .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uluDUzIQbn .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uluDUzIQbn .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uluDUzIQbn .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uluDUzIQbn .mbr-text P {
  text-align: right;
}
.cid-uluDUzVD7M {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uluDUzVD7M .container {
  max-width: 1400px;
}
.cid-uluDUzVD7M .card-img2 span {
  padding-top: 6px;
}
.cid-uluDUzVD7M .soc-item a {
  padding-top: 5px;
}
.cid-uluDUzVD7M .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uluDUzVD7M .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uluDUzVD7M .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uluDUzVD7M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uluDUzVD7M svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uluDUzVD7M #e2_shape {
  fill: #ffffff !important;
}
.cid-uluDUzVD7M .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uluDUzVD7M .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-uluDUzVD7M .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uluDUzVD7M .card-img {
  width: auto;
}
.cid-uluDUzVD7M .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uluDUzVD7M .soc-item span {
  font-size: 1.4rem;
}
.cid-uluDUzVD7M .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uluDUzVD7M .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uluDUzVD7M .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uluDUzVD7M .media-wrap {
  margin-bottom: 1rem;
}
.cid-uluDUzVD7M .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uluDUzVD7M img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uluDUzVD7M .item {
    justify-content: center;
  }
  .cid-uluDUzVD7M .quote::after {
    left: 60px;
  }
}
.cid-uluDUzVD7M .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uluDUzVD7M .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uluDUzVD7M .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uluDUzVD7M .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uluDUzVD7M H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uluDUzVD7M .theme {
  color: #ffffff;
}
.cid-uluDUzVD7M .copyright > p {
  color: #ff3366;
}
.cid-uluDUzVD7M .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-umFia1p5XW {
  background-color: #fbfcff;
  overflow: hidden;
}
.cid-umFia1p5XW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-umFia1p5XW #e2_shape {
  fill: #ffffff !important;
}
.cid-umFia1p5XW img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-umFia1p5XW img {
    width: 90%!important;
  }
}
.cid-umFia1p5XW H1 {
  color: #105369;
}
.cid-umFia1p5XW H3 {
  color: #105369;
}
.cid-umFia1p5XW .mbr-text,
.cid-umFia1p5XW .mbr-section-btn {
  color: #134354;
}
#custom-html-1ig {
  /* Type valid CSS here */
}
#custom-html-1ig div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ig p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ih {
  /* Type valid CSS here */
}
#custom-html-1ih div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ih p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ih .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1ih .my-float {
  margin-top: 16px;
}
.cid-umFia2olbq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-umFia2olbq .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-umFia2olbq .mbr-section-title {
  color: #233d63;
}
.cid-umFia2olbq .mbr-section-subtitle {
  text-align: center;
}
.cid-umFia2olbq .mbr-section-btn {
  margin-top: 35px;
}
.cid-umFia2olbq .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-umFia2olbq .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-umFia2olbq .mbr-section-title,
.cid-umFia2olbq .mbr-section-btn {
  text-align: center;
}
.cid-umFia2D6Zx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-umFia2D6Zx .mbr-section-title {
  letter-spacing: .1em;
}
.cid-umFia2D6Zx .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-umFia2D6Zx .card-img span {
  font-size: 100px;
}
.cid-umFia2D6Zx .mbr-text,
.cid-umFia2D6Zx .mbr-section-btn {
  color: #efefef;
}
.cid-umFia34BxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-umFia34BxQ .container {
  padding: 0 5%;
}
.cid-umFia34BxQ .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-umFia34BxQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-umFia34BxQ .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-umFia34BxQ .counter-container ol li {
    width: auto;
  }
}
.cid-umFia34BxQ .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-umFia34BxQ .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-umFia34BxQ .counter-container ol li:before {
    left: -45px;
  }
}
.cid-umFia34BxQ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-umFia34BxQ .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-umFia34BxQ .mbr-text P {
  text-align: right;
}
.cid-umFia3eHpN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-umFia3eHpN .container {
  max-width: 1400px;
}
.cid-umFia3eHpN .card-img2 span {
  padding-top: 6px;
}
.cid-umFia3eHpN .soc-item a {
  padding-top: 5px;
}
.cid-umFia3eHpN .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-umFia3eHpN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-umFia3eHpN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-umFia3eHpN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-umFia3eHpN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-umFia3eHpN #e2_shape {
  fill: #ffffff !important;
}
.cid-umFia3eHpN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-umFia3eHpN .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-umFia3eHpN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umFia3eHpN .card-img {
  width: auto;
}
.cid-umFia3eHpN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-umFia3eHpN .soc-item span {
  font-size: 1.4rem;
}
.cid-umFia3eHpN .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-umFia3eHpN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-umFia3eHpN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-umFia3eHpN .media-wrap {
  margin-bottom: 1rem;
}
.cid-umFia3eHpN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-umFia3eHpN img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-umFia3eHpN .item {
    justify-content: center;
  }
  .cid-umFia3eHpN .quote::after {
    left: 60px;
  }
}
.cid-umFia3eHpN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-umFia3eHpN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-umFia3eHpN .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-umFia3eHpN .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-umFia3eHpN H5 {
  color: #ffffff;
  text-align: center;
}
.cid-umFia3eHpN .theme {
  color: #ffffff;
}
.cid-umFia3eHpN .copyright > p {
  color: #ff3366;
}
.cid-umFia3eHpN .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1iv {
  /* Type valid CSS here */
}
#custom-html-1iv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1iv p {
  font-size: 60px;
  color: #777;
}
#custom-html-1iw {
  /* Type valid CSS here */
}
#custom-html-1iw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1iw p {
  font-size: 60px;
  color: #777;
}
#custom-html-1iw .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1iw .my-float {
  margin-top: 16px;
}
.cid-upv1vMnsIo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-upv1vMnsIo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-upv1vMnsIo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-upv1vMnsIo .card-img span {
  font-size: 100px;
}
.cid-upv1vMnsIo .mbr-text,
.cid-upv1vMnsIo .mbr-section-btn {
  color: #efefef;
}
.cid-upv1vMMY1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-upv1vMMY1K .container {
  padding: 0 5%;
}
.cid-upv1vMMY1K .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-upv1vMMY1K .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-upv1vMMY1K .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-upv1vMMY1K .counter-container ol li {
    width: auto;
  }
}
.cid-upv1vMMY1K .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-upv1vMMY1K .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-upv1vMMY1K .counter-container ol li:before {
    left: -45px;
  }
}
.cid-upv1vMMY1K .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-upv1vMMY1K .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-upv1vMMY1K .mbr-text P {
  text-align: right;
}
.cid-upv1vMZenH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-upv1vMZenH .container {
  max-width: 1400px;
}
.cid-upv1vMZenH .card-img2 span {
  padding-top: 6px;
}
.cid-upv1vMZenH .soc-item a {
  padding-top: 5px;
}
.cid-upv1vMZenH .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-upv1vMZenH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-upv1vMZenH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-upv1vMZenH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upv1vMZenH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-upv1vMZenH #e2_shape {
  fill: #ffffff !important;
}
.cid-upv1vMZenH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-upv1vMZenH .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-upv1vMZenH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upv1vMZenH .card-img {
  width: auto;
}
.cid-upv1vMZenH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-upv1vMZenH .soc-item span {
  font-size: 1.4rem;
}
.cid-upv1vMZenH .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-upv1vMZenH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-upv1vMZenH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-upv1vMZenH .media-wrap {
  margin-bottom: 1rem;
}
.cid-upv1vMZenH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-upv1vMZenH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-upv1vMZenH .item {
    justify-content: center;
  }
  .cid-upv1vMZenH .quote::after {
    left: 60px;
  }
}
.cid-upv1vMZenH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-upv1vMZenH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upv1vMZenH .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-upv1vMZenH .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-upv1vMZenH H5 {
  color: #ffffff;
  text-align: center;
}
.cid-upv1vMZenH .theme {
  color: #ffffff;
}
.cid-upv1vMZenH .copyright > p {
  color: #ff3366;
}
.cid-upv1vMZenH .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1j2 {
  /* Type valid CSS here */
}
#custom-html-1j2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1j2 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1j3 {
  /* Type valid CSS here */
}
#custom-html-1j3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1j3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1j3 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1j3 .my-float {
  margin-top: 16px;
}
.cid-upv78YJWMq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-upv78YJWMq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-upv78YJWMq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-upv78YJWMq .card-img span {
  font-size: 100px;
}
.cid-upv78YJWMq .mbr-text,
.cid-upv78YJWMq .mbr-section-btn {
  color: #efefef;
}
.cid-upv78ZeTyL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-upv78ZeTyL .container {
  padding: 0 5%;
}
.cid-upv78ZeTyL .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-upv78ZeTyL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-upv78ZeTyL .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-upv78ZeTyL .counter-container ol li {
    width: auto;
  }
}
.cid-upv78ZeTyL .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-upv78ZeTyL .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-upv78ZeTyL .counter-container ol li:before {
    left: -45px;
  }
}
.cid-upv78ZeTyL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-upv78ZeTyL .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-upv78ZeTyL .mbr-text P {
  text-align: right;
}
.cid-upv78Zp8Nu {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-upv78Zp8Nu .container {
  max-width: 1400px;
}
.cid-upv78Zp8Nu .card-img2 span {
  padding-top: 6px;
}
.cid-upv78Zp8Nu .soc-item a {
  padding-top: 5px;
}
.cid-upv78Zp8Nu .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-upv78Zp8Nu .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-upv78Zp8Nu .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-upv78Zp8Nu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upv78Zp8Nu svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-upv78Zp8Nu #e2_shape {
  fill: #ffffff !important;
}
.cid-upv78Zp8Nu .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-upv78Zp8Nu .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-upv78Zp8Nu .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upv78Zp8Nu .card-img {
  width: auto;
}
.cid-upv78Zp8Nu .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-upv78Zp8Nu .soc-item span {
  font-size: 1.4rem;
}
.cid-upv78Zp8Nu .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-upv78Zp8Nu .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-upv78Zp8Nu .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-upv78Zp8Nu .media-wrap {
  margin-bottom: 1rem;
}
.cid-upv78Zp8Nu .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-upv78Zp8Nu img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-upv78Zp8Nu .item {
    justify-content: center;
  }
  .cid-upv78Zp8Nu .quote::after {
    left: 60px;
  }
}
.cid-upv78Zp8Nu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-upv78Zp8Nu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upv78Zp8Nu .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-upv78Zp8Nu .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-upv78Zp8Nu H5 {
  color: #ffffff;
  text-align: center;
}
.cid-upv78Zp8Nu .theme {
  color: #ffffff;
}
.cid-upv78Zp8Nu .copyright > p {
  color: #ff3366;
}
.cid-upv78Zp8Nu .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1j7 {
  /* Type valid CSS here */
}
#custom-html-1j7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1j7 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1j8 {
  /* Type valid CSS here */
}
#custom-html-1j8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1j8 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1j8 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1j8 .my-float {
  margin-top: 16px;
}
.cid-upvbqt9BA9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-upvbqt9BA9 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-upvbqt9BA9 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-upvbqt9BA9 .card-img span {
  font-size: 100px;
}
.cid-upvbqt9BA9 .mbr-text,
.cid-upvbqt9BA9 .mbr-section-btn {
  color: #efefef;
}
.cid-upvbqtS2sc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-upvbqtS2sc .container {
  padding: 0 5%;
}
.cid-upvbqtS2sc .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-upvbqtS2sc .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-upvbqtS2sc .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-upvbqtS2sc .counter-container ol li {
    width: auto;
  }
}
.cid-upvbqtS2sc .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-upvbqtS2sc .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-upvbqtS2sc .counter-container ol li:before {
    left: -45px;
  }
}
.cid-upvbqtS2sc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-upvbqtS2sc .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-upvbqtS2sc .mbr-text P {
  text-align: right;
}
.cid-upvbqu6LQn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-upvbqu6LQn .container {
  max-width: 1400px;
}
.cid-upvbqu6LQn .card-img2 span {
  padding-top: 6px;
}
.cid-upvbqu6LQn .soc-item a {
  padding-top: 5px;
}
.cid-upvbqu6LQn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-upvbqu6LQn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-upvbqu6LQn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-upvbqu6LQn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upvbqu6LQn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-upvbqu6LQn #e2_shape {
  fill: #ffffff !important;
}
.cid-upvbqu6LQn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-upvbqu6LQn .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-upvbqu6LQn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upvbqu6LQn .card-img {
  width: auto;
}
.cid-upvbqu6LQn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-upvbqu6LQn .soc-item span {
  font-size: 1.4rem;
}
.cid-upvbqu6LQn .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-upvbqu6LQn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-upvbqu6LQn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-upvbqu6LQn .media-wrap {
  margin-bottom: 1rem;
}
.cid-upvbqu6LQn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-upvbqu6LQn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-upvbqu6LQn .item {
    justify-content: center;
  }
  .cid-upvbqu6LQn .quote::after {
    left: 60px;
  }
}
.cid-upvbqu6LQn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-upvbqu6LQn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upvbqu6LQn .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-upvbqu6LQn .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-upvbqu6LQn H5 {
  color: #ffffff;
  text-align: center;
}
.cid-upvbqu6LQn .theme {
  color: #ffffff;
}
.cid-upvbqu6LQn .copyright > p {
  color: #ff3366;
}
.cid-upvbqu6LQn .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1jc {
  /* Type valid CSS here */
}
#custom-html-1jc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1jc p {
  font-size: 60px;
  color: #777;
}
#custom-html-1jd {
  /* Type valid CSS here */
}
#custom-html-1jd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1jd p {
  font-size: 60px;
  color: #777;
}
#custom-html-1jd .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1jd .my-float {
  margin-top: 16px;
}
.cid-upvd5MjvMq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-upvd5MjvMq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-upvd5MjvMq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-upvd5MjvMq .card-img span {
  font-size: 100px;
}
.cid-upvd5MjvMq .mbr-text,
.cid-upvd5MjvMq .mbr-section-btn {
  color: #efefef;
}
.cid-upvd5MTVZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-upvd5MTVZI .container {
  padding: 0 5%;
}
.cid-upvd5MTVZI .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-upvd5MTVZI .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-upvd5MTVZI .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-upvd5MTVZI .counter-container ol li {
    width: auto;
  }
}
.cid-upvd5MTVZI .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-upvd5MTVZI .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-upvd5MTVZI .counter-container ol li:before {
    left: -45px;
  }
}
.cid-upvd5MTVZI .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-upvd5MTVZI .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-upvd5MTVZI .mbr-text P {
  text-align: right;
}
.cid-upvd5N78bS {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-upvd5N78bS .container {
  max-width: 1400px;
}
.cid-upvd5N78bS .card-img2 span {
  padding-top: 6px;
}
.cid-upvd5N78bS .soc-item a {
  padding-top: 5px;
}
.cid-upvd5N78bS .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-upvd5N78bS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-upvd5N78bS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-upvd5N78bS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upvd5N78bS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-upvd5N78bS #e2_shape {
  fill: #ffffff !important;
}
.cid-upvd5N78bS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-upvd5N78bS .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-upvd5N78bS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upvd5N78bS .card-img {
  width: auto;
}
.cid-upvd5N78bS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-upvd5N78bS .soc-item span {
  font-size: 1.4rem;
}
.cid-upvd5N78bS .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-upvd5N78bS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-upvd5N78bS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-upvd5N78bS .media-wrap {
  margin-bottom: 1rem;
}
.cid-upvd5N78bS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-upvd5N78bS img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-upvd5N78bS .item {
    justify-content: center;
  }
  .cid-upvd5N78bS .quote::after {
    left: 60px;
  }
}
.cid-upvd5N78bS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-upvd5N78bS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upvd5N78bS .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-upvd5N78bS .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-upvd5N78bS H5 {
  color: #ffffff;
  text-align: center;
}
.cid-upvd5N78bS .theme {
  color: #ffffff;
}
.cid-upvd5N78bS .copyright > p {
  color: #ff3366;
}
.cid-upvd5N78bS .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-upFvFjIzl7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-upFvFjIzl7 H1 {
  color: #232323;
  text-align: center;
}
.cid-upFvFjIzl7 .mbr-text,
.cid-upFvFjIzl7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-upFvFjIzl7 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-upFvFjIzl7 .relative {
  position: relative;
}
.cid-upFvFjIzl7 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-upFvFjIzl7 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-upFvFjIzl7 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-upFvFjIzl7 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-upFvFjIzl7 .card-img1 .img1 {
  width: 180%;
}
.cid-upFvFjIzl7 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-upFvFjIzl7 H3 {
  text-align: center;
}
#custom-html-1ji {
  /* Type valid CSS here */
}
#custom-html-1ji div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ji p {
  font-size: 60px;
  color: #777;
}
.cid-upFvFkjE1u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-upFvFkjE1u .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-upFvFkjE1u .mbr-section-title {
  color: #233d63;
}
.cid-upFvFkjE1u .mbr-section-subtitle {
  text-align: center;
}
.cid-upFvFkjE1u .mbr-section-btn {
  margin-top: 35px;
}
.cid-upFvFkjE1u .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-upFvFkjE1u .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-upFvFkjE1u .mbr-section-title,
.cid-upFvFkjE1u .mbr-section-btn {
  text-align: center;
}
.cid-upFvFktj7v {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-upFvFktj7v .mbr-section-title {
  letter-spacing: .1em;
}
.cid-upFvFktj7v .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-upFvFktj7v .card-img span {
  font-size: 100px;
}
.cid-upFvFktj7v .mbr-text,
.cid-upFvFktj7v .mbr-section-btn {
  color: #efefef;
}
.cid-upFvFkM2kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-upFvFkM2kl .container {
  padding: 0 5%;
}
.cid-upFvFkM2kl .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-upFvFkM2kl .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-upFvFkM2kl .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-upFvFkM2kl .counter-container ol li {
    width: auto;
  }
}
.cid-upFvFkM2kl .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-upFvFkM2kl .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-upFvFkM2kl .counter-container ol li:before {
    left: -45px;
  }
}
.cid-upFvFkM2kl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-upFvFkM2kl .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-upFvFkM2kl .mbr-text P {
  text-align: right;
}
.cid-upFvFl1cop {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-upFvFl1cop .container {
  max-width: 1400px;
}
.cid-upFvFl1cop .card-img2 span {
  padding-top: 6px;
}
.cid-upFvFl1cop .soc-item a {
  padding-top: 5px;
}
.cid-upFvFl1cop .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-upFvFl1cop .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-upFvFl1cop .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-upFvFl1cop .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upFvFl1cop svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-upFvFl1cop #e2_shape {
  fill: #ffffff !important;
}
.cid-upFvFl1cop .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-upFvFl1cop .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-upFvFl1cop .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upFvFl1cop .card-img {
  width: auto;
}
.cid-upFvFl1cop .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-upFvFl1cop .soc-item span {
  font-size: 1.4rem;
}
.cid-upFvFl1cop .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-upFvFl1cop .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-upFvFl1cop .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-upFvFl1cop .media-wrap {
  margin-bottom: 1rem;
}
.cid-upFvFl1cop .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-upFvFl1cop img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-upFvFl1cop .item {
    justify-content: center;
  }
  .cid-upFvFl1cop .quote::after {
    left: 60px;
  }
}
.cid-upFvFl1cop .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-upFvFl1cop .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upFvFl1cop .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-upFvFl1cop .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-upFvFl1cop H5 {
  color: #ffffff;
  text-align: center;
}
.cid-upFvFl1cop .theme {
  color: #ffffff;
}
.cid-upFvFl1cop .copyright > p {
  color: #ff3366;
}
.cid-upFvFl1cop .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-urQJOqGTLP {
  background-color: #105369;
  overflow: hidden;
}
.cid-urQJOqGTLP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-urQJOqGTLP #e2_shape {
  fill: #ffffff !important;
}
.cid-urQJOqGTLP img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-urQJOqGTLP img {
    width: 90%!important;
  }
}
.cid-urQJOqGTLP H1 {
  color: #ffffff;
  text-align: center;
}
.cid-urQJOqGTLP H3 {
  color: #ffffff;
}
.cid-urQJOqGTLP .mbr-text,
.cid-urQJOqGTLP .mbr-section-btn {
  color: #134354;
}
.cid-urQJOqGTLP DIV {
  text-align: center;
}
.cid-urQUcLkj3O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urQUcLkj3O img {
  border-radius: 0px;
}
.cid-urQUcLkj3O .row {
  justify-content: center;
}
.cid-urQUcLkj3O .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
#custom-html-1jq {
  /* Type valid CSS here */
}
#custom-html-1jq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1jq p {
  font-size: 60px;
  color: #777;
}
#custom-html-1jr {
  /* Type valid CSS here */
}
#custom-html-1jr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1jr p {
  font-size: 60px;
  color: #777;
}
#custom-html-1jr .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1jr .my-float {
  margin-top: 16px;
}
.cid-urQDre1GoA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-urQDre1GoA .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-urQDre1GoA .mbr-section-title {
  color: #233d63;
}
.cid-urQDre1GoA .mbr-section-subtitle {
  text-align: center;
}
.cid-urQDre1GoA .mbr-section-btn {
  margin-top: 35px;
}
.cid-urQDre1GoA .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-urQDre1GoA .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-urQDre1GoA .mbr-section-title,
.cid-urQDre1GoA .mbr-section-btn {
  text-align: center;
}
.cid-urQED8OSoF {
  background-color: #023171;
  overflow: hidden;
}
.cid-urQED8OSoF svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-urQED8OSoF #e2_shape {
  fill: #023171 !important;
}
.cid-urQED8OSoF img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-urQED8OSoF img {
    width: 90%!important;
  }
}
.cid-urQED8OSoF H1 {
  color: #ffffff;
}
.cid-urQED8OSoF H3 {
  color: #ffffff;
}
.cid-urQED8OSoF .mbr-text,
.cid-urQED8OSoF .mbr-section-btn {
  color: #134354;
}
.cid-urQDrejV0o {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-urQDrejV0o .mbr-section-title {
  letter-spacing: .1em;
}
.cid-urQDrejV0o .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-urQDrejV0o .card-img span {
  font-size: 100px;
}
.cid-urQDrejV0o .mbr-text,
.cid-urQDrejV0o .mbr-section-btn {
  color: #efefef;
}
.cid-urQDrezrEo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urQDrezrEo .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #105369;
}
.cid-urQDrezrEo img {
  width: 100%;
}
.cid-urQDrezrEo p {
  margin-top: 6rem;
}
.cid-urQDrezrEo .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-urQDrezrEo .content-wrapper {
  padding-top: 6rem;
}
.cid-urQDrezrEo h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urQDrezrEo .content-wrapper {
    padding-top: 0rem;
  }
  .cid-urQDrezrEo p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-urQDrezrEo .back {
    width: 100%;
    height: 75%;
  }
  .cid-urQDrezrEo .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-urQDrezrEo p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-urQDrezrEo .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-urQDrezrEo h4 {
    right: 2rem;
  }
}
.cid-urQDrezrEo H3 {
  text-align: center;
  color: #ffffff;
}
.cid-urQDrezrEo H1 {
  text-align: center;
  color: #ffffff;
}
.cid-urQDrezrEo .mbr-text,
.cid-urQDrezrEo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urQDreJzbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-urQDreJzbN .container {
  padding: 0 5%;
}
.cid-urQDreJzbN .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-urQDreJzbN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-urQDreJzbN .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-urQDreJzbN .counter-container ol li {
    width: auto;
  }
}
.cid-urQDreJzbN .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-urQDreJzbN .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-urQDreJzbN .counter-container ol li:before {
    left: -45px;
  }
}
.cid-urQDreJzbN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-urQDreJzbN .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-urQDreJzbN .mbr-text P {
  text-align: right;
}
.cid-urQDreUwBM {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-urQDreUwBM .container {
  max-width: 1400px;
}
.cid-urQDreUwBM .card-img2 span {
  padding-top: 6px;
}
.cid-urQDreUwBM .soc-item a {
  padding-top: 5px;
}
.cid-urQDreUwBM .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-urQDreUwBM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-urQDreUwBM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-urQDreUwBM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-urQDreUwBM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-urQDreUwBM #e2_shape {
  fill: #ffffff !important;
}
.cid-urQDreUwBM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-urQDreUwBM .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-urQDreUwBM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urQDreUwBM .card-img {
  width: auto;
}
.cid-urQDreUwBM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-urQDreUwBM .soc-item span {
  font-size: 1.4rem;
}
.cid-urQDreUwBM .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-urQDreUwBM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-urQDreUwBM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-urQDreUwBM .media-wrap {
  margin-bottom: 1rem;
}
.cid-urQDreUwBM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-urQDreUwBM img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-urQDreUwBM .item {
    justify-content: center;
  }
  .cid-urQDreUwBM .quote::after {
    left: 60px;
  }
}
.cid-urQDreUwBM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-urQDreUwBM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urQDreUwBM .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-urQDreUwBM .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-urQDreUwBM H5 {
  color: #ffffff;
  text-align: center;
}
.cid-urQDreUwBM .theme {
  color: #ffffff;
}
.cid-urQDreUwBM .copyright > p {
  color: #ff3366;
}
.cid-urQDreUwBM .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uxL6zY9Ig0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uxL6zY9Ig0 H1 {
  color: #232323;
  text-align: center;
}
.cid-uxL6zY9Ig0 .mbr-text,
.cid-uxL6zY9Ig0 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-uxL6zY9Ig0 .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-uxL6zY9Ig0 .relative {
  position: relative;
}
.cid-uxL6zY9Ig0 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uxL6zY9Ig0 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-uxL6zY9Ig0 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-uxL6zY9Ig0 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-uxL6zY9Ig0 .card-img1 .img1 {
  width: 180%;
}
.cid-uxL6zY9Ig0 .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-uxL6zY9Ig0 H3 {
  text-align: center;
}
.cid-uzmH5yZZhT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzmH5yZZhT img {
  border-radius: 0px;
}
.cid-uzmH5yZZhT .row {
  justify-content: center;
}
.cid-uzmH5yZZhT .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uxL8JI9uqV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxL8JI9uqV .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uxL8JI9uqV .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uxL8JI9uqV .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uxL8JI9uqV .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-uxL8JI9uqV .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uxL8JI9uqV .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
#custom-html-1ke {
  /* Type valid CSS here */
}
#custom-html-1ke div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ke p {
  font-size: 60px;
  color: #777;
}
.cid-uxL6T8VGkc {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uxL6T8VGkc .container {
  max-width: 1400px;
}
.cid-uxL6T8VGkc .card-img2 span {
  padding-top: 6px;
}
.cid-uxL6T8VGkc .soc-item a {
  padding-top: 5px;
}
.cid-uxL6T8VGkc .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uxL6T8VGkc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uxL6T8VGkc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uxL6T8VGkc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uxL6T8VGkc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uxL6T8VGkc #e2_shape {
  fill: #ffffff !important;
}
.cid-uxL6T8VGkc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uxL6T8VGkc .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-uxL6T8VGkc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxL6T8VGkc .card-img {
  width: auto;
}
.cid-uxL6T8VGkc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uxL6T8VGkc .soc-item span {
  font-size: 1.4rem;
}
.cid-uxL6T8VGkc .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uxL6T8VGkc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uxL6T8VGkc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uxL6T8VGkc .media-wrap {
  margin-bottom: 1rem;
}
.cid-uxL6T8VGkc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uxL6T8VGkc img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uxL6T8VGkc .item {
    justify-content: center;
  }
  .cid-uxL6T8VGkc .quote::after {
    left: 60px;
  }
}
.cid-uxL6T8VGkc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uxL6T8VGkc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uxL6T8VGkc .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uxL6T8VGkc .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxL6T8VGkc H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uxL6T8VGkc .theme {
  color: #ffffff;
}
.cid-uxL6T8VGkc .copyright > p {
  color: #ff3366;
}
.cid-uxL6T8VGkc .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-ud9n1C22zu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ud9n1C22zu .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffffff;
}
.cid-ud9n1C22zu img {
  width: 100%;
}
.cid-ud9n1C22zu p {
  margin-top: 6rem;
}
.cid-ud9n1C22zu .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ud9n1C22zu .content-wrapper {
  padding-top: 6rem;
}
.cid-ud9n1C22zu h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ud9n1C22zu .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ud9n1C22zu p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ud9n1C22zu .back {
    width: 100%;
    height: 75%;
  }
  .cid-ud9n1C22zu .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ud9n1C22zu p {
    margin-top: 4rem;
  }
}
.cid-ud9n1C22zu .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-ud9n1C22zu .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ud9n1C22zu .content-wrapper {
    padding-right: 3rem;
  }
  .cid-ud9n1C22zu h4 {
    right: 2rem;
  }
}
.cid-ud9n1C22zu H3 {
  text-align: center;
  color: #105369;
}
.cid-ud9n1C22zu H1 {
  text-align: center;
  color: #105369;
}
.cid-ud9n1C22zu .mbr-text,
.cid-ud9n1C22zu .mbr-section-btn {
  text-align: center;
  color: #105369;
}
.cid-ud9n1C22zu H4 {
  color: #ffffff;
}
#custom-html-1h8 {
  /* Type valid CSS here */
}
#custom-html-1h8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h8 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1h9 {
  /* Type valid CSS here */
}
#custom-html-1h9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h9 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1h9 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1h9 .my-float {
  margin-top: 16px;
}
.cid-ud9n1DgGT7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-ud9n1DgGT7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ud9n1DgGT7 .mbr-section-title {
  color: #233d63;
}
.cid-ud9n1DgGT7 .mbr-section-subtitle {
  text-align: center;
}
.cid-ud9n1DgGT7 .mbr-section-btn {
  margin-top: 35px;
}
.cid-ud9n1DgGT7 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-ud9n1DgGT7 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-ud9n1DgGT7 .mbr-section-title,
.cid-ud9n1DgGT7 .mbr-section-btn {
  text-align: center;
}
.cid-ud9n1DAF22 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-ud9n1DAF22 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ud9n1DAF22 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ud9n1DAF22 .card-img span {
  font-size: 100px;
}
.cid-ud9n1DAF22 .mbr-text,
.cid-ud9n1DAF22 .mbr-section-btn {
  color: #efefef;
}
.cid-ud9n1E6cc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-ud9n1E6cc3 .container {
  padding: 0 5%;
}
.cid-ud9n1E6cc3 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-ud9n1E6cc3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ud9n1E6cc3 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-ud9n1E6cc3 .counter-container ol li {
    width: auto;
  }
}
.cid-ud9n1E6cc3 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-ud9n1E6cc3 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ud9n1E6cc3 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-ud9n1E6cc3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-ud9n1E6cc3 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-ud9n1E6cc3 .mbr-text P {
  text-align: right;
}
.cid-ud9n1EizYG {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-ud9n1EizYG .container {
  max-width: 1400px;
}
.cid-ud9n1EizYG .card-img2 span {
  padding-top: 6px;
}
.cid-ud9n1EizYG .soc-item a {
  padding-top: 5px;
}
.cid-ud9n1EizYG .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ud9n1EizYG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ud9n1EizYG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ud9n1EizYG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ud9n1EizYG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ud9n1EizYG #e2_shape {
  fill: #ffffff !important;
}
.cid-ud9n1EizYG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ud9n1EizYG .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-ud9n1EizYG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ud9n1EizYG .card-img {
  width: auto;
}
.cid-ud9n1EizYG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ud9n1EizYG .soc-item span {
  font-size: 1.4rem;
}
.cid-ud9n1EizYG .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-ud9n1EizYG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ud9n1EizYG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ud9n1EizYG .media-wrap {
  margin-bottom: 1rem;
}
.cid-ud9n1EizYG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ud9n1EizYG img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ud9n1EizYG .item {
    justify-content: center;
  }
  .cid-ud9n1EizYG .quote::after {
    left: 60px;
  }
}
.cid-ud9n1EizYG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ud9n1EizYG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ud9n1EizYG .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ud9n1EizYG .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ud9n1EizYG H5 {
  color: #ffffff;
  text-align: center;
}
.cid-ud9n1EizYG .theme {
  color: #ffffff;
}
.cid-ud9n1EizYG .copyright > p {
  color: #ff3366;
}
.cid-ud9n1EizYG .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uzouAt8HnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-uzouAt8HnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzouAt8HnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzouAt8HnN .container {
  max-width: 1280px;
}
.cid-uzouAt8HnN .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uzouAt8HnN .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uzouAt8HnN .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uzouAt8HnN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uzouAt8HnN .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uzouAt8HnN .text-wrapper {
    min-height: auto;
  }
}
.cid-uzouAt8HnN .card-title {
  color: #FFDD65;
}
.cid-uzouAt8HnN .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uzouAt8HnN .mbr-text {
    margin-top: 16px;
  }
}
.cid-uzouAt8HnN .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uzouAt8HnN .col-link {
    margin-top: 50px;
  }
}
.cid-uzouAt8HnN .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uzouAt8HnN .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uzouAt8HnN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #e9e9e9;
}
.cid-uzouAt8HnN .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uzouAt8HnN .list-text {
  color: #FFFFFF;
}
.cid-uzouAt8HnN .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uzouAt8HnN .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uzouAt8HnN .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uzouAt8HnN .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uzouAt8HnN .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uzouAt8HnN .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uzouAt8HnN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzouAt8HnN .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uzouAt8HnN .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uzouAt8HnN .btn-container {
    padding: 0 6vw;
  }
  .cid-uzouAt8HnN .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uzouAt8HnN .btn-container .btn {
    width: 100%;
  }
}
.cid-uzouAt8HnN .card-title,
.cid-uzouAt8HnN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1l3 {
  /* Type valid CSS here */
}
#custom-html-1l3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1l3 p {
  font-size: 60px;
  color: #777;
}
.cid-v1n8sigmOc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n8sigmOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n8sigmOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n8sigmOc .container {
  max-width: 1280px;
}
.cid-v1n8sigmOc .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n8sigmOc .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8sigmOc .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n8sigmOc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n8sigmOc .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n8sigmOc .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n8sigmOc .card-title {
  color: #FFDD65;
}
.cid-v1n8sigmOc .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n8sigmOc .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n8sigmOc .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n8sigmOc .col-link {
    margin-top: 50px;
  }
}
.cid-v1n8sigmOc .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n8sigmOc .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n8sigmOc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n8sigmOc .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n8sigmOc .list-text {
  color: #002dff;
}
.cid-v1n8sigmOc .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n8sigmOc .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n8sigmOc .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n8sigmOc .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n8sigmOc .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n8sigmOc .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n8sigmOc .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n8sigmOc .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n8sigmOc .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8sigmOc .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n8sigmOc .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n8sigmOc .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n8sigmOc .card-title,
.cid-v1n8sigmOc .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
#custom-html-1l4 {
  /* Type valid CSS here */
}
#custom-html-1l4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1l4 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1l4 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1l4 .my-float {
  margin-top: 16px;
}
.cid-uzoqyalVE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uzoqyalVE1 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uzoqyalVE1 .mbr-section-title {
  color: #233d63;
}
.cid-uzoqyalVE1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uzoqyalVE1 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uzoqyalVE1 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uzoqyalVE1 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uzoqyalVE1 .mbr-section-title,
.cid-uzoqyalVE1 .mbr-section-btn {
  text-align: center;
}
.cid-uzoqyaHBP8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uzoqyaHBP8 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uzoqyaHBP8 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uzoqyaHBP8 .card-img span {
  font-size: 100px;
}
.cid-uzoqyaHBP8 .mbr-text,
.cid-uzoqyaHBP8 .mbr-section-btn {
  color: #efefef;
}
.cid-uzoqyb8sXZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uzoqyb8sXZ .container {
  padding: 0 5%;
}
.cid-uzoqyb8sXZ .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uzoqyb8sXZ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uzoqyb8sXZ .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uzoqyb8sXZ .counter-container ol li {
    width: auto;
  }
}
.cid-uzoqyb8sXZ .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uzoqyb8sXZ .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzoqyb8sXZ .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uzoqyb8sXZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uzoqyb8sXZ .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uzoqyb8sXZ .mbr-text P {
  text-align: right;
}
.cid-uzoqybk9ag {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uzoqybk9ag .container {
  max-width: 1400px;
}
.cid-uzoqybk9ag .card-img2 span {
  padding-top: 6px;
}
.cid-uzoqybk9ag .soc-item a {
  padding-top: 5px;
}
.cid-uzoqybk9ag .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uzoqybk9ag .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uzoqybk9ag .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uzoqybk9ag .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzoqybk9ag svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uzoqybk9ag #e2_shape {
  fill: #ffffff !important;
}
.cid-uzoqybk9ag .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uzoqybk9ag .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-uzoqybk9ag .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzoqybk9ag .card-img {
  width: auto;
}
.cid-uzoqybk9ag .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uzoqybk9ag .soc-item span {
  font-size: 1.4rem;
}
.cid-uzoqybk9ag .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uzoqybk9ag .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uzoqybk9ag .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uzoqybk9ag .media-wrap {
  margin-bottom: 1rem;
}
.cid-uzoqybk9ag .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzoqybk9ag img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uzoqybk9ag .item {
    justify-content: center;
  }
  .cid-uzoqybk9ag .quote::after {
    left: 60px;
  }
}
.cid-uzoqybk9ag .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uzoqybk9ag .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzoqybk9ag .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uzoqybk9ag .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzoqybk9ag H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uzoqybk9ag .theme {
  color: #ffffff;
}
.cid-uzoqybk9ag .copyright > p {
  color: #ff3366;
}
.cid-uzoqybk9ag .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uzXefnucOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uzXefnucOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXefnucOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXefnucOB .container {
  max-width: 1280px;
}
.cid-uzXefnucOB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uzXefnucOB .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uzXefnucOB .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uzXefnucOB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uzXefnucOB .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uzXefnucOB .text-wrapper {
    min-height: auto;
  }
}
.cid-uzXefnucOB .card-title {
  color: #FFDD65;
}
.cid-uzXefnucOB .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uzXefnucOB .mbr-text {
    margin-top: 16px;
  }
}
.cid-uzXefnucOB .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uzXefnucOB .col-link {
    margin-top: 50px;
  }
}
.cid-uzXefnucOB .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uzXefnucOB .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uzXefnucOB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uzXefnucOB .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uzXefnucOB .list-text {
  color: #ffffff;
}
.cid-uzXefnucOB .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uzXefnucOB .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uzXefnucOB .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uzXefnucOB .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uzXefnucOB .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uzXefnucOB .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uzXefnucOB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzXefnucOB .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uzXefnucOB .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uzXefnucOB .btn-container {
    padding: 0 6vw;
  }
  .cid-uzXefnucOB .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uzXefnucOB .btn-container .btn {
    width: 100%;
  }
}
.cid-uzXefnucOB .card-title,
.cid-uzXefnucOB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1le {
  /* Type valid CSS here */
}
#custom-html-1le div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1le p {
  font-size: 60px;
  color: #777;
}
#custom-html-1lf {
  /* Type valid CSS here */
}
#custom-html-1lf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1lf p {
  font-size: 60px;
  color: #777;
}
#custom-html-1lf .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1lf .my-float {
  margin-top: 16px;
}
.cid-v1n8oqAwim {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n8oqAwim .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n8oqAwim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n8oqAwim .container {
  max-width: 1280px;
}
.cid-v1n8oqAwim .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n8oqAwim .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8oqAwim .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n8oqAwim .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n8oqAwim .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n8oqAwim .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n8oqAwim .card-title {
  color: #FFDD65;
}
.cid-v1n8oqAwim .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n8oqAwim .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n8oqAwim .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n8oqAwim .col-link {
    margin-top: 50px;
  }
}
.cid-v1n8oqAwim .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n8oqAwim .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n8oqAwim .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n8oqAwim .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n8oqAwim .list-text {
  color: #002dff;
}
.cid-v1n8oqAwim .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n8oqAwim .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n8oqAwim .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n8oqAwim .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n8oqAwim .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n8oqAwim .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n8oqAwim .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n8oqAwim .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n8oqAwim .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n8oqAwim .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n8oqAwim .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n8oqAwim .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n8oqAwim .card-title,
.cid-v1n8oqAwim .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uzXefoCrmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uzXefoCrmG .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uzXefoCrmG .mbr-section-title {
  color: #233d63;
}
.cid-uzXefoCrmG .mbr-section-subtitle {
  text-align: center;
}
.cid-uzXefoCrmG .mbr-section-btn {
  margin-top: 35px;
}
.cid-uzXefoCrmG .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uzXefoCrmG .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uzXefoCrmG .mbr-section-title,
.cid-uzXefoCrmG .mbr-section-btn {
  text-align: center;
}
.cid-uzXefoSega {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uzXefoSega .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uzXefoSega .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uzXefoSega .card-img span {
  font-size: 100px;
}
.cid-uzXefoSega .mbr-text,
.cid-uzXefoSega .mbr-section-btn {
  color: #efefef;
}
.cid-uzXefp4B5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uzXefp4B5S .container {
  padding: 0 5%;
}
.cid-uzXefp4B5S .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uzXefp4B5S .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uzXefp4B5S .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uzXefp4B5S .counter-container ol li {
    width: auto;
  }
}
.cid-uzXefp4B5S .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uzXefp4B5S .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzXefp4B5S .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uzXefp4B5S .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uzXefp4B5S .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uzXefp4B5S .mbr-text P {
  text-align: right;
}
.cid-uzXefpedtl {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uzXefpedtl .container {
  max-width: 1400px;
}
.cid-uzXefpedtl .card-img2 span {
  padding-top: 6px;
}
.cid-uzXefpedtl .soc-item a {
  padding-top: 5px;
}
.cid-uzXefpedtl .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uzXefpedtl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uzXefpedtl .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uzXefpedtl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzXefpedtl svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uzXefpedtl #e2_shape {
  fill: #ffffff !important;
}
.cid-uzXefpedtl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uzXefpedtl .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-uzXefpedtl .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzXefpedtl .card-img {
  width: auto;
}
.cid-uzXefpedtl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uzXefpedtl .soc-item span {
  font-size: 1.4rem;
}
.cid-uzXefpedtl .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uzXefpedtl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uzXefpedtl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uzXefpedtl .media-wrap {
  margin-bottom: 1rem;
}
.cid-uzXefpedtl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzXefpedtl img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uzXefpedtl .item {
    justify-content: center;
  }
  .cid-uzXefpedtl .quote::after {
    left: 60px;
  }
}
.cid-uzXefpedtl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uzXefpedtl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzXefpedtl .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uzXefpedtl .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzXefpedtl H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uzXefpedtl .theme {
  color: #ffffff;
}
.cid-uzXefpedtl .copyright > p {
  color: #ff3366;
}
.cid-uzXefpedtl .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uAZxgKJJpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uAZxgKJJpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZxgKJJpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZxgKJJpi .container {
  max-width: 1280px;
}
.cid-uAZxgKJJpi .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uAZxgKJJpi .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZxgKJJpi .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uAZxgKJJpi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uAZxgKJJpi .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uAZxgKJJpi .text-wrapper {
    min-height: auto;
  }
}
.cid-uAZxgKJJpi .card-title {
  color: #FFDD65;
}
.cid-uAZxgKJJpi .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZxgKJJpi .mbr-text {
    margin-top: 16px;
  }
}
.cid-uAZxgKJJpi .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uAZxgKJJpi .col-link {
    margin-top: 50px;
  }
}
.cid-uAZxgKJJpi .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uAZxgKJJpi .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uAZxgKJJpi .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uAZxgKJJpi .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uAZxgKJJpi .list-text {
  color: #ffffff;
}
.cid-uAZxgKJJpi .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uAZxgKJJpi .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uAZxgKJJpi .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uAZxgKJJpi .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uAZxgKJJpi .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uAZxgKJJpi .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uAZxgKJJpi .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAZxgKJJpi .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uAZxgKJJpi .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZxgKJJpi .btn-container {
    padding: 0 6vw;
  }
  .cid-uAZxgKJJpi .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uAZxgKJJpi .btn-container .btn {
    width: 100%;
  }
}
.cid-uAZxgKJJpi .card-title,
.cid-uAZxgKJJpi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1lo {
  /* Type valid CSS here */
}
#custom-html-1lo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1lo p {
  font-size: 60px;
  color: #777;
}
.cid-v1n893jImX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n893jImX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n893jImX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n893jImX .container {
  max-width: 1280px;
}
.cid-v1n893jImX .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n893jImX .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n893jImX .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n893jImX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n893jImX .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n893jImX .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n893jImX .card-title {
  color: #FFDD65;
}
.cid-v1n893jImX .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n893jImX .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n893jImX .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n893jImX .col-link {
    margin-top: 50px;
  }
}
.cid-v1n893jImX .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n893jImX .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n893jImX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n893jImX .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n893jImX .list-text {
  color: #002dff;
}
.cid-v1n893jImX .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n893jImX .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n893jImX .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n893jImX .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n893jImX .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n893jImX .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n893jImX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n893jImX .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n893jImX .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n893jImX .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n893jImX .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n893jImX .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n893jImX .card-title,
.cid-v1n893jImX .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uAZH7Z9VZ4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAZH7Z9VZ4 .mbr-overlay {
  background: #5eeebb;
}
.cid-uAZH7Z9VZ4 .column2 {
  margin-top: 150px;
}
.cid-uAZH7Z9VZ4 .card {
  padding: 0 35px;
  margin-bottom: 150px;
  position: relative;
}
.cid-uAZH7Z9VZ4 .card:hover .image img {
  transform: scale(1.1);
}
.cid-uAZH7Z9VZ4 .card:hover .card__content {
  left: 35px;
}
.cid-uAZH7Z9VZ4 .image {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.cid-uAZH7Z9VZ4 .image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uAZH7Z9VZ4 .card__content {
  position: absolute;
  bottom: -100px;
  right: 35px;
  left: 100px;
  padding: 50px 35px 42px 60px;
  background: rgba(251, 252, 255, 0.85);
  box-shadow: -15px 19px 40px 0px rgba(240, 240, 240, 0.5);
  transition: all 0.5s ease-in-out;
}
.cid-uAZH7Z9VZ4 .card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 60px;
  z-index: 1;
  background-color: #06df9e;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
}
.cid-uAZH7Z9VZ4 .card__icon .mbr-iconfont {
  color: #fff;
  font-size: 35px;
}
.cid-uAZH7Z9VZ4 .card__title {
  margin-bottom: 15px;
  color: #233d63;
  text-align: right;
}
.cid-uAZH7Z9VZ4 .btn__card {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uAZH7Z9VZ4 .btn__card .mbr-iconfont {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uAZH7Z9VZ4 .card {
    padding: 0;
    margin-bottom: 70px;
  }
  .cid-uAZH7Z9VZ4 .card__content {
    padding: 50px 20px 20px;
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .cid-uAZH7Z9VZ4 .column2 {
    margin-top: 0;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cid-uAZH7Z9VZ4 .image {
    max-height: 450px;
  }
}
.cid-uAZH7Z9VZ4 .card__text {
  text-align: right;
  color: #000000;
}
#custom-html-1lp {
  /* Type valid CSS here */
}
#custom-html-1lp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1lp p {
  font-size: 60px;
  color: #777;
}
#custom-html-1lp .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1lp .my-float {
  margin-top: 16px;
}
.cid-uAZxgM3BVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uAZxgM3BVP .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uAZxgM3BVP .mbr-section-title {
  color: #233d63;
}
.cid-uAZxgM3BVP .mbr-section-subtitle {
  text-align: center;
}
.cid-uAZxgM3BVP .mbr-section-btn {
  margin-top: 35px;
}
.cid-uAZxgM3BVP .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uAZxgM3BVP .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uAZxgM3BVP .mbr-section-title,
.cid-uAZxgM3BVP .mbr-section-btn {
  text-align: center;
}
.cid-uAZxgMi0VS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uAZxgMi0VS .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uAZxgMi0VS .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uAZxgMi0VS .card-img span {
  font-size: 100px;
}
.cid-uAZxgMi0VS .mbr-text,
.cid-uAZxgMi0VS .mbr-section-btn {
  color: #efefef;
}
.cid-uAZxgMvaC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uAZxgMvaC2 .container {
  padding: 0 5%;
}
.cid-uAZxgMvaC2 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uAZxgMvaC2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uAZxgMvaC2 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uAZxgMvaC2 .counter-container ol li {
    width: auto;
  }
}
.cid-uAZxgMvaC2 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uAZxgMvaC2 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uAZxgMvaC2 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uAZxgMvaC2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uAZxgMvaC2 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uAZxgMvaC2 .mbr-text P {
  text-align: right;
}
.cid-uAZxgMLtrx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uAZxgMLtrx .container {
  max-width: 1400px;
}
.cid-uAZxgMLtrx .card-img2 span {
  padding-top: 6px;
}
.cid-uAZxgMLtrx .soc-item a {
  padding-top: 5px;
}
.cid-uAZxgMLtrx .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uAZxgMLtrx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uAZxgMLtrx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uAZxgMLtrx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uAZxgMLtrx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uAZxgMLtrx #e2_shape {
  fill: #ffffff !important;
}
.cid-uAZxgMLtrx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uAZxgMLtrx .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-uAZxgMLtrx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAZxgMLtrx .card-img {
  width: auto;
}
.cid-uAZxgMLtrx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uAZxgMLtrx .soc-item span {
  font-size: 1.4rem;
}
.cid-uAZxgMLtrx .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uAZxgMLtrx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uAZxgMLtrx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uAZxgMLtrx .media-wrap {
  margin-bottom: 1rem;
}
.cid-uAZxgMLtrx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uAZxgMLtrx img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uAZxgMLtrx .item {
    justify-content: center;
  }
  .cid-uAZxgMLtrx .quote::after {
    left: 60px;
  }
}
.cid-uAZxgMLtrx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uAZxgMLtrx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAZxgMLtrx .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uAZxgMLtrx .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAZxgMLtrx H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uAZxgMLtrx .theme {
  color: #ffffff;
}
.cid-uAZxgMLtrx .copyright > p {
  color: #ff3366;
}
.cid-uAZxgMLtrx .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-ubVcnHhKbP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubVcnHhKbP H1 {
  color: #232323;
  text-align: center;
}
.cid-ubVcnHhKbP .mbr-text,
.cid-ubVcnHhKbP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ubVcnHhKbP .img1 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  border-radius: 10px;
}
.cid-ubVcnHhKbP .relative {
  position: relative;
}
.cid-ubVcnHhKbP .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-ubVcnHhKbP .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-ubVcnHhKbP .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-ubVcnHhKbP .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-ubVcnHhKbP .card-img1 .img1 {
  width: 180%;
}
.cid-ubVcnHhKbP .img2 {
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-ubVcnHhKbP H3 {
  text-align: center;
}
#custom-html-1gr {
  /* Type valid CSS here */
}
#custom-html-1gr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1gr p {
  font-size: 60px;
  color: #777;
}
.cid-ubVcnHYkMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-ubVcnHYkMx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ubVcnHYkMx .mbr-section-title {
  color: #233d63;
}
.cid-ubVcnHYkMx .mbr-section-subtitle {
  text-align: center;
}
.cid-ubVcnHYkMx .mbr-section-btn {
  margin-top: 35px;
}
.cid-ubVcnHYkMx .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-ubVcnHYkMx .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-ubVcnHYkMx .mbr-section-title,
.cid-ubVcnHYkMx .mbr-section-btn {
  text-align: center;
}
.cid-ubVcnIevs1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-ubVcnIevs1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-ubVcnIevs1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-ubVcnIevs1 .card-img span {
  font-size: 100px;
}
.cid-ubVcnIevs1 .mbr-text,
.cid-ubVcnIevs1 .mbr-section-btn {
  color: #efefef;
}
.cid-ubVcnItIvQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-ubVcnItIvQ .container {
  padding: 0 5%;
}
.cid-ubVcnItIvQ .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-ubVcnItIvQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ubVcnItIvQ .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-ubVcnItIvQ .counter-container ol li {
    width: auto;
  }
}
.cid-ubVcnItIvQ .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-ubVcnItIvQ .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ubVcnItIvQ .counter-container ol li:before {
    left: -45px;
  }
}
.cid-ubVcnItIvQ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-ubVcnItIvQ .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-ubVcnItIvQ .mbr-text P {
  text-align: right;
}
.cid-ubVcnIFQwp {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-ubVcnIFQwp .container {
  max-width: 1400px;
}
.cid-ubVcnIFQwp .card-img2 span {
  padding-top: 6px;
}
.cid-ubVcnIFQwp .soc-item a {
  padding-top: 5px;
}
.cid-ubVcnIFQwp .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ubVcnIFQwp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ubVcnIFQwp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ubVcnIFQwp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ubVcnIFQwp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ubVcnIFQwp #e2_shape {
  fill: #ffffff !important;
}
.cid-ubVcnIFQwp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ubVcnIFQwp .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-ubVcnIFQwp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubVcnIFQwp .card-img {
  width: auto;
}
.cid-ubVcnIFQwp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ubVcnIFQwp .soc-item span {
  font-size: 1.4rem;
}
.cid-ubVcnIFQwp .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-ubVcnIFQwp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ubVcnIFQwp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ubVcnIFQwp .media-wrap {
  margin-bottom: 1rem;
}
.cid-ubVcnIFQwp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ubVcnIFQwp img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ubVcnIFQwp .item {
    justify-content: center;
  }
  .cid-ubVcnIFQwp .quote::after {
    left: 60px;
  }
}
.cid-ubVcnIFQwp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ubVcnIFQwp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubVcnIFQwp .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-ubVcnIFQwp .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubVcnIFQwp H5 {
  color: #ffffff;
  text-align: center;
}
.cid-ubVcnIFQwp .theme {
  color: #ffffff;
}
.cid-ubVcnIFQwp .copyright > p {
  color: #ff3366;
}
.cid-ubVcnIFQwp .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uHuqsj7BX1 {
  background-color: #056a7a;
  overflow: hidden;
}
.cid-uHuqsj7BX1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHuqsj7BX1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uHuqsj7BX1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uHuqsj7BX1 img {
    width: 90%!important;
  }
}
.cid-uHuqsj7BX1 H1 {
  color: #ffffff;
}
.cid-uHuqsj7BX1 H3 {
  color: #ffffff;
}
.cid-uHuqsj7BX1 .mbr-text,
.cid-uHuqsj7BX1 .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1mo {
  /* Type valid CSS here */
}
#custom-html-1mo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1mo p {
  font-size: 60px;
  color: #777;
}
#custom-html-1mp {
  /* Type valid CSS here */
}
#custom-html-1mp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1mp p {
  font-size: 60px;
  color: #777;
}
#custom-html-1mp .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1mp .my-float {
  margin-top: 16px;
}
.cid-v1n83FvCGx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n83FvCGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n83FvCGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n83FvCGx .container {
  max-width: 1280px;
}
.cid-v1n83FvCGx .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n83FvCGx .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n83FvCGx .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n83FvCGx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n83FvCGx .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n83FvCGx .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n83FvCGx .card-title {
  color: #FFDD65;
}
.cid-v1n83FvCGx .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n83FvCGx .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n83FvCGx .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n83FvCGx .col-link {
    margin-top: 50px;
  }
}
.cid-v1n83FvCGx .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n83FvCGx .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n83FvCGx .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n83FvCGx .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n83FvCGx .list-text {
  color: #002dff;
}
.cid-v1n83FvCGx .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n83FvCGx .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n83FvCGx .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n83FvCGx .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n83FvCGx .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n83FvCGx .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n83FvCGx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n83FvCGx .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n83FvCGx .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n83FvCGx .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n83FvCGx .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n83FvCGx .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n83FvCGx .card-title,
.cid-v1n83FvCGx .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uHufVFlkyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uHufVFlkyY .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uHufVFlkyY .mbr-section-title {
  color: #233d63;
}
.cid-uHufVFlkyY .mbr-section-subtitle {
  text-align: center;
}
.cid-uHufVFlkyY .mbr-section-btn {
  margin-top: 35px;
}
.cid-uHufVFlkyY .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uHufVFlkyY .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uHufVFlkyY .mbr-section-title,
.cid-uHufVFlkyY .mbr-section-btn {
  text-align: center;
}
.cid-uHufVFDTbN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uHufVFDTbN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uHufVFDTbN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uHufVFDTbN .card-img span {
  font-size: 100px;
}
.cid-uHufVFDTbN .mbr-text,
.cid-uHufVFDTbN .mbr-section-btn {
  color: #efefef;
}
.cid-uHufVFRNa1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uHufVFRNa1 .container {
  padding: 0 5%;
}
.cid-uHufVFRNa1 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uHufVFRNa1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uHufVFRNa1 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uHufVFRNa1 .counter-container ol li {
    width: auto;
  }
}
.cid-uHufVFRNa1 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uHufVFRNa1 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHufVFRNa1 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uHufVFRNa1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uHufVFRNa1 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uHufVFRNa1 .mbr-text P {
  text-align: right;
}
.cid-uHufVG4oBt {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uHufVG4oBt .container {
  max-width: 1400px;
}
.cid-uHufVG4oBt .card-img2 span {
  padding-top: 6px;
}
.cid-uHufVG4oBt .soc-item a {
  padding-top: 5px;
}
.cid-uHufVG4oBt .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uHufVG4oBt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uHufVG4oBt .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uHufVG4oBt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uHufVG4oBt svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uHufVG4oBt #e2_shape {
  fill: #ffffff !important;
}
.cid-uHufVG4oBt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uHufVG4oBt .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-uHufVG4oBt .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHufVG4oBt .card-img {
  width: auto;
}
.cid-uHufVG4oBt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uHufVG4oBt .soc-item span {
  font-size: 1.4rem;
}
.cid-uHufVG4oBt .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uHufVG4oBt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uHufVG4oBt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uHufVG4oBt .media-wrap {
  margin-bottom: 1rem;
}
.cid-uHufVG4oBt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHufVG4oBt img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uHufVG4oBt .item {
    justify-content: center;
  }
  .cid-uHufVG4oBt .quote::after {
    left: 60px;
  }
}
.cid-uHufVG4oBt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uHufVG4oBt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHufVG4oBt .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uHufVG4oBt .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHufVG4oBt H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uHufVG4oBt .theme {
  color: #ffffff;
}
.cid-uHufVG4oBt .copyright > p {
  color: #ff3366;
}
.cid-uHufVG4oBt .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1mw {
  /* Type valid CSS here */
}
#custom-html-1mw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1mw p {
  font-size: 60px;
  color: #777;
}
.cid-uIOGxQnMRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c0c0c9;
}
.cid-uIOGxQnMRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOGxQnMRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOGxQnMRg .container {
  max-width: 1280px;
}
.cid-uIOGxQnMRg .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uIOGxQnMRg .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uIOGxQnMRg .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uIOGxQnMRg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uIOGxQnMRg .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uIOGxQnMRg .text-wrapper {
    min-height: auto;
  }
}
.cid-uIOGxQnMRg .card-title {
  color: #FFDD65;
}
.cid-uIOGxQnMRg .mbr-text {
  color: #056a7a;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIOGxQnMRg .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIOGxQnMRg .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uIOGxQnMRg .col-link {
    margin-top: 50px;
  }
}
.cid-uIOGxQnMRg .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uIOGxQnMRg .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uIOGxQnMRg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #279bae;
}
.cid-uIOGxQnMRg .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uIOGxQnMRg .list-text {
  color: #056a7a;
  text-align: right;
}
.cid-uIOGxQnMRg .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uIOGxQnMRg .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uIOGxQnMRg .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uIOGxQnMRg .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uIOGxQnMRg .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uIOGxQnMRg .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uIOGxQnMRg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOGxQnMRg .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uIOGxQnMRg .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uIOGxQnMRg .btn-container {
    padding: 0 6vw;
  }
  .cid-uIOGxQnMRg .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uIOGxQnMRg .btn-container .btn {
    width: 100%;
  }
}
.cid-uIOGxQnMRg .card-title,
.cid-uIOGxQnMRg .mbr-section-btn {
  text-align: center;
  color: #056a7a;
}
.cid-uIOBP65wMB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIOBP65wMB .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uIOBP65wMB .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uIOBP65wMB .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uIOBP65wMB .row {
  align-items: center;
}
.cid-uIOBP65wMB .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uIOBP65wMB .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uIOBP65wMB .card-title,
.cid-uIOBP65wMB .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uIOBP65wMB a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uIOBP65wMB .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uIOBP65wMB .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uIOBP65wMB .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uIOBP65wMB .it {
  font-style: italic;
}
.cid-uIOBP65wMB .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uIOBP65wMB .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uIOBP65wMB .card-title,
.cid-uIOBP65wMB .lin {
  text-align: right;
}
.cid-uIOWzOkwuJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIOWzOkwuJ img {
  border-radius: 0px;
}
.cid-uIOWzOkwuJ .row {
  justify-content: center;
}
.cid-uIOWzOkwuJ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uIOXOr10px {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uIOXOr10px .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uIOXOr10px .mbr-section-title {
  color: #233d63;
}
.cid-uIOXOr10px .mbr-section-subtitle {
  text-align: center;
}
.cid-uIOXOr10px .mbr-section-btn {
  margin-top: 35px;
}
.cid-uIOXOr10px .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uIOXOr10px .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uIOXOr10px .mbr-section-title,
.cid-uIOXOr10px .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1n8 {
  /* Type valid CSS here */
}
#custom-html-1n8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1n8 p {
  font-size: 60px;
  color: #777;
}
.cid-v1n6SDJtQW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n6SDJtQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n6SDJtQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n6SDJtQW .container {
  max-width: 1280px;
}
.cid-v1n6SDJtQW .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n6SDJtQW .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n6SDJtQW .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n6SDJtQW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n6SDJtQW .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n6SDJtQW .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n6SDJtQW .card-title {
  color: #FFDD65;
}
.cid-v1n6SDJtQW .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n6SDJtQW .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n6SDJtQW .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n6SDJtQW .col-link {
    margin-top: 50px;
  }
}
.cid-v1n6SDJtQW .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n6SDJtQW .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n6SDJtQW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n6SDJtQW .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n6SDJtQW .list-text {
  color: #002dff;
}
.cid-v1n6SDJtQW .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n6SDJtQW .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n6SDJtQW .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n6SDJtQW .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n6SDJtQW .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n6SDJtQW .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n6SDJtQW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n6SDJtQW .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n6SDJtQW .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n6SDJtQW .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n6SDJtQW .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n6SDJtQW .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n6SDJtQW .card-title,
.cid-v1n6SDJtQW .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uIP9wBKjIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uIP9wBKjIC .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uIP9wBKjIC .mbr-section-title {
  color: #233d63;
}
.cid-uIP9wBKjIC .mbr-section-subtitle {
  text-align: center;
}
.cid-uIP9wBKjIC .mbr-section-btn {
  margin-top: 35px;
}
.cid-uIP9wBKjIC .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uIP9wBKjIC .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uIP9wBKjIC .mbr-section-title,
.cid-uIP9wBKjIC .mbr-section-btn {
  text-align: center;
}
.cid-uIP9xaU4eQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uIP9xaU4eQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uIP9xaU4eQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uIP9xaU4eQ .card-img span {
  font-size: 100px;
}
.cid-uIP9xaU4eQ .mbr-text,
.cid-uIP9xaU4eQ .mbr-section-btn {
  color: #efefef;
}
.cid-uIP9IaO2XO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uIP9IaO2XO .container {
  padding: 0 5%;
}
.cid-uIP9IaO2XO .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uIP9IaO2XO .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uIP9IaO2XO .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uIP9IaO2XO .counter-container ol li {
    width: auto;
  }
}
.cid-uIP9IaO2XO .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uIP9IaO2XO .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uIP9IaO2XO .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uIP9IaO2XO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uIP9IaO2XO .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uIP9IaO2XO .mbr-text P {
  text-align: right;
}
.cid-uIP9Jmyfz5 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uIP9Jmyfz5 .container {
  max-width: 1400px;
}
.cid-uIP9Jmyfz5 .card-img2 span {
  padding-top: 6px;
}
.cid-uIP9Jmyfz5 .soc-item a {
  padding-top: 5px;
}
.cid-uIP9Jmyfz5 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uIP9Jmyfz5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uIP9Jmyfz5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uIP9Jmyfz5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIP9Jmyfz5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uIP9Jmyfz5 #e2_shape {
  fill: #ffffff !important;
}
.cid-uIP9Jmyfz5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uIP9Jmyfz5 .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-uIP9Jmyfz5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIP9Jmyfz5 .card-img {
  width: auto;
}
.cid-uIP9Jmyfz5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uIP9Jmyfz5 .soc-item span {
  font-size: 1.4rem;
}
.cid-uIP9Jmyfz5 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uIP9Jmyfz5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uIP9Jmyfz5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uIP9Jmyfz5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uIP9Jmyfz5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uIP9Jmyfz5 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uIP9Jmyfz5 .item {
    justify-content: center;
  }
  .cid-uIP9Jmyfz5 .quote::after {
    left: 60px;
  }
}
.cid-uIP9Jmyfz5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uIP9Jmyfz5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIP9Jmyfz5 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uIP9Jmyfz5 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIP9Jmyfz5 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uIP9Jmyfz5 .theme {
  color: #ffffff;
}
.cid-uIP9Jmyfz5 .copyright > p {
  color: #ff3366;
}
.cid-uIP9Jmyfz5 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uJtsT0VkbR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJtsT0VkbR .container-fluid {
  padding: 0;
}
.cid-uJtsT0VkbR .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-uJtsT0VkbR .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJtsT0VkbR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJtsT0VkbR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uJtsT0VkbR .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uJtsT0VkbR .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-uJtsT0VkbR .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uJtsT0VkbR .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 99%) {
  .cid-uJtsT0VkbR .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-uJtsT0VkbR .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uJtsT0VkbR .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-uJtsT0VkbR .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uJtrSDNAC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uJtrSDNAC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtrSDNAC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtrSDNAC7 .container {
  max-width: 1280px;
}
.cid-uJtrSDNAC7 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uJtrSDNAC7 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtrSDNAC7 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uJtrSDNAC7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uJtrSDNAC7 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uJtrSDNAC7 .text-wrapper {
    min-height: auto;
  }
}
.cid-uJtrSDNAC7 .card-title {
  color: #FFDD65;
}
.cid-uJtrSDNAC7 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJtrSDNAC7 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJtrSDNAC7 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uJtrSDNAC7 .col-link {
    margin-top: 50px;
  }
}
.cid-uJtrSDNAC7 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uJtrSDNAC7 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uJtrSDNAC7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uJtrSDNAC7 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uJtrSDNAC7 .list-text {
  color: #ffffff;
}
.cid-uJtrSDNAC7 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uJtrSDNAC7 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uJtrSDNAC7 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uJtrSDNAC7 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uJtrSDNAC7 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uJtrSDNAC7 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uJtrSDNAC7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJtrSDNAC7 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uJtrSDNAC7 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtrSDNAC7 .btn-container {
    padding: 0 6vw;
  }
  .cid-uJtrSDNAC7 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uJtrSDNAC7 .btn-container .btn {
    width: 100%;
  }
}
.cid-uJtrSDNAC7 .card-title,
.cid-uJtrSDNAC7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJtKB2rKmN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJtKB2rKmN .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uJtKB2rKmN .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uJtKB2rKmN .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uJtKB2rKmN .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-uJtKB2rKmN .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uJtKB2rKmN .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
#custom-html-1nf {
  /* Type valid CSS here */
}
#custom-html-1nf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1nf p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ng {
  /* Type valid CSS here */
}
#custom-html-1ng div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ng p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ng .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1ng .my-float {
  margin-top: 16px;
}
.cid-uJtrSEYmDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uJtrSEYmDy .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uJtrSEYmDy .mbr-section-title {
  color: #233d63;
}
.cid-uJtrSEYmDy .mbr-section-subtitle {
  text-align: center;
}
.cid-uJtrSEYmDy .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJtrSEYmDy .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uJtrSEYmDy .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uJtrSEYmDy .mbr-section-title,
.cid-uJtrSEYmDy .mbr-section-btn {
  text-align: center;
}
.cid-uJtrSFd4pC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uJtrSFd4pC .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uJtrSFd4pC .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uJtrSFd4pC .card-img span {
  font-size: 100px;
}
.cid-uJtrSFd4pC .mbr-text,
.cid-uJtrSFd4pC .mbr-section-btn {
  color: #efefef;
}
.cid-uJtrSFoJRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uJtrSFoJRn .container {
  padding: 0 5%;
}
.cid-uJtrSFoJRn .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uJtrSFoJRn .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uJtrSFoJRn .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uJtrSFoJRn .counter-container ol li {
    width: auto;
  }
}
.cid-uJtrSFoJRn .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uJtrSFoJRn .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uJtrSFoJRn .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uJtrSFoJRn .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uJtrSFoJRn .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uJtrSFoJRn .mbr-text P {
  text-align: right;
}
.cid-uJtrSFy6j5 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uJtrSFy6j5 .container {
  max-width: 1400px;
}
.cid-uJtrSFy6j5 .card-img2 span {
  padding-top: 6px;
}
.cid-uJtrSFy6j5 .soc-item a {
  padding-top: 5px;
}
.cid-uJtrSFy6j5 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJtrSFy6j5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJtrSFy6j5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJtrSFy6j5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJtrSFy6j5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJtrSFy6j5 #e2_shape {
  fill: #ffffff !important;
}
.cid-uJtrSFy6j5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJtrSFy6j5 .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-uJtrSFy6j5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJtrSFy6j5 .card-img {
  width: auto;
}
.cid-uJtrSFy6j5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJtrSFy6j5 .soc-item span {
  font-size: 1.4rem;
}
.cid-uJtrSFy6j5 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uJtrSFy6j5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJtrSFy6j5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJtrSFy6j5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJtrSFy6j5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJtrSFy6j5 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJtrSFy6j5 .item {
    justify-content: center;
  }
  .cid-uJtrSFy6j5 .quote::after {
    left: 60px;
  }
}
.cid-uJtrSFy6j5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJtrSFy6j5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJtrSFy6j5 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uJtrSFy6j5 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJtrSFy6j5 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uJtrSFy6j5 .theme {
  color: #ffffff;
}
.cid-uJtrSFy6j5 .copyright > p {
  color: #ff3366;
}
.cid-uJtrSFy6j5 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uKjsmImlV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uKjsmImlV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjsmImlV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjsmImlV2 .container {
  max-width: 1280px;
}
.cid-uKjsmImlV2 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKjsmImlV2 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKjsmImlV2 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uKjsmImlV2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uKjsmImlV2 .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKjsmImlV2 .text-wrapper {
    min-height: auto;
  }
}
.cid-uKjsmImlV2 .card-title {
  color: #FFDD65;
}
.cid-uKjsmImlV2 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKjsmImlV2 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uKjsmImlV2 .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uKjsmImlV2 .col-link {
    margin-top: 50px;
  }
}
.cid-uKjsmImlV2 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uKjsmImlV2 .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uKjsmImlV2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uKjsmImlV2 .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uKjsmImlV2 .list-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKjsmImlV2 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uKjsmImlV2 .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uKjsmImlV2 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uKjsmImlV2 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKjsmImlV2 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKjsmImlV2 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uKjsmImlV2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjsmImlV2 .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uKjsmImlV2 .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKjsmImlV2 .btn-container {
    padding: 0 6vw;
  }
  .cid-uKjsmImlV2 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uKjsmImlV2 .btn-container .btn {
    width: 100%;
  }
}
.cid-uKjsmImlV2 .card-title,
.cid-uKjsmImlV2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKjsmIEws4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKjsmIEws4 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uKjsmIEws4 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uKjsmIEws4 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uKjsmIEws4 .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-uKjsmIEws4 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uKjsmIEws4 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
#custom-html-1o2 {
  /* Type valid CSS here */
}
#custom-html-1o2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1o2 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1o3 {
  /* Type valid CSS here */
}
#custom-html-1o3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1o3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1o3 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1o3 .my-float {
  margin-top: 16px;
}
.cid-v1n7wlA1tj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n7wlA1tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n7wlA1tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n7wlA1tj .container {
  max-width: 1280px;
}
.cid-v1n7wlA1tj .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n7wlA1tj .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n7wlA1tj .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n7wlA1tj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n7wlA1tj .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n7wlA1tj .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n7wlA1tj .card-title {
  color: #FFDD65;
}
.cid-v1n7wlA1tj .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n7wlA1tj .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n7wlA1tj .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n7wlA1tj .col-link {
    margin-top: 50px;
  }
}
.cid-v1n7wlA1tj .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n7wlA1tj .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n7wlA1tj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n7wlA1tj .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n7wlA1tj .list-text {
  color: #002dff;
}
.cid-v1n7wlA1tj .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n7wlA1tj .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n7wlA1tj .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n7wlA1tj .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n7wlA1tj .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n7wlA1tj .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n7wlA1tj .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n7wlA1tj .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n7wlA1tj .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n7wlA1tj .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n7wlA1tj .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n7wlA1tj .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n7wlA1tj .card-title,
.cid-v1n7wlA1tj .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uKjsmJ2zg5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uKjsmJ2zg5 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uKjsmJ2zg5 .mbr-section-title {
  color: #233d63;
}
.cid-uKjsmJ2zg5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uKjsmJ2zg5 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uKjsmJ2zg5 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uKjsmJ2zg5 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uKjsmJ2zg5 .mbr-section-title,
.cid-uKjsmJ2zg5 .mbr-section-btn {
  text-align: center;
}
.cid-uKjsmJcbs1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uKjsmJcbs1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uKjsmJcbs1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uKjsmJcbs1 .card-img span {
  font-size: 100px;
}
.cid-uKjsmJcbs1 .mbr-text,
.cid-uKjsmJcbs1 .mbr-section-btn {
  color: #efefef;
}
.cid-uKkdQYpkdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uKkdQYpkdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkdQYpkdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkdQYpkdT .container {
  max-width: 1280px;
}
.cid-uKkdQYpkdT .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKkdQYpkdT .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkdQYpkdT .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uKkdQYpkdT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uKkdQYpkdT .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKkdQYpkdT .text-wrapper {
    min-height: auto;
  }
}
.cid-uKkdQYpkdT .card-title {
  color: #FFDD65;
}
.cid-uKkdQYpkdT .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKkdQYpkdT .mbr-text {
    margin-top: 16px;
  }
}
.cid-uKkdQYpkdT .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uKkdQYpkdT .col-link {
    margin-top: 50px;
  }
}
.cid-uKkdQYpkdT .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uKkdQYpkdT .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uKkdQYpkdT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uKkdQYpkdT .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uKkdQYpkdT .list-text {
  color: #ffffff;
}
.cid-uKkdQYpkdT .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uKkdQYpkdT .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uKkdQYpkdT .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uKkdQYpkdT .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKkdQYpkdT .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKkdQYpkdT .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uKkdQYpkdT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKkdQYpkdT .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uKkdQYpkdT .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkdQYpkdT .btn-container {
    padding: 0 6vw;
  }
  .cid-uKkdQYpkdT .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uKkdQYpkdT .btn-container .btn {
    width: 100%;
  }
}
.cid-uKkdQYpkdT .card-title,
.cid-uKkdQYpkdT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKkeavuxdL {
  background-color: #056a7a;
  overflow: hidden;
}
.cid-uKkeavuxdL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uKkeavuxdL #e2_shape {
  fill: #ffffff !important;
}
.cid-uKkeavuxdL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uKkeavuxdL img {
    width: 90%!important;
  }
}
.cid-uKkeavuxdL H1 {
  color: #ffffff;
}
.cid-uKkeavuxdL H3 {
  color: #ffffff;
}
.cid-uKkeavuxdL .mbr-text,
.cid-uKkeavuxdL .mbr-section-btn {
  color: #ffffff;
}
.cid-uKkev4AhaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c0c0c9;
}
.cid-uKkev4AhaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkev4AhaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkev4AhaL .container {
  max-width: 1280px;
}
.cid-uKkev4AhaL .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKkev4AhaL .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkev4AhaL .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uKkev4AhaL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uKkev4AhaL .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKkev4AhaL .text-wrapper {
    min-height: auto;
  }
}
.cid-uKkev4AhaL .card-title {
  color: #FFDD65;
}
.cid-uKkev4AhaL .mbr-text {
  color: #056a7a;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKkev4AhaL .mbr-text {
    margin-top: 16px;
  }
}
.cid-uKkev4AhaL .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uKkev4AhaL .col-link {
    margin-top: 50px;
  }
}
.cid-uKkev4AhaL .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uKkev4AhaL .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uKkev4AhaL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #279bae;
}
.cid-uKkev4AhaL .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uKkev4AhaL .list-text {
  color: #056a7a;
  text-align: right;
}
.cid-uKkev4AhaL .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uKkev4AhaL .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uKkev4AhaL .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uKkev4AhaL .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKkev4AhaL .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKkev4AhaL .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uKkev4AhaL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKkev4AhaL .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uKkev4AhaL .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkev4AhaL .btn-container {
    padding: 0 6vw;
  }
  .cid-uKkev4AhaL .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uKkev4AhaL .btn-container .btn {
    width: 100%;
  }
}
.cid-uKkev4AhaL .card-title,
.cid-uKkev4AhaL .mbr-section-btn {
  text-align: center;
  color: #056a7a;
}
.cid-uKjsmJtbbi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uKjsmJtbbi .container {
  padding: 0 5%;
}
.cid-uKjsmJtbbi .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uKjsmJtbbi .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKjsmJtbbi .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uKjsmJtbbi .counter-container ol li {
    width: auto;
  }
}
.cid-uKjsmJtbbi .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uKjsmJtbbi .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKjsmJtbbi .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uKjsmJtbbi .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uKjsmJtbbi .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uKjsmJtbbi .mbr-text P {
  text-align: right;
}
.cid-uKjsmJEmyA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uKjsmJEmyA .container {
  max-width: 1400px;
}
.cid-uKjsmJEmyA .card-img2 span {
  padding-top: 6px;
}
.cid-uKjsmJEmyA .soc-item a {
  padding-top: 5px;
}
.cid-uKjsmJEmyA .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uKjsmJEmyA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uKjsmJEmyA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uKjsmJEmyA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKjsmJEmyA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uKjsmJEmyA #e2_shape {
  fill: #ffffff !important;
}
.cid-uKjsmJEmyA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uKjsmJEmyA .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-uKjsmJEmyA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjsmJEmyA .card-img {
  width: auto;
}
.cid-uKjsmJEmyA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uKjsmJEmyA .soc-item span {
  font-size: 1.4rem;
}
.cid-uKjsmJEmyA .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uKjsmJEmyA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uKjsmJEmyA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uKjsmJEmyA .media-wrap {
  margin-bottom: 1rem;
}
.cid-uKjsmJEmyA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKjsmJEmyA img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uKjsmJEmyA .item {
    justify-content: center;
  }
  .cid-uKjsmJEmyA .quote::after {
    left: 60px;
  }
}
.cid-uKjsmJEmyA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uKjsmJEmyA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKjsmJEmyA .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uKjsmJEmyA .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uKjsmJEmyA H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uKjsmJEmyA .theme {
  color: #ffffff;
}
.cid-uKjsmJEmyA .copyright > p {
  color: #ff3366;
}
.cid-uKjsmJEmyA .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-v1iQBJ4hUK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1iQBJ4hUK img {
  border-radius: 0px;
}
.cid-v1iQBJ4hUK .row {
  justify-content: center;
}
.cid-v1iQBJ4hUK .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
#custom-html-1op {
  /* Type valid CSS here */
}
#custom-html-1op div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1op p {
  font-size: 60px;
  color: #777;
}
.cid-uMMVrS7RtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #105369;
}
.cid-uMMVrS7RtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMVrS7RtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMVrS7RtN .container {
  max-width: 1280px;
}
.cid-uMMVrS7RtN .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #105369;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uMMVrS7RtN .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uMMVrS7RtN .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uMMVrS7RtN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uMMVrS7RtN .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMMVrS7RtN .text-wrapper {
    min-height: auto;
  }
}
.cid-uMMVrS7RtN .card-title {
  color: #FFDD65;
}
.cid-uMMVrS7RtN .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMMVrS7RtN .mbr-text {
    margin-top: 16px;
  }
}
.cid-uMMVrS7RtN .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uMMVrS7RtN .col-link {
    margin-top: 50px;
  }
}
.cid-uMMVrS7RtN .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uMMVrS7RtN .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uMMVrS7RtN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #1774f5;
}
.cid-uMMVrS7RtN .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-uMMVrS7RtN .list-text {
  color: #ffffff;
}
.cid-uMMVrS7RtN .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uMMVrS7RtN .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uMMVrS7RtN .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uMMVrS7RtN .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uMMVrS7RtN .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uMMVrS7RtN .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uMMVrS7RtN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMMVrS7RtN .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uMMVrS7RtN .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uMMVrS7RtN .btn-container {
    padding: 0 6vw;
  }
  .cid-uMMVrS7RtN .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uMMVrS7RtN .btn-container .btn {
    width: 100%;
  }
}
.cid-uMMVrS7RtN .card-title,
.cid-uMMVrS7RtN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1n7qcbB1W {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n7qcbB1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n7qcbB1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n7qcbB1W .container {
  max-width: 1280px;
}
.cid-v1n7qcbB1W .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n7qcbB1W .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n7qcbB1W .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n7qcbB1W .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n7qcbB1W .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n7qcbB1W .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n7qcbB1W .card-title {
  color: #FFDD65;
}
.cid-v1n7qcbB1W .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n7qcbB1W .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n7qcbB1W .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n7qcbB1W .col-link {
    margin-top: 50px;
  }
}
.cid-v1n7qcbB1W .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n7qcbB1W .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n7qcbB1W .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n7qcbB1W .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n7qcbB1W .list-text {
  color: #002dff;
}
.cid-v1n7qcbB1W .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n7qcbB1W .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n7qcbB1W .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n7qcbB1W .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n7qcbB1W .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n7qcbB1W .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n7qcbB1W .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n7qcbB1W .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n7qcbB1W .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n7qcbB1W .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n7qcbB1W .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n7qcbB1W .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n7qcbB1W .card-title,
.cid-v1n7qcbB1W .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
#custom-html-1oq {
  /* Type valid CSS here */
}
#custom-html-1oq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1oq p {
  font-size: 60px;
  color: #777;
}
#custom-html-1oq .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1oq .my-float {
  margin-top: 16px;
}
.cid-uMMVrSJjT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uMMVrSJjT1 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uMMVrSJjT1 .mbr-section-title {
  color: #233d63;
}
.cid-uMMVrSJjT1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uMMVrSJjT1 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uMMVrSJjT1 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uMMVrSJjT1 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uMMVrSJjT1 .mbr-section-title,
.cid-uMMVrSJjT1 .mbr-section-btn {
  text-align: center;
}
.cid-uMMVrSTnVo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uMMVrSTnVo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uMMVrSTnVo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uMMVrSTnVo .card-img span {
  font-size: 100px;
}
.cid-uMMVrSTnVo .mbr-text,
.cid-uMMVrSTnVo .mbr-section-btn {
  color: #efefef;
}
.cid-uMMVrT6PiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uMMVrT6PiN .container {
  padding: 0 5%;
}
.cid-uMMVrT6PiN .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uMMVrT6PiN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uMMVrT6PiN .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uMMVrT6PiN .counter-container ol li {
    width: auto;
  }
}
.cid-uMMVrT6PiN .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uMMVrT6PiN .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uMMVrT6PiN .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uMMVrT6PiN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uMMVrT6PiN .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uMMVrT6PiN .mbr-text P {
  text-align: right;
}
.cid-uMMVrTjKZW {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uMMVrTjKZW .container {
  max-width: 1400px;
}
.cid-uMMVrTjKZW .card-img2 span {
  padding-top: 6px;
}
.cid-uMMVrTjKZW .soc-item a {
  padding-top: 5px;
}
.cid-uMMVrTjKZW .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMMVrTjKZW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uMMVrTjKZW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uMMVrTjKZW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMMVrTjKZW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMMVrTjKZW #e2_shape {
  fill: #ffffff !important;
}
.cid-uMMVrTjKZW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMMVrTjKZW .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-uMMVrTjKZW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMMVrTjKZW .card-img {
  width: auto;
}
.cid-uMMVrTjKZW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMMVrTjKZW .soc-item span {
  font-size: 1.4rem;
}
.cid-uMMVrTjKZW .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uMMVrTjKZW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMMVrTjKZW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMMVrTjKZW .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMMVrTjKZW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMMVrTjKZW img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMMVrTjKZW .item {
    justify-content: center;
  }
  .cid-uMMVrTjKZW .quote::after {
    left: 60px;
  }
}
.cid-uMMVrTjKZW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMMVrTjKZW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMMVrTjKZW .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMMVrTjKZW .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMMVrTjKZW H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uMMVrTjKZW .theme {
  color: #ffffff;
}
.cid-uMMVrTjKZW .copyright > p {
  color: #ff3366;
}
.cid-uMMVrTjKZW .text2 {
  color: #ffffff;
  text-align: center;
}
#custom-html-1pa {
  /* Type valid CSS here */
}
#custom-html-1pa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1pa p {
  font-size: 60px;
  color: #777;
}
.cid-uVaGlN0iX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #056a7a;
}
.cid-uVaGlN0iX7 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uVaGlN0iX7 .title__block {
    margin-bottom: 25px;
  }
}
.cid-uVaGlN0iX7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uVaGlN0iX7 .mbr-section-title {
  color: #ffffff;
  font-weight: 300;
}
.cid-uVaGlN0iX7 .mbr-section-title b,
.cid-uVaGlN0iX7 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uVaGlN0iX7 .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-uVaGlN0iX7 .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-uVaGlN0iX7 .card__wrap {
  background: #fbfcff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-uVaGlN0iX7 .card__wrap:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-uVaGlN0iX7 .card__wrap:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-uVaGlN0iX7 .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-uVaGlN0iX7 .card__wrap:hover:after {
  left: 100%;
}
.cid-uVaGlN0iX7 .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-uVaGlN0iX7 .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ff6400;
  border-bottom: 1px solid #ff6400;
}
.cid-uVaGlN0iX7 .wrap:nth-child(2) .card__header {
  border-top: 6px solid #105369;
  border-bottom: 1px solid #105369;
}
.cid-uVaGlN0iX7 .wrap:nth-child(3) .card__header {
  border-top: 6px solid #51c0c4;
  border-bottom: 1px solid #51c0c4;
}
.cid-uVaGlN0iX7 .wrap:nth-child(4) .card__header {
  border-top: 6px solid #1e2149;
  border-bottom: 1px solid #1e2149;
}
.cid-uVaGlN0iX7 .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-uVaGlN0iX7 .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uVaGlN0iX7 .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-uVaGlN0iX7 .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-uVaGlN0iX7 .card__price {
  color: #ff3a46;
}
.cid-uVaGlN0iX7 .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-uVaGlN0iX7 .card__title {
  color: #000000;
}
.cid-uVaGlN0iX7 .card__body {
  padding: 42px 15px 40px;
}
.cid-uVaGlN0iX7 .card__feature {
  margin-bottom: 15px;
  color: #056a7a;
}
.cid-uVaGlN0iX7 .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-uVaGlN0iX7 .item {
  line-height: 45px;
}
.cid-uVaGlN0iX7 .mbr-section-btn {
  margin: 0;
}
.cid-uVaGlN0iX7 .mbr-section-btn .btn {
  z-index: 10;
}
.cid-uVaGlN0iX7 .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-uVaGlN0iX7 .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(255, 100, 0, 0.55) 0%, #ff6400 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-uVaGlN0iX7 .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-uVaGlN0iX7 .btn__trial a {
  color: #6a6c72 !important;
}
.cid-uVaGlN0iX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaGlN0iX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaGlN0iX7 .items__block {
  color: #002dff;
}
.cid-uVaGlN0iX7 .card__subtitle {
  color: #000000;
}
.cid-uVaGlN0iX7 .items__block P {
  text-align: center;
}
.cid-uVaGlN0iX7 H4 {
  color: #ffffff;
}
.cid-uVmwc7BmpI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVmwc7BmpI .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uVmwc7BmpI .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uVmwc7BmpI .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uVmwc7BmpI .star {
  color: #075dd4;
  fill: currentColor;
  overflow: hidden;
}
.cid-uVmwc7BmpI .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uVmwc7BmpI .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
#custom-html-1pr {
  /* Type valid CSS here */
}
#custom-html-1pr div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1pr p {
  font-size: 60px;
  color: #777;
}
.cid-uVlscplck8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #056a7a;
}
.cid-uVlscplck8 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uVlscplck8 .title__block {
    margin-bottom: 25px;
  }
}
.cid-uVlscplck8 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uVlscplck8 .mbr-section-title {
  color: #ffffff;
  font-weight: 300;
}
.cid-uVlscplck8 .mbr-section-title b,
.cid-uVlscplck8 .mbr-section-title strong {
  font-weight: 500;
}
.cid-uVlscplck8 .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-uVlscplck8 .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-uVlscplck8 .card__wrap {
  background: #fbfcff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-uVlscplck8 .card__wrap:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-uVlscplck8 .card__wrap:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-uVlscplck8 .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-uVlscplck8 .card__wrap:hover:after {
  left: 100%;
}
.cid-uVlscplck8 .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-uVlscplck8 .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ff6400;
  border-bottom: 1px solid #ff6400;
}
.cid-uVlscplck8 .wrap:nth-child(2) .card__header {
  border-top: 6px solid #105369;
  border-bottom: 1px solid #105369;
}
.cid-uVlscplck8 .wrap:nth-child(3) .card__header {
  border-top: 6px solid #51c0c4;
  border-bottom: 1px solid #51c0c4;
}
.cid-uVlscplck8 .wrap:nth-child(4) .card__header {
  border-top: 6px solid #1e2149;
  border-bottom: 1px solid #1e2149;
}
.cid-uVlscplck8 .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-uVlscplck8 .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uVlscplck8 .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-uVlscplck8 .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-uVlscplck8 .card__price {
  color: #ff3a46;
}
.cid-uVlscplck8 .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-uVlscplck8 .card__title {
  color: #000000;
}
.cid-uVlscplck8 .card__body {
  padding: 42px 15px 40px;
}
.cid-uVlscplck8 .card__feature {
  margin-bottom: 15px;
  color: #056a7a;
}
.cid-uVlscplck8 .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-uVlscplck8 .item {
  line-height: 45px;
}
.cid-uVlscplck8 .mbr-section-btn {
  margin: 0;
}
.cid-uVlscplck8 .mbr-section-btn .btn {
  z-index: 10;
}
.cid-uVlscplck8 .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-uVlscplck8 .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(255, 100, 0, 0.55) 0%, #ff6400 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-uVlscplck8 .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-uVlscplck8 .btn__trial a {
  color: #6a6c72 !important;
}
.cid-uVlscplck8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlscplck8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVlscplck8 .items__block {
  color: #002dff;
}
.cid-uVlscplck8 .card__subtitle {
  color: #000000;
}
.cid-uVlscplck8 .items__block P {
  text-align: center;
}
.cid-uVlscplck8 H4 {
  color: #ffffff;
}
.cid-uVmsxSegpz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uVmsxSegpz .container {
  padding: 0 5%;
}
.cid-uVmsxSegpz .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uVmsxSegpz .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uVmsxSegpz .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uVmsxSegpz .counter-container ol li {
    width: auto;
  }
}
.cid-uVmsxSegpz .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uVmsxSegpz .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uVmsxSegpz .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uVmsxSegpz .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uVmsxSegpz .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uVmsxSegpz .mbr-text P {
  text-align: right;
}
.cid-uVmsIJppPP {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uVmsIJppPP .container {
  max-width: 1400px;
}
.cid-uVmsIJppPP .card-img2 span {
  padding-top: 6px;
}
.cid-uVmsIJppPP .soc-item a {
  padding-top: 5px;
}
.cid-uVmsIJppPP .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uVmsIJppPP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uVmsIJppPP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uVmsIJppPP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uVmsIJppPP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uVmsIJppPP #e2_shape {
  fill: #ffffff !important;
}
.cid-uVmsIJppPP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uVmsIJppPP .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-uVmsIJppPP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVmsIJppPP .card-img {
  width: auto;
}
.cid-uVmsIJppPP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uVmsIJppPP .soc-item span {
  font-size: 1.4rem;
}
.cid-uVmsIJppPP .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uVmsIJppPP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uVmsIJppPP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uVmsIJppPP .media-wrap {
  margin-bottom: 1rem;
}
.cid-uVmsIJppPP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uVmsIJppPP img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uVmsIJppPP .item {
    justify-content: center;
  }
  .cid-uVmsIJppPP .quote::after {
    left: 60px;
  }
}
.cid-uVmsIJppPP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uVmsIJppPP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVmsIJppPP .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uVmsIJppPP .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uVmsIJppPP H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uVmsIJppPP .theme {
  color: #ffffff;
}
.cid-uVmsIJppPP .copyright > p {
  color: #ff3366;
}
.cid-uVmsIJppPP .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uXwauREn2q {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXwauREn2q .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uXwauREn2q .mbr-section-title {
  color: #056a7a;
  margin-bottom: 20.4px;
}
.cid-uXwauREn2q .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uXwauREn2q .star {
  color: #056a7a;
  fill: currentColor;
  overflow: hidden;
}
.cid-uXwauREn2q .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uXwauREn2q .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uWLiqiwp5l {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWLiqiwp5l svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uWLiqiwp5l #e2_shape {
  fill: #ffffff !important;
}
.cid-uWLiqiwp5l img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uWLiqiwp5l img {
    width: 90%!important;
  }
}
.cid-uWLiqiwp5l H1 {
  color: #056a7a;
}
.cid-uWLiqiwp5l H3 {
  color: #056a7a;
}
.cid-uWLiqiwp5l .mbr-text,
.cid-uWLiqiwp5l .mbr-section-btn {
  color: #056a7a;
}
.cid-uWLiqjd9Q5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWLiqjd9Q5 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uWLiqjd9Q5 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uWLiqjd9Q5 .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uWLiqjd9Q5 .row {
  align-items: center;
}
.cid-uWLiqjd9Q5 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uWLiqjd9Q5 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uWLiqjd9Q5 .card-title,
.cid-uWLiqjd9Q5 .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uWLiqjd9Q5 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uWLiqjd9Q5 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uWLiqjd9Q5 .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uWLiqjd9Q5 .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uWLiqjd9Q5 .it {
  font-style: italic;
}
.cid-uWLiqjd9Q5 .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uWLiqjd9Q5 .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uWLiqjd9Q5 .card-title,
.cid-uWLiqjd9Q5 .lin {
  text-align: right;
}
.cid-uWLiqjxY9M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uWLiqjxY9M .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uWLiqjxY9M .mbr-section-title {
  color: #233d63;
}
.cid-uWLiqjxY9M .mbr-section-subtitle {
  text-align: center;
}
.cid-uWLiqjxY9M .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWLiqjxY9M .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uWLiqjxY9M .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uWLiqjxY9M .mbr-section-title,
.cid-uWLiqjxY9M .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1q1 {
  /* Type valid CSS here */
}
#custom-html-1q1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1q1 p {
  font-size: 60px;
  color: #777;
}
.cid-uWLiqjPUjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uWLiqjPUjx .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uWLiqjPUjx .mbr-section-title {
  color: #233d63;
}
.cid-uWLiqjPUjx .mbr-section-subtitle {
  text-align: center;
}
.cid-uWLiqjPUjx .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWLiqjPUjx .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uWLiqjPUjx .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uWLiqjPUjx .mbr-section-title,
.cid-uWLiqjPUjx .mbr-section-btn {
  text-align: center;
}
.cid-uWLiqk45Uq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uWLiqk45Uq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uWLiqk45Uq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uWLiqk45Uq .card-img span {
  font-size: 100px;
}
.cid-uWLiqk45Uq .mbr-text,
.cid-uWLiqk45Uq .mbr-section-btn {
  color: #efefef;
}
.cid-uWLiqku92h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uWLiqku92h .container {
  padding: 0 5%;
}
.cid-uWLiqku92h .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uWLiqku92h .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uWLiqku92h .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uWLiqku92h .counter-container ol li {
    width: auto;
  }
}
.cid-uWLiqku92h .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uWLiqku92h .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uWLiqku92h .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uWLiqku92h .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uWLiqku92h .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uWLiqku92h .mbr-text P {
  text-align: right;
}
.cid-uWLiqkJkzF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uWLiqkJkzF .container {
  max-width: 1400px;
}
.cid-uWLiqkJkzF .card-img2 span {
  padding-top: 6px;
}
.cid-uWLiqkJkzF .soc-item a {
  padding-top: 5px;
}
.cid-uWLiqkJkzF .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uWLiqkJkzF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uWLiqkJkzF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uWLiqkJkzF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uWLiqkJkzF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uWLiqkJkzF #e2_shape {
  fill: #ffffff !important;
}
.cid-uWLiqkJkzF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uWLiqkJkzF .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-uWLiqkJkzF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWLiqkJkzF .card-img {
  width: auto;
}
.cid-uWLiqkJkzF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uWLiqkJkzF .soc-item span {
  font-size: 1.4rem;
}
.cid-uWLiqkJkzF .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uWLiqkJkzF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uWLiqkJkzF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uWLiqkJkzF .media-wrap {
  margin-bottom: 1rem;
}
.cid-uWLiqkJkzF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWLiqkJkzF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uWLiqkJkzF .item {
    justify-content: center;
  }
  .cid-uWLiqkJkzF .quote::after {
    left: 60px;
  }
}
.cid-uWLiqkJkzF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uWLiqkJkzF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWLiqkJkzF .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uWLiqkJkzF .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWLiqkJkzF H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uWLiqkJkzF .theme {
  color: #ffffff;
}
.cid-uWLiqkJkzF .copyright > p {
  color: #ff3366;
}
.cid-uWLiqkJkzF .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uRMMxX1Fm1 {
  background-color: #056a7a;
  overflow: hidden;
}
.cid-uRMMxX1Fm1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uRMMxX1Fm1 #e2_shape {
  fill: #ffffff !important;
}
.cid-uRMMxX1Fm1 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uRMMxX1Fm1 img {
    width: 90%!important;
  }
}
.cid-uRMMxX1Fm1 H1 {
  color: #ffffff;
}
.cid-uRMMxX1Fm1 H3 {
  color: #ffffff;
}
.cid-uRMMxX1Fm1 .mbr-text,
.cid-uRMMxX1Fm1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRMFQ0GJgk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRMFQ0GJgk .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uRMFQ0GJgk .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uRMFQ0GJgk .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uRMFQ0GJgk .row {
  align-items: center;
}
.cid-uRMFQ0GJgk .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uRMFQ0GJgk .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uRMFQ0GJgk .card-title,
.cid-uRMFQ0GJgk .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uRMFQ0GJgk a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uRMFQ0GJgk .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uRMFQ0GJgk .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uRMFQ0GJgk .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uRMFQ0GJgk .it {
  font-style: italic;
}
.cid-uRMFQ0GJgk .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uRMFQ0GJgk .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uRMFQ0GJgk .card-title,
.cid-uRMFQ0GJgk .lin {
  text-align: right;
}
.cid-uRMFQ1kjni {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uRMFQ1kjni .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uRMFQ1kjni .mbr-section-title {
  color: #233d63;
}
.cid-uRMFQ1kjni .mbr-section-subtitle {
  text-align: center;
}
.cid-uRMFQ1kjni .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRMFQ1kjni .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uRMFQ1kjni .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uRMFQ1kjni .mbr-section-title,
.cid-uRMFQ1kjni .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1pf {
  /* Type valid CSS here */
}
#custom-html-1pf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1pf p {
  font-size: 60px;
  color: #777;
}
.cid-uRMFQ1HOrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uRMFQ1HOrp .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uRMFQ1HOrp .mbr-section-title {
  color: #233d63;
}
.cid-uRMFQ1HOrp .mbr-section-subtitle {
  text-align: center;
}
.cid-uRMFQ1HOrp .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRMFQ1HOrp .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uRMFQ1HOrp .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uRMFQ1HOrp .mbr-section-title,
.cid-uRMFQ1HOrp .mbr-section-btn {
  text-align: center;
}
.cid-uRMFQ1Wf50 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uRMFQ1Wf50 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uRMFQ1Wf50 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uRMFQ1Wf50 .card-img span {
  font-size: 100px;
}
.cid-uRMFQ1Wf50 .mbr-text,
.cid-uRMFQ1Wf50 .mbr-section-btn {
  color: #efefef;
}
.cid-uRMFQ2dNLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uRMFQ2dNLs .container {
  padding: 0 5%;
}
.cid-uRMFQ2dNLs .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uRMFQ2dNLs .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uRMFQ2dNLs .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uRMFQ2dNLs .counter-container ol li {
    width: auto;
  }
}
.cid-uRMFQ2dNLs .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uRMFQ2dNLs .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uRMFQ2dNLs .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uRMFQ2dNLs .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uRMFQ2dNLs .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uRMFQ2dNLs .mbr-text P {
  text-align: right;
}
.cid-uRMFQ2nxbn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uRMFQ2nxbn .container {
  max-width: 1400px;
}
.cid-uRMFQ2nxbn .card-img2 span {
  padding-top: 6px;
}
.cid-uRMFQ2nxbn .soc-item a {
  padding-top: 5px;
}
.cid-uRMFQ2nxbn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uRMFQ2nxbn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uRMFQ2nxbn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uRMFQ2nxbn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRMFQ2nxbn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uRMFQ2nxbn #e2_shape {
  fill: #ffffff !important;
}
.cid-uRMFQ2nxbn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uRMFQ2nxbn .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-uRMFQ2nxbn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRMFQ2nxbn .card-img {
  width: auto;
}
.cid-uRMFQ2nxbn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uRMFQ2nxbn .soc-item span {
  font-size: 1.4rem;
}
.cid-uRMFQ2nxbn .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uRMFQ2nxbn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uRMFQ2nxbn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uRMFQ2nxbn .media-wrap {
  margin-bottom: 1rem;
}
.cid-uRMFQ2nxbn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uRMFQ2nxbn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uRMFQ2nxbn .item {
    justify-content: center;
  }
  .cid-uRMFQ2nxbn .quote::after {
    left: 60px;
  }
}
.cid-uRMFQ2nxbn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uRMFQ2nxbn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRMFQ2nxbn .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uRMFQ2nxbn .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRMFQ2nxbn H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uRMFQ2nxbn .theme {
  color: #ffffff;
}
.cid-uRMFQ2nxbn .copyright > p {
  color: #ff3366;
}
.cid-uRMFQ2nxbn .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uXwaC5nT2N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXwaC5nT2N .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uXwaC5nT2N .mbr-section-title {
  color: #056a7a;
  margin-bottom: 20.4px;
}
.cid-uXwaC5nT2N .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uXwaC5nT2N .star {
  color: #056a7a;
  fill: currentColor;
  overflow: hidden;
}
.cid-uXwaC5nT2N .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uXwaC5nT2N .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uWNfRTB6en {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWNfRTB6en svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uWNfRTB6en #e2_shape {
  fill: #ffffff !important;
}
.cid-uWNfRTB6en img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uWNfRTB6en img {
    width: 90%!important;
  }
}
.cid-uWNfRTB6en H1 {
  color: #056a7a;
}
.cid-uWNfRTB6en H3 {
  color: #056a7a;
}
.cid-uWNfRTB6en .mbr-text,
.cid-uWNfRTB6en .mbr-section-btn {
  color: #056a7a;
}
.cid-uWNfRUtsek {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWNfRUtsek .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uWNfRUtsek .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uWNfRUtsek .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uWNfRUtsek .row {
  align-items: center;
}
.cid-uWNfRUtsek .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uWNfRUtsek .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uWNfRUtsek .card-title,
.cid-uWNfRUtsek .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uWNfRUtsek a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uWNfRUtsek .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uWNfRUtsek .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uWNfRUtsek .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uWNfRUtsek .it {
  font-style: italic;
}
.cid-uWNfRUtsek .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uWNfRUtsek .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uWNfRUtsek .card-title,
.cid-uWNfRUtsek .lin {
  text-align: right;
}
.cid-uWNfRUW0fX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uWNfRUW0fX .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uWNfRUW0fX .mbr-section-title {
  color: #233d63;
}
.cid-uWNfRUW0fX .mbr-section-subtitle {
  text-align: center;
}
.cid-uWNfRUW0fX .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWNfRUW0fX .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uWNfRUW0fX .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uWNfRUW0fX .mbr-section-title,
.cid-uWNfRUW0fX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1q9 {
  /* Type valid CSS here */
}
#custom-html-1q9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1q9 p {
  font-size: 60px;
  color: #777;
}
.cid-uWNfRVcvo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uWNfRVcvo8 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uWNfRVcvo8 .mbr-section-title {
  color: #233d63;
}
.cid-uWNfRVcvo8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uWNfRVcvo8 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWNfRVcvo8 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uWNfRVcvo8 .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uWNfRVcvo8 .mbr-section-title,
.cid-uWNfRVcvo8 .mbr-section-btn {
  text-align: center;
}
.cid-uWNfRVnuBy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uWNfRVnuBy .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uWNfRVnuBy .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uWNfRVnuBy .card-img span {
  font-size: 100px;
}
.cid-uWNfRVnuBy .mbr-text,
.cid-uWNfRVnuBy .mbr-section-btn {
  color: #efefef;
}
.cid-uWNfRVCFdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uWNfRVCFdP .container {
  padding: 0 5%;
}
.cid-uWNfRVCFdP .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uWNfRVCFdP .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uWNfRVCFdP .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uWNfRVCFdP .counter-container ol li {
    width: auto;
  }
}
.cid-uWNfRVCFdP .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uWNfRVCFdP .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uWNfRVCFdP .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uWNfRVCFdP .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uWNfRVCFdP .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uWNfRVCFdP .mbr-text P {
  text-align: right;
}
.cid-uWNfRVOw12 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uWNfRVOw12 .container {
  max-width: 1400px;
}
.cid-uWNfRVOw12 .card-img2 span {
  padding-top: 6px;
}
.cid-uWNfRVOw12 .soc-item a {
  padding-top: 5px;
}
.cid-uWNfRVOw12 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uWNfRVOw12 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uWNfRVOw12 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uWNfRVOw12 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uWNfRVOw12 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uWNfRVOw12 #e2_shape {
  fill: #ffffff !important;
}
.cid-uWNfRVOw12 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uWNfRVOw12 .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-uWNfRVOw12 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWNfRVOw12 .card-img {
  width: auto;
}
.cid-uWNfRVOw12 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uWNfRVOw12 .soc-item span {
  font-size: 1.4rem;
}
.cid-uWNfRVOw12 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uWNfRVOw12 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uWNfRVOw12 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uWNfRVOw12 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uWNfRVOw12 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWNfRVOw12 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uWNfRVOw12 .item {
    justify-content: center;
  }
  .cid-uWNfRVOw12 .quote::after {
    left: 60px;
  }
}
.cid-uWNfRVOw12 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uWNfRVOw12 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWNfRVOw12 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uWNfRVOw12 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWNfRVOw12 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uWNfRVOw12 .theme {
  color: #ffffff;
}
.cid-uWNfRVOw12 .copyright > p {
  color: #ff3366;
}
.cid-uWNfRVOw12 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uXwazLHfRT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXwazLHfRT .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uXwazLHfRT .mbr-section-title {
  color: #056a7a;
  margin-bottom: 20.4px;
}
.cid-uXwazLHfRT .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uXwazLHfRT .star {
  color: #056a7a;
  fill: currentColor;
  overflow: hidden;
}
.cid-uXwazLHfRT .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uXwazLHfRT .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uWQgrJ4Ikz {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWQgrJ4Ikz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uWQgrJ4Ikz #e2_shape {
  fill: #ffffff !important;
}
.cid-uWQgrJ4Ikz img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uWQgrJ4Ikz img {
    width: 90%!important;
  }
}
.cid-uWQgrJ4Ikz H1 {
  color: #056a7a;
}
.cid-uWQgrJ4Ikz H3 {
  color: #056a7a;
}
.cid-uWQgrJ4Ikz .mbr-text,
.cid-uWQgrJ4Ikz .mbr-section-btn {
  color: #056a7a;
}
.cid-uWQgrK7EGd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWQgrK7EGd .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uWQgrK7EGd .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uWQgrK7EGd .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uWQgrK7EGd .row {
  align-items: center;
}
.cid-uWQgrK7EGd .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uWQgrK7EGd .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uWQgrK7EGd .card-title,
.cid-uWQgrK7EGd .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uWQgrK7EGd a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uWQgrK7EGd .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uWQgrK7EGd .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uWQgrK7EGd .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uWQgrK7EGd .it {
  font-style: italic;
}
.cid-uWQgrK7EGd .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uWQgrK7EGd .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uWQgrK7EGd .card-title,
.cid-uWQgrK7EGd .lin {
  text-align: right;
}
.cid-uWQgrKG4md {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uWQgrKG4md .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uWQgrKG4md .mbr-section-title {
  color: #233d63;
}
.cid-uWQgrKG4md .mbr-section-subtitle {
  text-align: center;
}
.cid-uWQgrKG4md .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWQgrKG4md .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uWQgrKG4md .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uWQgrKG4md .mbr-section-title,
.cid-uWQgrKG4md .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1qh {
  /* Type valid CSS here */
}
#custom-html-1qh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1qh p {
  font-size: 60px;
  color: #777;
}
.cid-uWQgrKXzQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uWQgrKXzQC .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uWQgrKXzQC .mbr-section-title {
  color: #233d63;
}
.cid-uWQgrKXzQC .mbr-section-subtitle {
  text-align: center;
}
.cid-uWQgrKXzQC .mbr-section-btn {
  margin-top: 35px;
}
.cid-uWQgrKXzQC .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uWQgrKXzQC .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uWQgrKXzQC .mbr-section-title,
.cid-uWQgrKXzQC .mbr-section-btn {
  text-align: center;
}
.cid-uWQgrL8sO1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uWQgrL8sO1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uWQgrL8sO1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uWQgrL8sO1 .card-img span {
  font-size: 100px;
}
.cid-uWQgrL8sO1 .mbr-text,
.cid-uWQgrL8sO1 .mbr-section-btn {
  color: #efefef;
}
.cid-uWQgrLmRsL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uWQgrLmRsL .container {
  padding: 0 5%;
}
.cid-uWQgrLmRsL .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uWQgrLmRsL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uWQgrLmRsL .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uWQgrLmRsL .counter-container ol li {
    width: auto;
  }
}
.cid-uWQgrLmRsL .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uWQgrLmRsL .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uWQgrLmRsL .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uWQgrLmRsL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uWQgrLmRsL .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uWQgrLmRsL .mbr-text P {
  text-align: right;
}
.cid-uWQgrLwUyz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uWQgrLwUyz .container {
  max-width: 1400px;
}
.cid-uWQgrLwUyz .card-img2 span {
  padding-top: 6px;
}
.cid-uWQgrLwUyz .soc-item a {
  padding-top: 5px;
}
.cid-uWQgrLwUyz .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uWQgrLwUyz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uWQgrLwUyz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uWQgrLwUyz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uWQgrLwUyz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uWQgrLwUyz #e2_shape {
  fill: #ffffff !important;
}
.cid-uWQgrLwUyz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uWQgrLwUyz .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-uWQgrLwUyz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWQgrLwUyz .card-img {
  width: auto;
}
.cid-uWQgrLwUyz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uWQgrLwUyz .soc-item span {
  font-size: 1.4rem;
}
.cid-uWQgrLwUyz .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uWQgrLwUyz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uWQgrLwUyz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uWQgrLwUyz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uWQgrLwUyz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWQgrLwUyz img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uWQgrLwUyz .item {
    justify-content: center;
  }
  .cid-uWQgrLwUyz .quote::after {
    left: 60px;
  }
}
.cid-uWQgrLwUyz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uWQgrLwUyz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWQgrLwUyz .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uWQgrLwUyz .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWQgrLwUyz H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uWQgrLwUyz .theme {
  color: #ffffff;
}
.cid-uWQgrLwUyz .copyright > p {
  color: #ff3366;
}
.cid-uWQgrLwUyz .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uXwaELiqzs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXwaELiqzs .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uXwaELiqzs .mbr-section-title {
  color: #056a7a;
  margin-bottom: 20.4px;
}
.cid-uXwaELiqzs .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uXwaELiqzs .star {
  color: #056a7a;
  fill: currentColor;
  overflow: hidden;
}
.cid-uXwaELiqzs .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uXwaELiqzs .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uXv1YB8qUm {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXv1YB8qUm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uXv1YB8qUm #e2_shape {
  fill: #ffffff !important;
}
.cid-uXv1YB8qUm img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uXv1YB8qUm img {
    width: 90%!important;
  }
}
.cid-uXv1YB8qUm H1 {
  color: #056a7a;
}
.cid-uXv1YB8qUm H3 {
  color: #056a7a;
}
.cid-uXv1YB8qUm .mbr-text,
.cid-uXv1YB8qUm .mbr-section-btn {
  color: #056a7a;
}
.cid-uXv1YBHugD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXv1YBHugD .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uXv1YBHugD .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uXv1YBHugD .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uXv1YBHugD .row {
  align-items: center;
}
.cid-uXv1YBHugD .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uXv1YBHugD .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uXv1YBHugD .card-title,
.cid-uXv1YBHugD .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uXv1YBHugD a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uXv1YBHugD .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uXv1YBHugD .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uXv1YBHugD .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uXv1YBHugD .it {
  font-style: italic;
}
.cid-uXv1YBHugD .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uXv1YBHugD .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uXv1YBHugD .card-title,
.cid-uXv1YBHugD .lin {
  text-align: right;
}
.cid-uXv1YBYTYB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uXv1YBYTYB .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uXv1YBYTYB .mbr-section-title {
  color: #233d63;
}
.cid-uXv1YBYTYB .mbr-section-subtitle {
  text-align: center;
}
.cid-uXv1YBYTYB .mbr-section-btn {
  margin-top: 35px;
}
.cid-uXv1YBYTYB .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uXv1YBYTYB .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uXv1YBYTYB .mbr-section-title,
.cid-uXv1YBYTYB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1qq {
  /* Type valid CSS here */
}
#custom-html-1qq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1qq p {
  font-size: 60px;
  color: #777;
}
.cid-uXv1YCbLCw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uXv1YCbLCw .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uXv1YCbLCw .mbr-section-title {
  color: #233d63;
}
.cid-uXv1YCbLCw .mbr-section-subtitle {
  text-align: center;
}
.cid-uXv1YCbLCw .mbr-section-btn {
  margin-top: 35px;
}
.cid-uXv1YCbLCw .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uXv1YCbLCw .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uXv1YCbLCw .mbr-section-title,
.cid-uXv1YCbLCw .mbr-section-btn {
  text-align: center;
}
.cid-uXv1YClWhe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uXv1YClWhe .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uXv1YClWhe .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uXv1YClWhe .card-img span {
  font-size: 100px;
}
.cid-uXv1YClWhe .mbr-text,
.cid-uXv1YClWhe .mbr-section-btn {
  color: #efefef;
}
.cid-uXv1YCyLQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uXv1YCyLQA .container {
  padding: 0 5%;
}
.cid-uXv1YCyLQA .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uXv1YCyLQA .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uXv1YCyLQA .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uXv1YCyLQA .counter-container ol li {
    width: auto;
  }
}
.cid-uXv1YCyLQA .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uXv1YCyLQA .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uXv1YCyLQA .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uXv1YCyLQA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uXv1YCyLQA .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uXv1YCyLQA .mbr-text P {
  text-align: right;
}
.cid-uXv1YCL4VL {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uXv1YCL4VL .container {
  max-width: 1400px;
}
.cid-uXv1YCL4VL .card-img2 span {
  padding-top: 6px;
}
.cid-uXv1YCL4VL .soc-item a {
  padding-top: 5px;
}
.cid-uXv1YCL4VL .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uXv1YCL4VL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uXv1YCL4VL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uXv1YCL4VL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXv1YCL4VL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uXv1YCL4VL #e2_shape {
  fill: #ffffff !important;
}
.cid-uXv1YCL4VL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uXv1YCL4VL .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-uXv1YCL4VL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXv1YCL4VL .card-img {
  width: auto;
}
.cid-uXv1YCL4VL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uXv1YCL4VL .soc-item span {
  font-size: 1.4rem;
}
.cid-uXv1YCL4VL .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uXv1YCL4VL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uXv1YCL4VL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uXv1YCL4VL .media-wrap {
  margin-bottom: 1rem;
}
.cid-uXv1YCL4VL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXv1YCL4VL img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uXv1YCL4VL .item {
    justify-content: center;
  }
  .cid-uXv1YCL4VL .quote::after {
    left: 60px;
  }
}
.cid-uXv1YCL4VL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uXv1YCL4VL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXv1YCL4VL .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uXv1YCL4VL .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uXv1YCL4VL H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uXv1YCL4VL .theme {
  color: #ffffff;
}
.cid-uXv1YCL4VL .copyright > p {
  color: #ff3366;
}
.cid-uXv1YCL4VL .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uXweiNfzXs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXweiNfzXs .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uXweiNfzXs .mbr-section-title {
  color: #056a7a;
  margin-bottom: 20.4px;
}
.cid-uXweiNfzXs .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uXweiNfzXs .star {
  color: #056a7a;
  fill: currentColor;
  overflow: hidden;
}
.cid-uXweiNfzXs .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uXweiNfzXs .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uXweiO2dgJ {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXweiO2dgJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uXweiO2dgJ #e2_shape {
  fill: #ffffff !important;
}
.cid-uXweiO2dgJ img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uXweiO2dgJ img {
    width: 90%!important;
  }
}
.cid-uXweiO2dgJ H1 {
  color: #056a7a;
}
.cid-uXweiO2dgJ H3 {
  color: #056a7a;
}
.cid-uXweiO2dgJ .mbr-text,
.cid-uXweiO2dgJ .mbr-section-btn {
  color: #056a7a;
}
.cid-uXweiOmV4b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXweiOmV4b .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uXweiOmV4b .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uXweiOmV4b .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uXweiOmV4b .row {
  align-items: center;
}
.cid-uXweiOmV4b .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uXweiOmV4b .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uXweiOmV4b .card-title,
.cid-uXweiOmV4b .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uXweiOmV4b a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uXweiOmV4b .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uXweiOmV4b .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uXweiOmV4b .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uXweiOmV4b .it {
  font-style: italic;
}
.cid-uXweiOmV4b .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uXweiOmV4b .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uXweiOmV4b .card-title,
.cid-uXweiOmV4b .lin {
  text-align: right;
}
.cid-uXweiOLdgZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #056a7a;
}
.cid-uXweiOLdgZ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uXweiOLdgZ .mbr-section-title {
  color: #233d63;
}
.cid-uXweiOLdgZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uXweiOLdgZ .mbr-section-btn {
  margin-top: 35px;
}
.cid-uXweiOLdgZ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uXweiOLdgZ .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uXweiOLdgZ .mbr-section-title,
.cid-uXweiOLdgZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1r5 {
  /* Type valid CSS here */
}
#custom-html-1r5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1r5 p {
  font-size: 60px;
  color: #777;
}
.cid-v1n6JNQbwO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n6JNQbwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n6JNQbwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n6JNQbwO .container {
  max-width: 1280px;
}
.cid-v1n6JNQbwO .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n6JNQbwO .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n6JNQbwO .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n6JNQbwO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n6JNQbwO .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n6JNQbwO .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n6JNQbwO .card-title {
  color: #FFDD65;
}
.cid-v1n6JNQbwO .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n6JNQbwO .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n6JNQbwO .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n6JNQbwO .col-link {
    margin-top: 50px;
  }
}
.cid-v1n6JNQbwO .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n6JNQbwO .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n6JNQbwO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n6JNQbwO .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n6JNQbwO .list-text {
  color: #002dff;
}
.cid-v1n6JNQbwO .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n6JNQbwO .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n6JNQbwO .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n6JNQbwO .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n6JNQbwO .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n6JNQbwO .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n6JNQbwO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n6JNQbwO .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n6JNQbwO .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n6JNQbwO .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n6JNQbwO .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n6JNQbwO .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n6JNQbwO .card-title,
.cid-v1n6JNQbwO .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uXweiP2p4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uXweiP2p4Y .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uXweiP2p4Y .mbr-section-title {
  color: #233d63;
}
.cid-uXweiP2p4Y .mbr-section-subtitle {
  text-align: center;
}
.cid-uXweiP2p4Y .mbr-section-btn {
  margin-top: 35px;
}
.cid-uXweiP2p4Y .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uXweiP2p4Y .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uXweiP2p4Y .mbr-section-title,
.cid-uXweiP2p4Y .mbr-section-btn {
  text-align: center;
}
.cid-uXweiPbaCo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uXweiPbaCo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uXweiPbaCo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uXweiPbaCo .card-img span {
  font-size: 100px;
}
.cid-uXweiPbaCo .mbr-text,
.cid-uXweiPbaCo .mbr-section-btn {
  color: #efefef;
}
.cid-uXweiPry4W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uXweiPry4W .container {
  padding: 0 5%;
}
.cid-uXweiPry4W .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uXweiPry4W .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uXweiPry4W .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uXweiPry4W .counter-container ol li {
    width: auto;
  }
}
.cid-uXweiPry4W .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uXweiPry4W .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uXweiPry4W .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uXweiPry4W .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uXweiPry4W .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uXweiPry4W .mbr-text P {
  text-align: right;
}
.cid-uXweiPDhDJ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uXweiPDhDJ .container {
  max-width: 1400px;
}
.cid-uXweiPDhDJ .card-img2 span {
  padding-top: 6px;
}
.cid-uXweiPDhDJ .soc-item a {
  padding-top: 5px;
}
.cid-uXweiPDhDJ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uXweiPDhDJ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uXweiPDhDJ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uXweiPDhDJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXweiPDhDJ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uXweiPDhDJ #e2_shape {
  fill: #ffffff !important;
}
.cid-uXweiPDhDJ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uXweiPDhDJ .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-uXweiPDhDJ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXweiPDhDJ .card-img {
  width: auto;
}
.cid-uXweiPDhDJ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uXweiPDhDJ .soc-item span {
  font-size: 1.4rem;
}
.cid-uXweiPDhDJ .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uXweiPDhDJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uXweiPDhDJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uXweiPDhDJ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uXweiPDhDJ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXweiPDhDJ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uXweiPDhDJ .item {
    justify-content: center;
  }
  .cid-uXweiPDhDJ .quote::after {
    left: 60px;
  }
}
.cid-uXweiPDhDJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uXweiPDhDJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXweiPDhDJ .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uXweiPDhDJ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uXweiPDhDJ H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uXweiPDhDJ .theme {
  color: #ffffff;
}
.cid-uXweiPDhDJ .copyright > p {
  color: #ff3366;
}
.cid-uXweiPDhDJ .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uYnu6uZnjI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #279bae;
}
.cid-uYnu6uZnjI .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uYnu6uZnjI .mbr-section-title {
  color: #105369;
  margin-bottom: 20.4px;
}
.cid-uYnu6uZnjI .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uYnu6uZnjI .star {
  color: #ffffff;
  fill: currentColor;
  overflow: hidden;
}
.cid-uYnu6uZnjI .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uYnu6uZnjI .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uXZa7Z5oTC {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXZa7Z5oTC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uXZa7Z5oTC #e2_shape {
  fill: #ffffff !important;
}
.cid-uXZa7Z5oTC img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-uXZa7Z5oTC img {
    width: 90%!important;
  }
}
.cid-uXZa7Z5oTC H1 {
  color: #056a7a;
}
.cid-uXZa7Z5oTC H3 {
  color: #056a7a;
}
.cid-uXZa7Z5oTC .mbr-text,
.cid-uXZa7Z5oTC .mbr-section-btn {
  color: #056a7a;
}
.cid-uXZa7ZzYs3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXZa7ZzYs3 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uXZa7ZzYs3 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uXZa7ZzYs3 .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-uXZa7ZzYs3 .row {
  align-items: center;
}
.cid-uXZa7ZzYs3 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uXZa7ZzYs3 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uXZa7ZzYs3 .card-title,
.cid-uXZa7ZzYs3 .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uXZa7ZzYs3 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uXZa7ZzYs3 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uXZa7ZzYs3 .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uXZa7ZzYs3 .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uXZa7ZzYs3 .it {
  font-style: italic;
}
.cid-uXZa7ZzYs3 .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uXZa7ZzYs3 .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uXZa7ZzYs3 .card-title,
.cid-uXZa7ZzYs3 .lin {
  text-align: right;
}
.cid-uXZa7ZYNUC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #279bae;
}
.cid-uXZa7ZYNUC .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uXZa7ZYNUC .mbr-section-title {
  color: #233d63;
}
.cid-uXZa7ZYNUC .mbr-section-subtitle {
  text-align: center;
}
.cid-uXZa7ZYNUC .mbr-section-btn {
  margin-top: 35px;
}
.cid-uXZa7ZYNUC .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uXZa7ZYNUC .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uXZa7ZYNUC .mbr-section-title,
.cid-uXZa7ZYNUC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYtiP8dqUF {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYtiP8dqUF .mbr-overlay {
  background: #5eeebb;
}
.cid-uYtiP8dqUF .row {
  margin: 0;
}
.cid-uYtiP8dqUF .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uYtiP8dqUF .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-uYtiP8dqUF .mbr-section-title b,
.cid-uYtiP8dqUF .mbr-section-title strong {
  font-weight: 500;
}
.cid-uYtiP8dqUF .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uYtiP8dqUF .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-uYtiP8dqUF .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-uYtiP8dqUF .carousel-item {
  justify-content: center;
}
.cid-uYtiP8dqUF .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uYtiP8dqUF .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-uYtiP8dqUF .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-uYtiP8dqUF .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-uYtiP8dqUF .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYtiP8dqUF .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uYtiP8dqUF .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-uYtiP8dqUF .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uYtiP8dqUF .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uYtiP8dqUF .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-uYtiP8dqUF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uYtiP8dqUF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uYtiP8dqUF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-uYtiP8dqUF .cloneditem-1,
.cid-uYtiP8dqUF .cloneditem-2,
.cid-uYtiP8dqUF .cloneditem-3,
.cid-uYtiP8dqUF .cloneditem-4,
.cid-uYtiP8dqUF .cloneditem-5 {
  display: none;
}
.cid-uYtiP8dqUF .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uYtiP8dqUF .wrap {
    margin-bottom: 50px;
  }
  .cid-uYtiP8dqUF .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-uYtiP8dqUF .arrows {
    display: none;
  }
  .cid-uYtiP8dqUF .carousel-item {
    margin-bottom: 60px;
  }
  .cid-uYtiP8dqUF .container-fluid,
  .cid-uYtiP8dqUF .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uYtiP8dqUF .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uYtiP8dqUF .carousel-inner {
    z-index: 1;
  }
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides2 .cloneditem-1,
  .cid-uYtiP8dqUF .carousel-inner.slides2 .cloneditem-2,
  .cid-uYtiP8dqUF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides3 .cloneditem-1,
  .cid-uYtiP8dqUF .carousel-inner.slides3 .cloneditem-2,
  .cid-uYtiP8dqUF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides4 .cloneditem-1,
  .cid-uYtiP8dqUF .carousel-inner.slides4 .cloneditem-2,
  .cid-uYtiP8dqUF .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides5 .cloneditem-1,
  .cid-uYtiP8dqUF .carousel-inner.slides5 .cloneditem-2,
  .cid-uYtiP8dqUF .carousel-inner.slides5 .cloneditem-3,
  .cid-uYtiP8dqUF .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uYtiP8dqUF .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uYtiP8dqUF .carousel-inner.slides6 .cloneditem-1,
  .cid-uYtiP8dqUF .carousel-inner.slides6 .cloneditem-2,
  .cid-uYtiP8dqUF .carousel-inner.slides6 .cloneditem-3,
  .cid-uYtiP8dqUF .carousel-inner.slides6 .cloneditem-4,
  .cid-uYtiP8dqUF .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uYtiP8dqUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtiP8dqUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n5R1fnld {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1n5R1fnld .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1n5R1fnld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1n5R1fnld .container {
  max-width: 1280px;
}
.cid-v1n5R1fnld .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1n5R1fnld .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n5R1fnld .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v1n5R1fnld .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v1n5R1fnld .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v1n5R1fnld .text-wrapper {
    min-height: auto;
  }
}
.cid-v1n5R1fnld .card-title {
  color: #FFDD65;
}
.cid-v1n5R1fnld .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v1n5R1fnld .mbr-text {
    margin-top: 16px;
  }
}
.cid-v1n5R1fnld .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v1n5R1fnld .col-link {
    margin-top: 50px;
  }
}
.cid-v1n5R1fnld .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v1n5R1fnld .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v1n5R1fnld .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v1n5R1fnld .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v1n5R1fnld .list-text {
  color: #002dff;
}
.cid-v1n5R1fnld .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v1n5R1fnld .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v1n5R1fnld .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v1n5R1fnld .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v1n5R1fnld .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v1n5R1fnld .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v1n5R1fnld .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1n5R1fnld .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v1n5R1fnld .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v1n5R1fnld .btn-container {
    padding: 0 6vw;
  }
  .cid-v1n5R1fnld .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v1n5R1fnld .btn-container .btn {
    width: 100%;
  }
}
.cid-v1n5R1fnld .card-title,
.cid-v1n5R1fnld .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
.cid-uXZa80rDXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uXZa80rDXM .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uXZa80rDXM .mbr-section-title {
  color: #233d63;
}
.cid-uXZa80rDXM .mbr-section-subtitle {
  text-align: center;
}
.cid-uXZa80rDXM .mbr-section-btn {
  margin-top: 35px;
}
.cid-uXZa80rDXM .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uXZa80rDXM .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-uXZa80rDXM .mbr-section-title,
.cid-uXZa80rDXM .mbr-section-btn {
  text-align: center;
}
.cid-uXZa80CjGz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-uXZa80CjGz .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uXZa80CjGz .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uXZa80CjGz .card-img span {
  font-size: 100px;
}
.cid-uXZa80CjGz .mbr-text,
.cid-uXZa80CjGz .mbr-section-btn {
  color: #efefef;
}
.cid-uXZa80XI08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-uXZa80XI08 .container {
  padding: 0 5%;
}
.cid-uXZa80XI08 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-uXZa80XI08 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uXZa80XI08 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-uXZa80XI08 .counter-container ol li {
    width: auto;
  }
}
.cid-uXZa80XI08 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-uXZa80XI08 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uXZa80XI08 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-uXZa80XI08 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-uXZa80XI08 .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-uXZa80XI08 .mbr-text P {
  text-align: right;
}
.cid-uXZa81cPm2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-uXZa81cPm2 .container {
  max-width: 1400px;
}
.cid-uXZa81cPm2 .card-img2 span {
  padding-top: 6px;
}
.cid-uXZa81cPm2 .soc-item a {
  padding-top: 5px;
}
.cid-uXZa81cPm2 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uXZa81cPm2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uXZa81cPm2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uXZa81cPm2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXZa81cPm2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uXZa81cPm2 #e2_shape {
  fill: #ffffff !important;
}
.cid-uXZa81cPm2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uXZa81cPm2 .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-uXZa81cPm2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXZa81cPm2 .card-img {
  width: auto;
}
.cid-uXZa81cPm2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uXZa81cPm2 .soc-item span {
  font-size: 1.4rem;
}
.cid-uXZa81cPm2 .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-uXZa81cPm2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uXZa81cPm2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uXZa81cPm2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uXZa81cPm2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXZa81cPm2 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uXZa81cPm2 .item {
    justify-content: center;
  }
  .cid-uXZa81cPm2 .quote::after {
    left: 60px;
  }
}
.cid-uXZa81cPm2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uXZa81cPm2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXZa81cPm2 .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-uXZa81cPm2 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uXZa81cPm2 H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uXZa81cPm2 .theme {
  color: #ffffff;
}
.cid-uXZa81cPm2 .copyright > p {
  color: #ff3366;
}
.cid-uXZa81cPm2 .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-v1iOXDmDah {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1iOXDmDah img {
  border-radius: 0px;
}
.cid-v1iOXDmDah .row {
  justify-content: center;
}
.cid-v1iOXDmDah .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
#custom-html-1k2 {
  /* Type valid CSS here */
}
#custom-html-1k2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1k2 p {
  font-size: 60px;
  color: #777;
}
.cid-usAo8wcN7X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usAo8wcN7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-usAo8wcN7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usAo8wcN7X .container {
  max-width: 1280px;
}
.cid-usAo8wcN7X .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-usAo8wcN7X .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usAo8wcN7X .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-usAo8wcN7X .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-usAo8wcN7X .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-usAo8wcN7X .text-wrapper {
    min-height: auto;
  }
}
.cid-usAo8wcN7X .card-title {
  color: #FFDD65;
}
.cid-usAo8wcN7X .mbr-text {
  color: #002dff;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usAo8wcN7X .mbr-text {
    margin-top: 16px;
  }
}
.cid-usAo8wcN7X .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-usAo8wcN7X .col-link {
    margin-top: 50px;
  }
}
.cid-usAo8wcN7X .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-usAo8wcN7X .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-usAo8wcN7X .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-usAo8wcN7X .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-usAo8wcN7X .list-text {
  color: #002dff;
}
.cid-usAo8wcN7X .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-usAo8wcN7X .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-usAo8wcN7X .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-usAo8wcN7X .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-usAo8wcN7X .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-usAo8wcN7X .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-usAo8wcN7X .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usAo8wcN7X .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-usAo8wcN7X .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usAo8wcN7X .btn-container {
    padding: 0 6vw;
  }
  .cid-usAo8wcN7X .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-usAo8wcN7X .btn-container .btn {
    width: 100%;
  }
}
.cid-usAo8wcN7X .card-title,
.cid-usAo8wcN7X .mbr-section-btn {
  text-align: center;
  color: #002dff;
}
#custom-html-1k3 {
  /* Type valid CSS here */
}
#custom-html-1k3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1k3 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1k3 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1k3 .my-float {
  margin-top: 16px;
}
.cid-usAnu8KGKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-usAnu8KGKu .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-usAnu8KGKu .mbr-section-title {
  color: #233d63;
}
.cid-usAnu8KGKu .mbr-section-subtitle {
  text-align: center;
}
.cid-usAnu8KGKu .mbr-section-btn {
  margin-top: 35px;
}
.cid-usAnu8KGKu .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-usAnu8KGKu .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-usAnu8KGKu .mbr-section-title,
.cid-usAnu8KGKu .mbr-section-btn {
  text-align: center;
}
.cid-usAnu9w6Vk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-usAnu9w6Vk .container {
  padding: 0 5%;
}
.cid-usAnu9w6Vk .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-usAnu9w6Vk .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-usAnu9w6Vk .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-usAnu9w6Vk .counter-container ol li {
    width: auto;
  }
}
.cid-usAnu9w6Vk .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-usAnu9w6Vk .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-usAnu9w6Vk .counter-container ol li:before {
    left: -45px;
  }
}
.cid-usAnu9w6Vk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-usAnu9w6Vk .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-usAnu9w6Vk .mbr-text P {
  text-align: right;
}
.cid-usAnu9I8Pq {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-usAnu9I8Pq .container {
  max-width: 1400px;
}
.cid-usAnu9I8Pq .card-img2 span {
  padding-top: 6px;
}
.cid-usAnu9I8Pq .soc-item a {
  padding-top: 5px;
}
.cid-usAnu9I8Pq .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-usAnu9I8Pq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-usAnu9I8Pq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-usAnu9I8Pq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-usAnu9I8Pq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-usAnu9I8Pq #e2_shape {
  fill: #ffffff !important;
}
.cid-usAnu9I8Pq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-usAnu9I8Pq .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-usAnu9I8Pq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usAnu9I8Pq .card-img {
  width: auto;
}
.cid-usAnu9I8Pq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-usAnu9I8Pq .soc-item span {
  font-size: 1.4rem;
}
.cid-usAnu9I8Pq .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-usAnu9I8Pq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-usAnu9I8Pq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-usAnu9I8Pq .media-wrap {
  margin-bottom: 1rem;
}
.cid-usAnu9I8Pq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-usAnu9I8Pq img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-usAnu9I8Pq .item {
    justify-content: center;
  }
  .cid-usAnu9I8Pq .quote::after {
    left: 60px;
  }
}
.cid-usAnu9I8Pq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-usAnu9I8Pq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-usAnu9I8Pq .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-usAnu9I8Pq .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-usAnu9I8Pq H5 {
  color: #ffffff;
  text-align: center;
}
.cid-usAnu9I8Pq .theme {
  color: #ffffff;
}
.cid-usAnu9I8Pq .copyright > p {
  color: #ff3366;
}
.cid-usAnu9I8Pq .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-v2enyZzMIJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2enyZzMIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2enyZzMIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2enyZzMIJ .container {
  max-width: 1280px;
}
.cid-v2enyZzMIJ .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v2enyZzMIJ .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v2enyZzMIJ .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v2enyZzMIJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-v2enyZzMIJ .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2enyZzMIJ .text-wrapper {
    min-height: auto;
  }
}
.cid-v2enyZzMIJ .card-title {
  color: #FFDD65;
}
.cid-v2enyZzMIJ .mbr-text {
  color: #105369;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2enyZzMIJ .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2enyZzMIJ .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v2enyZzMIJ .col-link {
    margin-top: 50px;
  }
}
.cid-v2enyZzMIJ .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v2enyZzMIJ .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-v2enyZzMIJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #99a6ff;
}
.cid-v2enyZzMIJ .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-v2enyZzMIJ .list-text {
  color: #105369;
}
.cid-v2enyZzMIJ .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v2enyZzMIJ .img-container {
    right: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v2enyZzMIJ .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v2enyZzMIJ .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v2enyZzMIJ .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v2enyZzMIJ .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v2enyZzMIJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2enyZzMIJ .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v2enyZzMIJ .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v2enyZzMIJ .btn-container {
    padding: 0 6vw;
  }
  .cid-v2enyZzMIJ .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v2enyZzMIJ .btn-container .btn {
    width: 100%;
  }
}
.cid-v2enyZzMIJ .card-title,
.cid-v2enyZzMIJ .mbr-section-btn {
  text-align: center;
  color: #279bae;
}
.cid-v2enz11Z4p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2enz11Z4p img {
  border-radius: 0px;
}
.cid-v2enz11Z4p .row {
  justify-content: center;
}
.cid-v2enz11Z4p .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
#custom-html-1sg {
  /* Type valid CSS here */
}
#custom-html-1sg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1sg p {
  font-size: 60px;
  color: #777;
}
#custom-html-1si {
  /* Type valid CSS here */
}
#custom-html-1si div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1si p {
  font-size: 60px;
  color: #777;
}
#custom-html-1si .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-1si .my-float {
  margin-top: 16px;
}
.cid-v2enz1TNGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-v2enz1TNGr .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v2enz1TNGr .mbr-section-title {
  color: #233d63;
}
.cid-v2enz1TNGr .mbr-section-subtitle {
  text-align: center;
}
.cid-v2enz1TNGr .mbr-section-btn {
  margin-top: 35px;
}
.cid-v2enz1TNGr .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-v2enz1TNGr .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-v2enz1TNGr .mbr-section-title,
.cid-v2enz1TNGr .mbr-section-btn {
  text-align: center;
}
.cid-v2enz29Jt6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-v2enz29Jt6 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-v2enz29Jt6 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-v2enz29Jt6 .card-img span {
  font-size: 100px;
}
.cid-v2enz29Jt6 .mbr-text,
.cid-v2enz29Jt6 .mbr-section-btn {
  color: #efefef;
}
.cid-v2enz2ptJM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-v2enz2ptJM .container {
  padding: 0 5%;
}
.cid-v2enz2ptJM .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-v2enz2ptJM .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v2enz2ptJM .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-v2enz2ptJM .counter-container ol li {
    width: auto;
  }
}
.cid-v2enz2ptJM .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-v2enz2ptJM .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v2enz2ptJM .counter-container ol li:before {
    left: -45px;
  }
}
.cid-v2enz2ptJM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-v2enz2ptJM .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-v2enz2ptJM .mbr-text P {
  text-align: right;
}
.cid-v2enz2BF5S {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-v2enz2BF5S .container {
  max-width: 1400px;
}
.cid-v2enz2BF5S .card-img2 span {
  padding-top: 6px;
}
.cid-v2enz2BF5S .soc-item a {
  padding-top: 5px;
}
.cid-v2enz2BF5S .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-v2enz2BF5S .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-v2enz2BF5S .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-v2enz2BF5S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v2enz2BF5S svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-v2enz2BF5S #e2_shape {
  fill: #ffffff !important;
}
.cid-v2enz2BF5S .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-v2enz2BF5S .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-v2enz2BF5S .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2enz2BF5S .card-img {
  width: auto;
}
.cid-v2enz2BF5S .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-v2enz2BF5S .soc-item span {
  font-size: 1.4rem;
}
.cid-v2enz2BF5S .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-v2enz2BF5S .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v2enz2BF5S .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v2enz2BF5S .media-wrap {
  margin-bottom: 1rem;
}
.cid-v2enz2BF5S .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v2enz2BF5S img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-v2enz2BF5S .item {
    justify-content: center;
  }
  .cid-v2enz2BF5S .quote::after {
    left: 60px;
  }
}
.cid-v2enz2BF5S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-v2enz2BF5S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2enz2BF5S .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-v2enz2BF5S .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2enz2BF5S H5 {
  color: #ffffff;
  text-align: center;
}
.cid-v2enz2BF5S .theme {
  color: #ffffff;
}
.cid-v2enz2BF5S .copyright > p {
  color: #ff3366;
}
.cid-v2enz2BF5S .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-v7CGtt3R4m {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #279bae;
}
.cid-v7CGtt3R4m .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v7CGtt3R4m .mbr-section-title {
  color: #e9e9e9;
  margin-bottom: 20.4px;
}
.cid-v7CGtt3R4m .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-v7CGtt3R4m .star {
  color: #ffffff;
  fill: currentColor;
  overflow: hidden;
}
.cid-v7CGtt3R4m .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-v7CGtt3R4m .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-v7CHANEBhC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7CHANEBhC img {
  border-radius: 0px;
}
.cid-v7CHANEBhC .row {
  justify-content: center;
}
.cid-v7CHANEBhC .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-v7CGtuG0mf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #105369;
}
.cid-v7CGtuG0mf .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v7CGtuG0mf .mbr-section-title {
  color: #233d63;
}
.cid-v7CGtuG0mf .mbr-section-subtitle {
  text-align: center;
}
.cid-v7CGtuG0mf .mbr-section-btn {
  margin-top: 35px;
}
.cid-v7CGtuG0mf .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-v7CGtuG0mf .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-v7CGtuG0mf .mbr-section-title,
.cid-v7CGtuG0mf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1sz {
  /* Type valid CSS here */
}
#custom-html-1sz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1sz p {
  font-size: 60px;
  color: #777;
}
.cid-v7CGttWump {
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7CGttWump svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v7CGttWump #e2_shape {
  fill: #ffffff !important;
}
.cid-v7CGttWump img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(125, 130, 148, 0.35);
}
@media (max-width: 576px) {
  .cid-v7CGttWump img {
    width: 90%!important;
  }
}
.cid-v7CGttWump H1 {
  color: #056a7a;
}
.cid-v7CGttWump H3 {
  color: #056a7a;
}
.cid-v7CGttWump .mbr-text,
.cid-v7CGttWump .mbr-section-btn {
  color: #056a7a;
}
.cid-v7CGtumE74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7CGtumE74 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-v7CGtumE74 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-v7CGtumE74 .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-v7CGtumE74 .row {
  align-items: center;
}
.cid-v7CGtumE74 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-v7CGtumE74 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-v7CGtumE74 .card-title,
.cid-v7CGtumE74 .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-v7CGtumE74 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-v7CGtumE74 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-v7CGtumE74 .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-v7CGtumE74 .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-v7CGtumE74 .it {
  font-style: italic;
}
.cid-v7CGtumE74 .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-v7CGtumE74 .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-v7CGtumE74 .card-title,
.cid-v7CGtumE74 .lin {
  text-align: right;
}
.cid-v7CGtuQL8a {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CGtuQL8a .mbr-overlay {
  background: #5eeebb;
}
.cid-v7CGtuQL8a .row {
  margin: 0;
}
.cid-v7CGtuQL8a .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-v7CGtuQL8a .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-v7CGtuQL8a .mbr-section-title b,
.cid-v7CGtuQL8a .mbr-section-title strong {
  font-weight: 500;
}
.cid-v7CGtuQL8a .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-v7CGtuQL8a .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-v7CGtuQL8a .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-v7CGtuQL8a .carousel-item {
  justify-content: center;
}
.cid-v7CGtuQL8a .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v7CGtuQL8a .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-v7CGtuQL8a .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-v7CGtuQL8a .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-v7CGtuQL8a .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7CGtuQL8a .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-v7CGtuQL8a .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-v7CGtuQL8a .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-v7CGtuQL8a .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v7CGtuQL8a .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-v7CGtuQL8a .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v7CGtuQL8a .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v7CGtuQL8a .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-v7CGtuQL8a .cloneditem-1,
.cid-v7CGtuQL8a .cloneditem-2,
.cid-v7CGtuQL8a .cloneditem-3,
.cid-v7CGtuQL8a .cloneditem-4,
.cid-v7CGtuQL8a .cloneditem-5 {
  display: none;
}
.cid-v7CGtuQL8a .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v7CGtuQL8a .wrap {
    margin-bottom: 50px;
  }
  .cid-v7CGtuQL8a .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-v7CGtuQL8a .arrows {
    display: none;
  }
  .cid-v7CGtuQL8a .carousel-item {
    margin-bottom: 60px;
  }
  .cid-v7CGtuQL8a .container-fluid,
  .cid-v7CGtuQL8a .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v7CGtuQL8a .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v7CGtuQL8a .carousel-inner {
    z-index: 1;
  }
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides2 .cloneditem-1,
  .cid-v7CGtuQL8a .carousel-inner.slides2 .cloneditem-2,
  .cid-v7CGtuQL8a .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides3 .cloneditem-1,
  .cid-v7CGtuQL8a .carousel-inner.slides3 .cloneditem-2,
  .cid-v7CGtuQL8a .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides4 .cloneditem-1,
  .cid-v7CGtuQL8a .carousel-inner.slides4 .cloneditem-2,
  .cid-v7CGtuQL8a .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides5 .cloneditem-1,
  .cid-v7CGtuQL8a .carousel-inner.slides5 .cloneditem-2,
  .cid-v7CGtuQL8a .carousel-inner.slides5 .cloneditem-3,
  .cid-v7CGtuQL8a .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7CGtuQL8a .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7CGtuQL8a .carousel-inner.slides6 .cloneditem-1,
  .cid-v7CGtuQL8a .carousel-inner.slides6 .cloneditem-2,
  .cid-v7CGtuQL8a .carousel-inner.slides6 .cloneditem-3,
  .cid-v7CGtuQL8a .carousel-inner.slides6 .cloneditem-4,
  .cid-v7CGtuQL8a .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v7CGtuQL8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CGtuQL8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CGtvYgAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-v7CGtvYgAd .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-v7CGtvYgAd .mbr-section-title {
  color: #233d63;
}
.cid-v7CGtvYgAd .mbr-section-subtitle {
  text-align: center;
}
.cid-v7CGtvYgAd .mbr-section-btn {
  margin-top: 35px;
}
.cid-v7CGtvYgAd .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-v7CGtvYgAd .mbr-section-btn .btn-white:hover {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.cid-v7CGtvYgAd .mbr-section-title,
.cid-v7CGtvYgAd .mbr-section-btn {
  text-align: center;
}
.cid-v7CGtwbO1U {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #233d63;
}
.cid-v7CGtwbO1U .mbr-section-title {
  letter-spacing: .1em;
}
.cid-v7CGtwbO1U .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-v7CGtwbO1U .card-img span {
  font-size: 100px;
}
.cid-v7CGtwbO1U .mbr-text,
.cid-v7CGtwbO1U .mbr-section-btn {
  color: #efefef;
}
.cid-v7CGtws6on {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095ed5;
}
.cid-v7CGtws6on .container {
  padding: 0 5%;
}
.cid-v7CGtws6on .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-v7CGtws6on .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v7CGtws6on .counter-container ol li {
  list-style: none;
  position: relative;
  background: #ffffff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-v7CGtws6on .counter-container ol li {
    width: auto;
  }
}
.cid-v7CGtws6on .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-v7CGtws6on .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #27c3ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v7CGtws6on .counter-container ol li:before {
    left: -45px;
  }
}
.cid-v7CGtws6on .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
  text-align: center;
}
.cid-v7CGtws6on .mbr-text {
  color: #095ed5;
  text-align: center;
}
.cid-v7CGtws6on .mbr-text P {
  text-align: right;
}
.cid-v7CGtwEo4w {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #075dd4;
  position: relative;
  overflow: hidden;
}
.cid-v7CGtwEo4w .container {
  max-width: 1400px;
}
.cid-v7CGtwEo4w .card-img2 span {
  padding-top: 6px;
}
.cid-v7CGtwEo4w .soc-item a {
  padding-top: 5px;
}
.cid-v7CGtwEo4w .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-v7CGtwEo4w .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-v7CGtwEo4w .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-v7CGtwEo4w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v7CGtwEo4w svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-v7CGtwEo4w #e2_shape {
  fill: #ffffff !important;
}
.cid-v7CGtwEo4w .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-v7CGtwEo4w .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-v7CGtwEo4w .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7CGtwEo4w .card-img {
  width: auto;
}
.cid-v7CGtwEo4w .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-v7CGtwEo4w .soc-item span {
  font-size: 1.4rem;
}
.cid-v7CGtwEo4w .soc-item:hover span {
  color: #1e2149 !important;
}
.cid-v7CGtwEo4w .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v7CGtwEo4w .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v7CGtwEo4w .media-wrap {
  margin-bottom: 1rem;
}
.cid-v7CGtwEo4w .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7CGtwEo4w img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-v7CGtwEo4w .item {
    justify-content: center;
  }
  .cid-v7CGtwEo4w .quote::after {
    left: 60px;
  }
}
.cid-v7CGtwEo4w .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-v7CGtwEo4w .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7CGtwEo4w .text1 {
  color: #ffffff;
  text-align: center;
}
.cid-v7CGtwEo4w .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-v7CGtwEo4w H5 {
  color: #ffffff;
  text-align: center;
}
.cid-v7CGtwEo4w .theme {
  color: #ffffff;
}
.cid-v7CGtwEo4w .copyright > p {
  color: #ff3366;
}
.cid-v7CGtwEo4w .text2 {
  color: #ffffff;
  text-align: center;
}
