body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #3098f3 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #ffffff 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #3098f3 !important;
  border-color: #3098f3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3098f3 !important;
  border-color: #3098f3 !important;
  box-shadow: #3098f3 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0b6cc1 !important;
  border-color: #0b6cc1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: #000000 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: #ff9966 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #ffffff !important;
  box-shadow: #ffffff 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3098f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0b6cc1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3098f3 !important;
  border-color: #3098f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #ffffff !important;
}
.text-secondary {
  color: #8364e2 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #3098f3 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !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: #0a64b3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3098f3;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f1f8fe;
}
.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*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8364e2 !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='%23ffffff' %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;
}
.cid-sQksmcj3KA {
  z-index: 1000;
  width: 100%;
}
.cid-sQksmcj3KA .btn {
  padding: 0.3rem 2rem;
}
.cid-sQksmcj3KA .nav-link {
  position: relative;
}
.cid-sQksmcj3KA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sQksmcj3KA .nav-link:hover:before {
  width: 100%;
}
.cid-sQksmcj3KA nav.navbar {
  position: fixed;
}
.cid-sQksmcj3KA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQksmcj3KA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQksmcj3KA .dropdown-item:hover,
.cid-sQksmcj3KA .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sQksmcj3KA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQksmcj3KA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQksmcj3KA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQksmcj3KA .container {
  display: flex;
  margin: auto;
}
.cid-sQksmcj3KA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown-menu,
.cid-sQksmcj3KA .navbar.opened {
  background: #082c4e !important;
}
.cid-sQksmcj3KA .nav-item:focus,
.cid-sQksmcj3KA .nav-link:focus {
  outline: none;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQksmcj3KA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQksmcj3KA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #082c4e !important;
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #082c4e;
}
.cid-sQksmcj3KA .navbar.opened {
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQksmcj3KA .navbar .navbar-logo img {
  width: auto;
}
.cid-sQksmcj3KA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar.collapsed {
  justify-content: center;
}
.cid-sQksmcj3KA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQksmcj3KA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQksmcj3KA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sQksmcj3KA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQksmcj3KA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQksmcj3KA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQksmcj3KA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sQksmcj3KA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQksmcj3KA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQksmcj3KA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQksmcj3KA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQksmcj3KA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQksmcj3KA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQksmcj3KA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQksmcj3KA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQksmcj3KA .dropdown-item.active,
.cid-sQksmcj3KA .dropdown-item:active {
  background-color: transparent;
}
.cid-sQksmcj3KA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #082c4e;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQksmcj3KA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQksmcj3KA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQksmcj3KA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQksmcj3KA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQksmcj3KA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQksmcj3KA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQksmcj3KA .navbar {
    height: 70px;
  }
  .cid-sQksmcj3KA .navbar.opened {
    height: auto;
  }
  .cid-sQksmcj3KA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQksrcs27E {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #082c4e;
}
.cid-sQksrcs27E .mbr-section-title {
  color: #ffcc00;
}
.cid-sQksrcs27E .mbr-text,
.cid-sQksrcs27E .mbr-section-btn {
  color: #ffffff;
}
.cid-sQksrcs27E .mbr-section-subtitle {
  color: #8364e2;
}
.cid-sQksrcs27E img {
  border-radius: 2rem;
}
.cid-uPpp9HaFkU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPpp9HaFkU .mbr-text {
  color: #000000;
}
.cid-uPpp9HaFkU .mbr-section-subtitle {
  color: #000000;
}
.cid-uPpp9HaFkU a {
  color: #000000;
}
.cid-uPpp9HaFkU a:hover {
  color: #ffcc00;
}
.cid-uPalmiEa6B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c7e5f7;
}
.cid-uPalmiEa6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPalmiEa6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPalmiEa6B .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uPalmiEa6B .card-wrapper {
  background-color: #ffffff;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uPalmiEa6B .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .cid-uPalmiEa6B .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .cid-uPalmiEa6B .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.cid-uPalmiEa6B .card-wrapper .title-wrapper {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .cid-uPalmiEa6B .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPalmiEa6B .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPalmiEa6B .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
@media (max-width: 992px) {
  .cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 110px;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPalmiEa6B .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPalmiEa6B .mbr-section-title {
  color: #093388;
}
.cid-uPalmiEa6B .mbr-text {
  color: #000000;
}
.cid-uPalmiEa6B label {
  color: #58595b;
}
.cid-uPalmiEa6B a {
  color: #000000;
}
.cid-uPalmiEa6B a:hover {
  color: #ffcc00;
}
.cid-uPalmiEa6B .black-txt {
  color: black;
}
.cid-uPalmiEa6B .black-text:link,
.cid-uPalmiEa6B .black-text:visited,
.cid-uPalmiEa6B .black-text:hover,
.cid-uPalmiEa6B .black-text:active {
  color: black;
}
.cid-uPanYXiNgD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPanYXiNgD .mbr-text {
  color: #000000;
}
.cid-uPanYXiNgD .mbr-section-subtitle {
  color: #000000;
}
.cid-uPanYXiNgD a {
  color: #000000;
}
.cid-uPanYXiNgD a:hover {
  color: #ffcc00;
}
.cid-sQksAAuZhK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQksAAuZhK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #082c4e;
  margin-bottom: 1rem;
}
.cid-sQksAAuZhK .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #0d0c22;
}
.cid-sQksAAuZhK .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-sQksAAuZhK .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-sQksAAuZhK .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-sQksAAuZhK .card-title,
.cid-sQksAAuZhK .card-box {
  color: #000000;
}
.cid-sQksAAuZhK .main-title,
.cid-sQksAAuZhK .title-col {
  text-align: center;
  color: #000000;
}
.cid-sQksAAuZhK .card-text {
  color: #727272;
}
.cid-uPaiHwKey1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPaiHwKey1 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #082c4e;
  margin-bottom: 1rem;
}
.cid-uPaiHwKey1 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #0d0c22;
}
.cid-uPaiHwKey1 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uPaiHwKey1 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uPaiHwKey1 .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-uPaiHwKey1 .card-title,
.cid-uPaiHwKey1 .card-box {
  color: #000000;
}
.cid-uPaiHwKey1 .main-title,
.cid-uPaiHwKey1 .title-col {
  text-align: center;
  color: #000000;
}
.cid-uPaiHwKey1 .card-text {
  color: #727272;
}
.cid-uPb2hkwxnY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uPb2hkwxnY .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uPb2hkwxnY .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uPb2hkwxnY .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uPb2hkwxnY .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uPb2hkwxnY .countdown-cont {
  margin: 0 auto;
}
.cid-uPb2hkwxnY .full-count-container {
  background: #082c4e;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPb2hkwxnY .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPb2hkwxnY .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uPb2hkwxnY .dot {
    display: none;
  }
  .cid-uPb2hkwxnY .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uPb2hkwxnY .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uPb2hkwxnY .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uPb2hkwxnY .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uPb2hkwxnY .number {
    font-size: 25px;
  }
  .cid-uPb2hkwxnY .period {
    font-size: 0.7rem;
  }
}
.cid-uPb2hkwxnY H2 {
  color: #ffcc00;
}
.cid-uPapOVTgwi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPapOVTgwi .mbr-text {
  color: #000000;
}
.cid-uPapOVTgwi .mbr-section-subtitle {
  color: #000000;
}
.cid-uPa58svCeZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPa58svCeZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPa58svCeZ .mbr-text,
.cid-uPa58svCeZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uPa58svCeZ .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPa58svCeZ img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPa58svCeZ .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPa58svCeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa58svCeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPa50SLq9k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPa50SLq9k blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPa50SLq9k .quote {
  color: #e43f3f;
}
.cid-uPa50SLq9k .quote,
.cid-uPa50SLq9k blockquote {
  color: #ffffff;
}
.cid-uPa50SLq9k .mbr-section-title {
  color: #ffffff;
}
.cid-uPa50SLq9k .mbr-text {
  color: #ffffff;
}
.cid-uPart6bAaj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPart6bAaj .row {
  flex-direction: row-reverse;
}
.cid-uPart6bAaj .mbr-section-title {
  color: #000000;
}
.cid-uPart6bAaj .mbr-text,
.cid-uPart6bAaj .mbr-section-btn {
  color: #000000;
}
.cid-uPart6bAaj .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPart6bAaj img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPart6bAaj .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPart6bAaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPart6bAaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPartZ1geo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPartZ1geo blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPartZ1geo .quote {
  color: #e43f3f;
}
.cid-uPartZ1geo .quote,
.cid-uPartZ1geo blockquote {
  color: #ffffff;
}
.cid-uPartZ1geo .mbr-section-title {
  color: #ffffff;
}
.cid-uPartZ1geo .mbr-text {
  color: #000000;
}
.cid-uPaspyP4no {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPaspyP4no .mbr-section-title {
  color: #ffffff;
}
.cid-uPaspyP4no .mbr-text,
.cid-uPaspyP4no .mbr-section-btn {
  color: #ffffff;
}
.cid-uPaspyP4no .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPaspyP4no img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPaspyP4no .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPaspyP4no .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPaspyP4no .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPasqqIXW9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPasqqIXW9 blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPasqqIXW9 .quote {
  color: #e43f3f;
}
.cid-uPasqqIXW9 .quote,
.cid-uPasqqIXW9 blockquote {
  color: #ffffff;
}
.cid-uPasqqIXW9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPasqqIXW9 .mbr-text {
  color: #ffffff;
}
.cid-uPasrkkolg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPasrkkolg .row {
  flex-direction: row-reverse;
}
.cid-uPasrkkolg .mbr-section-title {
  color: #000000;
}
.cid-uPasrkkolg .mbr-text,
.cid-uPasrkkolg .mbr-section-btn {
  color: #000000;
}
.cid-uPasrkkolg .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPasrkkolg img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPasrkkolg .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPasrkkolg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPasrkkolg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPass22f3r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPass22f3r blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPass22f3r .quote {
  color: #e43f3f;
}
.cid-uPass22f3r .quote,
.cid-uPass22f3r blockquote {
  color: #ffffff;
}
.cid-uPass22f3r .mbr-section-title {
  color: #ffffff;
}
.cid-uPass22f3r .mbr-text {
  color: #000000;
}
.cid-uPasZwDnHk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPasZwDnHk .mbr-section-title {
  color: #ffffff;
}
.cid-uPasZwDnHk .mbr-text,
.cid-uPasZwDnHk .mbr-section-btn {
  color: #ffffff;
}
.cid-uPasZwDnHk .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPasZwDnHk img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPasZwDnHk .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPasZwDnHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPasZwDnHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPat0duCW6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPat0duCW6 blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPat0duCW6 .quote {
  color: #e43f3f;
}
.cid-uPat0duCW6 .quote,
.cid-uPat0duCW6 blockquote {
  color: #ffffff;
}
.cid-uPat0duCW6 .mbr-section-title {
  color: #ffffff;
}
.cid-uPat0duCW6 .mbr-text {
  color: #ffffff;
}
.cid-uPat1inQ9O {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPat1inQ9O .row {
  flex-direction: row-reverse;
}
.cid-uPat1inQ9O .mbr-section-title {
  color: #000000;
}
.cid-uPat1inQ9O .mbr-text,
.cid-uPat1inQ9O .mbr-section-btn {
  color: #000000;
}
.cid-uPat1inQ9O .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPat1inQ9O img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPat1inQ9O .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPat1inQ9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPat1inQ9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPat1ShyIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPat1ShyIn blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPat1ShyIn .quote {
  color: #e43f3f;
}
.cid-uPat1ShyIn .quote,
.cid-uPat1ShyIn blockquote {
  color: #ffffff;
}
.cid-uPat1ShyIn .mbr-section-title {
  color: #ffffff;
}
.cid-uPat1ShyIn .mbr-text {
  color: #000000;
}
.cid-uPatK0p9WG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPatK0p9WG .mbr-section-title {
  color: #ffffff;
}
.cid-uPatK0p9WG .mbr-text,
.cid-uPatK0p9WG .mbr-section-btn {
  color: #ffffff;
}
.cid-uPatK0p9WG .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPatK0p9WG img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPatK0p9WG .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPatK0p9WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPatK0p9WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPatKOSqiZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPatKOSqiZ blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPatKOSqiZ .quote {
  color: #e43f3f;
}
.cid-uPatKOSqiZ .quote,
.cid-uPatKOSqiZ blockquote {
  color: #ffffff;
}
.cid-uPatKOSqiZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPatKOSqiZ .mbr-text {
  color: #ffffff;
}
.cid-uPatLFebdc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPatLFebdc .row {
  flex-direction: row-reverse;
}
.cid-uPatLFebdc .mbr-section-title {
  color: #000000;
}
.cid-uPatLFebdc .mbr-text,
.cid-uPatLFebdc .mbr-section-btn {
  color: #000000;
}
.cid-uPatLFebdc .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPatLFebdc img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPatLFebdc .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPatLFebdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPatLFebdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPatMhnabz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPatMhnabz blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPatMhnabz .quote {
  color: #e43f3f;
}
.cid-uPatMhnabz .quote,
.cid-uPatMhnabz blockquote {
  color: #ffffff;
}
.cid-uPatMhnabz .mbr-section-title {
  color: #ffffff;
}
.cid-uPatMhnabz .mbr-text {
  color: #000000;
}
.cid-uPatNFtxul {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPatNFtxul .mbr-section-title {
  color: #ffffff;
}
.cid-uPatNFtxul .mbr-text,
.cid-uPatNFtxul .mbr-section-btn {
  color: #ffffff;
}
.cid-uPatNFtxul .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPatNFtxul img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPatNFtxul .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPatNFtxul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPatNFtxul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPatOnqJLh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPatOnqJLh blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPatOnqJLh .quote {
  color: #e43f3f;
}
.cid-uPatOnqJLh .quote,
.cid-uPatOnqJLh blockquote {
  color: #ffffff;
}
.cid-uPatOnqJLh .mbr-section-title {
  color: #ffffff;
}
.cid-uPatOnqJLh .mbr-text {
  color: #ffffff;
}
.cid-uPatPg1rVr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPatPg1rVr .row {
  flex-direction: row-reverse;
}
.cid-uPatPg1rVr .mbr-section-title {
  color: #000000;
}
.cid-uPatPg1rVr .mbr-text,
.cid-uPatPg1rVr .mbr-section-btn {
  color: #000000;
}
.cid-uPatPg1rVr .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPatPg1rVr img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPatPg1rVr .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPatPg1rVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPatPg1rVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPatPUs5pn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPatPUs5pn blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPatPUs5pn .quote {
  color: #e43f3f;
}
.cid-uPatPUs5pn .quote,
.cid-uPatPUs5pn blockquote {
  color: #ffffff;
}
.cid-uPatPUs5pn .mbr-section-title {
  color: #ffffff;
}
.cid-uPatPUs5pn .mbr-text {
  color: #000000;
}
.cid-uPauOU29ek {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPauOU29ek .mbr-section-title {
  color: #ffffff;
}
.cid-uPauOU29ek .mbr-text,
.cid-uPauOU29ek .mbr-section-btn {
  color: #ffffff;
}
.cid-uPauOU29ek .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPauOU29ek img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPauOU29ek .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPauOU29ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPauOU29ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPauPAgtK3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPauPAgtK3 blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPauPAgtK3 .quote {
  color: #e43f3f;
}
.cid-uPauPAgtK3 .quote,
.cid-uPauPAgtK3 blockquote {
  color: #ffffff;
}
.cid-uPauPAgtK3 .mbr-section-title {
  color: #ffffff;
}
.cid-uPauPAgtK3 .mbr-text {
  color: #ffffff;
}
.cid-uPauQFz2Xc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPauQFz2Xc .row {
  flex-direction: row-reverse;
}
.cid-uPauQFz2Xc .mbr-section-title {
  color: #000000;
}
.cid-uPauQFz2Xc .mbr-text,
.cid-uPauQFz2Xc .mbr-section-btn {
  color: #000000;
}
.cid-uPauQFz2Xc .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPauQFz2Xc img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPauQFz2Xc .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPauQFz2Xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPauQFz2Xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPauRgMI0j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPauRgMI0j blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPauRgMI0j .quote {
  color: #e43f3f;
}
.cid-uPauRgMI0j .quote,
.cid-uPauRgMI0j blockquote {
  color: #ffffff;
}
.cid-uPauRgMI0j .mbr-section-title {
  color: #ffffff;
}
.cid-uPauRgMI0j .mbr-text {
  color: #000000;
}
.cid-uPauS7JQdc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPauS7JQdc .mbr-section-title {
  color: #ffffff;
}
.cid-uPauS7JQdc .mbr-text,
.cid-uPauS7JQdc .mbr-section-btn {
  color: #ffffff;
}
.cid-uPauS7JQdc .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPauS7JQdc img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPauS7JQdc .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPauS7JQdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPauS7JQdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPauSQh57k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPauSQh57k blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPauSQh57k .quote {
  color: #e43f3f;
}
.cid-uPauSQh57k .quote,
.cid-uPauSQh57k blockquote {
  color: #ffffff;
}
.cid-uPauSQh57k .mbr-section-title {
  color: #ffffff;
}
.cid-uPauSQh57k .mbr-text {
  color: #ffffff;
}
.cid-uPauTEAznA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPauTEAznA .row {
  flex-direction: row-reverse;
}
.cid-uPauTEAznA .mbr-section-title {
  color: #000000;
}
.cid-uPauTEAznA .mbr-text,
.cid-uPauTEAznA .mbr-section-btn {
  color: #000000;
}
.cid-uPauTEAznA .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPauTEAznA img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPauTEAznA .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPauTEAznA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPauTEAznA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPauUmafiE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPauUmafiE blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPauUmafiE .quote {
  color: #e43f3f;
}
.cid-uPauUmafiE .quote,
.cid-uPauUmafiE blockquote {
  color: #ffffff;
}
.cid-uPauUmafiE .mbr-section-title {
  color: #ffffff;
}
.cid-uPauUmafiE .mbr-text {
  color: #000000;
}
.cid-uPauVo4On3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPauVo4On3 .mbr-section-title {
  color: #ffffff;
}
.cid-uPauVo4On3 .mbr-text,
.cid-uPauVo4On3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPauVo4On3 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPauVo4On3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPauVo4On3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPauVo4On3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPauVo4On3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPauVXlzDh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPauVXlzDh blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPauVXlzDh .quote {
  color: #e43f3f;
}
.cid-uPauVXlzDh .quote,
.cid-uPauVXlzDh blockquote {
  color: #ffffff;
}
.cid-uPauVXlzDh .mbr-section-title {
  color: #ffffff;
}
.cid-uPauVXlzDh .mbr-text {
  color: #ffffff;
}
.cid-uPauWMuEWc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPauWMuEWc .row {
  flex-direction: row-reverse;
}
.cid-uPauWMuEWc .mbr-section-title {
  color: #000000;
}
.cid-uPauWMuEWc .mbr-text,
.cid-uPauWMuEWc .mbr-section-btn {
  color: #000000;
}
.cid-uPauWMuEWc .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPauWMuEWc img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPauWMuEWc .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPauWMuEWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPauWMuEWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPauXzR65g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f7fb;
}
.cid-uPauXzR65g blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPauXzR65g .quote {
  color: #e43f3f;
}
.cid-uPauXzR65g .quote,
.cid-uPauXzR65g blockquote {
  color: #ffffff;
}
.cid-uPauXzR65g .mbr-section-title {
  color: #ffffff;
}
.cid-uPauXzR65g .mbr-text {
  color: #000000;
}
.cid-uPax284DPX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uPax284DPX .mbr-text {
  color: #ffffff;
}
.cid-uPax284DPX .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-uPaHxlErGK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPaHxlErGK .timeline-element {
  position: relative;
}
.cid-uPaHxlErGK .timelines-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uPaHxlErGK .timelines-container .timeline-element .nth-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cid-uPaHxlErGK .timelines-container .timeline-element .nth-order {
    align-items: flex-start;
  }
}
.cid-uPaHxlErGK .timelines-container .timeline-element:nth-child(2n) .nth-order {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-uPaHxlErGK .timelines-container .timeline-element:nth-child(2n) .nth-order {
    order: 2;
  }
}
.cid-uPaHxlErGK .mbr-section-title,
.cid-uPaHxlErGK .mbr-section-subtitle,
.cid-uPaHxlErGK .timeline-date {
  text-align: center;
}
.cid-uPaHxlErGK .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #082c4e;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uPaHxlErGK .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uPaHxlErGK .iconBackground {
    left: 50%;
  }
}
.cid-uPaHxlErGK .row:after {
  content: "";
  position: absolute;
  background-color: #082c4e;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uPaHxlErGK .row:after {
    height: calc(100% + 30px);
    top: 20px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uPaHxlErGK .row:after {
    height: calc(100% + 28px);
    top: 20px;
    left: 50%;
  }
}
.cid-uPaHxlErGK .timeline-content {
  background: #082c4e;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uPaHxlErGK .timeline-content {
    padding: 1rem;
  }
  .cid-uPaHxlErGK .timeline-date-wrapper,
  .cid-uPaHxlErGK .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uPaHxlErGK .nth-order {
    margin: 4rem 0 1rem 0;
  }
  .cid-uPaHxlErGK .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uPaHxlErGK .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPaHxlErGK .timeline-content {
    padding: 1rem;
  }
  .cid-uPaHxlErGK .timeline-date-wrapper,
  .cid-uPaHxlErGK .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPaHxlErGK .timeline-content {
    padding: 2rem;
  }
  .cid-uPaHxlErGK .timeline-date-wrapper,
  .cid-uPaHxlErGK .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uPaHxlErGK .mbr-text {
  color: #ffffff;
}
.cid-uPaHxlErGK .mbr-timeline-title {
  color: #ffcc00;
}
.cid-uPaLDGR4hG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uPaLDGR4hG blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPaLDGR4hG .quote {
  color: #e43f3f;
}
.cid-uPaLDGR4hG .quote,
.cid-uPaLDGR4hG blockquote {
  color: #ffffff;
}
.cid-uPaLDGR4hG .mbr-section-title {
  color: #ffcc00;
  text-align: center;
}
.cid-uPaLDGR4hG .mbr-text {
  color: #ffffff;
}
.cid-uPaNP9n6jH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPaNP9n6jH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPaNP9n6jH .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPaNP9n6jH .container-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 77%;
}
.cid-uPaNP9n6jH .card-content {
  margin: -80% 0 0 0;
}
.cid-uPaNP9n6jH .card-wrap {
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 20px;
  position: relative;
}
.cid-uPaNP9n6jH .card-wrap__content {
  margin: 0 0 -6vw 0;
  padding: 3rem 1.3rem;
}
.cid-uPaNP9n6jH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uPaNP9n6jH .card-wrap .image-wrap {
  margin: 1rem 2rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uPaNP9n6jH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPaNP9n6jH .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPaNP9n6jH .profile-container .pdd-top:not(:first-child) {
    margin-bottom: 4rem;
  }
}
.cid-uPaNP9n6jH .social-row {
  text-align: center;
}
.cid-uPaNP9n6jH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uPaNP9n6jH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uPaNP9n6jH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uPaNP9n6jH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPaOgLz0Qj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uPaOgLz0Qj blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uPaOgLz0Qj .quote {
  color: #e43f3f;
}
.cid-uPaOgLz0Qj .quote,
.cid-uPaOgLz0Qj blockquote {
  color: #ffffff;
}
.cid-uPaOgLz0Qj .mbr-section-title {
  color: #ffcc00;
  text-align: center;
}
.cid-uPaOgLz0Qj .mbr-text {
  color: #ffffff;
}
.cid-uPaQXOKBCC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c7e5f7;
}
.cid-uPaQXOKBCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPaQXOKBCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPaQXOKBCC .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uPaQXOKBCC .card-wrapper {
  background-color: #ffffff;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uPaQXOKBCC .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .cid-uPaQXOKBCC .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .cid-uPaQXOKBCC .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.cid-uPaQXOKBCC .card-wrapper .title-wrapper {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .cid-uPaQXOKBCC .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPaQXOKBCC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPaQXOKBCC .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
@media (max-width: 992px) {
  .cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 110px;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPaQXOKBCC .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPaQXOKBCC .mbr-section-title {
  color: #093388;
}
.cid-uPaQXOKBCC .mbr-text {
  color: #000000;
}
.cid-uPaQXOKBCC label {
  color: #58595b;
}
.cid-uPaUFqCwsu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082c4e;
}
.cid-uPaUFqCwsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPaUFqCwsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPaUFqCwsu .card-wrapper {
  padding: 32px 64px;
  background-color: #082c4e;
}
@media (max-width: 1440px) {
  .cid-uPaUFqCwsu .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPaUFqCwsu .card-wrapper {
    padding: 24px;
  }
}
.cid-uPaUFqCwsu .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPaUFqCwsu .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPaUFqCwsu .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uPaUFqCwsu .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uPaUFqCwsu .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uPaUFqCwsu .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uPaUFqCwsu .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #2c2c26;
  border: 1px solid #2c2c26;
  color: #ffffff;
}
.cid-uPaUFqCwsu .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPaUFqCwsu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPaUFqCwsu .list,
.cid-uPaUFqCwsu .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uPaUFqCwsu .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPaUFqCwsu .list,
.cid-uPaUFqCwsu .item-wrap,
.cid-uPaUFqCwsu .nav-wrapper {
  color: #ffffff;
}
.cid-HECbYG9xk2 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 7px;
  background: #55b4d4;
  top: 74px;
}
.cid-HECbYG9xk2 .progress-bar {
  height: 7px;
  background: #073b4c;
  width: 0%;
}
.cid-HECbYG9xk2 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-HECbYG9xk2 .hidden {
  display: none;
}
.cid-HECbYG9xk2 H10 {
  color: #767676;
}
