.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #032a72 !important;
}
.bg-success {
  background-color: #032a72 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #0c2c68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #032a72 !important;
  border-color: #032a72 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #043ca4 !important;
  border-color: #043ca4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #043ca4 !important;
  border-color: #043ca4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #114ab5 !important;
  border-color: #114ab5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #155de4 !important;
  border-color: #155de4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #155de4 !important;
  border-color: #155de4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #032a72 !important;
  border-color: #032a72 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #043ca4 !important;
  border-color: #043ca4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #043ca4 !important;
  border-color: #043ca4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #032a72;
  color: #032a72;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010b1e !important;
  background-color: transparent !important;
  border-color: #010b1e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #032a72 !important;
  border-color: #032a72 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #114ab5;
  color: #114ab5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a2a66 !important;
  background-color: transparent !important;
  border-color: #0a2a66 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #114ab5 !important;
  border-color: #114ab5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #032a72;
  color: #032a72;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010b1e !important;
  background-color: transparent !important;
  border-color: #010b1e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #032a72 !important;
  border-color: #032a72 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #032a72 !important;
}
.text-secondary {
  color: #114ab5 !important;
}
.text-success {
  color: #032a72 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #0c2c68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #082458 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00050f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #01050d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #032a72;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #0c2c68;
}
.mbr-gallery-filter li.active .btn {
  background-color: #032a72;
  border-color: #032a72;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #032a72;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0658ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0658ee;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #195cda;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #032a72 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #032a72;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #032a72;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #032a72;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #032a72;
  border-bottom-color: #032a72;
}
.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: #032a72 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #114ab5 !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='%23032a72' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uaGh99jcPG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGh99jcPG .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uaGh99jcPG .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uaGh99jcPG .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uaGh99jcPG .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uaGh99jcPG .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uaGh99jcPG .container {
    padding: 0 1rem;
  }
}
.cid-uaGh99jcPG .menu-tite {
  background: #032a72;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: left;
  color: #ffffff;
}
.cid-uaGh99jcPG .nav-link {
  position: relative;
}
.cid-uaGh99jcPG .nav-link:hover {
  color: #000000 !important;
}
.cid-uaGh99jcPG nav.navbar {
  position: fixed;
}
.cid-uaGh99jcPG .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaGh99jcPG .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGh99jcPG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGh99jcPG .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGh99jcPG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGh99jcPG .navbar.collapsed {
  justify-content: center;
}
.cid-uaGh99jcPG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGh99jcPG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGh99jcPG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uaGh99jcPG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGh99jcPG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGh99jcPG .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-uaGh99jcPG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGh99jcPG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGh99jcPG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGh99jcPG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGh99jcPG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGh99jcPG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGh99jcPG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGh99jcPG .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-uaGh99jcPG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGh99jcPG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGh99jcPG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGh99jcPG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGh99jcPG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGh99jcPG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaGh99jcPG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGh99jcPG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGh99jcPG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGh99jcPG .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-uaGh99jcPG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGh99jcPG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGh99jcPG .dropdown-item:hover,
.cid-uaGh99jcPG .dropdown-item:focus {
  background: #032a72 !important;
  color: white !important;
}
.cid-uaGh99jcPG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGh99jcPG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGh99jcPG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uaGh99jcPG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGh99jcPG .dropdown-menu,
.cid-uaGh99jcPG .navbar.opened {
  background: #ffffff !important;
}
.cid-uaGh99jcPG .nav-item:focus,
.cid-uaGh99jcPG .nav-link:focus {
  outline: none;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGh99jcPG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGh99jcPG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGh99jcPG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaGh99jcPG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGh99jcPG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGh99jcPG .dropdown-item.active,
.cid-uaGh99jcPG .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGh99jcPG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGh99jcPG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGh99jcPG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGh99jcPG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaGh99jcPG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGh99jcPG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGh99jcPG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGh99jcPG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGh99jcPG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #032a72;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGh99jcPG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGh99jcPG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGh99jcPG .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-uaGh99jcPG .navbar {
    height: 70px;
  }
  .cid-uaGh99jcPG .navbar.opened {
    height: auto;
  }
  .cid-uaGh99jcPG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua1p76lhmd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ua1p76lhmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1p76lhmd .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1p76lhmd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua1p76lhmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1p76lhmd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ua1p76lhmd .card-title,
