body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 2.15rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.6875rem;
}
.display-7 {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 0.95rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1875rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.72rem;
    font-size: calc( 1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #1269e2 !important;
}
.bg-info {
  background-color: #5f5e5e !important;
}
.bg-warning {
  background-color: #00aeef !important;
}
.bg-danger {
  background-color: #221e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ef2525 !important;
  background-color: #fafafa !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #009bff !important;
  border-color: #009bff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #009bff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #5f5e5e !important;
  border-color: #5f5e5e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #5f5e5e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #1269e2 !important;
  border-color: #1269e2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #1269e2 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00aeef !important;
  border-color: #00aeef !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #00aeef !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #221e53 !important;
  border-color: #221e53 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #221e53 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
  color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #fbfbfb !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white {
  color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ef2525 !important;
  background-color: #fafafa !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #009bff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0066a8 !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: #009bff !important;
  border-color: #009bff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #5f5e5e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #333333 !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: #5f5e5e !important;
  border-color: #5f5e5e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1269e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c4492 !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: #1269e2 !important;
  border-color: #1269e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #00aeef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #006f98 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #221e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #080713 !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: #221e53 !important;
  border-color: #221e53 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fbfbfb;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d0d0d0 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7b7b7b !important;
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #009bff !important;
}
.text-success {
  color: #1269e2 !important;
}
.text-info {
  color: #5f5e5e !important;
}
.text-warning {
  color: #00aeef !important;
}
.text-danger {
  color: #221e53 !important;
}
.text-white {
  color: #fbfbfb !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #005d99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a3d84 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2c2b2b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #006489 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #030308 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c8c8c8 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5f5e5e;
}
.alert-warning {
  background-color: #00aeef;
}
.alert-danger {
  background-color: #221e53;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6dcfa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9f9e9e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bcedff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8a84d3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ERICSSONHILDA-LIGHT';
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #009bff !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='%23000000' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: auto !important;
  max-width: 95% !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 0;
  padding: 1em 3em;
  line-height: 1.25;
  font-weight: 400 !important;
  box-shadow: none !important;
  border: 2px solid currentColor;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.1s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn {
  transition: 0.1s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:active,
.mbr-section-btn .btn-primary-outline:active {
  color: #000000 !important;
}
@media (max-width: 575px) {
  .mbr-section-btn .btn {
    padding: 12px 36px;
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-t4dleiFABW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4dleiFABW nav.navbar {
  position: fixed;
}
.cid-t4dleiFABW .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-t4dleiFABW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4dleiFABW .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-t4dleiFABW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4dleiFABW .dropdown-item:hover,
.cid-t4dleiFABW .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-t4dleiFABW .dropdown-item:hover span {
  color: white;
}
.cid-t4dleiFABW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4dleiFABW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4dleiFABW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4dleiFABW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4dleiFABW .nav-link {
  position: relative;
}
.cid-t4dleiFABW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-t4dleiFABW .dropdown-menu,
.cid-t4dleiFABW .navbar.opened {
  background: #ffffff !important;
}
.cid-t4dleiFABW .nav-item:focus,
.cid-t4dleiFABW .nav-link:focus {
  outline: none;
}
.cid-t4dleiFABW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4dleiFABW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4dleiFABW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4dleiFABW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4dleiFABW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4dleiFABW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4dleiFABW .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #001344;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-t4dleiFABW .navbar.opened {
  transition: all 0.3s;
}
.cid-t4dleiFABW .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-t4dleiFABW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4dleiFABW .navbar .navbar-logo img {
  width: auto;
}
.cid-t4dleiFABW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-t4dleiFABW .navbar.collapsed {
  justify-content: center;
}
.cid-t4dleiFABW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4dleiFABW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4dleiFABW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4dleiFABW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4dleiFABW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4dleiFABW .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-t4dleiFABW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4dleiFABW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4dleiFABW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t4dleiFABW .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-t4dleiFABW .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4dleiFABW .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4dleiFABW .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-t4dleiFABW .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-t4dleiFABW .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-t4dleiFABW .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-t4dleiFABW .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-t4dleiFABW .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-t4dleiFABW .navbar.navbar-short {
  min-height: 64px;
}
.cid-t4dleiFABW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4dleiFABW .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-t4dleiFABW .navbar {
    min-height: 140px !important;
  }
}
.cid-t4dleiFABW .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-t4dleiFABW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4dleiFABW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4dleiFABW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4dleiFABW .dropdown-item.active,
.cid-t4dleiFABW .dropdown-item:active {
  background-color: transparent;
}
.cid-t4dleiFABW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4dleiFABW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4dleiFABW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4dleiFABW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4dleiFABW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4dleiFABW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4dleiFABW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4dleiFABW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4dleiFABW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4dleiFABW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1269e2;
}
.cid-t4dleiFABW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4dleiFABW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dleiFABW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dleiFABW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4dleiFABW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dleiFABW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4dleiFABW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4dleiFABW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dleiFABW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4dleiFABW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4dleiFABW .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-t4dleiFABW .navbar {
    height: 70px;
  }
  .cid-t4dleiFABW .navbar.opened {
    height: auto;
  }
  .cid-t4dleiFABW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4dleiFABW .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-t4dleiFABW .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t4dleiFABW .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4dleiFABW .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4dleiFABW .main-navbar-nav {
    display: none;
  }
}
.cid-t4dleiFABW .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-t4dleiFABW .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-t4dleiFABW .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-t4dleiFABW .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-t4dleiFABW .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-t4dleiFABW .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #001344;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-t4dleiFABW .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #001344;
}
@media (max-width: 767px) {
  .cid-t4dleiFABW .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #001344 !important;
  }
  .cid-t4dleiFABW .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-t4dleiFABW .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-t4dleiFABW .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t4dleiFABW .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.cid-t4dleiFABW .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-t4dleiFABW .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-t4dleiFABW .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-t4dleiFABW .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-t4dliiRNmu {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/screenshot-2025-10-08-at-12.37.37-2000x1328.png");
}
.cid-t4dliiRNmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4dliiRNmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4dliiRNmu .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4dliiRNmu .row {
    flex-wrap: wrap;
  }
}
.cid-t4dliiRNmu .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-t4dliiRNmu .text-container {
    width: 100% !important;
  }
}
.cid-t4dliiRNmu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t4dliiRNmu .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #59c36a;
}
.cid-t4dliiRNmu .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t4dliiRNmu .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4dliiRNmu .mbr-text {
    width: 100%;
  }
}
.cid-t4dliiRNmu .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t4dliiRNmu .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-t4dliiRNmu .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-t4dliiRNmu .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-t4dliiRNmu .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-t4dliiRNmu .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-t4dliiRNmu .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-t4dliiRNmu .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-t4dliiRNmu .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-t4dliiRNmu .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-t4dliiRNmu .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-t4dliiRNmu .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-t4dliiRNmu .mbr-text,
.cid-t4dliiRNmu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZ1JmdCIkb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fbfbfb;
}
.cid-uZ1JmdCIkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1JmdCIkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1JmdCIkb .row {
  justify-content: flex-start;
}
.cid-uZ1JmdCIkb .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uZ1JmdCIkb .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #1269e2;
}
.cid-uZ1JmdCIkb .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uZ1JmdCIkb .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uZ1JmdCIkb .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-uZ1JmdCIkb .mbr-section-title,
.cid-uZ1JmdCIkb .mbr-section-btn {
  color: #221e53;
}
.cid-uZ1JsNgDOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ1JsNgDOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1JsNgDOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1JsNgDOD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZ1JsNgDOD .container-fluid {
    padding: 0 15px;
  }
}
.cid-uZ1JsNgDOD .row {
  margin: 0;
}
.cid-uZ1JsNgDOD .row .card {
  padding: 0;
}
.cid-uZ1JsNgDOD .card-wrapper {
  padding: 140px 30px;
  background-color: #1269e2;
}
@media (max-width: 1440px) {
  .cid-uZ1JsNgDOD .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1JsNgDOD .card-wrapper {
    padding: 15px;
  }
}
.cid-uZ1JsNgDOD .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #221e53;
  margin-bottom: 15px;
}
.cid-uZ1JsNgDOD .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZ1JsNgDOD .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uZ1JsNgDOD .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uZ1JsNgDOD .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ1JsNgDOD .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZ1JsNgDOD .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-uZ1JsNgDOD .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uZ1JsNgDOD .mbr-label {
  color: #000000;
}
.cid-uZ1JsNgDOD .mbr-section-title {
  color: #000000;
}
.cid-uZ1JsNgDOD .mbr-text,
.cid-uZ1JsNgDOD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZ1JsNgDOD .mbr-section-title,
.cid-uZ1JsNgDOD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZ1JsNgDOD .mbr-label,
.cid-uZ1JsNgDOD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ1NU4yKZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1NU4yKZa .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uZ1NU4yKZa .mbr-section-title {
  color: #1269e2;
}
.cid-uZ1NU4yKZa .mbr-section-subtitle {
  color: #221e53;
  margin-top: 16px;
}
.cid-uZ1NU4yKZa .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uZ1NU4yKZa .items-row {
    margin: 0 -15px;
  }
  .cid-uZ1NU4yKZa .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uZ1NU4yKZa .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uZ1NU4yKZa .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uZ1NU4yKZa .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uZ1NU4yKZa .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uZ1NU4yKZa .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uZ1NU4yKZa .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-uZ1NU4yKZa .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uZ1NU4yKZa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uZ1NU4yKZa .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uZ1NU4yKZa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uZ1NU4yKZa .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uZ1NU4yKZa .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uZ1NU4yKZa .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZ1NU4yKZa .item-title,
