.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bed2f5 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #4f6df5 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bed2f5 !important;
  border-color: #bed2f5 !important;
  color: #18489c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #eaf1fc !important;
  border-color: #eaf1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #18489c !important;
  background-color: #eaf1fc !important;
  border-color: #eaf1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f6df5 !important;
  border-color: #4f6df5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7f95f8 !important;
  border-color: #7f95f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f95f8 !important;
  border-color: #7f95f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bed2f5;
  color: #bed2f5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #739ee9 !important;
  background-color: transparent !important;
  border-color: #739ee9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #18489c !important;
  background-color: #bed2f5 !important;
  border-color: #bed2f5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4f6df5;
  color: #4f6df5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d33e1 !important;
  background-color: transparent !important;
  border-color: #0d33e1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f6df5 !important;
  border-color: #4f6df5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bed2f5 !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #4f6df5 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6695e7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0c30d2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bed2f5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f6df5;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bed2f5;
  border-color: #bed2f5;
  color: #1b52b2;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bed2f5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bed2f5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #bed2f5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bed2f5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bed2f5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bed2f5;
  border-bottom-color: #bed2f5;
}
.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: #000000 !important;
  background-color: #bed2f5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d9db4d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23bed2f5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v3dbZqfihi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3dbZqfihi .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v3dbZqfihi .mbr-section-title {
  color: #24262b;
}
.cid-v3dbZqfihi .mbr-section-subtitle {
  color: #24262b;
}
.cid-v3dbZqfihi .cards-row {
  row-gap: 32px;
  align-items: stretch;
}
.cid-v3dbZqfihi .item-content {
  align-self: stretch;
  height: 100%;
  padding: 4rem 3rem;
  background: #4f6df5;
}
@media (max-width: 767px) {
  .cid-v3dbZqfihi .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v3dbZqfihi .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v3dbZqfihi .card-subtitle {
  color: #ffffff;
}
.cid-v3dbZqfihi .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v3dbZqfihi .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3dbZqfihi .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-v3dbZqfihi .item-img {
    min-height: auto;
    height: auto;
  }
}
.cid-v3dbZqfihi .mbr-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-v3dbZqfihi .mbr-embedded-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .cid-v3dbZqfihi .item-img {
    min-height: auto;
    height: auto;
  }
  .cid-v3dbZqfihi .mbr-video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
  }
  .cid-v3dbZqfihi .mbr-embedded-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uwQgs7Y7Af {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwQgs7Y7Af .item-img {
  position: relative;
}
.cid-uwQgs7Y7Af .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uwQgs7Y7Af .cardbg {
  background: #4f6df5;
  height: 100%;
  min-height: 300px;
}
.cid-uwQgs7Y7Af .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uwQgs7Y7Af .image-wrapper {
  overflow: hidden;
}
.cid-uwQgs7Y7Af .item1 {
  margin-bottom: 2rem !important;
}
.cid-uwQgs7Y7Af .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwQgs7Y7Af .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uwQgs7Y7Af .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uwQgs7Y7Af .item1,
.cid-uwQgs7Y7Af .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uwQgs7Y7Af .item1 .item:hover,
.cid-uwQgs7Y7Af .item .item:hover {
  cursor: pointer;
}
.cid-uwQgs7Y7Af .item1:hover .link-icon-wrapper span,
.cid-uwQgs7Y7Af .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uwQgs7Y7Af .card2 {
    margin-top: 1rem;
  }
}
.cid-uwQgs7Y7Af .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uwQgs7Y7Af .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uwQgs7Y7Af .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uwQgs7Y7Af .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uwQgs7Y7Af .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uwQgs7Y7Af .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uwQgs7Y7Af .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uwQgs7Y7Af .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uwQgs7Y7Af .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uwQgs7Y7Af img,
.cid-uwQgs7Y7Af .item-img {
  width: 100%;
}
.cid-uwQgs7Y7Af .item:focus,
.cid-uwQgs7Y7Af span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uwQgs7Y7Af .item {
    margin-bottom: 1rem;
  }
}
.cid-uwQgs7Y7Af .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uwQgs7Y7Af .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwQgs7Y7Af .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uwQgs7Y7Af .mbr-section-subtitle,
.cid-uwQgs7Y7Af .subtitle-wrap,
.cid-uwQgs7Y7Af .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uwQgs7Y7Af .mbr-text,
.cid-uwQgs7Y7Af .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v43Ro1m95G {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v43Ro1m95G img {
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v43Ro1m95G .slide-content {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v43Ro1m95G .slide-content:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-v43Ro1m95G .img-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 0rem;
  color: #000000;
  width: 100%;
}
.cid-v43Ro1m95G .img-link span {
  font-size: 2rem;
  color: currentColor;
}
.cid-v43Ro1m95G .item:focus,
.cid-v43Ro1m95G span:focus {
  outline: none;
}
.cid-v43Ro1m95G .item-wrapper {
  position: relative;
}
.cid-v43Ro1m95G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v43Ro1m95G .mbr-section-title {
  color: #ffffff;
}
.cid-v43Ro1m95G .mbr-text,
.cid-v43Ro1m95G .mbr-section-btn {
  text-align: left;
}
.cid-v43Ro1m95G .item-title {
  text-align: left;
}
.cid-v43Ro1m95G .item-subtitle {
  text-align: left;
}
.cid-v43Ro1m95G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v43Ro1m95G .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v43Ro1m95G .embla__button--next,
.cid-v43Ro1m95G .embla__button--prev {
  display: flex;
}
.cid-v43Ro1m95G .embla__button--prev span {
  padding-right: 7px;
}
.cid-v43Ro1m95G .embla__button--next span {
  padding-left: 3px;
}
.cid-v43Ro1m95G .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  color: black;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v43Ro1m95G .embla__button {
    display: none;
  }
}
.cid-v43Ro1m95G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v43Ro1m95G .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v43Ro1m95G .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 1400px) {
  .cid-v43Ro1m95G .embla__button {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: black;
  }
}
@media (max-width: 767px) {
  .cid-v43Ro1m95G .embla__button {
    top: auto;
    margin-top: -0.5rem;
  }
}
.cid-v43Ro1m95G .embla {
  position: relative;
  width: 100%;
}
.cid-v43Ro1m95G .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v43Ro1m95G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v43Ro1m95G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v43Ro1m95G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v43Ro1m95G .img-link,
.cid-v43Ro1m95G .link-icon {
  color: #000000;
}
.cid-v43Ro1m95G .mbr-section-subtitle {
  color: #4f6df5;
  text-align: right;
}
.cid-uwQdWpIpXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwQdWpIpXg .item-img {
  position: relative;
}
.cid-uwQdWpIpXg .item-img img {
  transition: all 0.2s;
}
.cid-uwQdWpIpXg h5 {
  line-height: 1.2;
}
.cid-uwQdWpIpXg .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uwQdWpIpXg .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uwQdWpIpXg .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uwQdWpIpXg .item:hover img {
  transform: scale(1.05);
}
.cid-uwQdWpIpXg .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #bed2f5;
}
@media (max-width: 992px) {
  .cid-uwQdWpIpXg .subtitle-wrap,
  .cid-uwQdWpIpXg .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uwQdWpIpXg .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uwQdWpIpXg .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwQdWpIpXg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uwQdWpIpXg .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uwQdWpIpXg .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uwQdWpIpXg .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uwQdWpIpXg .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uwQdWpIpXg .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uwQdWpIpXg .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uwQdWpIpXg .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uwQdWpIpXg .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uwQdWpIpXg .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uwQdWpIpXg .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uwQdWpIpXg img,
.cid-uwQdWpIpXg .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uwQdWpIpXg .item:focus,
.cid-uwQdWpIpXg span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uwQdWpIpXg .item {
    margin-bottom: 1rem;
  }
}
.cid-uwQdWpIpXg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uwQdWpIpXg .item-title {
  text-align: left;
  color: #000000;
}
.cid-uwQdWpIpXg .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uwQdWpIpXg .mbr-text,
.cid-uwQdWpIpXg .item .mbr-section-btn {
  color: #000000;
}
.cid-uwQdWpIpXg .mbr-section-subtitle,
.cid-uwQdWpIpXg .subtitle-wrap,
.cid-uwQdWpIpXg .mbr-section-btn {
  text-align: left;
}
.cid-v33MnttZyY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v33MnttZyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v33MnttZyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v33MnttZyY .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #ffffff;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-v33MnttZyY .label-text {
  color: #747474;
}
.cid-v33MnttZyY .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v33MnttZyY .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-v33MnttZyY .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-v33MnttZyY .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-v33MnttZyY .mbr-text {
  margin-top: 30px;
  color: #4f6df5;
}
.cid-v36YWE2Jto {
  padding-top: 560px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-v36YWE2Jto .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36YWE2Jto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UBKp00b9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UBKp00b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UBKp00b9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UBKp00b9 input:hover {
  border-color: white !important;
}
.cid-v2UBKp00b9 .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-v2UBKp00b9 .mb {
    margin-bottom: 2rem;
  }
}
.cid-v2UBKp00b9 img {
  object-fit: cover;
}
.cid-v2UBKp00b9 .btn,
.cid-v2UBKp00b9 .btn:hover,
.cid-v2UBKp00b9 .btn:focus,
.cid-v2UBKp00b9 .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-v2UBKp00b9 .item-wrapper {
  width: 100%;
}
.cid-v2UBKp00b9 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-v2UBKp00b9 .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-v2UBKp00b9 .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2UBKp00b9 .card-box {
    padding: 1rem;
  }
}
.cid-v2UBKp00b9 .mobi-mbri {
  color: black;
  background: #000000;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-v2UBKp00b9 .card-wrapper {
  display: flex;
}
.cid-v2UBKp00b9 .wrap {
  background: #4f6df5;
}
.cid-v2UBKp00b9 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2UBKp00b9 .mbr-text,
.cid-v2UBKp00b9 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v2UBKp00b9 .mbr-link,
.cid-v2UBKp00b9 .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v2UBKp00b9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v2UBKp00b9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v33beG8Jcf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v33beG8Jcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v33beG8Jcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v33beG8Jcf .media-container-row {
  justify-content: space-between;
}
.cid-v33beG8Jcf .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v33beG8Jcf .text-content {
    max-width: none;
  }
}
.cid-v33beG8Jcf .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4f6df5;
  border: 2px solid #4f6df5;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v33beG8Jcf .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v33beG8Jcf .mbr-iconfont-social:hover {
  background-color: #4f6df5;
  color: #ffffff;
}
.cid-v33beG8Jcf .walletpass-embed iframe {
  width: 100%;
  border: 0;
  min-height: 550px;
  display: block;
}
@media (max-width: 768px) {
  .cid-v33beG8Jcf .icons {
    justify-content: center !important;
  }
  .cid-v33beG8Jcf .text-content * {
    text-align: center;
  }
  .cid-v33beG8Jcf .walletpass-embed iframe {
    min-height: 450px;
  }
}
.cid-v44762tXIi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v44762tXIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44762tXIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44762tXIi .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v44762tXIi .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v44762tXIi .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v44762tXIi .bg-twitter:hover {
  background: #0c85d0;
}
.cid-v44762tXIi .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v44762tXIi [class^="socicon-"]:before,
.cid-v44762tXIi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v33ml06V3m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3hD1E8yRA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3hD1E8yRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3hD1E8yRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3hD1E8yRA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v3hD1E8yRA .mbr-section-title {
  color: #24262b;
}
.cid-v3hD1E8yRA .mbr-section-subtitle {
  color: #24262b;
}
.cid-v3hD1E8yRA .cards-row {
  row-gap: 32px;
}
.cid-v3hD1E8yRA .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #4f6df5;
}
@media (max-width: 767px) {
  .cid-v3hD1E8yRA .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v3hD1E8yRA .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v3hD1E8yRA .card-subtitle {
  color: #ffffff;
}
.cid-v3hD1E8yRA .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v3hD1E8yRA .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3hD1E8yRA .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-v3hD1E8yRA .item-img {
    min-height: auto;
  }
}
.cid-v3hD1E8yRA .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-v3hD1E8yRA .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-v3hDaC9kw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3hDaC9kw0 .item-img {
  position: relative;
}
.cid-v3hDaC9kw0 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-v3hDaC9kw0 .card-text {
    padding-left: 4rem;
  }
}
.cid-v3hDaC9kw0 .mbr-section-subtitle,
.cid-v3hDaC9kw0 .item-title {
  line-height: 1.2;
}
.cid-v3hDaC9kw0 .card {
  margin-bottom: 2rem;
}
.cid-v3hDaC9kw0 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v3hDaC9kw0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-v3hDaC9kw0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #4f6df5;
}
@media (max-width: 992px) {
  .cid-v3hDaC9kw0 .image-wrapper {
    min-height: 200px;
  }
}
.cid-v3hDaC9kw0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3hDaC9kw0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3hDaC9kw0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v3hDaC9kw0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v3hDaC9kw0 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v3hDaC9kw0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v3hDaC9kw0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v3hDaC9kw0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v3hDaC9kw0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v3hDaC9kw0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v3hDaC9kw0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v3hDaC9kw0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-v3hDaC9kw0 img,
.cid-v3hDaC9kw0 .item-img {
  width: 100%;
}
.cid-v3hDaC9kw0 .item:focus,
.cid-v3hDaC9kw0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3hDaC9kw0 .item {
    margin-bottom: 1rem;
  }
}
.cid-v3hDaC9kw0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v3hDaC9kw0 .item-title {
  text-align: left;
  color: #000000;
}
.cid-v3hDaC9kw0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v3hDaC9kw0 .mbr-section-subtitle,
.cid-v3hDaC9kw0 .subtitle-wrap,
.cid-v3hDaC9kw0 .mbr-section-btn {
  text-align: left;
}
.cid-v3hDaC9kw0 .mbr-text,
.cid-v3hDaC9kw0 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-v3hDaC9kw0 .mbr-text {
  color: #000000;
}
.cid-v3hD1Ilybe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3hD1Ilybe .item-img {
  position: relative;
}
.cid-v3hD1Ilybe .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-v3hD1Ilybe .cardbg {
  background: #4f6df5;
  height: 100%;
  min-height: 160px;
}
.cid-v3hD1Ilybe .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-v3hD1Ilybe .image-wrapper {
  overflow: hidden;
}
.cid-v3hD1Ilybe .item1 {
  margin-bottom: 2rem !important;
}
.cid-v3hD1Ilybe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3hD1Ilybe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3hD1Ilybe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v3hD1Ilybe .item1,
.cid-v3hD1Ilybe .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-v3hD1Ilybe .item1 .item:hover,
.cid-v3hD1Ilybe .item .item:hover {
  cursor: pointer;
}
.cid-v3hD1Ilybe .item1:hover .link-icon-wrapper span,
.cid-v3hD1Ilybe .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-v3hD1Ilybe .card2 {
    margin-top: 1rem;
  }
}
.cid-v3hD1Ilybe .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v3hD1Ilybe .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v3hD1Ilybe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v3hD1Ilybe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v3hD1Ilybe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v3hD1Ilybe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v3hD1Ilybe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v3hD1Ilybe .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v3hD1Ilybe .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-v3hD1Ilybe img,
.cid-v3hD1Ilybe .item-img {
  width: 100%;
}
.cid-v3hD1Ilybe .item:focus,
.cid-v3hD1Ilybe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3hD1Ilybe .item {
    margin-bottom: 1rem;
  }
}
.cid-v3hD1Ilybe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v3hD1Ilybe .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3hD1Ilybe .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v3hD1Ilybe .mbr-section-subtitle,
.cid-v3hD1Ilybe .subtitle-wrap,
.cid-v3hD1Ilybe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3hD1Ilybe .mbr-text,
.cid-v3hD1Ilybe .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v3hD1ISYKk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3RaAlfR7L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3RaAlfR7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RaAlfR7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3RaAlfR7L .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3RaAlfR7L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3RaAlfR7L .container {
    padding: 0 20px;
  }
}
.cid-v3RaAlfR7L .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-v3RaAlfR7L .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-v3RaAlfR7L .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-v3RaAlfR7L .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-v3RaAlfR7L .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-v3RaAlfR7L .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-v3RaAlfR7L .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v3RaAlfR7L .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3RaAlfR7L .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-v3RaAlfR7L .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-v3RaAlfR7L .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3RaAlfR7L .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-v3RaAlfR7L .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-v3RaAlfR7L .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v3RaAlfR7L .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-v3RaAlfR7L .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3RaAlfR7L .mbr-section-title {
  color: #ffffff;
}
.cid-v3RaAlfR7L .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3RaAlfR7L .mbr-text,
.cid-v3RaAlfR7L .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v3RaAlfR7L .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-v3RaAlfR7L .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-v3RaAlfR7L .mbr-section-title,
.cid-v3RaAlfR7L .mbr-section-btn,
.cid-v3RaAlfR7L .icon-wrapper {
  text-align: center;
}
.cid-v3RdeCeuBk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RdeCeuBk .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3RdeCeuBk .container {
    padding: 0 20px;
  }
}
.cid-v3RdeCeuBk .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #1e1e1e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3RdeCeuBk .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-v3RdeCeuBk .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-v3RdeCeuBk .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RdeCeuBk .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v3RdeCeuBk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3RdeCeuBk .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3RdeCeuBk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3RdeCeuBk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3RdeCeuBk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-v3RdeCeuBk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #000000;
}
.cid-v3RdeCeuBk .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-v3RdeCeuBk .embla__button--next,
.cid-v3RdeCeuBk .embla__button--prev {
  display: flex;
}
.cid-v3RdeCeuBk .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #4f6df5 !important;
  border: 2px solid #4f6df5 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla__button {
    top: 2.5rem;
  }
}
.cid-v3RdeCeuBk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3RdeCeuBk .embla__button:hover {
  opacity: 1 !important;
}
.cid-v3RdeCeuBk .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v3RdeCeuBk .embla__button.embla__button--next {
  right: 30px;
}
.cid-v3RdeCeuBk .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v3RdeCeuBk .embla {
    padding-top: 100px;
  }
}
.cid-v3RdeCeuBk .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v3RdeCeuBk .embla__viewport {
    overflow: hidden;
  }
}
.cid-v3RdeCeuBk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RdeCeuBk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RdeCeuBk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RdeCeuBk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3RdeCeuBk .mbr-section-title {
  color: #ffffff;
}
.cid-v3RdeCeuBk .mbr-text,
.cid-v3RdeCeuBk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3RdeCeuBk .item-name {
  color: #000000;
}
.cid-v3RdeCeuBk .item-role {
  color: #000000;
}
.cid-v3RdeCeuBk .list {
  color: #000000;
}
.cid-v3RdeCeuBk .mbr-section-title,
.cid-v3RdeCeuBk .mbr-section-btn {
  text-align: center;
}
.cid-v3Rb1Z2ITC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Rb1Z2ITC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rb1Z2ITC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Rb1Z2ITC .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3Rb1Z2ITC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .container {
    padding: 0 20px;
  }
}
.cid-v3Rb1Z2ITC .item {
  margin-top: 32px;
}
.cid-v3Rb1Z2ITC .item:first-child {
  margin-top: 0;
}
.cid-v3Rb1Z2ITC .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-v3Rb1Z2ITC .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-v3Rb1Z2ITC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .card-desc_1,
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .card-desc_1,
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .card-title_1,
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-v3Rb1Z2ITC .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3Rb1Z2ITC .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-v3Rb1Z2ITC .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-v3Rb1Z2ITC .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-v3Rb1Z2ITC .card-title_1 {
  color: #000000;
}
.cid-v3Rb1Z2ITC .card-title_2 {
  color: #ffffff;
}
.cid-v3Rb1Z2ITC .card-text_1,
.cid-v3Rb1Z2ITC .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-v3Rb1Z2ITC .card-text_2,
.cid-v3Rb1Z2ITC .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-v3Rb1Z2ITC .card-title_1,
.cid-v3Rb1Z2ITC .buttons_1,
.cid-v3Rb1Z2ITC .icon-wrapper_1,
.cid-v3Rb1Z2ITC .title-wrapper_1 {
  text-align: center;
}
.cid-v3Rb1Z2ITC .card-title_2,
.cid-v3Rb1Z2ITC .buttons_2,
.cid-v3Rb1Z2ITC .icon-wrapper_2,
.cid-v3Rb1Z2ITC .title-wrapper_2 {
  text-align: center;
}
.cid-v3Rb6PhTZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Rb6PhTZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rb6PhTZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Rb6PhTZ6 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3Rb6PhTZ6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3Rb6PhTZ6 .container {
    padding: 0 20px;
  }
}
.cid-v3Rb6PhTZ6 .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #000000;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3Rb6PhTZ6 .row {
    padding: 46px 10px 46px;
  }
}
.cid-v3Rb6PhTZ6 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v3Rb6PhTZ6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3Rb6PhTZ6 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v3Rb6PhTZ6 .item:first-child {
  margin-bottom: 0;
}
.cid-v3Rb6PhTZ6 .item:last-child {
  margin-bottom: 0;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-v3Rb6PhTZ6 .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-v3Rb6PhTZ6 .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v3Rb6PhTZ6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-v3Rb6PhTZ6 .mbr-section-title {
  color: #ffffff;
}
.cid-v3Rb6PhTZ6 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3Rb6PhTZ6 .card-title {
  color: #ffffff;
}
.cid-v3Rb6PhTZ6 .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-v3Rb6PhTZ6 .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-v3Rb6PhTZ6 .mbr-section-title,
.cid-v3Rb6PhTZ6 .mbr-section-btn {
  text-align: center;
}
.cid-v3Rb6PhTZ6 .card-title,
.cid-v3Rb6PhTZ6 .icon-wrapper {
  text-align: center;
}
.cid-v3RenPyeTl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3RenPyeTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RenPyeTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3RenPyeTl .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3RenPyeTl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3RenPyeTl .container {
    padding: 0 20px;
  }
}
.cid-v3RenPyeTl .content-wrapper {
  background-color: #1e1e1e;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v3RenPyeTl .content-wrapper .content-wrap {
  padding: 60px 60px 100px;
}
@media (max-width: 992px) {
  .cid-v3RenPyeTl .content-wrapper .content-wrap {
    padding: 46px 20px 46px;
  }
}
.cid-v3RenPyeTl .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-v3RenPyeTl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3RenPyeTl .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3RenPyeTl .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3RenPyeTl .mbr-figure iframe {
  border-radius: 0 !important;
  height: 800px !important;
}
@media (max-width: 992px) {
  .cid-v3RenPyeTl .mbr-figure iframe {
    height: 400px !important;
  }
}
.cid-v3RenPyeTl .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  height: 800px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RenPyeTl .mbr-figure .app-video-wrapper img {
    height: 400px !important;
  }
}
.cid-v3RenPyeTl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3RenPyeTl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3RenPyeTl .mbr-text,
.cid-v3RenPyeTl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3RdLVbboK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RdLVbboK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3RdLVbboK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3RdLVbboK .container {
    padding: 0 20px;
  }
}
.cid-v3RdLVbboK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v3RdLVbboK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RdLVbboK .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-v3RdLVbboK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3RdLVbboK .embla__button--next,
.cid-v3RdLVbboK .embla__button--prev {
  display: flex;
}
.cid-v3RdLVbboK .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #bed2f5 !important;
  border: 2px solid #bed2f5 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v3RdLVbboK .embla__button {
    top: 2.5rem;
    color: #bed2f5 !important;
    border: 2px solid #bed2f5 !important;
  }
}
@media (max-width: 768px) {
  .cid-v3RdLVbboK .embla__button {
    display: none;
  }
}
.cid-v3RdLVbboK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3RdLVbboK .embla__button:hover {
  opacity: 1 !important;
}
.cid-v3RdLVbboK .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v3RdLVbboK .embla__button.embla__button--next {
  right: 30px;
}
.cid-v3RdLVbboK .embla {
  position: relative;
  width: 100%;
}
.cid-v3RdLVbboK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RdLVbboK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RdLVbboK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RdLVbboK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RdLVbboK .item-desc {
  color: #000000;
  text-align: center;
}
.cid-v3RdLVbboK .item-title {
  color: #000000;
}
.cid-v3RdLVbboK .item-name {
  color: #000000;
}
.cid-v3RdLVbboK .item-role {
  color: #000000;
}
.cid-v3RdLVbboK .list {
  color: #000000;
}
.cid-v3RdLVbboK .item-title,
.cid-v3RdLVbboK .mbr-section-btn,
.cid-v3RdLVbboK .title-wrap {
  text-align: center;
}
.cid-v3Rb9hx2ZV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Rb9hx2ZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rb9hx2ZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Rb9hx2ZV .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3Rb9hx2ZV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3Rb9hx2ZV .container {
    padding: 0 20px;
  }
}
.cid-v3Rb9hx2ZV .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v3Rb9hx2ZV .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3Rb9hx2ZV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rb9hx2ZV .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v3Rb9hx2ZV .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3Rb9hx2ZV .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v3Rb9hx2ZV .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v3Rb9hx2ZV .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v3Rb9hx2ZV .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v3Rb9hx2ZV .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v3Rb9hx2ZV .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v3Rb9hx2ZV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3Rb9hx2ZV .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-primary,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-secondary,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-success,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-info,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-warning,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-danger,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-black,
.cid-v3Rb9hx2ZV .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-v3Rb9hx2ZV .mbr-section-title {
  color: #000000;
}
.cid-v3Rb9hx2ZV .mbr-desc,
.cid-v3Rb9hx2ZV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3Rb9hx2ZV .card-number {
  color: #000000;
}
.cid-v3Rb9hx2ZV .card-title {
  color: #000000;
}
.cid-v3Rb9hx2ZV .mbr-text,
.cid-v3Rb9hx2ZV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3Rb9hx2ZV .mbr-section-title,
.cid-v3Rb9hx2ZV .mbr-section-btn {
  text-align: center;
}
.cid-v3RdOI92nO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3RdOI92nO .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3RdOI92nO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3RdOI92nO .container {
    padding: 0 20px;
  }
}
.cid-v3RdOI92nO .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3RdOI92nO .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-v3RdOI92nO .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-v3RdOI92nO .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-v3RdOI92nO .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-v3RdOI92nO .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3RdOI92nO .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3RdOI92nO .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v3RdOI92nO .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3RdOI92nO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-v3RdOI92nO .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-v3RdOI92nO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3RdOI92nO .embla__slide .slide-content {
  width: 100%;
}
.cid-v3RdOI92nO .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-v3RdOI92nO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RdOI92nO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-v3RdOI92nO .embla__button--next,
.cid-v3RdOI92nO .embla__button--prev {
  display: flex;
}
.cid-v3RdOI92nO .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #4f6df5 !important;
  border: 2px solid #4f6df5 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v3RdOI92nO .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v3RdOI92nO .embla__button {
    display: none;
  }
}
.cid-v3RdOI92nO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3RdOI92nO .embla__button:hover {
  opacity: 1 !important;
}
.cid-v3RdOI92nO .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-v3RdOI92nO .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-v3RdOI92nO .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v3RdOI92nO .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-v3RdOI92nO .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-v3RdOI92nO .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3RdOI92nO .embla__button {
    top: 2.5rem;
  }
}
.cid-v3RdOI92nO .embla {
  position: relative;
  width: 100%;
}
.cid-v3RdOI92nO .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-v3RdOI92nO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RdOI92nO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RdOI92nO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RdOI92nO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3RdOI92nO .mbr-section-title {
  color: #ffffff;
}
.cid-v3RdOI92nO .mbr-text,
.cid-v3RdOI92nO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3RdOI92nO .mbr-section-title,
.cid-v3RdOI92nO .mbr-section-btn {
  text-align: center;
}
.cid-v3QYJBAzW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3QYJBAzW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QYJBAzW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3QYJBAzW3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3QYJBAzW3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v3QYJBAzW3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v3QYJBAzW3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v3QYJBAzW3 .container {
    padding: 0 12px;
  }
}
.cid-v3QYJBAzW3 .row {
  justify-content: center;
}
.cid-v3QYJBAzW3 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-v3QYJBAzW3 .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #4f6df5;
  border-radius: 32px;
  opacity: .85;
}
.cid-v3QYJBAzW3 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3QYJBAzW3 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3QzLwpd7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3QzLwpd7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QzLwpd7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3QzLwpd7A .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-v3QzLwpd7A .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-v3QzLwpd7A .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v3QzLwpd7A .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v3QzLwpd7A .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-v3QzLwpd7A .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-v3QzLwpd7A .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v3QzLwpd7A .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v3QzLwpd7A .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v3QzLwpd7A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3QzLwpd7A .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v3QzLwpd7A .mbr-label,
.cid-v3QzLwpd7A .label-wrapper {
  color: #000000;
}
.cid-v3QzLwpd7A .mbr-section-title {
  color: #000000;
}
.cid-v3QzLwpd7A .mbr-text {
  color: #8a8a8a;
}
.cid-v3QzLwpd7A .card-title {
  color: #000000;
}
.cid-v3QzLwpd7A .card-text {
  color: #8a8a8a;
}
.cid-v3QzLwpd7A .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-v3QzLwpd7A .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3QzLwpd7A .item-star,
.cid-v3QzLwpd7A .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-v3QzLwpd7A .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3QyGXFAch {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3QyGXFAch .item-img {
  position: relative;
}
.cid-v3QyGXFAch .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-v3QyGXFAch .cardbg {
  background: #4f6df5;
  height: 100%;
  min-height: 300px;
}
.cid-v3QyGXFAch .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-v3QyGXFAch .image-wrapper {
  overflow: hidden;
}
.cid-v3QyGXFAch .item1 {
  margin-bottom: 2rem !important;
}
.cid-v3QyGXFAch .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3QyGXFAch .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3QyGXFAch .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v3QyGXFAch .item1,
.cid-v3QyGXFAch .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-v3QyGXFAch .item1 .item:hover,
.cid-v3QyGXFAch .item .item:hover {
  cursor: pointer;
}
.cid-v3QyGXFAch .item1:hover .link-icon-wrapper span,
.cid-v3QyGXFAch .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-v3QyGXFAch .card2 {
    margin-top: 1rem;
  }
}
.cid-v3QyGXFAch .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v3QyGXFAch .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v3QyGXFAch .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v3QyGXFAch .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v3QyGXFAch .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v3QyGXFAch .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v3QyGXFAch .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v3QyGXFAch .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v3QyGXFAch .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-v3QyGXFAch img,
.cid-v3QyGXFAch .item-img {
  width: 100%;
}
.cid-v3QyGXFAch .item:focus,
.cid-v3QyGXFAch span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v3QyGXFAch .item {
    margin-bottom: 1rem;
  }
}
.cid-v3QyGXFAch .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v3QyGXFAch .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3QyGXFAch .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v3QyGXFAch .mbr-section-subtitle,
.cid-v3QyGXFAch .subtitle-wrap,
.cid-v3QyGXFAch .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3QyGXFAch .mbr-text,
.cid-v3QyGXFAch .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v3QAoTMxtM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3QAoTMxtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QAoTMxtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3QAoTMxtM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3QAoTMxtM .items-wrapper {
  margin: 0 -15px;
}
.cid-v3QAoTMxtM .items-wrapper .card {
  padding: 0 15px;
}
.cid-v3QAoTMxtM .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v3QAoTMxtM .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-v3QAoTMxtM .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v3QAoTMxtM .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-v3QAoTMxtM .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-v3QAoTMxtM .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-v3QAoTMxtM .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-v3QAoTMxtM .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-v3QAoTMxtM .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-v3QAoTMxtM .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-v3QAoTMxtM .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-v3QAoTMxtM .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-v3QAoTMxtM .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-v3QAoTMxtM .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-v3QAoTMxtM .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-v3QAoTMxtM .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3QAoTMxtM .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3QAoTMxtM .btn-wrapper {
  margin-top: 35%;
}
.cid-v3QAoTMxtM .mbr-section-title {
  color: #000000;
}
.cid-v3QAoTMxtM .card-title {
  color: #000000;
}
.cid-v3QAoTMxtM .card-number {
  color: #000000;
}
.cid-v3QAoTMxtM .card-desc {
  color: #8a8a8a;
}
.cid-v3R0U5JT7a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3R0U5JT7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3R0U5JT7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3R0U5JT7a .card-row {
  align-items: stretch;
}
.cid-v3R0U5JT7a .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-v3R0U5JT7a .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3R0U5JT7a .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3R0U5JT7a .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v3R0U5JT7a .mbr-media {
  width: 100%;
  position: relative;
}
.cid-v3R0U5JT7a .mbr-media img {
  width: 100%;
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-v3R0U5JT7a .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3R0U5JT7a .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v3R0U5JT7a .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3R0U5JT7a .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3R0U5JT7a .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3R0U5JT7a .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3R0U5JT7a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3R0U5JT7a .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-v3R0U5JT7a .text-row {
    padding-top: 30px;
  }
}
.cid-v3R0U5JT7a .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-v3R0U5JT7a .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-v3R0U5JT7a .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-v3R0U5JT7a .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-v3R0U5JT7a .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-v3R0U5JT7a .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-v3R0U5JT7a .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v3R0U5JT7a .card-text {
    flex-basis: 100%;
  }
}
.cid-v3R0U5JT7a .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-v3R0U5JT7a .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v3LdKHryaV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3LdKHryaV .mbr-media {
  position: relative;
}
.cid-v3LdKHryaV .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.cid-v3LdKHryaV a:hover {
  background-image: none !important;
}
.cid-v3LdKHryaV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3LdKHryaV .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v3LdKHryaV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3LdKHryaV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3LdKHryaV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3LdKHryaV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3LdKHryaV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3LdKHryaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LdKHryaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LdKHryaV .content-head {
  max-width: 800px;
}
.cid-v3LdKHryaV .mbr-section-title {
  color: #000000;
}
.cid-v3LctOmb3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3LctOmb3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LctOmb3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LctOmb3o .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v3LctOmb3o .container {
    padding: 10px 8px;
  }
}
.cid-v3LctOmb3o .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v3LctOmb3o .row {
    padding: 40px 10px;
  }
}
.cid-v3LctOmb3o .row .card,
.cid-v3LctOmb3o .row .item {
  padding: 0;
}
.cid-v3LctOmb3o .row-main {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .cid-v3LctOmb3o .row-main {
    padding-top: 50px;
  }
}
.cid-v3LctOmb3o .row-main .mbr-text {
  margin-bottom: 0;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
.cid-v3LctOmb3o .row-main .mbr-text span {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v3LctOmb3o .row-main .mbr-text {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3LctOmb3o .row-main .mbr-text {
    padding: 0;
  }
}
.cid-v3LctOmb3o .row-main .mbr-section-title {
  margin: 0;
}
.cid-v3LctOmb3o .row-main .mbr-section-title span {
  opacity: .5;
}
.cid-v3LctOmb3o .row-content {
  justify-content: center;
  padding: 40px 32px 84px;
}
@media (max-width: 768px) {
  .cid-v3LctOmb3o .row-content {
    padding: 40px 2px 34px;
  }
}
.cid-v3LctOmb3o .row-content .item {
  padding: 0 8px;
  min-height: 410px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3LctOmb3o .row-content .item {
    min-height: 300px;
  }
}
.cid-v3LctOmb3o .row-content .item:nth-child(2n) .item-wrapper .item-img::before {
  background-color: #715edb;
}
.cid-v3LctOmb3o .row-content .item:nth-child(5n) .item-wrapper .item-img::before {
  background-color: #4f6df5;
}
.cid-v3LctOmb3o .row-content .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-v3LctOmb3o .row-content .item .item-wrapper .item-img {
  position: relative;
  border-radius: 33px !important;
  overflow: hidden;
  height: 100%;
}
.cid-v3LctOmb3o .row-content .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v3LctOmb3o .row-content .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-v3LctOmb3o .row-content .item .item-wrapper .item-img .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 56px 40px 40px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v3LctOmb3o .row-content .item .item-wrapper .item-img .item-content {
    padding: 30px 15px;
  }
}
.cid-v3LctOmb3o .row-content .item .item-wrapper .item-img .item-content .card-number {
  width: 100%;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v3LctOmb3o .row-content .item .item-wrapper .item-img .item-content .card-desc {
  opacity: .8;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v3LctOmb3o .mbr-section-title {
  color: #222222;
}
.cid-v3LctOmb3o .mbr-text {
  color: #222222;
}
.cid-v3LctOmb3o .card-number {
  color: #ffffff;
}
.cid-v3LctOmb3o .card-desc {
  color: #ffffff;
}
.cid-v3LdF54ewQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3LdF54ewQ img {
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v3LdF54ewQ .slide-content {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3LdF54ewQ .slide-content:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-v3LdF54ewQ .img-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 0rem;
  color: #000000;
  width: 100%;
}
.cid-v3LdF54ewQ .img-link span {
  font-size: 2rem;
  color: currentColor;
}
.cid-v3LdF54ewQ .item:focus,
.cid-v3LdF54ewQ span:focus {
  outline: none;
}
.cid-v3LdF54ewQ .item-wrapper {
  position: relative;
}
.cid-v3LdF54ewQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3LdF54ewQ .mbr-section-title {
  color: #ffffff;
}
.cid-v3LdF54ewQ .mbr-text,
.cid-v3LdF54ewQ .mbr-section-btn {
  text-align: left;
}
.cid-v3LdF54ewQ .item-title {
  text-align: left;
}
.cid-v3LdF54ewQ .item-subtitle {
  text-align: left;
}
.cid-v3LdF54ewQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v3LdF54ewQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3LdF54ewQ .embla__button--next,
.cid-v3LdF54ewQ .embla__button--prev {
  display: flex;
}
.cid-v3LdF54ewQ .embla__button--prev span {
  padding-right: 7px;
}
.cid-v3LdF54ewQ .embla__button--next span {
  padding-left: 3px;
}
.cid-v3LdF54ewQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  color: black;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v3LdF54ewQ .embla__button {
    display: none;
  }
}
.cid-v3LdF54ewQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3LdF54ewQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3LdF54ewQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 1400px) {
  .cid-v3LdF54ewQ .embla__button {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: black;
  }
}
@media (max-width: 767px) {
  .cid-v3LdF54ewQ .embla__button {
    top: auto;
    margin-top: -0.5rem;
  }
}
.cid-v3LdF54ewQ .embla {
  position: relative;
  width: 100%;
}
.cid-v3LdF54ewQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3LdF54ewQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3LdF54ewQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3LdF54ewQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3LdF54ewQ .img-link,
.cid-v3LdF54ewQ .link-icon {
  color: #000000;
}
.cid-v3LdF54ewQ .mbr-section-subtitle {
  color: #4f6df5;
  text-align: center;
}
.cid-v33ml06V3m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