.cid-ua1p76lhmd .iconfont-wrapper {
  color: #000000;
}
.cid-ua1p76lhmd .card-text {
  color: #000000;
}
.cid-ua1p76lhmd .content-head {
  max-width: 800px;
}
.cid-ua1p76lhmd .mbr-section-title {
  color: #000000;
}
.cid-ubqTnUfbeQ {
  overflow: hidden;
  background-image: url("../../../assets/images/bg-3a-1300x864.jpg");
}
.cid-ubqTnUfbeQ .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.cid-ubqTnUfbeQ .carousel-item.active,
.cid-ubqTnUfbeQ .carousel-item-next,
.cid-ubqTnUfbeQ .carousel-item-prev {
  display: flex;
}
.cid-ubqTnUfbeQ h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0.1;
  color: #5f6481;
}
.cid-ubqTnUfbeQ .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-ubqTnUfbeQ .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: #032a72;
  background: white;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ubqTnUfbeQ .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ubqTnUfbeQ .carousel-controls .carousel-control-next,
.cid-ubqTnUfbeQ .carousel-controls .carousel-control-prev {
  top: 100%;
}
.cid-ubqTnUfbeQ .carousel-controls .carousel-control-prev {
  left: 78% !important;
}
.cid-ubqTnUfbeQ .title {
  color: #ffffff;
  text-align: right;
}
.cid-ubqTnUfbeQ .user_text {
  color: #ffffff;
  min-height: 21rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ubqTnUfbeQ .user_text .user_desk {
  font-size: 1rem;
  line-height: 1 !important;
  text-overflow: clip;
  white-space: nowrap;
  max-width: 100%;
  height: 42rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ubqTnUfbeQ h2 {
    top: -4rem;
  }
  .cid-ubqTnUfbeQ .carousel-controls .carousel-control-prev {
    left: 73% !important;
  }
  .cid-ubqTnUfbeQ .user_desk {
    font-size: 35rem !important;
  }
}
@media (max-width: 500px) {
  .cid-ubqTnUfbeQ .carousel-controls .carousel-control-prev {
    left: 70% !important;
  }
  .cid-ubqTnUfbeQ .user_desk {
    font-size: 30rem !important;
  }
}
@media (max-width: 400px) {
  .cid-ubqTnUfbeQ .user_desk {
    font-size: 20rem !important;
  }
}
.cid-ubqTnUfbeQ .carousel-inner {
  overflow: visible;
}
.cid-ubqTnUfbeQ a.mbr-section-subtitle {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-ubqTnUfbeQ a.mbr-section-subtitle:not(:first-child) {
  margin-left: 20px;
}
.cid-ubqTnUfbeQ a.mbr-section-subtitle:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-ubqTnUfbeQ a.mbr-section-subtitle::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-ubqTnUfbeQ a.mbr-section-subtitle:hover:after,
.cid-ubqTnUfbeQ a.mbr-section-subtitle:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-ubqTnUfbeQ a.mbr-section-subtitle:hover:before,
.cid-ubqTnUfbeQ a.mbr-section-subtitle:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-ubqTnUfbeQ .user_text .text {
  text-align: right;
}
.cid-u83K3FkjlB {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-u83K3FkjlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83K3FkjlB .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-u83K3FkjlB .container {
    padding: 0 15px;
  }
}
.cid-u83K3FkjlB .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u83K3FkjlB .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u83K3FkjlB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u83K3FkjlB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u83K3FkjlB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u83K3FkjlB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u83K3FkjlB .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u83K3FkjlB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u83K3FkjlB .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #232323;
  box-shadow: 10px 10px 50px #232323;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u83K3FkjlB .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u83K3FkjlB .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u83K3FkjlB .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u83K3FkjlB .mbr-section-title {
  color: #ffffff;
}
.cid-u83K3FkjlB .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-u83K3FkjlB .mbr-text {
  color: #232323;
}
.cid-u83K3FkjlB .mbr-section-title,
.cid-u83K3FkjlB .mbr-section-btn {
  color: #232323;
}
.cid-u8ZVkvMsXv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-u8ZVkvMsXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZVkvMsXv .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-u8ZVkvMsXv .container {
    padding: 0 6px;
  }
}
.cid-u8ZVkvMsXv .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-u8ZVkvMsXv .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u8ZVkvMsXv .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u8ZVkvMsXv .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u8ZVkvMsXv .row {
    padding: 70px 30px;
  }
}
.cid-u8ZVkvMsXv .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u8ZVkvMsXv .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u8ZVkvMsXv .desc-wrapper {
    padding: 0;
  }
}
.cid-u8ZVkvMsXv .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-u8ZVkvMsXv .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-u8ZVkvMsXv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8ZVkvMsXv .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-u8ZVkvMsXv .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-u8ZVkvMsXv .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u8ZVkvMsXv .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #4d4d4d;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-u8ZVkvMsXv .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-u8ZVkvMsXv .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #4d4d4d;
}
.cid-u8ZVkvMsXv .panel-group {
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-u8ZVkvMsXv .panel-group {
    margin: 0;
  }
}
.cid-u8ZVkvMsXv .panel-group .card {
  border: none;
  border-radius: 10px !important;
  background-color: #2f2f2f;
  margin-bottom: 10px;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header {
  padding: 25px 30px;
  border: none;
  background-color: transparent;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #114ab5;
  transform: rotate(-45deg);
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #114ab5;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #262626;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-u8ZVkvMsXv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-u8ZVkvMsXv .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px;
}
.cid-u8ZVkvMsXv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8ZVkvMsXv .mbr-desc {
  color: #ffffff;
}
.cid-u8ZVkvMsXv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u8ZVkvMsXv .panel-title-edit {
  color: #ffffff;
}
.cid-u8ZVkvMsXv .panel-text {
  color: #ffffff;
}
.cid-uaGvWgQvNr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaGvWgQvNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGvWgQvNr .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-uaGvWgQvNr .container {
    padding: 0 22px;
  }
}
.cid-uaGvWgQvNr .row {
  justify-content: center;
}
.cid-uaGvWgQvNr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uaGvWgQvNr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaGvWgQvNr .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uaGvWgQvNr .item {
    margin-bottom: 20px;
  }
}
.cid-uaGvWgQvNr .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uaGvWgQvNr .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #114ab5;
}
@media (max-width: 992px) {
  .cid-uaGvWgQvNr .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uaGvWgQvNr .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uaGvWgQvNr .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uaGvWgQvNr .mbr-section-title {
  color: #ffffff;
}
.cid-uaGvWgQvNr .card-title {
  color: #ffffff;
}
.cid-uaGvWgQvNr .card-text {
  color: #114ab5;
}
.cid-uaGvWgQvNr .mbr-section-title,
.cid-uaGvWgQvNr .mbr-section-btn {
  text-align: center;
  color: #114ab5;
}
.cid-uaGvWgQvNr .card-title,
.cid-uaGvWgQvNr .icon-wrapper {
  color: #114ab5;
}
.cid-uaGyZlFtsU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaGyZlFtsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGyZlFtsU .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-uaGyZlFtsU .container {
    padding: 0 22px;
  }
}
.cid-uaGyZlFtsU .row {
  justify-content: center;
}
.cid-uaGyZlFtsU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uaGyZlFtsU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaGyZlFtsU .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uaGyZlFtsU .item {
    margin-bottom: 20px;
  }
}
.cid-uaGyZlFtsU .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uaGyZlFtsU .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #114ab5;
}
@media (max-width: 992px) {
  .cid-uaGyZlFtsU .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uaGyZlFtsU .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uaGyZlFtsU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uaGyZlFtsU .mbr-section-title {
  color: #ffffff;
}
.cid-uaGyZlFtsU .card-title {
  color: #ffffff;
}
.cid-uaGyZlFtsU .card-text {
  color: #114ab5;
}
.cid-uaGyZlFtsU .mbr-section-title,
.cid-uaGyZlFtsU .mbr-section-btn {
  text-align: center;
  color: #114ab5;
}
.cid-uaGyZlFtsU .card-title,
.cid-uaGyZlFtsU .icon-wrapper {
  color: #114ab5;
}
.cid-ua1qJnasmG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-ua1qJnasmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1qJnasmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1qJnasmG img {
  border-radius: 3rem;
}
.cid-ua1qJnasmG .row {
  align-items: center;
}
.cid-ua1qJnasmG .mbr-section-title {
  color: #114ab5;
}
.cid-ua1qJnasmG .mbr-text,
.cid-ua1qJnasmG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ua1uMQXxQR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8ebe8;
}
.cid-ua1uMQXxQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1uMQXxQR .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1uMQXxQR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua1uMQXxQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1uMQXxQR .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #032a72;
  height: 80px;
  border-radius: 50%;
}
.cid-ua1uMQXxQR .card-title,
.cid-ua1uMQXxQR .iconfont-wrapper {
  color: #000000;
}
.cid-ua1uMQXxQR .card-text {
  color: #000000;
}
.cid-ua1uMQXxQR .content-head {
  max-width: 800px;
}
.cid-ua1uMQXxQR .mbr-section-title {
  color: #000000;
}
.cid-u83QuEFkMb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u83QuEFkMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83QuEFkMb .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-u83QuEFkMb .container {
    padding: 0 22px;
  }
}
.cid-u83QuEFkMb .row {
  justify-content: space-between;
}
.cid-u83QuEFkMb .row .card {
  justify-content: center;
}
.cid-u83QuEFkMb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u83QuEFkMb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u83QuEFkMb .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-u83QuEFkMb .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u83QuEFkMb .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u83QuEFkMb .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-u83QuEFkMb .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #032a72;
  margin-right: 55px;
}
.cid-u83QuEFkMb .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #032a72;
}
@media (max-width: 992px) {
  .cid-u83QuEFkMb .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-u83QuEFkMb .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u83QuEFkMb .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u83QuEFkMb .mbr-section-title {
  color: #000000;
}
.cid-u83QuEFkMb .mbr-text {
  color: #000000;
}
.cid-u83QuEFkMb .card-title {
  color: #ff5753;
}
.cid-u83QuEFkMb .card-text {
  color: #000000;
}
.cid-u83QuEFkMb .card-title,
.cid-u83QuEFkMb .iconfont-wrapper {
  color: #032a72;
}
.cid-u83QuEFkMb .mbr-section-title,
.cid-u83QuEFkMb .mbr-section-btn {
  color: #032a72;
}
.cid-ua1zhryv4P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #032a72;
}
.cid-ua1zhryv4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1zhryv4P .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-ua1zhryv4P .container {
    padding: 0 20px;
  }
}
.cid-ua1zhryv4P .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ua1zhryv4P .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-ua1zhryv4P .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #032a72;
  opacity: 1;
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua1zhryv4P .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-ua1zhryv4P .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5fd7b;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-ua1zhryv4P .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ua1zhryv4P .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #e8ebe8;
}
@media (max-width: 992px) {
  .cid-ua1zhryv4P .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-ua1zhryv4P .dragArea.row::before {
  content: none;
}
.cid-ua1zhryv4P .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-ua1zhryv4P .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-ua1zhryv4P .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-ua1zhryv4P .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-ua1zhryv4P .dragArea.row .form-group .form-check .form-check-input {
  background-color: #032a72;
  border-collapse: #032a72;
}
.cid-ua1zhryv4P .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-ua1zhryv4P .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-ua1zhryv4P .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-ua1zhryv4P .row.forms-row::before {
  content: none !important;
}
.cid-ua1zhryv4P .mbr-main-title {
  color: #ffffff;
}
.cid-ua1zhryv4P .mbr-price {
  color: #ffffff;
}
.cid-ua1zhryv4P .list {
  color: #ffffff;
}
.cid-ua1zhryv4P .mbr-disc {
  color: #000000;
}
.cid-ua1zhryv4P label {
  color: #f5fd7b;
}
.cid-uaGnnNreJs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaGnnNreJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGnnNreJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGnnNreJs .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uaGnnNreJs .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaGnnNreJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaGnnNreJs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uaGnnNreJs .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uaGnnNreJs .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #032a72;
  transition: 0.4s all;
  text-align: center;
}
.cid-uaGnnNreJs .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uaGnnNreJs .list li:hover {
  color: #032a72 !important;
}
.cid-uaGnnNreJs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uaGnnNreJs .list a:hover {
  color: #032a72 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uaGnnNreJs .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uaGnnNreJs .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uaGnnNreJs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uaGnnNreJs .soc-item {
    padding: 10px;
  }
}
.cid-uaGnnNreJs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #032a72;
}
.cid-uaGnnNreJs .soc-item:hover .mbr-iconfont {
  color: #032a72 !important;
}
.cid-uaGnnNreJs .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uaGnnNreJs .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uaGnnNreJs .border-item {
  width: 100%;
  height: 1px;
  background-color: #032a72;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uaGnnNreJs .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uaGnnNreJs .copyright {
  color: #032a72;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uaGnnNreJs .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uaGh99jcPG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGh99jcPG .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uaGh99jcPG .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uaGh99jcPG .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uaGh99jcPG .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uaGh99jcPG .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uaGh99jcPG .container {
    padding: 0 1rem;
  }
}
.cid-uaGh99jcPG .menu-tite {
  background: #032a72;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: left;
  color: #ffffff;
}
.cid-uaGh99jcPG .nav-link {
  position: relative;
}
.cid-uaGh99jcPG .nav-link:hover {
  color: #000000 !important;
}
.cid-uaGh99jcPG nav.navbar {
  position: fixed;
}
.cid-uaGh99jcPG .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaGh99jcPG .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGh99jcPG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGh99jcPG .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGh99jcPG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGh99jcPG .navbar.collapsed {
  justify-content: center;
}
.cid-uaGh99jcPG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGh99jcPG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGh99jcPG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uaGh99jcPG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGh99jcPG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGh99jcPG .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-uaGh99jcPG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGh99jcPG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGh99jcPG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGh99jcPG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGh99jcPG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGh99jcPG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGh99jcPG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGh99jcPG .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-uaGh99jcPG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGh99jcPG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGh99jcPG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGh99jcPG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGh99jcPG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGh99jcPG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaGh99jcPG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGh99jcPG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGh99jcPG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGh99jcPG .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-uaGh99jcPG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGh99jcPG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGh99jcPG .dropdown-item:hover,
.cid-uaGh99jcPG .dropdown-item:focus {
  background: #032a72 !important;
  color: white !important;
}
.cid-uaGh99jcPG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGh99jcPG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGh99jcPG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uaGh99jcPG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGh99jcPG .dropdown-menu,
.cid-uaGh99jcPG .navbar.opened {
  background: #ffffff !important;
}
.cid-uaGh99jcPG .nav-item:focus,
.cid-uaGh99jcPG .nav-link:focus {
  outline: none;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGh99jcPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGh99jcPG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGh99jcPG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGh99jcPG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaGh99jcPG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGh99jcPG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGh99jcPG .dropdown-item.active,
.cid-uaGh99jcPG .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGh99jcPG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGh99jcPG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGh99jcPG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGh99jcPG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaGh99jcPG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGh99jcPG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGh99jcPG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGh99jcPG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGh99jcPG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #032a72;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGh99jcPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGh99jcPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGh99jcPG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGh99jcPG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGh99jcPG .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-uaGh99jcPG .navbar {
    height: 70px;
  }
  .cid-uaGh99jcPG .navbar.opened {
    height: auto;
  }
  .cid-uaGh99jcPG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQI3vTkz4 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ecede8;
}
.cid-ucQI3vTkz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQI3vTkz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQI3vTkz4 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucQI3vTkz4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucQI3vTkz4 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ucQI3vTkz4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQI3vTkz4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQI3vTkz4 .mbr-section-title {
  color: #032a72;
}
.cid-ucQI3vTkz4 .mbr-text,
.cid-ucQI3vTkz4 .mbr-section-btn {
  color: #000000;
}
.cid-ucQI3vTkz4 img {
  width: 100%;
  height: 100%;
}
.cid-u94ARkblBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u94ARkblBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94ARkblBv .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-u94ARkblBv .container {
    padding: 0 16px;
  }
}
.cid-u94ARkblBv .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .row {
    margin: 0 10px;
  }
}
.cid-u94ARkblBv .row .item {
  padding: 0;
}
.cid-u94ARkblBv .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .row .item:first-child {
    padding: 0;
  }
}
.cid-u94ARkblBv .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-u94ARkblBv .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-u94ARkblBv .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u94ARkblBv .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #114ab5;
  border-radius: 50%;
}
.cid-u94ARkblBv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u94ARkblBv .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #ffffff;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #fdfcfc;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-u94ARkblBv .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u94ARkblBv .image-wrapper {
  height: 100%;
}
.cid-u94ARkblBv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u94ARkblBv .image-wrapper img {
    height: 350px;
  }
}
.cid-u94ARkblBv .mbr-section-title {
  color: #fdfcfc;
}
.cid-u94ARkblBv .mbr-text {
  color: #ffffff;
}
.cid-u94ARkblBv .panel-title-edit {
  color: #fdfcfc;
}
.cid-u94ARkblBv .panel-title {
  color: #fdfcfc;
}
.cid-u94ARkblBv .panel-desc {
  color: #4a5357;
}
.cid-u94ARkblBv .panel-text {
  color: #fdfcfc;
}
.cid-ua1J6L7Yyu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #032a72;
}
.cid-ua1J6L7Yyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1J6L7Yyu .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-ua1J6L7Yyu .container {
    padding: 0 20px;
  }
}
.cid-ua1J6L7Yyu .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ua1J6L7Yyu .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-ua1J6L7Yyu .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #032a72;
  opacity: 1;
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua1J6L7Yyu .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-ua1J6L7Yyu .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5fd7b;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-ua1J6L7Yyu .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ua1J6L7Yyu .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #e8ebe8;
}
@media (max-width: 992px) {
  .cid-ua1J6L7Yyu .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-ua1J6L7Yyu .dragArea.row::before {
  content: none;
}
.cid-ua1J6L7Yyu .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-ua1J6L7Yyu .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-ua1J6L7Yyu .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-ua1J6L7Yyu .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-ua1J6L7Yyu .dragArea.row .form-group .form-check .form-check-input {
  background-color: #032a72;
  border-collapse: #032a72;
}
.cid-ua1J6L7Yyu .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-ua1J6L7Yyu .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-ua1J6L7Yyu .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-ua1J6L7Yyu .row.forms-row::before {
  content: none !important;
}
.cid-ua1J6L7Yyu .mbr-main-title {
  color: #ffffff;
}
.cid-ua1J6L7Yyu .mbr-price {
  color: #ffffff;
}
.cid-ua1J6L7Yyu .list {
  color: #ffffff;
}
.cid-ua1J6L7Yyu .mbr-disc {
  color: #000000;
}
.cid-ua1J6L7Yyu label {
  color: #f5fd7b;
}
.cid-uaGnnNreJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaGnnNreJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGnnNreJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGnnNreJs .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uaGnnNreJs .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaGnnNreJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaGnnNreJs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaGnnNreJs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-uaGnnNreJs .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-uaGnnNreJs .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #032a72;
  transition: 0.4s all;
  text-align: center;
}
.cid-uaGnnNreJs .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-uaGnnNreJs .list li:hover {
  color: #032a72 !important;
}
.cid-uaGnnNreJs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uaGnnNreJs .list a:hover {
  color: #032a72 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-uaGnnNreJs .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-uaGnnNreJs .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-uaGnnNreJs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uaGnnNreJs .soc-item {
    padding: 10px;
  }
}
.cid-uaGnnNreJs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #032a72;
}
.cid-uaGnnNreJs .soc-item:hover .mbr-iconfont {
  color: #032a72 !important;
}
.cid-uaGnnNreJs .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-uaGnnNreJs .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uaGnnNreJs .border-item {
  width: 100%;
  height: 1px;
  background-color: #032a72;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uaGnnNreJs .border-item {
    margin-top: 1.5rem;
  }
}
.cid-uaGnnNreJs .copyright {
  color: #032a72;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uaGnnNreJs .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uaGnnNreJs .copyright {
    margin-top: 1.5rem;
  }
}