.cid-uZ1NU4yKZa .mbr-section-btn {
  color: #1269e2;
}
.cid-uaDWdvVsq3 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uaDWdvVsq3 input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uaDWdvVsq3 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uaDWdvVsq3 .btn,
.cid-uaDWdvVsq3 .wrapper {
  border-radius: 2rem !important;
}
.cid-uaDWdvVsq3 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uaDWdvVsq3 .btn {
    width: 100%;
  }
}
.cid-uaDWdvVsq3 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uaDWdvVsq3 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uaDWdvVsq3 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uaDWdvVsq3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaDWdvVsq3 .form-group {
  margin: 0;
}
.cid-uaDWdvVsq3 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uaDWdvVsq3 .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uaDWdvVsq3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaDWdvVsq3 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uaDWdvVsq3 .justify-content-center {
  align-items: center;
}
.cid-uaDWdvVsq3 .mbr-section-title {
  text-align: center;
  color: #1269e2;
}
.cid-uZ1ULDdM5H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uZ1ULDdM5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1ULDdM5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1ULDdM5H .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uZ1ULDdM5H .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .container {
    padding: 0 16px;
  }
}
.cid-uZ1ULDdM5H .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ1ULDdM5H .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .image-wrapper img {
    height: 350px;
  }
}
.cid-uZ1ULDdM5H .content-wrapper {
  margin-left: 82px;
  margin-left: 0;
  margin-right: 82px;
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .content-wrapper {
    margin: 0;
  }
}
.cid-uZ1ULDdM5H .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uZ1ULDdM5H .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uZ1ULDdM5H .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uZ1ULDdM5H .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uZ1ULDdM5H .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uZ1ULDdM5H .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uZ1ULDdM5H .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-control:hover,
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5f5e5e;
  border-color: #000000;
  border-radius: 0;
}
.cid-uZ1ULDdM5H .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.cid-uZ1ULDdM5H .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uZ1ULDdM5H .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uZ1ULDdM5H .mbr-section-title {
  color: #1c1c1c;
}
.cid-uZ1ULDdM5H .mbr-desc {
  color: #1c1c1c;
}
.cid-uZ1ULDdM5H .mbr-text {
  color: #1c1c1c;
}
.cid-uZ1ULDdM5H H5 {
  color: #221e53;
}
.cid-uZ1ULDdM5H P {
  color: #4d546a;
}
.cid-uZ1W31X0To {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #221e53;
}
.cid-uZ1W31X0To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1W31X0To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1W31X0To .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container {
    padding: 0 24px;
  }
}
.cid-uZ1W31X0To .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .border-wrap {
    margin: 28px 0;
  }
}
.cid-uZ1W31X0To .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZ1W31X0To .list {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title,
.cid-uZ1W31X0To .social-wrapper {
  text-align: right;
  color: #221e53;
}
.cid-uZ1W31X0To .list,
.cid-uZ1W31X0To .item-wrap,
.cid-uZ1W31X0To .nav-wrapper {
  color: #ffffff;
}
.cid-uBWyVKAVLM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBWyVKAVLM nav.navbar {
  position: fixed;
}
.cid-uBWyVKAVLM .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-uBWyVKAVLM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBWyVKAVLM .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-uBWyVKAVLM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBWyVKAVLM .dropdown-item:hover,
.cid-uBWyVKAVLM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uBWyVKAVLM .dropdown-item:hover span {
  color: white;
}
.cid-uBWyVKAVLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBWyVKAVLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBWyVKAVLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBWyVKAVLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBWyVKAVLM .nav-link {
  position: relative;
}
.cid-uBWyVKAVLM .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-uBWyVKAVLM .dropdown-menu,
.cid-uBWyVKAVLM .navbar.opened {
  background: #ffffff !important;
}
.cid-uBWyVKAVLM .nav-item:focus,
.cid-uBWyVKAVLM .nav-link:focus {
  outline: none;
}
.cid-uBWyVKAVLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWyVKAVLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWyVKAVLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWyVKAVLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWyVKAVLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWyVKAVLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWyVKAVLM .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #001344;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uBWyVKAVLM .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWyVKAVLM .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-uBWyVKAVLM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWyVKAVLM .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWyVKAVLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-uBWyVKAVLM .navbar.collapsed {
  justify-content: center;
}
.cid-uBWyVKAVLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWyVKAVLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWyVKAVLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBWyVKAVLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWyVKAVLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWyVKAVLM .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-uBWyVKAVLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWyVKAVLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWyVKAVLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uBWyVKAVLM .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-uBWyVKAVLM .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWyVKAVLM .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWyVKAVLM .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-uBWyVKAVLM .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-uBWyVKAVLM .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-uBWyVKAVLM .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-uBWyVKAVLM .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-uBWyVKAVLM .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-uBWyVKAVLM .navbar.navbar-short {
  min-height: 64px;
}
.cid-uBWyVKAVLM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBWyVKAVLM .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-uBWyVKAVLM .navbar {
    min-height: 140px !important;
  }
}
.cid-uBWyVKAVLM .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-uBWyVKAVLM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWyVKAVLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWyVKAVLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWyVKAVLM .dropdown-item.active,
.cid-uBWyVKAVLM .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWyVKAVLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWyVKAVLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWyVKAVLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWyVKAVLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWyVKAVLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBWyVKAVLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBWyVKAVLM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWyVKAVLM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBWyVKAVLM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWyVKAVLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1269e2;
}
.cid-uBWyVKAVLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWyVKAVLM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWyVKAVLM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWyVKAVLM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWyVKAVLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWyVKAVLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWyVKAVLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWyVKAVLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWyVKAVLM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBWyVKAVLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWyVKAVLM .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-uBWyVKAVLM .navbar {
    height: 70px;
  }
  .cid-uBWyVKAVLM .navbar.opened {
    height: auto;
  }
  .cid-uBWyVKAVLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWyVKAVLM .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-uBWyVKAVLM .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uBWyVKAVLM .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWyVKAVLM .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uBWyVKAVLM .main-navbar-nav {
    display: none;
  }
}
.cid-uBWyVKAVLM .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-uBWyVKAVLM .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-uBWyVKAVLM .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-uBWyVKAVLM .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uBWyVKAVLM .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-uBWyVKAVLM .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #001344;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-uBWyVKAVLM .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #001344;
}
@media (max-width: 767px) {
  .cid-uBWyVKAVLM .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #001344 !important;
  }
  .cid-uBWyVKAVLM .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-uBWyVKAVLM .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-uBWyVKAVLM .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uBWyVKAVLM .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.cid-uBWyVKAVLM .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-uBWyVKAVLM .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-uBWyVKAVLM .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-uBWyVKAVLM .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-uBWyVMfVQI {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/shutterstock-1277491078-1000x750.jpg");
}
.cid-uBWyVMfVQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVMfVQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWyVMfVQI .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBWyVMfVQI .row {
    flex-wrap: wrap;
  }
}
.cid-uBWyVMfVQI .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uBWyVMfVQI .text-container {
    width: 100% !important;
  }
}
.cid-uBWyVMfVQI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uBWyVMfVQI .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #da673d;
}
.cid-uBWyVMfVQI .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uBWyVMfVQI .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWyVMfVQI .mbr-text {
    width: 100%;
  }
}
.cid-uBWyVMfVQI .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uBWyVMfVQI .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uBWyVMfVQI .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uBWyVMfVQI .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uBWyVMfVQI .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uBWyVMfVQI .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uBWyVMfVQI .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uBWyVMfVQI .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uBWyVMfVQI .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uBWyVMfVQI .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uBWyVMfVQI .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uBWyVMfVQI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uBWyVMfVQI .mbr-text,
.cid-uBWyVMfVQI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uBWyVNsugl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBWyVNsugl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVNsugl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBWyVNsugl .container {
    padding: 0 30px;
  }
}
.cid-uBWyVNsugl .card {
  justify-content: center;
}
.cid-uBWyVNsugl .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uBWyVNsugl .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uBWyVNsugl .content-wrapper {
    padding: 0;
  }
}
.cid-uBWyVNsugl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uBWyVNsugl .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uBWyVNsugl .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #f44c0e;
}
@media (max-width: 992px) {
  .cid-uBWyVNsugl .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uBWyVNsugl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uBWyVNsugl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uBWyVNsugl .mbr-desc {
  color: #254b45;
}
.cid-uBWyVNsugl .mbr-section-title {
  color: #254b45;
}
.cid-uBWyVNsugl .mbr-text {
  color: #000000;
}
.cid-uBWyVNsugl .mbr-desc,
.cid-uBWyVNsugl .desc-wrapper {
  color: #173d4f;
  text-align: center;
}
.cid-uBWyVNsugl .mbr-section-title,
.cid-uBWyVNsugl .mbr-section-btn {
  color: #727272;
  text-align: center;
}
.cid-uBWyVPtbUm {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #173d4f;
}
.cid-uBWyVPtbUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVPtbUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWyVPtbUm .card {
  min-height: 500px;
}
.cid-uBWyVPtbUm .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uBWyVPtbUm .img1 {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/img-0567-4-1113x1346.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBWyVPtbUm .img2 {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/img-0567-6-copy-1113x1346.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBWyVPtbUm .img3 {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/img-0021-3-1113x1346.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBWyVPtbUm .card-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 8px;
}
.cid-uBWyVPtbUm .card-wrap .image-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBWyVPtbUm .card-wrap .image-wrap {
    left: -100%;
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .cid-uBWyVPtbUm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBWyVPtbUm .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uBWyVPtbUm .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWyVPtbUm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uBWyVPtbUm .card-wrap:hover .image-wrap,
.cid-uBWyVPtbUm .card-wrap:focus-within .image-wrap {
  left: -100%;
  opacity: 0.2;
}
.cid-uBWyVPtbUm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBWyVPtbUm .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .cid-uBWyVPtbUm .social-row {
    text-align: center;
  }
}
.cid-uBWyVPtbUm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uBWyVPtbUm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00aca8;
  font-size: 1.3rem;
}
.cid-uBWyVPtbUm .mbr-role,
.cid-uBWyVPtbUm .social-row {
  color: #d51080;
}
.cid-uBWyVPtbUm .card-title,
.cid-uBWyVPtbUm .social-row {
  color: #00aca8;
}
.cid-uBWyVPtbUm .card-text,
.cid-uBWyVPtbUm .mbr-section-btn,
.cid-uBWyVPtbUm .social-row {
  color: #ffffff;
}
.cid-uBWyVPtbUm .mbr-section-title {
  color: #59c36a;
}
.cid-uBWyVRqSb0 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uBWyVRqSb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVRqSb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWyVRqSb0 .row {
  justify-content: flex-start;
}
.cid-uBWyVRqSb0 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uBWyVRqSb0 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uBWyVRqSb0 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uBWyVRqSb0 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uBWyVX8KYF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-uBWyVX8KYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVX8KYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWyVX8KYF .row {
  justify-content: flex-start;
}
.cid-uBWyVX8KYF .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBWyVX8KYF .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uBWyVX8KYF .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uBWyVX8KYF .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #59c36a;
}
@media (min-width: 992px) {
  .cid-uBWyVX8KYF .main-col {
    min-height: 28.4rem;
  }
}
.cid-uBWyVX8KYF .main-col:hover {
  border-left: 1px solid #59c36a;
  border-right: 1px solid #59c36a;
}
@media (max-width: 991px) {
  .cid-uBWyVX8KYF .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-uBWyVX8KYF .main-col {
    max-width: 100%;
  }
}
.cid-uBWyVX8KYF .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-uBWyVX8KYF .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uBWyVX8KYF .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-uBWyVX8KYF .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #59c36a;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-uBWyVX8KYF .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-uBWyVX8KYF .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uBWyVX8KYF .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWyVX8KYF .head-content {
    padding: 12px;
  }
}
.cid-uBWyVX8KYF .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uBWyVX8KYF .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-uBWyVX8KYF .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-uBWyVX8KYF .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-uBWyVX8KYF .mbr-section-title {
  color: #173d4f;
  width: 100%;
}
.cid-uBWyVX8KYF .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uBWyVX8KYF .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-uBWyVX8KYF .price-name {
  color: #727272;
}
.cid-uBWyVX8KYF .price-number {
  color: #000000;
}
.cid-uBWyVX8KYF .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-uBWyVX8KYF .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-uBWyVX8KYF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uBWyVX8KYF .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWyVX8KYF .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uBWyVYg6bT {
  background-color: #ffffff;
}
.cid-uBWyVYg6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVYg6bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWyVYg6bT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBWyVYg6bT .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBWyVYg6bT .container {
    padding: 0 22px;
  }
}
.cid-uBWyVYg6bT .row {
  justify-content: center;
}
.cid-uBWyVYg6bT .row .card {
  justify-content: flex-end;
}
.cid-uBWyVYg6bT .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uBWyVYg6bT .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uBWyVYg6bT .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBWyVYg6bT .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uBWyVYg6bT .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBWyVYg6bT .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-uBWyVYg6bT .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img:hover::before,
.cid-uBWyVYg6bT .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img:hover img,
.cid-uBWyVYg6bT .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uBWyVYg6bT .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uBWyVYg6bT .items-wrapper {
  margin: 0 -8px;
}
.cid-uBWyVYg6bT .mbr-section-title {
  color: #000000;
}
.cid-uBWyVYg6bT .mbr-text {
  color: #939292;
  text-align: left;
}
.cid-uBWyVYg6bT .card-name {
  color: #00aca8;
}
.cid-uBWyVYg6bT .card-role {
  color: #939292;
}
.cid-uBWyVYg6bT .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBWyVYg6bT .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uBWyVYg6bT .mbr-section-title,
.cid-uBWyVYg6bT .mbr-section-btn {
  text-align: left;
  color: #00aca8;
}
.cid-uBWyVYLF08 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #173d4f;
}
.cid-uBWyVYLF08 input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uBWyVYLF08 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uBWyVYLF08 .btn,
.cid-uBWyVYLF08 .wrapper {
  border-radius: 2rem !important;
}
.cid-uBWyVYLF08 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBWyVYLF08 .btn {
    width: 100%;
  }
}
.cid-uBWyVYLF08 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uBWyVYLF08 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uBWyVYLF08 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uBWyVYLF08 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBWyVYLF08 .form-group {
  margin: 0;
}
.cid-uBWyVYLF08 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWyVYLF08 .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWyVYLF08 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBWyVYLF08 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uBWyVYLF08 .justify-content-center {
  align-items: center;
}
.cid-uBWyVYLF08 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBWyVZgwOh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #000000;
}
.cid-uBWyVZgwOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyVZgwOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWyVZgwOh .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBWyVZgwOh .row {
    flex-wrap: wrap;
  }
}
.cid-uBWyVZgwOh .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-uBWyVZgwOh .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-uBWyVZgwOh .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-uBWyVZgwOh .phone-container {
  max-width: 49%;
}
.cid-uBWyVZgwOh .mbr-text {
  color: #727272;
  margin-bottom: 22px;
}
.cid-uBWyVZgwOh .link-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uBWyVZgwOh .mbr-section-title {
  color: #59c36a;
  width: 100%;
}
.cid-uBWyVZgwOh .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #173d4f;
}
.cid-uBWyVZR0Mc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uBWyVZR0Mc .row {
  align-items: center;
  width: 100%;
}
.cid-uBWyVZR0Mc .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uBWyVZR0Mc .title-text {
  width: 100%;
}
.cid-uBWyVZR0Mc .main-title {
  color: #727272;
  text-align: center;
}
.cid-uBWyVZR0Mc .main-subtitle {
  color: #727272;
}
.cid-uBWyVZR0Mc form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uBWyVZR0Mc form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uBWyVZR0Mc form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uBWyVZR0Mc form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uBWyVZR0Mc form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uBWyVZR0Mc form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-uBWyVZR0Mc form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form select {
  color: #000000 !important;
}
.cid-uBWyVZR0Mc form textarea {
  height: 100px;
}
.cid-uBWyVZR0Mc form input,
.cid-uBWyVZR0Mc form textarea {
  background-color: transparent !important;
}
.cid-uBWyVZR0Mc form input:active,
.cid-uBWyVZR0Mc form textarea:active,
.cid-uBWyVZR0Mc form input:focus,
.cid-uBWyVZR0Mc form textarea:focus {
  border-color: #000000 !important;
}
.cid-uBWyVZR0Mc form input:active::-webkit-input-placeholder,
.cid-uBWyVZR0Mc form textarea:active::-webkit-input-placeholder,
.cid-uBWyVZR0Mc form input:focus::-webkit-input-placeholder,
.cid-uBWyVZR0Mc form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form input:active::-moz-placeholder,
.cid-uBWyVZR0Mc form textarea:active::-moz-placeholder,
.cid-uBWyVZR0Mc form input:focus::-moz-placeholder,
.cid-uBWyVZR0Mc form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form input:active:-moz-placeholder,
.cid-uBWyVZR0Mc form textarea:active:-moz-placeholder,
.cid-uBWyVZR0Mc form input:focus:-moz-placeholder,
.cid-uBWyVZR0Mc form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form input:active:-ms-input-placeholder,
.cid-uBWyVZR0Mc form textarea:active:-ms-input-placeholder,
.cid-uBWyVZR0Mc form input:focus:-ms-input-placeholder,
.cid-uBWyVZR0Mc form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uBWyVZR0Mc form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uBWyVZR0Mc form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uBWyVZR0Mc form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uBWyVZR0Mc form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uBWyVZR0Mc form .form-check-input:focus,
.cid-uBWyVZR0Mc form .form-check-input:hover {
  border-color: #000000 !important;
}
.cid-uBWyVZR0Mc form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-uBWyVZR0Mc LABEL {
  color: #fbfbfb;
  text-align: left;
}
.cid-uZ1W31X0To {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #221e53;
}
.cid-uZ1W31X0To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1W31X0To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1W31X0To .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container {
    padding: 0 24px;
  }
}
.cid-uZ1W31X0To .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .border-wrap {
    margin: 28px 0;
  }
}
.cid-uZ1W31X0To .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZ1W31X0To .list {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title,
.cid-uZ1W31X0To .social-wrapper {
  text-align: right;
  color: #221e53;
}
.cid-uZ1W31X0To .list,
.cid-uZ1W31X0To .item-wrap,
.cid-uZ1W31X0To .nav-wrapper {
  color: #ffffff;
}
.cid-uBWzW6VqRb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBWzW6VqRb nav.navbar {
  position: fixed;
}
.cid-uBWzW6VqRb .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-uBWzW6VqRb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBWzW6VqRb .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-uBWzW6VqRb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBWzW6VqRb .dropdown-item:hover,
.cid-uBWzW6VqRb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uBWzW6VqRb .dropdown-item:hover span {
  color: white;
}
.cid-uBWzW6VqRb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBWzW6VqRb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBWzW6VqRb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBWzW6VqRb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBWzW6VqRb .nav-link {
  position: relative;
}
.cid-uBWzW6VqRb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-uBWzW6VqRb .dropdown-menu,
.cid-uBWzW6VqRb .navbar.opened {
  background: #ffffff !important;
}
.cid-uBWzW6VqRb .nav-item:focus,
.cid-uBWzW6VqRb .nav-link:focus {
  outline: none;
}
.cid-uBWzW6VqRb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWzW6VqRb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWzW6VqRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWzW6VqRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWzW6VqRb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWzW6VqRb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWzW6VqRb .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #001344;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uBWzW6VqRb .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWzW6VqRb .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-uBWzW6VqRb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWzW6VqRb .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWzW6VqRb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-uBWzW6VqRb .navbar.collapsed {
  justify-content: center;
}
.cid-uBWzW6VqRb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWzW6VqRb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWzW6VqRb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBWzW6VqRb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWzW6VqRb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWzW6VqRb .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-uBWzW6VqRb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWzW6VqRb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWzW6VqRb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uBWzW6VqRb .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-uBWzW6VqRb .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWzW6VqRb .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWzW6VqRb .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-uBWzW6VqRb .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-uBWzW6VqRb .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-uBWzW6VqRb .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-uBWzW6VqRb .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-uBWzW6VqRb .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-uBWzW6VqRb .navbar.navbar-short {
  min-height: 64px;
}
.cid-uBWzW6VqRb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBWzW6VqRb .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-uBWzW6VqRb .navbar {
    min-height: 140px !important;
  }
}
.cid-uBWzW6VqRb .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-uBWzW6VqRb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWzW6VqRb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWzW6VqRb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWzW6VqRb .dropdown-item.active,
.cid-uBWzW6VqRb .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWzW6VqRb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWzW6VqRb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWzW6VqRb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWzW6VqRb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWzW6VqRb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBWzW6VqRb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBWzW6VqRb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWzW6VqRb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBWzW6VqRb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWzW6VqRb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1269e2;
}
.cid-uBWzW6VqRb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWzW6VqRb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWzW6VqRb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWzW6VqRb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWzW6VqRb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWzW6VqRb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWzW6VqRb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWzW6VqRb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWzW6VqRb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBWzW6VqRb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWzW6VqRb .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-uBWzW6VqRb .navbar {
    height: 70px;
  }
  .cid-uBWzW6VqRb .navbar.opened {
    height: auto;
  }
  .cid-uBWzW6VqRb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWzW6VqRb .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-uBWzW6VqRb .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uBWzW6VqRb .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWzW6VqRb .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uBWzW6VqRb .main-navbar-nav {
    display: none;
  }
}
.cid-uBWzW6VqRb .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-uBWzW6VqRb .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-uBWzW6VqRb .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-uBWzW6VqRb .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uBWzW6VqRb .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-uBWzW6VqRb .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #001344;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-uBWzW6VqRb .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #001344;
}
@media (max-width: 767px) {
  .cid-uBWzW6VqRb .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #001344 !important;
  }
  .cid-uBWzW6VqRb .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-uBWzW6VqRb .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-uBWzW6VqRb .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uBWzW6VqRb .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.cid-uBWzW6VqRb .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-uBWzW6VqRb .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-uBWzW6VqRb .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-uBWzW6VqRb .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-uBWzW86lJh {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/shutterstock-1277491078-1000x750.jpg");
}
.cid-uBWzW86lJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzW86lJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzW86lJh .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBWzW86lJh .row {
    flex-wrap: wrap;
  }
}
.cid-uBWzW86lJh .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uBWzW86lJh .text-container {
    width: 100% !important;
  }
}
.cid-uBWzW86lJh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uBWzW86lJh .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #da673d;
}
.cid-uBWzW86lJh .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uBWzW86lJh .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWzW86lJh .mbr-text {
    width: 100%;
  }
}
.cid-uBWzW86lJh .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uBWzW86lJh .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uBWzW86lJh .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uBWzW86lJh .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uBWzW86lJh .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uBWzW86lJh .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uBWzW86lJh .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uBWzW86lJh .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uBWzW86lJh .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uBWzW86lJh .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uBWzW86lJh .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uBWzW86lJh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uBWzW86lJh .mbr-text,
.cid-uBWzW86lJh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uBWzW8vFok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBWzW8vFok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzW8vFok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBWzW8vFok .container {
    padding: 0 30px;
  }
}
.cid-uBWzW8vFok .card {
  justify-content: center;
}
.cid-uBWzW8vFok .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uBWzW8vFok .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uBWzW8vFok .content-wrapper {
    padding: 0;
  }
}
.cid-uBWzW8vFok .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uBWzW8vFok .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uBWzW8vFok .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #f44c0e;
}
@media (max-width: 992px) {
  .cid-uBWzW8vFok .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uBWzW8vFok .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uBWzW8vFok .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uBWzW8vFok .mbr-desc {
  color: #254b45;
}
.cid-uBWzW8vFok .mbr-section-title {
  color: #254b45;
}
.cid-uBWzW8vFok .mbr-text {
  color: #000000;
}
.cid-uBWzW8vFok .mbr-desc,
.cid-uBWzW8vFok .desc-wrapper {
  color: #173d4f;
  text-align: center;
}
.cid-uBWzW8vFok .mbr-section-title,
.cid-uBWzW8vFok .mbr-section-btn {
  color: #727272;
  text-align: center;
}
.cid-uBWzW8LSZ5 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #173d4f;
}
.cid-uBWzW8LSZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzW8LSZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzW8LSZ5 .card {
  min-height: 500px;
}
.cid-uBWzW8LSZ5 .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uBWzW8LSZ5 .img1 {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/img-0567-4-1113x1346.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBWzW8LSZ5 .img2 {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/img-0567-6-copy-1113x1346.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBWzW8LSZ5 .img3 {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/img-0021-3-1113x1346.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBWzW8LSZ5 .card-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 8px;
}
.cid-uBWzW8LSZ5 .card-wrap .image-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBWzW8LSZ5 .card-wrap .image-wrap {
    left: -100%;
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .cid-uBWzW8LSZ5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBWzW8LSZ5 .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uBWzW8LSZ5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWzW8LSZ5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uBWzW8LSZ5 .card-wrap:hover .image-wrap,
.cid-uBWzW8LSZ5 .card-wrap:focus-within .image-wrap {
  left: -100%;
  opacity: 0.2;
}
.cid-uBWzW8LSZ5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBWzW8LSZ5 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .cid-uBWzW8LSZ5 .social-row {
    text-align: center;
  }
}
.cid-uBWzW8LSZ5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uBWzW8LSZ5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #00aca8;
  font-size: 1.3rem;
}
.cid-uBWzW8LSZ5 .mbr-role,
.cid-uBWzW8LSZ5 .social-row {
  color: #d51080;
}
.cid-uBWzW8LSZ5 .card-title,
.cid-uBWzW8LSZ5 .social-row {
  color: #00aca8;
}
.cid-uBWzW8LSZ5 .card-text,
.cid-uBWzW8LSZ5 .mbr-section-btn,
.cid-uBWzW8LSZ5 .social-row {
  color: #ffffff;
}
.cid-uBWzW8LSZ5 .mbr-section-title {
  color: #59c36a;
}
.cid-uBWzW9r7pZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uBWzW9r7pZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzW9r7pZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzW9r7pZ .row {
  justify-content: flex-start;
}
.cid-uBWzW9r7pZ .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uBWzW9r7pZ .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uBWzW9r7pZ .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uBWzW9r7pZ .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uBWzW9M7TF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-uBWzW9M7TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzW9M7TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzW9M7TF .row {
  justify-content: flex-start;
}
.cid-uBWzW9M7TF .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBWzW9M7TF .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uBWzW9M7TF .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uBWzW9M7TF .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #59c36a;
}
@media (min-width: 992px) {
  .cid-uBWzW9M7TF .main-col {
    min-height: 28.4rem;
  }
}
.cid-uBWzW9M7TF .main-col:hover {
  border-left: 1px solid #59c36a;
  border-right: 1px solid #59c36a;
}
@media (max-width: 991px) {
  .cid-uBWzW9M7TF .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-uBWzW9M7TF .main-col {
    max-width: 100%;
  }
}
.cid-uBWzW9M7TF .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-uBWzW9M7TF .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uBWzW9M7TF .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-uBWzW9M7TF .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #59c36a;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-uBWzW9M7TF .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-uBWzW9M7TF .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uBWzW9M7TF .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWzW9M7TF .head-content {
    padding: 12px;
  }
}
.cid-uBWzW9M7TF .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uBWzW9M7TF .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-uBWzW9M7TF .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-uBWzW9M7TF .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-uBWzW9M7TF .mbr-section-title {
  color: #173d4f;
  width: 100%;
}
.cid-uBWzW9M7TF .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uBWzW9M7TF .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-uBWzW9M7TF .price-name {
  color: #727272;
}
.cid-uBWzW9M7TF .price-number {
  color: #000000;
}
.cid-uBWzW9M7TF .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-uBWzW9M7TF .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-uBWzW9M7TF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uBWzW9M7TF .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWzW9M7TF .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uBWzWa6ert {
  background-color: #ffffff;
}
.cid-uBWzWa6ert .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzWa6ert .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzWa6ert .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBWzWa6ert .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBWzWa6ert .container {
    padding: 0 22px;
  }
}
.cid-uBWzWa6ert .row {
  justify-content: center;
}
.cid-uBWzWa6ert .row .card {
  justify-content: flex-end;
}
.cid-uBWzWa6ert .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uBWzWa6ert .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uBWzWa6ert .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uBWzWa6ert .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uBWzWa6ert .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uBWzWa6ert .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBWzWa6ert .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uBWzWa6ert .item .item-wrapper .item-img:hover .mbr-iconfont,
.cid-uBWzWa6ert .item .item-wrapper .item-img:focus .mbr-iconfont {
  transform: translateY(0);
  opacity: 1;
}
.cid-uBWzWa6ert .item .item-wrapper .item-img:hover::before,
.cid-uBWzWa6ert .item .item-wrapper .item-img:focus::before {
  opacity: .7;
}
.cid-uBWzWa6ert .item .item-wrapper .item-img:hover img,
.cid-uBWzWa6ert .item .item-wrapper .item-img:focus img {
  filter: blur(10px);
}
.cid-uBWzWa6ert .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uBWzWa6ert .item .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  z-index: 2;
  font-size: 64px;
  color: #ffffff;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uBWzWa6ert .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #635d60;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-uBWzWa6ert .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uBWzWa6ert .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uBWzWa6ert .items-wrapper {
  margin: 0 -8px;
}
.cid-uBWzWa6ert .mbr-section-title {
  color: #000000;
}
.cid-uBWzWa6ert .mbr-text {
  color: #939292;
  text-align: left;
}
.cid-uBWzWa6ert .card-name {
  color: #00aca8;
}
.cid-uBWzWa6ert .card-role {
  color: #939292;
}
.cid-uBWzWa6ert .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBWzWa6ert .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uBWzWa6ert .mbr-section-title,
.cid-uBWzWa6ert .mbr-section-btn {
  text-align: left;
  color: #00aca8;
}
.cid-uBWzWaM2Gs {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #173d4f;
}
.cid-uBWzWaM2Gs input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uBWzWaM2Gs input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uBWzWaM2Gs .btn,
.cid-uBWzWaM2Gs .wrapper {
  border-radius: 2rem !important;
}
.cid-uBWzWaM2Gs .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBWzWaM2Gs .btn {
    width: 100%;
  }
}
.cid-uBWzWaM2Gs .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uBWzWaM2Gs .mbr-section-btn {
    width: 100%;
  }
}
.cid-uBWzWaM2Gs .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uBWzWaM2Gs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBWzWaM2Gs .form-group {
  margin: 0;
}
.cid-uBWzWaM2Gs .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWzWaM2Gs .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uBWzWaM2Gs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBWzWaM2Gs .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uBWzWaM2Gs .justify-content-center {
  align-items: center;
}
.cid-uBWzWaM2Gs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBWzWbhZlN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #000000;
}
.cid-uBWzWbhZlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzWbhZlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzWbhZlN .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uBWzWbhZlN .row {
    flex-wrap: wrap;
  }
}
.cid-uBWzWbhZlN .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-uBWzWbhZlN .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-uBWzWbhZlN .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-uBWzWbhZlN .phone-container {
  max-width: 49%;
}
.cid-uBWzWbhZlN .mbr-text {
  color: #727272;
  margin-bottom: 22px;
}
.cid-uBWzWbhZlN .link-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uBWzWbhZlN .mbr-section-title {
  color: #59c36a;
  width: 100%;
}
.cid-uBWzWbhZlN .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #173d4f;
}
.cid-uBWzWbK4X6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uBWzWbK4X6 .row {
  align-items: center;
  width: 100%;
}
.cid-uBWzWbK4X6 .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uBWzWbK4X6 .title-text {
  width: 100%;
}
.cid-uBWzWbK4X6 .main-title {
  color: #727272;
  text-align: center;
}
.cid-uBWzWbK4X6 .main-subtitle {
  color: #727272;
}
.cid-uBWzWbK4X6 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uBWzWbK4X6 form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uBWzWbK4X6 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uBWzWbK4X6 form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uBWzWbK4X6 form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uBWzWbK4X6 form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-uBWzWbK4X6 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form select {
  color: #000000 !important;
}
.cid-uBWzWbK4X6 form textarea {
  height: 100px;
}
.cid-uBWzWbK4X6 form input,
.cid-uBWzWbK4X6 form textarea {
  background-color: transparent !important;
}
.cid-uBWzWbK4X6 form input:active,
.cid-uBWzWbK4X6 form textarea:active,
.cid-uBWzWbK4X6 form input:focus,
.cid-uBWzWbK4X6 form textarea:focus {
  border-color: #000000 !important;
}
.cid-uBWzWbK4X6 form input:active::-webkit-input-placeholder,
.cid-uBWzWbK4X6 form textarea:active::-webkit-input-placeholder,
.cid-uBWzWbK4X6 form input:focus::-webkit-input-placeholder,
.cid-uBWzWbK4X6 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form input:active::-moz-placeholder,
.cid-uBWzWbK4X6 form textarea:active::-moz-placeholder,
.cid-uBWzWbK4X6 form input:focus::-moz-placeholder,
.cid-uBWzWbK4X6 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form input:active:-moz-placeholder,
.cid-uBWzWbK4X6 form textarea:active:-moz-placeholder,
.cid-uBWzWbK4X6 form input:focus:-moz-placeholder,
.cid-uBWzWbK4X6 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form input:active:-ms-input-placeholder,
.cid-uBWzWbK4X6 form textarea:active:-ms-input-placeholder,
.cid-uBWzWbK4X6 form input:focus:-ms-input-placeholder,
.cid-uBWzWbK4X6 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uBWzWbK4X6 form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uBWzWbK4X6 form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uBWzWbK4X6 form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uBWzWbK4X6 form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uBWzWbK4X6 form .form-check-input:focus,
.cid-uBWzWbK4X6 form .form-check-input:hover {
  border-color: #000000 !important;
}
.cid-uBWzWbK4X6 form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-uBWzWbK4X6 LABEL {
  color: #fbfbfb;
  text-align: left;
}
.cid-uZ1W31X0To {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #221e53;
}
.cid-uZ1W31X0To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1W31X0To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1W31X0To .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container {
    padding: 0 24px;
  }
}
.cid-uZ1W31X0To .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .border-wrap {
    margin: 28px 0;
  }
}
.cid-uZ1W31X0To .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZ1W31X0To .list {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title,
.cid-uZ1W31X0To .social-wrapper {
  text-align: right;
  color: #221e53;
}
.cid-uZ1W31X0To .list,
.cid-uZ1W31X0To .item-wrap,
.cid-uZ1W31X0To .nav-wrapper {
  color: #ffffff;
}
.cid-uO0IIjRqoe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uO0IIjRqoe nav.navbar {
  position: fixed;
}
.cid-uO0IIjRqoe .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-uO0IIjRqoe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uO0IIjRqoe .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-uO0IIjRqoe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uO0IIjRqoe .dropdown-item:hover,
.cid-uO0IIjRqoe .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uO0IIjRqoe .dropdown-item:hover span {
  color: white;
}
.cid-uO0IIjRqoe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uO0IIjRqoe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uO0IIjRqoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uO0IIjRqoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uO0IIjRqoe .nav-link {
  position: relative;
}
.cid-uO0IIjRqoe .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-uO0IIjRqoe .dropdown-menu,
.cid-uO0IIjRqoe .navbar.opened {
  background: #ffffff !important;
}
.cid-uO0IIjRqoe .nav-item:focus,
.cid-uO0IIjRqoe .nav-link:focus {
  outline: none;
}
.cid-uO0IIjRqoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uO0IIjRqoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO0IIjRqoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uO0IIjRqoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO0IIjRqoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO0IIjRqoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO0IIjRqoe .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #001344;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uO0IIjRqoe .navbar.opened {
  transition: all 0.3s;
}
.cid-uO0IIjRqoe .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-uO0IIjRqoe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uO0IIjRqoe .navbar .navbar-logo img {
  width: auto;
}
.cid-uO0IIjRqoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-uO0IIjRqoe .navbar.collapsed {
  justify-content: center;
}
.cid-uO0IIjRqoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uO0IIjRqoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uO0IIjRqoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uO0IIjRqoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO0IIjRqoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO0IIjRqoe .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-uO0IIjRqoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO0IIjRqoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uO0IIjRqoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uO0IIjRqoe .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-uO0IIjRqoe .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO0IIjRqoe .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO0IIjRqoe .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-uO0IIjRqoe .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-uO0IIjRqoe .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-uO0IIjRqoe .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-uO0IIjRqoe .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-uO0IIjRqoe .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-uO0IIjRqoe .navbar.navbar-short {
  min-height: 64px;
}
.cid-uO0IIjRqoe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uO0IIjRqoe .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-uO0IIjRqoe .navbar {
    min-height: 140px !important;
  }
}
.cid-uO0IIjRqoe .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-uO0IIjRqoe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uO0IIjRqoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uO0IIjRqoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO0IIjRqoe .dropdown-item.active,
.cid-uO0IIjRqoe .dropdown-item:active {
  background-color: transparent;
}
.cid-uO0IIjRqoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uO0IIjRqoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO0IIjRqoe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO0IIjRqoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uO0IIjRqoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO0IIjRqoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO0IIjRqoe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uO0IIjRqoe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uO0IIjRqoe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uO0IIjRqoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1269e2;
}
.cid-uO0IIjRqoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uO0IIjRqoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO0IIjRqoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO0IIjRqoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uO0IIjRqoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO0IIjRqoe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uO0IIjRqoe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uO0IIjRqoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO0IIjRqoe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uO0IIjRqoe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uO0IIjRqoe .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-uO0IIjRqoe .navbar {
    height: 70px;
  }
  .cid-uO0IIjRqoe .navbar.opened {
    height: auto;
  }
  .cid-uO0IIjRqoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO0IIjRqoe .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-uO0IIjRqoe .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uO0IIjRqoe .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uO0IIjRqoe .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uO0IIjRqoe .main-navbar-nav {
    display: none;
  }
}
.cid-uO0IIjRqoe .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-uO0IIjRqoe .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-uO0IIjRqoe .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-uO0IIjRqoe .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uO0IIjRqoe .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-uO0IIjRqoe .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #001344;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-uO0IIjRqoe .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #001344;
}
@media (max-width: 767px) {
  .cid-uO0IIjRqoe .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #001344 !important;
  }
  .cid-uO0IIjRqoe .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-uO0IIjRqoe .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-uO0IIjRqoe .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uO0IIjRqoe .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.cid-uO0IIjRqoe .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-uO0IIjRqoe .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-uO0IIjRqoe .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-uO0IIjRqoe .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-uO0IIllsHJ {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/pexels-pixabay-534174.jpg-2000x1335.jpg");
}
.cid-uO0IIllsHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IIllsHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IIllsHJ .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uO0IIllsHJ .row {
    flex-wrap: wrap;
  }
}
.cid-uO0IIllsHJ .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uO0IIllsHJ .text-container {
    width: 100% !important;
  }
}
.cid-uO0IIllsHJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uO0IIllsHJ .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #59c36a;
}
.cid-uO0IIllsHJ .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uO0IIllsHJ .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIllsHJ .mbr-text {
    width: 100%;
  }
}
.cid-uO0IIllsHJ .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uO0IIllsHJ .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uO0IIllsHJ .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uO0IIllsHJ .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIllsHJ .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uO0IIllsHJ .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uO0IIllsHJ .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uO0IIllsHJ .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uO0IIllsHJ .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uO0IIllsHJ .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uO0IIllsHJ .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uO0IIllsHJ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uO0IIllsHJ .mbr-text,
.cid-uO0IIllsHJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uO0IIm7GXK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uO0IIm7GXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IIm7GXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uO0IIm7GXK .container {
    padding: 0 30px;
  }
}
.cid-uO0IIm7GXK .card {
  justify-content: center;
}
.cid-uO0IIm7GXK .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uO0IIm7GXK .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uO0IIm7GXK .content-wrapper {
    padding: 0;
  }
}
.cid-uO0IIm7GXK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uO0IIm7GXK .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uO0IIm7GXK .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ee2524;
}
@media (max-width: 992px) {
  .cid-uO0IIm7GXK .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uO0IIm7GXK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uO0IIm7GXK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uO0IIm7GXK .mbr-desc {
  color: #254b45;
}
.cid-uO0IIm7GXK .mbr-section-title {
  color: #254b45;
}
.cid-uO0IIm7GXK .mbr-text {
  color: #727272;
  text-align: left;
}
.cid-uO0IIm7GXK .mbr-desc,
.cid-uO0IIm7GXK .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uO0IIm7GXK .mbr-section-title,
.cid-uO0IIm7GXK .mbr-section-btn {
  color: #485c78;
  text-align: left;
}
.cid-uO0IImGANl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uO0IImGANl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IImGANl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IImGANl .row {
  justify-content: flex-start;
}
.cid-uO0IImGANl .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uO0IImGANl .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uO0IImGANl .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uO0IImGANl .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uO0IInj4gq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uO0IInj4gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IInj4gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IInj4gq .row {
  justify-content: flex-start;
}
.cid-uO0IInj4gq .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO0IInj4gq .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uO0IInj4gq .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uO0IInj4gq .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #277186;
}
@media (min-width: 992px) {
  .cid-uO0IInj4gq .main-col {
    min-height: 28.4rem;
  }
}
.cid-uO0IInj4gq .main-col:hover {
  border-left: 1px solid #277186;
  border-right: 1px solid #277186;
}
@media (max-width: 991px) {
  .cid-uO0IInj4gq .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-uO0IInj4gq .main-col {
    max-width: 100%;
  }
}
.cid-uO0IInj4gq .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-uO0IInj4gq .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uO0IInj4gq .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-uO0IInj4gq .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #277186;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uO0IInj4gq .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-uO0IInj4gq .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uO0IInj4gq .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0IInj4gq .head-content {
    padding: 12px;
  }
}
.cid-uO0IInj4gq .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uO0IInj4gq .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-uO0IInj4gq .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-uO0IInj4gq .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-uO0IInj4gq .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uO0IInj4gq .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uO0IInj4gq .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-uO0IInj4gq .price-name {
  color: #727272;
}
.cid-uO0IInj4gq .price-number {
  color: #000000;
}
.cid-uO0IInj4gq .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-uO0IInj4gq .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-uO0IInj4gq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uO0IInj4gq .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uO0IInj4gq .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uO0IInj4gq .mbr-text,
.cid-uO0IInj4gq .mbr-section-btn {
  text-align: left;
}
.cid-uO0IInTmsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uO0IInTmsI {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-uO0IInTmsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IInTmsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IInTmsI .row {
  justify-content: space-between;
}
.cid-uO0IInTmsI .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uO0IInTmsI .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uO0IInTmsI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uO0IInTmsI .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uO0IInTmsI .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #173d4f;
}
@media (max-width: 992px) {
  .cid-uO0IInTmsI .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uO0IInTmsI .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uO0IInTmsI .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uO0IInTmsI .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #077575;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uO0IInTmsI .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uO0IInTmsI .panel-group .card:first-child {
  border-top: 1px solid #077575;
}
.cid-uO0IInTmsI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uO0IInTmsI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uO0IInTmsI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uO0IInTmsI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uO0IInTmsI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uO0IInTmsI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uO0IInTmsI .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uO0IInTmsI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uO0IInTmsI .mbr-section-title {
  color: #a67a90;
}
.cid-uO0IInTmsI .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uO0IInTmsI .mbr-email {
  color: #ffffff;
  text-align: left;
}
.cid-uO0IInTmsI .panel-title-edit {
  color: #ffffff;
}
.cid-uO0IInTmsI .panel-text {
  color: #a67a90;
}
.cid-uO0IInTmsI .mbr-desc,
.cid-uO0IInTmsI .card-wrapper {
  text-align: left;
}
.cid-uO0IIovcTC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uO0IIovcTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IIovcTC .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uO0IIovcTC .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uO0IIovcTC .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uO0IIovcTC .item {
  border-bottom: 1px solid #000000;
  max-width: 300px;
}
.cid-uO0IIovcTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IIovcTC .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uO0IIovcTC .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uO0IIovcTC .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uO0IIovcTC .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uO0IIovcTC .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uO0IIovcTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0IIovcTC .image-wrapper {
    padding: 1rem;
  }
}
.cid-uO0IIovcTC .mbr-section-title {
  color: #fc4f4f;
  text-align: left;
}
.cid-uO0IIovcTC .mbr-text,
.cid-uO0IIovcTC .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uO0IIpevuX {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-uO0IIpevuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IIpevuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IIpevuX .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uO0IIpevuX .row .card {
  padding: 0 13px;
}
.cid-uO0IIpevuX .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uO0IIpevuX .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uO0IIpevuX .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uO0IIpevuX .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uO0IIpevuX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uO0IIpevuX .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uO0IIpevuX .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uO0IIpevuX .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uO0IIpevuX .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uO0IIpevuX .card-wrapper {
  overflow: hidden;
}
.cid-uO0IIpevuX .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uO0IIpevuX .card-wrapper .item-content {
  padding: 54px;
  background-color: #fd2555;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uO0IIpevuX .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uO0IIpevuX .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uO0IIpevuX .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uO0IIpevuX .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uO0IIpevuX .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uO0IIpevuX .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uO0IIpevuX .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uO0IIpevuX .mbr-label,
.cid-uO0IIpevuX .label-wrapper {
  color: #151e11;
}
.cid-uO0IIpevuX .mbr-section-title {
  color: #fff7ee;
}
.cid-uO0IIpevuX .mbr-number {
  color: #000000;
}
.cid-uO0IIpevuX .mbr-number-desc {
  color: #fff7ee;
}
.cid-uO0IIpevuX .card-label,
.cid-uO0IIpevuX .card-label-wrapper {
  color: #fff7ee;
}
.cid-uO0IIpevuX .card-title {
  color: #fff7ee;
}
.cid-uO0IIpevuX .card-text {
  color: #fff7ee;
}
.cid-uO0IIpXPsE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO0IIpXPsE .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #f7ebe9;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uO0IIpXPsE .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIpXPsE .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uO0IIpXPsE .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uO0IIpXPsE .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uO0IIpXPsE .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-uO0IIpXPsE .card-box__top {
  text-align: left;
}
.cid-uO0IIpXPsE .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-uO0IIpXPsE .card-title,
.cid-uO0IIpXPsE .iconfont-wrapper {
  color: #000000;
}
.cid-uO0IIpXPsE .card-text {
  color: #000000;
  text-align: center;
}
.cid-uO0IIpXPsE .content-head {
  max-width: 800px;
}
.cid-uO0IIpXPsE .mbr-section-title {
  color: #000000;
}
.cid-uO0IIpXPsE .card-title,
.cid-uO0IIpXPsE .img-wrapper {
  text-align: center;
  color: #005d5d;
}
.cid-uO0IIpXPsE .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uO0IIpXPsE .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uO0IIpXPsE .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uO0IIpXPsE .card-company-name,
.cid-uO0IIpXPsE .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-uO0IIpXPsE .mbr-section-subtitle {
  color: #077575;
}
.cid-uO0IIqJSDe {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uO0IIqJSDe .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #e6f9fe;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uO0IIqJSDe .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIqJSDe .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uO0IIqJSDe .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uO0IIqJSDe .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uO0IIqJSDe .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-uO0IIqJSDe .card-box__top {
  text-align: left;
}
.cid-uO0IIqJSDe .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-uO0IIqJSDe .card-title,
.cid-uO0IIqJSDe .iconfont-wrapper {
  color: #000000;
}
.cid-uO0IIqJSDe .card-text {
  color: #000000;
  text-align: center;
}
.cid-uO0IIqJSDe .content-head {
  max-width: 800px;
}
.cid-uO0IIqJSDe .mbr-section-title {
  color: #000000;
}
.cid-uO0IIqJSDe .card-title,
.cid-uO0IIqJSDe .img-wrapper {
  text-align: center;
  color: #277186;
}
.cid-uO0IIqJSDe .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uO0IIqJSDe .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uO0IIqJSDe .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uO0IIqJSDe .card-company-name,
.cid-uO0IIqJSDe .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-uO0IIqJSDe .mbr-section-subtitle {
  color: #939292;
}
.cid-uO0IIrH838 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uO0IIrH838 input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uO0IIrH838 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uO0IIrH838 .btn,
.cid-uO0IIrH838 .wrapper {
  border-radius: 2rem !important;
}
.cid-uO0IIrH838 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uO0IIrH838 .btn {
    width: 100%;
  }
}
.cid-uO0IIrH838 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uO0IIrH838 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uO0IIrH838 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uO0IIrH838 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0IIrH838 .form-group {
  margin: 0;
}
.cid-uO0IIrH838 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uO0IIrH838 .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0IIrH838 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uO0IIrH838 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uO0IIrH838 .justify-content-center {
  align-items: center;
}
.cid-uO0IIrH838 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uO0IIslD1x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uO0IIslD1x .container {
    padding: 0 16px;
  }
}
.cid-uO0IIslD1x .row {
  justify-content: center;
}
.cid-uO0IIslD1x .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uO0IIslD1x .content-wrapper {
    display: block;
  }
}
.cid-uO0IIslD1x .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uO0IIslD1x .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uO0IIslD1x .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uO0IIslD1x .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uO0IIslD1x .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uO0IIslD1x .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uO0IIslD1x .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uO0IIslD1x .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uO0IIslD1x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uO0IIslD1x .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uO0IIslD1x .embla__slide .slide-content {
  width: 100%;
}
.cid-uO0IIslD1x .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uO0IIslD1x .embla__button--next,
.cid-uO0IIslD1x .embla__button--prev {
  display: flex;
}
.cid-uO0IIslD1x .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uO0IIslD1x .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uO0IIslD1x .embla__button:hover {
  opacity: .5;
}
.cid-uO0IIslD1x .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uO0IIslD1x .embla__button.embla__button--next {
  right: 32px;
}
.cid-uO0IIslD1x .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uO0IIslD1x .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uO0IIslD1x .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uO0IIslD1x .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uO0IIslD1x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uO0IIslD1x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uO0IIslD1x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uO0IIslD1x .mbr-desc {
  color: #173d4f;
  text-align: center;
}
.cid-uO0IItd7CP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/pexels-minan1398-1131458.jpg-1280x852.jpg");
  border-bottom: 1px solid #000000;
}
.cid-uO0IItd7CP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0IItd7CP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0IItd7CP .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uO0IItd7CP .row {
    flex-wrap: wrap;
  }
}
.cid-uO0IItd7CP .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-uO0IItd7CP .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-uO0IItd7CP .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-uO0IItd7CP .phone-container {
  max-width: 49%;
}
.cid-uO0IItd7CP .mbr-text {
  color: #0b3549;
  margin-bottom: 22px;
}
.cid-uO0IItd7CP .link-text {
  color: #0b3549;
  margin-bottom: 0;
}
.cid-uO0IItd7CP .mbr-section-title {
  color: #24f803;
  width: 100%;
}
.cid-uO0IItd7CP .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #173d4f;
}
.cid-uO0IItTDQu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-uO0IItTDQu .row {
  align-items: center;
  width: 100%;
}
.cid-uO0IItTDQu .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uO0IItTDQu .title-text {
  width: 100%;
}
.cid-uO0IItTDQu .main-title {
  color: #727272;
  text-align: center;
}
.cid-uO0IItTDQu .main-subtitle {
  color: #727272;
}
.cid-uO0IItTDQu form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uO0IItTDQu form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uO0IItTDQu form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uO0IItTDQu form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uO0IItTDQu form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uO0IItTDQu form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-uO0IItTDQu form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form select {
  color: #000000 !important;
}
.cid-uO0IItTDQu form textarea {
  height: 100px;
}
.cid-uO0IItTDQu form input,
.cid-uO0IItTDQu form textarea {
  background-color: transparent !important;
}
.cid-uO0IItTDQu form input:active,
.cid-uO0IItTDQu form textarea:active,
.cid-uO0IItTDQu form input:focus,
.cid-uO0IItTDQu form textarea:focus {
  border-color: #000000 !important;
}
.cid-uO0IItTDQu form input:active::-webkit-input-placeholder,
.cid-uO0IItTDQu form textarea:active::-webkit-input-placeholder,
.cid-uO0IItTDQu form input:focus::-webkit-input-placeholder,
.cid-uO0IItTDQu form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form input:active::-moz-placeholder,
.cid-uO0IItTDQu form textarea:active::-moz-placeholder,
.cid-uO0IItTDQu form input:focus::-moz-placeholder,
.cid-uO0IItTDQu form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form input:active:-moz-placeholder,
.cid-uO0IItTDQu form textarea:active:-moz-placeholder,
.cid-uO0IItTDQu form input:focus:-moz-placeholder,
.cid-uO0IItTDQu form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form input:active:-ms-input-placeholder,
.cid-uO0IItTDQu form textarea:active:-ms-input-placeholder,
.cid-uO0IItTDQu form input:focus:-ms-input-placeholder,
.cid-uO0IItTDQu form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uO0IItTDQu form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uO0IItTDQu form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uO0IItTDQu form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uO0IItTDQu form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uO0IItTDQu form .form-check-input:focus,
.cid-uO0IItTDQu form .form-check-input:hover {
  border-color: #000000 !important;
}
.cid-uO0IItTDQu form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-uO0IItTDQu LABEL {
  color: #173d4f;
  text-align: left;
}
.cid-uO0IIveTCW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uO0IIveTCW .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uO0IIveTCW .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIveTCW .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uO0IIveTCW .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uO0IIveTCW .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uO0IIveTCW .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uO0IIveTCW .mbr-section-title {
    width: 100%;
  }
}
.cid-uO0IIveTCW .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uO0IIveTCW .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uO0IIveTCW .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uO0IIveTCW .mbr-text {
    width: 100%;
  }
}
.cid-uO0IIvPBL2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uO0IIvPBL2 .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uO0IIvPBL2 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIvPBL2 .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uO0IIvPBL2 .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uO0IIvPBL2 .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uO0IIvPBL2 .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uO0IIvPBL2 .mbr-section-title {
    width: 100%;
  }
}
.cid-uO0IIvPBL2 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uO0IIvPBL2 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uO0IIvPBL2 .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uO0IIvPBL2 .mbr-text {
    width: 100%;
  }
}
.cid-uO0IIwwcST {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-uO0IIwwcST .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uO0IIwwcST .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uO0IIwwcST .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uO0IIwwcST .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uO0IIwwcST .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uO0IIwwcST .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uO0IIwwcST .mbr-section-title {
    width: 100%;
  }
}
.cid-uO0IIwwcST .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uO0IIwwcST .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uO0IIwwcST .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uO0IIwwcST .mbr-text {
    width: 100%;
  }
}
.cid-uZ1W31X0To {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #221e53;
}
.cid-uZ1W31X0To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1W31X0To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1W31X0To .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container {
    padding: 0 24px;
  }
}
.cid-uZ1W31X0To .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .border-wrap {
    margin: 28px 0;
  }
}
.cid-uZ1W31X0To .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZ1W31X0To .list {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title,
.cid-uZ1W31X0To .social-wrapper {
  text-align: right;
  color: #221e53;
}
.cid-uZ1W31X0To .list,
.cid-uZ1W31X0To .item-wrap,
.cid-uZ1W31X0To .nav-wrapper {
  color: #ffffff;
}
.cid-uSNTpSDwXe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSNTpSDwXe nav.navbar {
  position: fixed;
}
.cid-uSNTpSDwXe .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-uSNTpSDwXe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSNTpSDwXe .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-uSNTpSDwXe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSNTpSDwXe .dropdown-item:hover,
.cid-uSNTpSDwXe .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uSNTpSDwXe .dropdown-item:hover span {
  color: white;
}
.cid-uSNTpSDwXe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSNTpSDwXe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSNTpSDwXe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSNTpSDwXe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSNTpSDwXe .nav-link {
  position: relative;
}
.cid-uSNTpSDwXe .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-uSNTpSDwXe .dropdown-menu,
.cid-uSNTpSDwXe .navbar.opened {
  background: #ffffff !important;
}
.cid-uSNTpSDwXe .nav-item:focus,
.cid-uSNTpSDwXe .nav-link:focus {
  outline: none;
}
.cid-uSNTpSDwXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSNTpSDwXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSNTpSDwXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSNTpSDwXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSNTpSDwXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSNTpSDwXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSNTpSDwXe .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #001344;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uSNTpSDwXe .navbar.opened {
  transition: all 0.3s;
}
.cid-uSNTpSDwXe .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-uSNTpSDwXe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSNTpSDwXe .navbar .navbar-logo img {
  width: auto;
}
.cid-uSNTpSDwXe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-uSNTpSDwXe .navbar.collapsed {
  justify-content: center;
}
.cid-uSNTpSDwXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSNTpSDwXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSNTpSDwXe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSNTpSDwXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSNTpSDwXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSNTpSDwXe .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-uSNTpSDwXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSNTpSDwXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSNTpSDwXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uSNTpSDwXe .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-uSNTpSDwXe .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSNTpSDwXe .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSNTpSDwXe .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-uSNTpSDwXe .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-uSNTpSDwXe .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-uSNTpSDwXe .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-uSNTpSDwXe .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-uSNTpSDwXe .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-uSNTpSDwXe .navbar.navbar-short {
  min-height: 64px;
}
.cid-uSNTpSDwXe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSNTpSDwXe .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-uSNTpSDwXe .navbar {
    min-height: 140px !important;
  }
}
.cid-uSNTpSDwXe .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-uSNTpSDwXe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSNTpSDwXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSNTpSDwXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSNTpSDwXe .dropdown-item.active,
.cid-uSNTpSDwXe .dropdown-item:active {
  background-color: transparent;
}
.cid-uSNTpSDwXe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSNTpSDwXe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSNTpSDwXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSNTpSDwXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSNTpSDwXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSNTpSDwXe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSNTpSDwXe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSNTpSDwXe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSNTpSDwXe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSNTpSDwXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1269e2;
}
.cid-uSNTpSDwXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSNTpSDwXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSNTpSDwXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSNTpSDwXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSNTpSDwXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSNTpSDwXe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSNTpSDwXe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSNTpSDwXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSNTpSDwXe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSNTpSDwXe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSNTpSDwXe .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-uSNTpSDwXe .navbar {
    height: 70px;
  }
  .cid-uSNTpSDwXe .navbar.opened {
    height: auto;
  }
  .cid-uSNTpSDwXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSNTpSDwXe .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-uSNTpSDwXe .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uSNTpSDwXe .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSNTpSDwXe .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uSNTpSDwXe .main-navbar-nav {
    display: none;
  }
}
.cid-uSNTpSDwXe .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-uSNTpSDwXe .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-uSNTpSDwXe .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-uSNTpSDwXe .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uSNTpSDwXe .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-uSNTpSDwXe .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #001344;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-uSNTpSDwXe .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #001344;
}
@media (max-width: 767px) {
  .cid-uSNTpSDwXe .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #001344 !important;
  }
  .cid-uSNTpSDwXe .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-uSNTpSDwXe .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-uSNTpSDwXe .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uSNTpSDwXe .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.cid-uSNTpSDwXe .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-uSNTpSDwXe .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-uSNTpSDwXe .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-uSNTpSDwXe .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-uSNTpTVeTj {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/pexels-pixabay-534174.jpg-2000x1335.jpg");
}
.cid-uSNTpTVeTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpTVeTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpTVeTj .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uSNTpTVeTj .row {
    flex-wrap: wrap;
  }
}
.cid-uSNTpTVeTj .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uSNTpTVeTj .text-container {
    width: 100% !important;
  }
}
.cid-uSNTpTVeTj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uSNTpTVeTj .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #59c36a;
}
.cid-uSNTpTVeTj .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uSNTpTVeTj .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSNTpTVeTj .mbr-text {
    width: 100%;
  }
}
.cid-uSNTpTVeTj .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uSNTpTVeTj .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uSNTpTVeTj .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uSNTpTVeTj .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uSNTpTVeTj .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uSNTpTVeTj .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uSNTpTVeTj .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uSNTpTVeTj .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uSNTpTVeTj .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uSNTpTVeTj .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uSNTpTVeTj .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uSNTpTVeTj .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uSNTpTVeTj .mbr-text,
.cid-uSNTpTVeTj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSNTpUwiY9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uSNTpUwiY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpUwiY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSNTpUwiY9 .container {
    padding: 0 30px;
  }
}
.cid-uSNTpUwiY9 .card {
  justify-content: center;
}
.cid-uSNTpUwiY9 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uSNTpUwiY9 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSNTpUwiY9 .content-wrapper {
    padding: 0;
  }
}
.cid-uSNTpUwiY9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uSNTpUwiY9 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uSNTpUwiY9 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ee2524;
}
@media (max-width: 992px) {
  .cid-uSNTpUwiY9 .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uSNTpUwiY9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSNTpUwiY9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uSNTpUwiY9 .mbr-desc {
  color: #254b45;
}
.cid-uSNTpUwiY9 .mbr-section-title {
  color: #254b45;
}
.cid-uSNTpUwiY9 .mbr-text {
  color: #727272;
  text-align: left;
}
.cid-uSNTpUwiY9 .mbr-desc,
.cid-uSNTpUwiY9 .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uSNTpUwiY9 .mbr-section-title,
.cid-uSNTpUwiY9 .mbr-section-btn {
  color: #485c78;
  text-align: left;
}
.cid-uSNTpUSv2l {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSNTpUSv2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpUSv2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpUSv2l .row {
  justify-content: flex-start;
}
.cid-uSNTpUSv2l .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uSNTpUSv2l .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uSNTpUSv2l .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uSNTpUSv2l .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uSNTpVeex5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uSNTpVeex5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpVeex5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpVeex5 .row {
  justify-content: flex-start;
}
.cid-uSNTpVeex5 .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSNTpVeex5 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uSNTpVeex5 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uSNTpVeex5 .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #00aeef;
}
@media (min-width: 992px) {
  .cid-uSNTpVeex5 .main-col {
    min-height: 28.4rem;
  }
}
.cid-uSNTpVeex5 .main-col:hover {
  border-left: 1px solid #00aeef;
  border-right: 1px solid #00aeef;
}
@media (max-width: 991px) {
  .cid-uSNTpVeex5 .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-uSNTpVeex5 .main-col {
    max-width: 100%;
  }
}
.cid-uSNTpVeex5 .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-uSNTpVeex5 .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uSNTpVeex5 .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-uSNTpVeex5 .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #00aeef;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uSNTpVeex5 .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-uSNTpVeex5 .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uSNTpVeex5 .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-uSNTpVeex5 .head-content {
    padding: 12px;
  }
}
.cid-uSNTpVeex5 .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uSNTpVeex5 .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-uSNTpVeex5 .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-uSNTpVeex5 .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-uSNTpVeex5 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uSNTpVeex5 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uSNTpVeex5 .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-uSNTpVeex5 .price-name {
  color: #727272;
}
.cid-uSNTpVeex5 .price-number {
  color: #000000;
}
.cid-uSNTpVeex5 .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-uSNTpVeex5 .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-uSNTpVeex5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uSNTpVeex5 .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uSNTpVeex5 .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uSNTpVeex5 .mbr-text,
.cid-uSNTpVeex5 .mbr-section-btn {
  text-align: left;
}
.cid-uSNTpVxN4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uSNTpVxN4m {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-uSNTpVxN4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpVxN4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpVxN4m .row {
  justify-content: space-between;
}
.cid-uSNTpVxN4m .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSNTpVxN4m .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uSNTpVxN4m .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSNTpVxN4m .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uSNTpVxN4m .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #00aeef;
}
@media (max-width: 992px) {
  .cid-uSNTpVxN4m .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uSNTpVxN4m .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uSNTpVxN4m .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uSNTpVxN4m .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #2e3deb;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSNTpVxN4m .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uSNTpVxN4m .panel-group .card:first-child {
  border-top: 1px solid #2e3deb;
}
.cid-uSNTpVxN4m .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSNTpVxN4m .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSNTpVxN4m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSNTpVxN4m .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uSNTpVxN4m .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uSNTpVxN4m .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uSNTpVxN4m .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uSNTpVxN4m .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSNTpVxN4m .mbr-section-title {
  color: #ffffff;
}
.cid-uSNTpVxN4m .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSNTpVxN4m .mbr-email {
  color: #ffffff;
  text-align: left;
}
.cid-uSNTpVxN4m .panel-title-edit {
  color: #ffffff;
}
.cid-uSNTpVxN4m .panel-text {
  color: #a67a90;
}
.cid-uSNTpVxN4m .mbr-desc,
.cid-uSNTpVxN4m .card-wrapper {
  text-align: left;
}
.cid-uSNTpVXpBL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSNTpVXpBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpVXpBL .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uSNTpVXpBL .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uSNTpVXpBL .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uSNTpVXpBL .item {
  border-bottom: 1px solid #000000;
  max-width: 300px;
}
.cid-uSNTpVXpBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpVXpBL .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uSNTpVXpBL .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uSNTpVXpBL .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uSNTpVXpBL .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uSNTpVXpBL .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uSNTpVXpBL .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSNTpVXpBL .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSNTpVXpBL .mbr-section-title {
  color: #fc4f4f;
  text-align: left;
}
.cid-uSNTpVXpBL .mbr-text,
.cid-uSNTpVXpBL .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uSNTpWt67z {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-uSNTpWt67z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpWt67z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpWt67z .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uSNTpWt67z .row .card {
  padding: 0 13px;
}
.cid-uSNTpWt67z .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uSNTpWt67z .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uSNTpWt67z .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uSNTpWt67z .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uSNTpWt67z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSNTpWt67z .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uSNTpWt67z .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uSNTpWt67z .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uSNTpWt67z .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uSNTpWt67z .card-wrapper {
  overflow: hidden;
}
.cid-uSNTpWt67z .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uSNTpWt67z .card-wrapper .item-content {
  padding: 54px;
  background-color: #fd2555;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uSNTpWt67z .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uSNTpWt67z .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uSNTpWt67z .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uSNTpWt67z .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uSNTpWt67z .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uSNTpWt67z .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSNTpWt67z .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uSNTpWt67z .mbr-label,
.cid-uSNTpWt67z .label-wrapper {
  color: #151e11;
}
.cid-uSNTpWt67z .mbr-section-title {
  color: #fff7ee;
}
.cid-uSNTpWt67z .mbr-number {
  color: #000000;
}
.cid-uSNTpWt67z .mbr-number-desc {
  color: #221b35;
}
.cid-uSNTpWt67z .card-label,
.cid-uSNTpWt67z .card-label-wrapper {
  color: #fff7ee;
}
.cid-uSNTpWt67z .card-title {
  color: #fff7ee;
}
.cid-uSNTpWt67z .card-text {
  color: #fff7ee;
}
.cid-uSNTpWWqBJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSNTpWWqBJ .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #f0460f;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSNTpWWqBJ .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSNTpWWqBJ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSNTpWWqBJ .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uSNTpWWqBJ .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uSNTpWWqBJ .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-uSNTpWWqBJ .card-box__top {
  text-align: left;
}
.cid-uSNTpWWqBJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-uSNTpWWqBJ .card-title,
.cid-uSNTpWWqBJ .iconfont-wrapper {
  color: #000000;
}
.cid-uSNTpWWqBJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSNTpWWqBJ .content-head {
  max-width: 800px;
}
.cid-uSNTpWWqBJ .mbr-section-title {
  color: #000000;
}
.cid-uSNTpWWqBJ .card-title,
.cid-uSNTpWWqBJ .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSNTpWWqBJ .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uSNTpWWqBJ .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uSNTpWWqBJ .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uSNTpWWqBJ .card-company-name,
.cid-uSNTpWWqBJ .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-uSNTpWWqBJ .mbr-section-subtitle {
  color: #f0460f;
}
.cid-uSNTpXOr2N {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSNTpXOr2N .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #00aeef;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSNTpXOr2N .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSNTpXOr2N .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSNTpXOr2N .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uSNTpXOr2N .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uSNTpXOr2N .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-uSNTpXOr2N .card-box__top {
  text-align: left;
}
.cid-uSNTpXOr2N .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-uSNTpXOr2N .card-title,
.cid-uSNTpXOr2N .iconfont-wrapper {
  color: #000000;
}
.cid-uSNTpXOr2N .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSNTpXOr2N .content-head {
  max-width: 800px;
}
.cid-uSNTpXOr2N .mbr-section-title {
  color: #000000;
}
.cid-uSNTpXOr2N .card-title,
.cid-uSNTpXOr2N .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSNTpXOr2N .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uSNTpXOr2N .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uSNTpXOr2N .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uSNTpXOr2N .card-company-name,
.cid-uSNTpXOr2N .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-uSNTpXOr2N .mbr-section-subtitle {
  color: #f0460f;
}
.cid-uSNTpYrET7 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uSNTpYrET7 input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uSNTpYrET7 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uSNTpYrET7 .btn,
.cid-uSNTpYrET7 .wrapper {
  border-radius: 2rem !important;
}
.cid-uSNTpYrET7 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uSNTpYrET7 .btn {
    width: 100%;
  }
}
.cid-uSNTpYrET7 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uSNTpYrET7 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uSNTpYrET7 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uSNTpYrET7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSNTpYrET7 .form-group {
  margin: 0;
}
.cid-uSNTpYrET7 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSNTpYrET7 .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uSNTpYrET7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uSNTpYrET7 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uSNTpYrET7 .justify-content-center {
  align-items: center;
}
.cid-uSNTpYrET7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSNTpYYSLj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSNTpYYSLj .container {
    padding: 0 16px;
  }
}
.cid-uSNTpYYSLj .row {
  justify-content: center;
}
.cid-uSNTpYYSLj .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSNTpYYSLj .content-wrapper {
    display: block;
  }
}
.cid-uSNTpYYSLj .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uSNTpYYSLj .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uSNTpYYSLj .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uSNTpYYSLj .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSNTpYYSLj .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uSNTpYYSLj .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uSNTpYYSLj .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSNTpYYSLj .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uSNTpYYSLj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSNTpYYSLj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSNTpYYSLj .embla__slide .slide-content {
  width: 100%;
}
.cid-uSNTpYYSLj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uSNTpYYSLj .embla__button--next,
.cid-uSNTpYYSLj .embla__button--prev {
  display: flex;
}
.cid-uSNTpYYSLj .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSNTpYYSLj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSNTpYYSLj .embla__button:hover {
  opacity: .5;
}
.cid-uSNTpYYSLj .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uSNTpYYSLj .embla__button.embla__button--next {
  right: 32px;
}
.cid-uSNTpYYSLj .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uSNTpYYSLj .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uSNTpYYSLj .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uSNTpYYSLj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSNTpYYSLj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSNTpYYSLj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSNTpYYSLj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSNTpYYSLj .mbr-desc {
  color: #173d4f;
  text-align: center;
}
.cid-uSNTpZL6WP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/pexels-minan1398-1131458.jpg-1280x852.jpg");
  border-bottom: 1px solid #000000;
}
.cid-uSNTpZL6WP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNTpZL6WP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNTpZL6WP .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uSNTpZL6WP .row {
    flex-wrap: wrap;
  }
}
.cid-uSNTpZL6WP .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-uSNTpZL6WP .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-uSNTpZL6WP .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-uSNTpZL6WP .phone-container {
  max-width: 49%;
}
.cid-uSNTpZL6WP .mbr-text {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uSNTpZL6WP .link-text {
  color: #00aeef;
  margin-bottom: 0;
}
.cid-uSNTpZL6WP .mbr-section-title {
  color: #00aeef;
  width: 100%;
}
.cid-uSNTpZL6WP .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #173d4f;
}
.cid-uSNTq0eucQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-uSNTq0eucQ .row {
  align-items: center;
  width: 100%;
}
.cid-uSNTq0eucQ .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uSNTq0eucQ .title-text {
  width: 100%;
}
.cid-uSNTq0eucQ .main-title {
  color: #727272;
  text-align: center;
}
.cid-uSNTq0eucQ .main-subtitle {
  color: #727272;
}
.cid-uSNTq0eucQ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uSNTq0eucQ form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uSNTq0eucQ form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uSNTq0eucQ form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uSNTq0eucQ form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uSNTq0eucQ form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-uSNTq0eucQ form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form select {
  color: #000000 !important;
}
.cid-uSNTq0eucQ form textarea {
  height: 100px;
}
.cid-uSNTq0eucQ form input,
.cid-uSNTq0eucQ form textarea {
  background-color: transparent !important;
}
.cid-uSNTq0eucQ form input:active,
.cid-uSNTq0eucQ form textarea:active,
.cid-uSNTq0eucQ form input:focus,
.cid-uSNTq0eucQ form textarea:focus {
  border-color: #000000 !important;
}
.cid-uSNTq0eucQ form input:active::-webkit-input-placeholder,
.cid-uSNTq0eucQ form textarea:active::-webkit-input-placeholder,
.cid-uSNTq0eucQ form input:focus::-webkit-input-placeholder,
.cid-uSNTq0eucQ form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form input:active::-moz-placeholder,
.cid-uSNTq0eucQ form textarea:active::-moz-placeholder,
.cid-uSNTq0eucQ form input:focus::-moz-placeholder,
.cid-uSNTq0eucQ form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form input:active:-moz-placeholder,
.cid-uSNTq0eucQ form textarea:active:-moz-placeholder,
.cid-uSNTq0eucQ form input:focus:-moz-placeholder,
.cid-uSNTq0eucQ form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form input:active:-ms-input-placeholder,
.cid-uSNTq0eucQ form textarea:active:-ms-input-placeholder,
.cid-uSNTq0eucQ form input:focus:-ms-input-placeholder,
.cid-uSNTq0eucQ form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uSNTq0eucQ form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uSNTq0eucQ form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uSNTq0eucQ form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uSNTq0eucQ form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uSNTq0eucQ form .form-check-input:focus,
.cid-uSNTq0eucQ form .form-check-input:hover {
  border-color: #000000 !important;
}
.cid-uSNTq0eucQ form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-uSNTq0eucQ LABEL {
  color: #173d4f;
  text-align: left;
}
.cid-uSNTq1lO4q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uSNTq1lO4q .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uSNTq1lO4q .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uSNTq1lO4q .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uSNTq1lO4q .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uSNTq1lO4q .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uSNTq1lO4q .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uSNTq1lO4q .mbr-section-title {
    width: 100%;
  }
}
.cid-uSNTq1lO4q .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uSNTq1lO4q .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSNTq1lO4q .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uSNTq1lO4q .mbr-text {
    width: 100%;
  }
}
.cid-uSNTq1Tl80 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uSNTq1Tl80 .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uSNTq1Tl80 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uSNTq1Tl80 .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uSNTq1Tl80 .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uSNTq1Tl80 .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uSNTq1Tl80 .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uSNTq1Tl80 .mbr-section-title {
    width: 100%;
  }
}
.cid-uSNTq1Tl80 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uSNTq1Tl80 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSNTq1Tl80 .mbr-text {
  color: #acabab;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uSNTq1Tl80 .mbr-text {
    width: 100%;
  }
}
.cid-uSNTq2nnXf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-uSNTq2nnXf .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uSNTq2nnXf .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uSNTq2nnXf .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uSNTq2nnXf .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uSNTq2nnXf .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uSNTq2nnXf .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uSNTq2nnXf .mbr-section-title {
    width: 100%;
  }
}
.cid-uSNTq2nnXf .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uSNTq2nnXf .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uSNTq2nnXf .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uSNTq2nnXf .mbr-text {
    width: 100%;
  }
}
.cid-uZ1W31X0To {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #221e53;
}
.cid-uZ1W31X0To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1W31X0To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1W31X0To .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container {
    padding: 0 24px;
  }
}
.cid-uZ1W31X0To .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .border-wrap {
    margin: 28px 0;
  }
}
.cid-uZ1W31X0To .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZ1W31X0To .list {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title,
.cid-uZ1W31X0To .social-wrapper {
  text-align: right;
  color: #221e53;
}
.cid-uZ1W31X0To .list,
.cid-uZ1W31X0To .item-wrap,
.cid-uZ1W31X0To .nav-wrapper {
  color: #ffffff;
}
.cid-uTxyjKXZlH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTxyjKXZlH nav.navbar {
  position: fixed;
}
.cid-uTxyjKXZlH .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-uTxyjKXZlH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTxyjKXZlH .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-uTxyjKXZlH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTxyjKXZlH .dropdown-item:hover,
.cid-uTxyjKXZlH .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uTxyjKXZlH .dropdown-item:hover span {
  color: white;
}
.cid-uTxyjKXZlH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTxyjKXZlH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTxyjKXZlH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTxyjKXZlH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTxyjKXZlH .nav-link {
  position: relative;
}
.cid-uTxyjKXZlH .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-uTxyjKXZlH .dropdown-menu,
.cid-uTxyjKXZlH .navbar.opened {
  background: #ffffff !important;
}
.cid-uTxyjKXZlH .nav-item:focus,
.cid-uTxyjKXZlH .nav-link:focus {
  outline: none;
}
.cid-uTxyjKXZlH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTxyjKXZlH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTxyjKXZlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTxyjKXZlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTxyjKXZlH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTxyjKXZlH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTxyjKXZlH .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #001344;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-uTxyjKXZlH .navbar.opened {
  transition: all 0.3s;
}
.cid-uTxyjKXZlH .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-uTxyjKXZlH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTxyjKXZlH .navbar .navbar-logo img {
  width: auto;
}
.cid-uTxyjKXZlH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-uTxyjKXZlH .navbar.collapsed {
  justify-content: center;
}
.cid-uTxyjKXZlH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTxyjKXZlH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTxyjKXZlH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uTxyjKXZlH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxyjKXZlH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxyjKXZlH .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-uTxyjKXZlH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTxyjKXZlH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTxyjKXZlH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uTxyjKXZlH .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-uTxyjKXZlH .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTxyjKXZlH .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTxyjKXZlH .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-uTxyjKXZlH .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-uTxyjKXZlH .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-uTxyjKXZlH .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-uTxyjKXZlH .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-uTxyjKXZlH .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-uTxyjKXZlH .navbar.navbar-short {
  min-height: 64px;
}
.cid-uTxyjKXZlH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTxyjKXZlH .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-uTxyjKXZlH .navbar {
    min-height: 140px !important;
  }
}
.cid-uTxyjKXZlH .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-uTxyjKXZlH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTxyjKXZlH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTxyjKXZlH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTxyjKXZlH .dropdown-item.active,
.cid-uTxyjKXZlH .dropdown-item:active {
  background-color: transparent;
}
.cid-uTxyjKXZlH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTxyjKXZlH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTxyjKXZlH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTxyjKXZlH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTxyjKXZlH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTxyjKXZlH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTxyjKXZlH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTxyjKXZlH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTxyjKXZlH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTxyjKXZlH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1269e2;
}
.cid-uTxyjKXZlH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTxyjKXZlH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTxyjKXZlH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTxyjKXZlH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTxyjKXZlH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxyjKXZlH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTxyjKXZlH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTxyjKXZlH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTxyjKXZlH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTxyjKXZlH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTxyjKXZlH .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-uTxyjKXZlH .navbar {
    height: 70px;
  }
  .cid-uTxyjKXZlH .navbar.opened {
    height: auto;
  }
  .cid-uTxyjKXZlH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTxyjKXZlH .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-uTxyjKXZlH .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-uTxyjKXZlH .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTxyjKXZlH .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uTxyjKXZlH .main-navbar-nav {
    display: none;
  }
}
.cid-uTxyjKXZlH .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-uTxyjKXZlH .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-uTxyjKXZlH .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-uTxyjKXZlH .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uTxyjKXZlH .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-uTxyjKXZlH .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #001344;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-uTxyjKXZlH .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #001344;
}
@media (max-width: 767px) {
  .cid-uTxyjKXZlH .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #001344 !important;
  }
  .cid-uTxyjKXZlH .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-uTxyjKXZlH .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-uTxyjKXZlH .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uTxyjKXZlH .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.cid-uTxyjKXZlH .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-uTxyjKXZlH .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-uTxyjKXZlH .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-uTxyjKXZlH .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-uTxyjNhDKw {
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/pexels-pixabay-534174.jpg-2000x1335.jpg");
}
.cid-uTxyjNhDKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjNhDKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjNhDKw .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTxyjNhDKw .row {
    flex-wrap: wrap;
  }
}
.cid-uTxyjNhDKw .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uTxyjNhDKw .text-container {
    width: 100% !important;
  }
}
.cid-uTxyjNhDKw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTxyjNhDKw .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #59c36a;
}
.cid-uTxyjNhDKw .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uTxyjNhDKw .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTxyjNhDKw .mbr-text {
    width: 100%;
  }
}
.cid-uTxyjNhDKw .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uTxyjNhDKw .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uTxyjNhDKw .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uTxyjNhDKw .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uTxyjNhDKw .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uTxyjNhDKw .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uTxyjNhDKw .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uTxyjNhDKw .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uTxyjNhDKw .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uTxyjNhDKw .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTxyjNhDKw .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uTxyjNhDKw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uTxyjNhDKw .mbr-text,
.cid-uTxyjNhDKw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTxyjNU0gT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uTxyjNU0gT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjNU0gT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTxyjNU0gT .container {
    padding: 0 30px;
  }
}
.cid-uTxyjNU0gT .card {
  justify-content: center;
}
.cid-uTxyjNU0gT .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uTxyjNU0gT .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTxyjNU0gT .content-wrapper {
    padding: 0;
  }
}
.cid-uTxyjNU0gT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uTxyjNU0gT .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uTxyjNU0gT .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ee2524;
}
@media (max-width: 992px) {
  .cid-uTxyjNU0gT .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uTxyjNU0gT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uTxyjNU0gT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTxyjNU0gT .mbr-desc {
  color: #254b45;
}
.cid-uTxyjNU0gT .mbr-section-title {
  color: #254b45;
}
.cid-uTxyjNU0gT .mbr-text {
  color: #727272;
  text-align: left;
}
.cid-uTxyjNU0gT .mbr-desc,
.cid-uTxyjNU0gT .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uTxyjNU0gT .mbr-section-title,
.cid-uTxyjNU0gT .mbr-section-btn {
  color: #485c78;
  text-align: left;
}
.cid-uTxyjOqaEH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uTxyjOqaEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjOqaEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjOqaEH .row {
  justify-content: flex-start;
}
.cid-uTxyjOqaEH .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uTxyjOqaEH .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uTxyjOqaEH .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uTxyjOqaEH .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uTxyjP6aNA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTxyjP6aNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjP6aNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjP6aNA .row {
  justify-content: flex-start;
}
.cid-uTxyjP6aNA .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTxyjP6aNA .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uTxyjP6aNA .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uTxyjP6aNA .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #00aeef;
}
@media (min-width: 992px) {
  .cid-uTxyjP6aNA .main-col {
    min-height: 28.4rem;
  }
}
.cid-uTxyjP6aNA .main-col:hover {
  border-left: 1px solid #00aeef;
  border-right: 1px solid #00aeef;
}
@media (max-width: 991px) {
  .cid-uTxyjP6aNA .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-uTxyjP6aNA .main-col {
    max-width: 100%;
  }
}
.cid-uTxyjP6aNA .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-uTxyjP6aNA .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uTxyjP6aNA .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-uTxyjP6aNA .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #00aeef;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTxyjP6aNA .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-uTxyjP6aNA .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uTxyjP6aNA .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTxyjP6aNA .head-content {
    padding: 12px;
  }
}
.cid-uTxyjP6aNA .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-uTxyjP6aNA .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-uTxyjP6aNA .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-uTxyjP6aNA .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-uTxyjP6aNA .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uTxyjP6aNA .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uTxyjP6aNA .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-uTxyjP6aNA .price-name {
  color: #727272;
}
.cid-uTxyjP6aNA .price-number {
  color: #000000;
}
.cid-uTxyjP6aNA .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-uTxyjP6aNA .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-uTxyjP6aNA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTxyjP6aNA .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uTxyjP6aNA .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uTxyjP6aNA .mbr-text,
.cid-uTxyjP6aNA .mbr-section-btn {
  text-align: left;
}
.cid-uTxyjRjDpo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uTxyjRjDpo {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-uTxyjRjDpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjRjDpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjRjDpo .row {
  justify-content: space-between;
}
.cid-uTxyjRjDpo .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTxyjRjDpo .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uTxyjRjDpo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uTxyjRjDpo .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uTxyjRjDpo .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #00aeef;
}
@media (max-width: 992px) {
  .cid-uTxyjRjDpo .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uTxyjRjDpo .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uTxyjRjDpo .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uTxyjRjDpo .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #2e3deb;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTxyjRjDpo .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uTxyjRjDpo .panel-group .card:first-child {
  border-top: 1px solid #2e3deb;
}
.cid-uTxyjRjDpo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTxyjRjDpo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTxyjRjDpo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTxyjRjDpo .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uTxyjRjDpo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uTxyjRjDpo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTxyjRjDpo .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uTxyjRjDpo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTxyjRjDpo .mbr-section-title {
  color: #ffffff;
}
.cid-uTxyjRjDpo .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uTxyjRjDpo .mbr-email {
  color: #ffffff;
  text-align: left;
}
.cid-uTxyjRjDpo .panel-title-edit {
  color: #ffffff;
}
.cid-uTxyjRjDpo .panel-text {
  color: #a67a90;
}
.cid-uTxyjRjDpo .mbr-desc,
.cid-uTxyjRjDpo .card-wrapper {
  text-align: left;
}
.cid-uTxyjRTjHU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTxyjRTjHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjRTjHU .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uTxyjRTjHU .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uTxyjRTjHU .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uTxyjRTjHU .item {
  border-bottom: 1px solid #000000;
  max-width: 300px;
}
.cid-uTxyjRTjHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjRTjHU .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uTxyjRTjHU .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uTxyjRTjHU .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uTxyjRTjHU .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uTxyjRTjHU .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uTxyjRTjHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTxyjRTjHU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uTxyjRTjHU .mbr-section-title {
  color: #fc4f4f;
  text-align: left;
}
.cid-uTxyjRTjHU .mbr-text,
.cid-uTxyjRTjHU .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uTxyjSxtzx {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-uTxyjSxtzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjSxtzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjSxtzx .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uTxyjSxtzx .row .card {
  padding: 0 13px;
}
.cid-uTxyjSxtzx .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uTxyjSxtzx .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uTxyjSxtzx .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uTxyjSxtzx .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uTxyjSxtzx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTxyjSxtzx .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uTxyjSxtzx .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uTxyjSxtzx .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uTxyjSxtzx .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uTxyjSxtzx .card-wrapper {
  overflow: hidden;
}
.cid-uTxyjSxtzx .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uTxyjSxtzx .card-wrapper .item-content {
  padding: 54px;
  background-color: #fd2555;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uTxyjSxtzx .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uTxyjSxtzx .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uTxyjSxtzx .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uTxyjSxtzx .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uTxyjSxtzx .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uTxyjSxtzx .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxyjSxtzx .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uTxyjSxtzx .mbr-label,
.cid-uTxyjSxtzx .label-wrapper {
  color: #151e11;
}
.cid-uTxyjSxtzx .mbr-section-title {
  color: #fff7ee;
}
.cid-uTxyjSxtzx .mbr-number {
  color: #000000;
}
.cid-uTxyjSxtzx .mbr-number-desc {
  color: #221b35;
}
.cid-uTxyjSxtzx .card-label,
.cid-uTxyjSxtzx .card-label-wrapper {
  color: #fff7ee;
}
.cid-uTxyjSxtzx .card-title {
  color: #fff7ee;
}
.cid-uTxyjSxtzx .card-text {
  color: #fff7ee;
}
.cid-uTxyjTnjYo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTxyjTnjYo .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #f0460f;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTxyjTnjYo .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTxyjTnjYo .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTxyjTnjYo .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uTxyjTnjYo .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uTxyjTnjYo .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-uTxyjTnjYo .card-box__top {
  text-align: left;
}
.cid-uTxyjTnjYo .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-uTxyjTnjYo .card-title,
.cid-uTxyjTnjYo .iconfont-wrapper {
  color: #000000;
}
.cid-uTxyjTnjYo .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTxyjTnjYo .content-head {
  max-width: 800px;
}
.cid-uTxyjTnjYo .mbr-section-title {
  color: #000000;
}
.cid-uTxyjTnjYo .card-title,
.cid-uTxyjTnjYo .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uTxyjTnjYo .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uTxyjTnjYo .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uTxyjTnjYo .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uTxyjTnjYo .card-company-name,
.cid-uTxyjTnjYo .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-uTxyjTnjYo .mbr-section-subtitle {
  color: #f0460f;
}
.cid-uTxyjUedA6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTxyjUedA6 .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #00aeef;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTxyjUedA6 .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTxyjUedA6 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTxyjUedA6 .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uTxyjUedA6 .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uTxyjUedA6 .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-uTxyjUedA6 .card-box__top {
  text-align: left;
}
.cid-uTxyjUedA6 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-uTxyjUedA6 .card-title,
.cid-uTxyjUedA6 .iconfont-wrapper {
  color: #000000;
}
.cid-uTxyjUedA6 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTxyjUedA6 .content-head {
  max-width: 800px;
}
.cid-uTxyjUedA6 .mbr-section-title {
  color: #000000;
}
.cid-uTxyjUedA6 .card-title,
.cid-uTxyjUedA6 .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uTxyjUedA6 .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uTxyjUedA6 .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uTxyjUedA6 .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uTxyjUedA6 .card-company-name,
.cid-uTxyjUedA6 .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-uTxyjUedA6 .mbr-section-subtitle {
  color: #009bff;
}
.cid-uTxyjV0VWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3efef;
}
.cid-uTxyjV0VWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjV0VWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjV0VWI .card {
  justify-content: flex-end;
}
.cid-uTxyjV0VWI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTxyjV0VWI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTxyjV0VWI .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #da67a8;
}
.cid-uTxyjV0VWI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTxyjV0VWI .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uTxyjV0VWI .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxyjV0VWI .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uTxyjV0VWI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uTxyjV0VWI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTxyjV0VWI .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uTxyjV0VWI .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uTxyjV0VWI .embla__button--next,
.cid-uTxyjV0VWI .embla__button--prev {
  display: flex;
}
.cid-uTxyjV0VWI .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTxyjV0VWI .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uTxyjV0VWI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTxyjV0VWI .embla__button.embla__button--next {
  right: 0;
}
.cid-uTxyjV0VWI .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uTxyjV0VWI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTxyjV0VWI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTxyjV0VWI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTxyjV0VWI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTxyjV0VWI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTxyjV0VWI .mbr-label,
.cid-uTxyjV0VWI .label-wrapper {
  color: #ca408e;
}
.cid-uTxyjV0VWI .mbr-section-title,
.cid-uTxyjV0VWI .title-wrapper {
  color: #000000;
}
.cid-uTxyjV0VWI .card-label {
  color: #000000;
}
.cid-uTxyjV0VWI .card-date {
  color: #8a8a8a;
}
.cid-uTxyjV0VWI .card-title {
  color: #000000;
}
.cid-uTxyjV0VWI .card-desc {
  color: #8a8a8a;
}
.cid-uTxyjWaatN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTxyjWaatN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjWaatN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjWaatN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTxyjWaatN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTxyjWaatN .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTxyjWaatN .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-number_1,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-number_2,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-number_3,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-number_4 {
  margin-bottom: 0;
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_1,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_2,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_3,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_4 {
  margin-bottom: 0;
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_2,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_3,
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-uTxyjWaatN .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTxyjWaatN .items-wrapper .item .card_1 .card-box {
  background-color: #e2fa0e;
}
.cid-uTxyjWaatN .items-wrapper .item .card_1 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uTxyjWaatN .items-wrapper .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .cid-uTxyjWaatN .items-wrapper .item .card_2 {
    padding-top: 0;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .card_2 .card-box {
  background-color: #2bb59b;
}
.cid-uTxyjWaatN .items-wrapper .item .card_2 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uTxyjWaatN .items-wrapper .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .cid-uTxyjWaatN .items-wrapper .item .card_3 {
    padding-top: 0;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .card_3 .card-box {
  background-color: #8476f5;
}
.cid-uTxyjWaatN .items-wrapper .item .card_3 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uTxyjWaatN .items-wrapper .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .cid-uTxyjWaatN .items-wrapper .item .card_4 {
    padding-top: 0;
  }
}
.cid-uTxyjWaatN .items-wrapper .item .card_4 .card-box {
  background-color: #e3696a;
}
.cid-uTxyjWaatN .items-wrapper .item .card_4 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uTxyjWaatN .mbr-section-title {
  color: #ffffff;
}
.cid-uTxyjWaatN .card-number_1 {
  color: #e2fa0e;
}
.cid-uTxyjWaatN .card-number_2 {
  color: #2bb59b;
}
.cid-uTxyjWaatN .card-number_3 {
  color: #8476f5;
}
.cid-uTxyjWaatN .card-number_4 {
  color: #e3696a;
}
.cid-uTxyjWaatN .card-title_1 {
  color: #000000;
}
.cid-uTxyjWaatN .card-title_2 {
  color: #000000;
}
.cid-uTxyjWaatN .card-title_3 {
  color: #000000;
}
.cid-uTxyjWaatN .card-title_4 {
  color: #000000;
}
.cid-uTxyjWaatN .card-text_1 {
  color: #000000;
}
.cid-uTxyjWaatN .card-text_2 {
  color: #000000;
}
.cid-uTxyjWaatN .card-text_3 {
  color: #000000;
}
.cid-uTxyjWaatN .card-text_4 {
  color: #000000;
}
.cid-uTxyjWaatN .mbr-section-title,
.cid-uTxyjWaatN .mbr-section-btn {
  text-align: center;
}
.cid-uTxyjWT2tb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #000000;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #009bff;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #009bff !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #1269e2;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #1269e2 !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #5f5e5e;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #5f5e5e !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #00aeef;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #00aeef !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #221e53;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #221e53 !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uTxyjWT2tb .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uTxyjWT2tb .list-group-item {
  padding: 20px 15px;
}
.cid-uTxyjWT2tb .price-term {
  display: block;
  line-height: 1;
}
.cid-uTxyjWT2tb .plan-header {
  overflow: hidden;
}
.cid-uTxyjWT2tb .plan-header .plan-title {
  background-color: #5f5e5e;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 12.5px;
}
.cid-uTxyjWT2tb .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #232323;
  border-left: 1px solid #000000;
}
.cid-uTxyjWT2tb .plan:first-child {
  border-left: 1px solid transparent;
}
.cid-uTxyjWT2tb .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-uTxyjWT2tb .plan:nth-child(2) .plan-title {
  background-color: #5f5e5e;
}
.cid-uTxyjWT2tb .plan:nth-child(2) .plan-header,
.cid-uTxyjWT2tb .plan:nth-child(2) .plan-body {
  background-color: #ffffff;
}
.cid-uTxyjWT2tb .plan .mbr-section-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.cid-uTxyjWT2tb .plan .mbr-section-btn .btn {
  width: 80%;
}
.cid-uTxyjWT2tb .plan-header,
.cid-uTxyjWT2tb .plan-body {
  background-color: #ffffff;
}
.cid-uTxyjWT2tb .price-figure {
  color: #494949;
  margin-right: -10px;
}
.cid-uTxyjWT2tb .price-value {
  vertical-align: bottom;
  line-height: 2;
  margin-right: 0.25rem;
  color: #494949;
}
@media (max-width: 768px) {
  .cid-uTxyjWT2tb .plan {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 550px) {
  .cid-uTxyjWT2tb .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uTxyjWT2tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjWT2tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjWT2tb .plan .plan-header .plan-price .price-figure {
  color: #ff513c;
}
.cid-uTxyjWT2tb .mbr-section-title,
.cid-uTxyjWT2tb .mbr-section-btn {
  color: #ffffff;
}
.cid-uTxyjWT2tb .plan .plan-header .plan-price .price-value {
  color: #ff513c;
}
.cid-uTxyjWT2tb .plan .plan-header .plan-price .price-term {
  color: #000000;
}
.cid-uTxyjWT2tb .list-group,
.cid-uTxyjWT2tb .mbr-section-btn {
  color: #5f5e5e;
}
.cid-uTxyjXyghv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/background1.jpg");
}
.cid-uTxyjXyghv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyjXyghv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyjXyghv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTxyjXyghv .container {
    padding: 0 15px;
  }
}
.cid-uTxyjXyghv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTxyjXyghv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTxyjXyghv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTxyjXyghv .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uTxyjXyghv .item {
    margin-bottom: 20px;
  }
}
.cid-uTxyjXyghv .item:hover::before,
.cid-uTxyjXyghv .item:focus::before {
  opacity: 1;
}
.cid-uTxyjXyghv .item:hover .item-wrapper,
.cid-uTxyjXyghv .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uTxyjXyghv .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uTxyjXyghv .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uTxyjXyghv .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uTxyjXyghv .item::before {
    display: none;
  }
}
.cid-uTxyjXyghv .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTxyjXyghv .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uTxyjXyghv .item .item-wrapper {
    height: auto;
  }
}
.cid-uTxyjXyghv .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uTxyjXyghv .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uTxyjXyghv .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uTxyjXyghv .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uTxyjXyghv .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uTxyjXyghv .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uTxyjXyghv .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uTxyjXyghv .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uTxyjXyghv .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTxyjXyghv .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uTxyjXyghv .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uTxyjXyghv .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uTxyjXyghv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTxyjXyghv .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTxyjXyghv .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uTxyjXyghv .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uTxyjXyghv .list {
  color: #d2d2df;
}
.cid-uTxyjYk1ev {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uTxyjYk1ev input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uTxyjYk1ev input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uTxyjYk1ev .btn,
.cid-uTxyjYk1ev .wrapper {
  border-radius: 2rem !important;
}
.cid-uTxyjYk1ev .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTxyjYk1ev .btn {
    width: 100%;
  }
}
.cid-uTxyjYk1ev .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uTxyjYk1ev .mbr-section-btn {
    width: 100%;
  }
}
.cid-uTxyjYk1ev .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uTxyjYk1ev .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTxyjYk1ev .form-group {
  margin: 0;
}
.cid-uTxyjYk1ev .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTxyjYk1ev .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uTxyjYk1ev .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uTxyjYk1ev .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uTxyjYk1ev .justify-content-center {
  align-items: center;
}
.cid-uTxyjYk1ev .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTxyjZ00iS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTxyjZ00iS .container {
    padding: 0 16px;
  }
}
.cid-uTxyjZ00iS .row {
  justify-content: center;
}
.cid-uTxyjZ00iS .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTxyjZ00iS .content-wrapper {
    display: block;
  }
}
.cid-uTxyjZ00iS .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uTxyjZ00iS .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uTxyjZ00iS .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uTxyjZ00iS .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTxyjZ00iS .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uTxyjZ00iS .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uTxyjZ00iS .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTxyjZ00iS .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uTxyjZ00iS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uTxyjZ00iS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTxyjZ00iS .embla__slide .slide-content {
  width: 100%;
}
.cid-uTxyjZ00iS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uTxyjZ00iS .embla__button--next,
.cid-uTxyjZ00iS .embla__button--prev {
  display: flex;
}
.cid-uTxyjZ00iS .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTxyjZ00iS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTxyjZ00iS .embla__button:hover {
  opacity: .5;
}
.cid-uTxyjZ00iS .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uTxyjZ00iS .embla__button.embla__button--next {
  right: 32px;
}
.cid-uTxyjZ00iS .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uTxyjZ00iS .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uTxyjZ00iS .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uTxyjZ00iS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTxyjZ00iS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTxyjZ00iS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTxyjZ00iS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTxyjZ00iS .mbr-desc {
  color: #173d4f;
  text-align: center;
}
.cid-uTxyk04snD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("https://r.mobirisesite.com/2077131/assets/images/pexels-minan1398-1131458.jpg-1280x852.jpg");
  border-bottom: 1px solid #000000;
}
.cid-uTxyk04snD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTxyk04snD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTxyk04snD .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTxyk04snD .row {
    flex-wrap: wrap;
  }
}
.cid-uTxyk04snD .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-uTxyk04snD .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-uTxyk04snD .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-uTxyk04snD .phone-container {
  max-width: 49%;
}
.cid-uTxyk04snD .mbr-text {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uTxyk04snD .link-text {
  color: #00aeef;
  margin-bottom: 0;
}
.cid-uTxyk04snD .mbr-section-title {
  color: #00aeef;
  width: 100%;
}
.cid-uTxyk04snD .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #000000;
}
.cid-uTxyk0NKh2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-uTxyk0NKh2 .row {
  align-items: center;
  width: 100%;
}
.cid-uTxyk0NKh2 .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-uTxyk0NKh2 .title-text {
  width: 100%;
}
.cid-uTxyk0NKh2 .main-title {
  color: #727272;
  text-align: center;
}
.cid-uTxyk0NKh2 .main-subtitle {
  color: #727272;
}
.cid-uTxyk0NKh2 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uTxyk0NKh2 form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-uTxyk0NKh2 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-uTxyk0NKh2 form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-uTxyk0NKh2 form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-uTxyk0NKh2 form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-uTxyk0NKh2 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form select {
  color: #000000 !important;
}
.cid-uTxyk0NKh2 form textarea {
  height: 100px;
}
.cid-uTxyk0NKh2 form input,
.cid-uTxyk0NKh2 form textarea {
  background-color: transparent !important;
}
.cid-uTxyk0NKh2 form input:active,
.cid-uTxyk0NKh2 form textarea:active,
.cid-uTxyk0NKh2 form input:focus,
.cid-uTxyk0NKh2 form textarea:focus {
  border-color: #000000 !important;
}
.cid-uTxyk0NKh2 form input:active::-webkit-input-placeholder,
.cid-uTxyk0NKh2 form textarea:active::-webkit-input-placeholder,
.cid-uTxyk0NKh2 form input:focus::-webkit-input-placeholder,
.cid-uTxyk0NKh2 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form input:active::-moz-placeholder,
.cid-uTxyk0NKh2 form textarea:active::-moz-placeholder,
.cid-uTxyk0NKh2 form input:focus::-moz-placeholder,
.cid-uTxyk0NKh2 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form input:active:-moz-placeholder,
.cid-uTxyk0NKh2 form textarea:active:-moz-placeholder,
.cid-uTxyk0NKh2 form input:focus:-moz-placeholder,
.cid-uTxyk0NKh2 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form input:active:-ms-input-placeholder,
.cid-uTxyk0NKh2 form textarea:active:-ms-input-placeholder,
.cid-uTxyk0NKh2 form input:focus:-ms-input-placeholder,
.cid-uTxyk0NKh2 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uTxyk0NKh2 form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-uTxyk0NKh2 form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-uTxyk0NKh2 form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uTxyk0NKh2 form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-uTxyk0NKh2 form .form-check-input:focus,
.cid-uTxyk0NKh2 form .form-check-input:hover {
  border-color: #000000 !important;
}
.cid-uTxyk0NKh2 form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-uTxyk0NKh2 LABEL {
  color: #173d4f;
  text-align: left;
}
.cid-uTxyk2kRr5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uTxyk2kRr5 .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTxyk2kRr5 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uTxyk2kRr5 .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uTxyk2kRr5 .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uTxyk2kRr5 .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uTxyk2kRr5 .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uTxyk2kRr5 .mbr-section-title {
    width: 100%;
  }
}
.cid-uTxyk2kRr5 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uTxyk2kRr5 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uTxyk2kRr5 .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uTxyk2kRr5 .mbr-text {
    width: 100%;
  }
}
.cid-uTxyk30iIl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uTxyk30iIl .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTxyk30iIl .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uTxyk30iIl .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uTxyk30iIl .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uTxyk30iIl .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uTxyk30iIl .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uTxyk30iIl .mbr-section-title {
    width: 100%;
  }
}
.cid-uTxyk30iIl .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uTxyk30iIl .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uTxyk30iIl .mbr-text {
  color: #acabab;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uTxyk30iIl .mbr-text {
    width: 100%;
  }
}
.cid-uTxyk3F99G {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-uTxyk3F99G .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTxyk3F99G .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uTxyk3F99G .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uTxyk3F99G .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uTxyk3F99G .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uTxyk3F99G .mbr-section-title {
  color: #000000;
  width: 80%;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uTxyk3F99G .mbr-section-title {
    width: 100%;
  }
}
.cid-uTxyk3F99G .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uTxyk3F99G .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uTxyk3F99G .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uTxyk3F99G .mbr-text {
    width: 100%;
  }
}
.cid-uZ1W31X0To {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #221e53;
}
.cid-uZ1W31X0To .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1W31X0To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1W31X0To .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .container {
    padding: 0 24px;
  }
}
.cid-uZ1W31X0To .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uZ1W31X0To .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ1W31X0To .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uZ1W31X0To .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #221e53;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1W31X0To .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZ1W31X0To .border-wrap {
    margin: 28px 0;
  }
}
.cid-uZ1W31X0To .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZ1W31X0To .list {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title {
  color: #202020;
}
.cid-uZ1W31X0To .mbr-title,
.cid-uZ1W31X0To .social-wrapper {
  text-align: right;
  color: #221e53;
}
.cid-uZ1W31X0To .list,
.cid-uZ1W31X0To .item-wrap,
.cid-uZ1W31X0To .nav-wrapper {
  color: #ffffff;
}
