body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat-Light';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Montserrat-Light';
  font-size: 1.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-4 {
  font-family: 'Montserrat-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat-Light';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Montserrat-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.315rem + (1.9 - 1.315) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #810000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #d70000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #810000 !important;
  border-color: #810000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2a0000 !important;
  border-color: #2a0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a0000 !important;
  border-color: #2a0000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d70000 !important;
  border-color: #d70000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #800000 !important;
  border-color: #800000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #800000 !important;
  border-color: #800000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #810000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a0000 !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: #810000 !important;
  border-color: #810000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent!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: transparent;
  color: #d70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #800000 !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: #d70000 !important;
  border-color: #d70000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #810000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #d70000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b0000 !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: #710000 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #810000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #d70000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff0101;
}
.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: #ffa4a4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat-Light';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat-Light';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #353535 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uzpj5g7t8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzpj5g7t8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fondo-gris-png-2000x1500.png");
}
.cid-uzpj5g7t8N .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzpj5g7t8N .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uzpj5g7t8N .custom-title {
  position: relative;
  background-color: rgba(20, 20, 20, 0.2);
  color: #ffffff;
  border: 1px solid #747474;
  padding: 0.5rem 0.5rem;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
.cid-uzpj5g7t8N .mbr-section-title {
  color: #ffffff;
}
.cid-uzpj5g7t8N .custom-button {
  border: 1px solid #fffefe;
  padding: 0.3rem 0.3rem;
  border-radius: 5px;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'montserrat-light';
  font-weight: 300;
}
.cid-uzpj5g7t8N .slide-in-right {
  -webkit-animation: slide-in-right 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s both;
  animation: slide-in-right 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uzpj5g7t8N .slide-in-left {
  -webkit-animation: slide-in-left 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
  animation: slide-in-left 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uCpzazeISm {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #4f5a71;
}
.cid-uCpzazeISm .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCpzazeISm .top-line {
    justify-content: center;
  }
}
.cid-uCpzazeISm .mbr-section-title,
.cid-uCpzazeISm .mbr-section-subtitle {
  text-align: center;
}
.cid-uCpzazeISm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCpzazeISm .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-uCpzazeISm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCpzazeISm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCpzazeISm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpzazeISm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCpzazeISm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uCpzazeISm .card-title {
  color: #ffffff;
}
.cid-uCrmNIwuD8 #loading-center {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #bed3f9;
}
.cid-uCrmNIwuD8 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.cid-uCrmNIwuD8 .object {
  width: 25px;
  height: 25px;
  background-color: #810000;
  float: left;
}
.cid-uCrmNIwuD8 #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.cid-uCrmNIwuD8 #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
.cid-uCrmNIwuD8 #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
.cid-uCrmNIwuD8 #object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}
.cid-uA5d9EU00p #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(79, 90, 113, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uA5d9EU00p #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-uA5d9EU00p #dentauraBttB:hover {
  background-color: rgba(79, 90, 113, 0.9);
}
.cid-uA5d9EU00p #dentauraBttB:hover span {
  border-bottom-color: #778fb2;
}
.cid-uA5d9EU00p .hidden {
  display: none;
}
.cid-uA9ozwTHNb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uA9ozwTHNb .display-2 {
  font-size: 2rem;
}
.cid-uA9ozwTHNb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uA9ozwTHNb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
  .cid-uA9ozwTHNb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uA9ozwTHNb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uA9ozwTHNb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA9ozwTHNb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uA9ozwTHNb .navbar .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uA9ozwTHNb .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(72, 72, 72, 0.95);
    text-align: center;
  }
  .cid-uA9ozwTHNb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9ozwTHNb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9ozwTHNb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 195px;
  }
}
@media (max-width: 370px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uA9ozwTHNb .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-uA9ozwTHNb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.5px;
    border-color: #bbbbbb;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .navbar.opened {
  transition: all .3s;
}
.cid-uA9ozwTHNb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uA9ozwTHNb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uA9ozwTHNb .nav-link:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .nav-link:hover:before {
  color: #ff0000 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uA9ozwTHNb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .icons-menu {
    min-width: 50px;
    width: 50px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uA9ozwTHNb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.85rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uA9ozwTHNb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uA9ozwTHNb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA9ozwTHNb .navbar-caption {
  padding-right: 1rem;
}
.cid-uA9ozwTHNb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: rgba(100, 100, 100, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .nav-item:focus,
.cid-uA9ozwTHNb .nav-link:focus {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uA9ozwTHNb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9ozwTHNb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(72, 72, 72, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uA9ozwTHNb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown-item.active,
.cid-uA9ozwTHNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9ozwTHNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9ozwTHNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9ozwTHNb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: right;
    min-width: 205px;
    width: 205px;
  }
}
.cid-uA9ozwTHNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uA9ozwTHNb a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ozwTHNb .navbar-brand span {
  display: inline-block;
}
.cid-uA9ozwTHNb .navbar-brand a {
  font-weight: 400;
}
.cid-uA9ozwTHNb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uA9ozwTHNb .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  border-radius: 3px;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uA9ozwTHNb .btn .mbr-iconfont,
.cid-uA9ozwTHNb .btn .btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uA9ozwTHNb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-uA9ozwTHNb .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uA9ozwTHNb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uA9ozwTHNb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uA9ozwTHNb img {
  width: auto;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uA9ozwTHNb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uA9ozwTHNb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uA9ozwTHNb .socicon {
  line-height: inherit;
}
.cid-uA9ozwTHNb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uA9ozwTHNb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uA9ozwTHNb .display-2 {
  font-size: 2rem;
}
.cid-uA9ozwTHNb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uA9ozwTHNb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
  .cid-uA9ozwTHNb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uA9ozwTHNb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uA9ozwTHNb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA9ozwTHNb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uA9ozwTHNb .navbar .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uA9ozwTHNb .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(72, 72, 72, 0.95);
    text-align: center;
  }
  .cid-uA9ozwTHNb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9ozwTHNb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9ozwTHNb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 195px;
  }
}
@media (max-width: 370px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uA9ozwTHNb .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-uA9ozwTHNb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.5px;
    border-color: #bbbbbb;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .navbar.opened {
  transition: all .3s;
}
.cid-uA9ozwTHNb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uA9ozwTHNb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uA9ozwTHNb .nav-link:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .nav-link:hover:before {
  color: #ff0000 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uA9ozwTHNb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .icons-menu {
    min-width: 50px;
    width: 50px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uA9ozwTHNb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.85rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uA9ozwTHNb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uA9ozwTHNb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA9ozwTHNb .navbar-caption {
  padding-right: 1rem;
}
.cid-uA9ozwTHNb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: rgba(100, 100, 100, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .nav-item:focus,
.cid-uA9ozwTHNb .nav-link:focus {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uA9ozwTHNb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9ozwTHNb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(72, 72, 72, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uA9ozwTHNb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown-item.active,
.cid-uA9ozwTHNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9ozwTHNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9ozwTHNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9ozwTHNb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: right;
    min-width: 205px;
    width: 205px;
  }
}
.cid-uA9ozwTHNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uA9ozwTHNb a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ozwTHNb .navbar-brand span {
  display: inline-block;
}
.cid-uA9ozwTHNb .navbar-brand a {
  font-weight: 400;
}
.cid-uA9ozwTHNb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uA9ozwTHNb .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  border-radius: 3px;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uA9ozwTHNb .btn .mbr-iconfont,
.cid-uA9ozwTHNb .btn .btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uA9ozwTHNb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-uA9ozwTHNb .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uA9ozwTHNb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uA9ozwTHNb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uA9ozwTHNb img {
  width: auto;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uA9ozwTHNb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uA9ozwTHNb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uA9ozwTHNb .socicon {
  line-height: inherit;
}
.cid-uA9ozwTHNb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uzYCIMlQrd {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(295deg, #8caff0 10%, #00193b 100%) !important;
}
.cid-uzYCIMlQrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYCIMlQrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYCIMlQrd .language-selection {
  position: relative;
  padding-top: 10px;
}
.cid-uzYCIMlQrd .language-selection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff0000;
  animation: lineSlideIn 2s ease-out 5s forwards;
}
.cid-uzYCIMlQrd .custom-button {
  border: 1px solid #fecd1a;
  padding: 0.3rem;
}
.cid-uzYCIMlQrd .mbr-section-title {
  color: #ffffff;
}
.cid-uzYCIMlQrd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzYCIMlQrd .mbr-text,
.cid-uzYCIMlQrd .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uzYCIMlQrd .align-right {
  text-align: right;
}
.cid-uzYCIMlQrd .custom-font-size {
  font-size: 1.3rem;
}
@keyframes lineSlideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.cid-uzYCIMlQrd .slide-in-right1 {
  -webkit-animation: slide-in-right 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
@-webkit-keyframes slide-in-right1 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uzYCIMlQrd .slide-in-left1 {
  -webkit-animation: slide-in-left 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-left 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
@-webkit-keyframes slide-in-left1 {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uA2O3w8liR {
  background-color: #bed3f9;
}
.cid-uA2O3w8liR .trans-wave {
  opacity: 0.35;
  fill: #bed3f9;
  pointer-events: none;
}
.cid-uA2O3w8liR .wave {
  fill: #bed3f9;
  pointer-events: none;
}
.cid-uA2O3w8liR .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-uA2O3w8liR .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uA2O3w8liR .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.cid-uA2O3w8liR .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uAwdz990Np {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAwdz990Np .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uAwdz990Np .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uzYOlwKhFN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uzYOlwKhFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYOlwKhFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYOlwKhFN .mbr-section-title {
  color: #810000;
}
.cid-uzYOlwKhFN .mbr-section-subtitle {
  color: #003173;
}
.cid-uzZluG6Jlj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uzZluG6Jlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZluG6Jlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZluG6Jlj .img-wrapper {
  text-align: center;
}
.cid-uzZluG6Jlj img {
  margin: auto;
  width: 14rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.cid-uzZluG6Jlj .row {
  align-items: flex-start;
}
.cid-uzZluG6Jlj .card-wrapper {
  border-radius: 4px;
  background: #637dac;
}
@media (max-width: 992px) {
  .cid-uzZluG6Jlj .card-wrapper {
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 768px) {
  .cid-uzZluG6Jlj .card-wrapper {
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .cid-uzZluG6Jlj .card-wrapper {
    padding: 0.1rem;
  }
}
.cid-uzZluG6Jlj .card-title {
  color: #ffffff;
}
.cid-uzZluG6Jlj .mbr-text,
.cid-uzZluG6Jlj .mbr-section-btn {
  color: #ffffff;
}
.cid-uzZluG6Jlj .custom-btn1 {
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #a51717;
  border: 2px solid #19A1DB;
  color: #19A1DB;
}
.cid-uzZluG6Jlj .custom-btn1:hover {
  background-color: #19A1DB;
  color: #fff;
}
.cid-uAwdiXENCH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAwdiXENCH .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uAwdiXENCH .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uA4oSq4vR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uA4oSq4vR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4oSq4vR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4oSq4vR3 .mbr-section-title {
  color: #810000;
}
.cid-uA4oSq4vR3 .mbr-section-subtitle {
  color: #003173;
}
.cid-uA4HpIoe49 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #637dac;
}
.cid-uA4HpIoe49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4HpIoe49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4HpIoe49 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uA4HpIoe49 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uA4HpIoe49 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uA4HpIoe49 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA4HpIoe49 .mbr-text {
  color: #ffffff;
}
.cid-uA4HYi10Uf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-uA4HYi10Uf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4HYi10Uf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA4HYi10Uf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uA4HYi10Uf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uA4HYi10Uf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA4HYi10Uf .mbr-text {
  color: #003173;
}
.cid-uCT1FH3s0L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #637dac;
}
.cid-uCT1FH3s0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCT1FH3s0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCT1FH3s0L .row {
  flex-direction: row-reverse;
}
.cid-uCT1FH3s0L .video-wrapper {
  width: 60%;
  margin: 0 auto;
}
.cid-uCT1FH3s0L .mbr-section-title,
.cid-uCT1FH3s0L .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCT1FH3s0L .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCT1FH3s0L .mbr-text {
  color: #ffffff;
}
.cid-uCT1FH3s0L .mbr-description {
  color: #ffffff;
}
.cid-uA4R5JcC8N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-uA4R5JcC8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4R5JcC8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA4R5JcC8N .text-wrapper {
    padding: 2rem;
  }
}
.cid-uA4R5JcC8N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uA4R5JcC8N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA4R5JcC8N .mbr-text {
  color: #003173;
}
.cid-uA4Rmoxy4q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #637dac;
}
.cid-uA4Rmoxy4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4Rmoxy4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA4Rmoxy4q .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uA4Rmoxy4q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uA4Rmoxy4q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uA4Rmoxy4q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA4Rmoxy4q .mbr-text {
  color: #ffffff;
}
.cid-uA4Rxr0J7w {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-uA4Rxr0J7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4Rxr0J7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA4Rxr0J7w .text-wrapper {
    padding: 2rem;
  }
}
.cid-uA4Rxr0J7w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uA4Rxr0J7w .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA4Rxr0J7w .mbr-text {
  color: #003173;
}
.cid-uABTqRQtKP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uABTqRQtKP .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uABTqRQtKP .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uABTrS6bCd {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-uABTrS6bCd .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-uABTrS6bCd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uABTrS6bCd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uABTrS6bCd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uABTrS6bCd .content-wrapper {
    padding: 1rem 1rem;
  }
  .cid-uABTrS6bCd .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uABTrS6bCd .image-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  object-fit: cover;
  border-radius: 0%;
  background: #637dac;
  box-shadow: -7px -7px 14px #9c9c9c, 7px 7px 14px #ffffff;
}
.cid-uABTrS6bCd .image-wrapper img {
  background-blend-mode: overlay;
  padding: 5px;
}
.cid-uABTrS6bCd .card-title {
  color: #000000;
}
.cid-uABTrS6bCd .mbr-text,
.cid-uABTrS6bCd .mbr-section-btn {
  color: #003781;
}
.cid-uAwd5cZpr4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAwd5cZpr4 .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uAwd5cZpr4 .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uA8TiLLRM3 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-uA8TiLLRM3 .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uA8TiLLRM3 .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-uA8TiLLRM3 .mbr-section-title {
  padding-bottom: 45px;
  color: #003173;
  text-align: left;
}
.cid-uA8TiLLRM3 .text-block {
  color: #003781;
  margin-bottom: 45px;
  text-align: left;
}
.cid-uA8TiLLRM3 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-uA8TiLLRM3 .name {
  width: auto;
  padding: 0;
  line-height: 0.1;
}
.cid-uA8TiLLRM3 .progress {
  border-radius: 7px;
  position: relative;
  width: 100%;
  height: 31px;
  margin-top: 12px;
  background: #dae8ff;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-uA8TiLLRM3 .progress-bar {
  color: #ffffff;
  height: 31px !important;
  transition: width 2s ease-in-out;
  padding-right: 15px;
  border-radius: 6px;
  line-height: 31px;
  text-align: right;
}
.cid-uA8TiLLRM3 .pgrbr1 {
  background-color: #637dac;
  width: 100%;
}
.cid-uA8TiLLRM3 .pgrbr2 {
  background-color: #637dac;
  width: 100%;
}
.cid-uA8TiLLRM3 .pgrbr3 {
  background-color: #637dac;
  width: 100%;
}
.cid-uA8TiLLRM3 .pgrbr4 {
  background-color: #637dac;
  width: 100%;
}
.cid-uA8TiLLRM3 .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-uA8TiLLRM3 .progressbar-numero1:before {
  content: 'Investigate opportunities';
  font-weight: 100;
}
.cid-uA8TiLLRM3 .progressbar-numero2:before {
  content: 'Assist in a comprehensive way';
  font-weight: 100;
}
.cid-uA8TiLLRM3 .progressbar-numero3:before {
  content: 'Strengthen connections';
  font-weight: 100;
}
.cid-uA8TiLLRM3 .progressbar-numero4:before {
  content: 'Drive value';
  font-weight: 100;
}
.cid-uA8TiLLRM3 .progressbar-numero5:before {
  content: '58%';
}
.cid-uA8TiLLRM3 .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-uA8TiLLRM3 .text-wrapper {
    margin-top: 30px;
  }
  .cid-uA8TiLLRM3 .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-uA8TiLLRM3 .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-uA8TiLLRM3 .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-uA8TiLLRM3 .reset {
  width: 0%;
}
.cid-uA8TiLLRM3 P {
  text-align: right;
  color: #ffffff;
}
.cid-uA8TiLLRM3 .text-gothic {
  font-family: 'Montserrat-Light';
  font-size: 1.4rem;
}
.cid-tCnKcvau4x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tCnKcvau4x .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-tCnKcvau4x .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-tCnKcvm1Vx {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #bed3f9;
}
.cid-tCnKcvm1Vx .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tCnKcvm1Vx .modal-body .close {
  background: #1b1b1b;
}
.cid-tCnKcvm1Vx .modal-body .close span {
  font-style: normal;
}
.cid-tCnKcvm1Vx .carousel-inner > .active,
.cid-tCnKcvm1Vx .carousel-inner > .next,
.cid-tCnKcvm1Vx .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tCnKcvm1Vx .carousel-control .icon-next,
.cid-tCnKcvm1Vx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tCnKcvm1Vx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCnKcvm1Vx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCnKcvm1Vx .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tCnKcvm1Vx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tCnKcvm1Vx .boxed-slider > div {
  position: relative;
}
.cid-tCnKcvm1Vx .container img {
  width: 100%;
}
.cid-tCnKcvm1Vx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tCnKcvm1Vx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tCnKcvm1Vx .mbr-table-cell {
  padding: 0;
}
.cid-tCnKcvm1Vx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCnKcvm1Vx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tCnKcvm1Vx .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tCnKcvm1Vx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tCnKcvm1Vx .carousel-item .container {
    width: 100%;
  }
}
.cid-tCnKcvm1Vx .carousel-item-next.carousel-item-left,
.cid-tCnKcvm1Vx .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-control {
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tCnKcvm1Vx .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators li.active,
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators li::after,
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tCnKcvm1Vx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tCnKcvm1Vx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tCnKcvm1Vx .mbr-slider > .container img {
  width: 100%;
}
.cid-tCnKcvm1Vx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tCnKcvm1Vx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tCnKcvm1Vx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCnKcvm1Vx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tCnKcvm1Vx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tCnKcvm1Vx .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tCnKcvm1Vx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tCnKcvm1Vx .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tCnKcvm1Vx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tCnKcvm1Vx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tCnKcvm1Vx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tCnKcvm1Vx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tCnKcvm1Vx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tCnKcvm1Vx .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tCnKcvm1Vx .carousel-inner {
  height: 100%;
}
.cid-tCnKcvm1Vx .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tCnKcvm1Vx .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tCnKcvm1Vx .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tCnKcvm1Vx .carousel-item .container-slide {
  text-align: center;
}
.cid-tCnKcvm1Vx .content-slider-wrap {
  width: 90%;
}
.cid-tCnKcvm1Vx H2 {
  color: #ff0000;
  text-align: center;
}
.cid-tCnKcvm1Vx P {
  color: #ffffff;
  text-align: center;
}
.cid-uAwc22ij6a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAwc22ij6a .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uAwc22ij6a .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uAw3XKz6bL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-uAw3XKz6bL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAw3XKz6bL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAw3XKz6bL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAw3XKz6bL .mbr-text {
  color: #003173;
}
.cid-uAw3YohM8o {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-uAw3YohM8o img,
.cid-uAw3YohM8o .item-img {
  width: 100%;
}
.cid-uAw3YohM8o .item:focus,
.cid-uAw3YohM8o span:focus {
  outline: none;
}
.cid-uAw3YohM8o .item-wrapper {
  position: relative;
}
.cid-uAw3YohM8o .slide-content {
  position: relative;
  border-radius: 4px;
  background: #b1bcd1;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAw3YohM8o .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAw3YohM8o .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uAw3YohM8o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAw3YohM8o .mbr-section-title {
  color: #232323;
}
.cid-uAw3YohM8o .mbr-text,
.cid-uAw3YohM8o .mbr-section-btn {
  text-align: left;
}
.cid-uAw3YohM8o .item-title {
  text-align: left;
}
.cid-uAw3YohM8o .item-subtitle {
  text-align: left;
}
.cid-uAw3YohM8o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uAw3YohM8o .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uAw3YohM8o .embla__button--next,
.cid-uAw3YohM8o .embla__button--prev {
  display: flex;
}
.cid-uAw3YohM8o .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uAw3YohM8o .embla__button {
    display: none;
  }
}
.cid-uAw3YohM8o .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAw3YohM8o .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uAw3YohM8o .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAw3YohM8o .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAw3YohM8o .embla__button {
    top: auto;
  }
}
.cid-uAw3YohM8o .embla {
  position: relative;
  width: 100%;
}
.cid-uAw3YohM8o .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uAw3YohM8o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAw3YohM8o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAw3YohM8o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBMi6rVIGm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBMi6rVIGm .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uBMi6rVIGm .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uBMirDeu63 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBMirDeu63 img {
  width: 120px;
  margin: auto;
}
.cid-uBMirDeu63 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uBMirDeu63 .card {
    max-width: 12.5%;
  }
}
.cid-uA5cuS9ThR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uA58obcLf8 {
  background-color: #bed3f9;
}
.cid-uA58obcLf8 .wave1 {
  fill: #4f5a71;
}
.cid-uA58obcLf8 .wave2 {
  fill: #4f5a71;
  opacity: 0.5;
}
.cid-uA58obcLf8 .wave3,
.cid-uA58obcLf8 .wave4 {
  fill: #4f5a71;
  opacity: 0.35;
}
.cid-tCnKcwE3md {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-tCnKcwE3md .mbr-section-title {
  color: #ffffff;
}
.cid-tCnKcwTWhs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-tCnKcwTWhs img,
.cid-tCnKcwTWhs .item-img {
  width: 100%;
}
.cid-tCnKcwTWhs .item:focus,
.cid-tCnKcwTWhs span:focus {
  outline: none;
}
.cid-tCnKcwTWhs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCnKcwTWhs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCnKcwTWhs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCnKcwTWhs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCnKcwTWhs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCnKcwTWhs .mbr-section-title {
  color: #232323;
}
.cid-tCnKcwTWhs .mbr-text,
.cid-tCnKcwTWhs .mbr-section-btn {
  text-align: left;
}
.cid-tCnKcwTWhs .item-title {
  text-align: left;
}
.cid-tCnKcwTWhs .item-subtitle {
  text-align: center;
}
.cid-uBSyfvQ85s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBSyfvQ85s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSyfvQ85s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSyfvQ85s .mbr-text,
.cid-uBSyfvQ85s .link {
  color: #ffffff;
}
.cid-uBSygh5Rpw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBSygh5Rpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSygh5Rpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSygh5Rpw .mbr-text,
.cid-uBSygh5Rpw .link {
  color: #ffffff;
}
.cid-uBSygQUFjC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBSygQUFjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSygQUFjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSygQUFjC .mbr-text,
.cid-uBSygQUFjC .link {
  color: #ffffff;
}
.cid-tCnKcy0FXz {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #4f5a71;
}
.cid-tCnKcy0FXz .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tCnKcy0FXz .top-line {
    justify-content: center;
  }
}
.cid-tCnKcy0FXz .mbr-section-title,
.cid-tCnKcy0FXz .mbr-section-subtitle {
  text-align: center;
}
.cid-tCnKcy0FXz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tCnKcy0FXz .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-tCnKcy0FXz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tCnKcy0FXz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tCnKcy0FXz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCnKcy0FXz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tCnKcy0FXz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA5d9EU00p #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(79, 90, 113, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uA5d9EU00p #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-uA5d9EU00p #dentauraBttB:hover {
  background-color: rgba(79, 90, 113, 0.9);
}
.cid-uA5d9EU00p #dentauraBttB:hover span {
  border-bottom-color: #778fb2;
}
.cid-uA5d9EU00p .hidden {
  display: none;
}
.cid-uAwHSpi2ro {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAwHSpi2ro .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uAwHSpi2ro .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-sfLhULr9OR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #bed3f9;
}
.cid-sfLhULr9OR .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-sfLhULr9OR .team-card:hover {
  transform: translateY(-10px);
}
.cid-sfLhULr9OR .card-wrap {
  background: #4f5a71;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sfLhULr9OR .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sfLhULr9OR .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sfLhULr9OR .card-wrap .content-wrap {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfLhULr9OR .card-wrap .content-wrap {
    padding: 0.5rem;
  }
}
.cid-sfLhULr9OR .social-row {
  text-align: center;
}
.cid-sfLhULr9OR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e43f3f;
  transition: all 0.3s;
}
.cid-sfLhULr9OR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e43f3f;
  font-size: 1.5rem;
}
.cid-sfLhULr9OR .social-row .soc-item:hover {
  background-color: #e43f3f;
}
.cid-sfLhULr9OR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sfLhULr9OR .mbr-role,
.cid-sfLhULr9OR .social-row {
  color: #ffffff;
}
.cid-sfLhULr9OR .card-title,
.cid-sfLhULr9OR .social-row {
  color: #ffffff;
}
.cid-sfLhULr9OR .card-text,
.cid-sfLhULr9OR .mbr-section-btn,
.cid-sfLhULr9OR .social-row {
  color: #ffffff;
}
.cid-uBSpqqhQG9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBSpqqhQG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSpqqhQG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSpqqhQG9 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uBSpqqhQG9 .card-wrapper {
  margin-bottom: 1rem;
  display: flex;
  border-radius: 4px;
  background: #4f5a71;
}
@media (max-width: 991px) {
  .cid-uBSpqqhQG9 .card-wrapper {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBSpqqhQG9 .card-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-uBSpqqhQG9 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uBSpqqhQG9 .card-title {
  color: #ffffff;
}
.cid-uBSpqqhQG9 .mbr-section-title {
  color: #ff0000;
}
.cid-uBSq6FyrXz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBSq6FyrXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSq6FyrXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSq6FyrXz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uBSq6FyrXz .card-wrapper {
  margin-bottom: 1rem;
  display: flex;
  border-radius: 4px;
  background: #4f5a71;
}
@media (max-width: 991px) {
  .cid-uBSq6FyrXz .card-wrapper {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBSq6FyrXz .card-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-uBSq6FyrXz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uBSq6FyrXz .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uBSq6FyrXz .mbr-section-title {
  color: #003781;
}
.cid-uBYt6um9RN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBYt6um9RN .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uBYt6um9RN .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uCpEjUMAL1 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uCpEjUMAL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpEjUMAL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpEjUMAL1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uCpEjUMAL1 .card-wrapper {
  margin-bottom: 1rem;
  display: flex;
  border-radius: 4px;
  background: #4f5a71;
}
@media (max-width: 991px) {
  .cid-uCpEjUMAL1 .card-wrapper {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpEjUMAL1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-uCpEjUMAL1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uCpEjUMAL1 .card-title {
  color: #ffffff;
}
.cid-uCpEjUMAL1 .mbr-section-title {
  color: #003781;
}
.cid-sfNbedcOQV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sfNbedcOQV .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-sfNbedcOQV .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uCpFLIwNHr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uCpFLIwNHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpFLIwNHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpFLIwNHr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uCpFLIwNHr .card-wrapper {
  margin-bottom: 1rem;
  display: flex;
  border-radius: 4px;
  background: #4f5a71;
}
@media (max-width: 991px) {
  .cid-uCpFLIwNHr .card-wrapper {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpFLIwNHr .card-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-uCpFLIwNHr .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uCpFLIwNHr .card-title {
  color: #ffffff;
}
.cid-uCpFLIwNHr .mbr-section-title {
  color: #ff0000;
}
.cid-uCpH5ppi1f {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-uCpH5ppi1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpH5ppi1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpH5ppi1f .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uCpH5ppi1f .card-wrapper {
  margin-bottom: 1rem;
  display: flex;
  border-radius: 4px;
  background: #4f5a71;
}
@media (max-width: 991px) {
  .cid-uCpH5ppi1f .card-wrapper {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCpH5ppi1f .card-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-uCpH5ppi1f .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uCpH5ppi1f .card-title {
  color: #ffffff;
}
.cid-uCpH5ppi1f .mbr-section-title {
  color: #ff0000;
}
.cid-sfHxJGoqgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sfHxJGoqgJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff0000;
  margin-left: 1rem;
}
.cid-sfHxJGoqgJ .panel-group {
  border: none;
}
.cid-sfHxJGoqgJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sfHxJGoqgJ .panel-body,
.cid-sfHxJGoqgJ .card-header {
  padding: 1rem 0;
}
.cid-sfHxJGoqgJ .panel-title-edit {
  color: #003781;
}
.cid-sfHxJGoqgJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sfHxJGoqgJ H3 {
  color: #003781;
}
.cid-sfHxJGoqgJ H4 {
  color: #ff0000;
}
.cid-sfHxJGoqgJ .panel-text {
  color: #003781;
}
.cid-sfHyejlBlC {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-sfHyejlBlC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff0000;
  margin-left: 1rem;
}
.cid-sfHyejlBlC .panel-group {
  border: none;
}
.cid-sfHyejlBlC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sfHyejlBlC .panel-body,
.cid-sfHyejlBlC .card-header {
  padding: 1rem 0;
}
.cid-sfHyejlBlC .panel-title-edit {
  color: #003781;
}
.cid-sfHyejlBlC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sfHyejlBlC .panel-text {
  color: #003781;
}
.cid-uAwJEAPp9U {
  background-color: #bed3f9;
}
.cid-uAwJEAPp9U .wave1 {
  fill: #4f5a71;
}
.cid-uAwJEAPp9U .wave2 {
  fill: #4f5a71;
  opacity: 0.5;
}
.cid-uAwJEAPp9U .wave3,
.cid-uAwJEAPp9U .wave4 {
  fill: #4f5a71;
  opacity: 0.35;
}
.cid-uBSAa8k45b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBSAa8k45b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSAa8k45b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSAa8k45b .mbr-text,
.cid-uBSAa8k45b .link {
  color: #ffffff;
}
.cid-uCJgULT4ik {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCJgULT4ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJgULT4ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJgULT4ik .mbr-text,
.cid-uCJgULT4ik .link {
  color: #ffffff;
}
.cid-uCpyOlsp0Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCpyOlsp0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpyOlsp0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpyOlsp0Y .mbr-text,
.cid-uCpyOlsp0Y .link {
  color: #ffffff;
}
.cid-sjltsBxPZ5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #4f5a71;
}
.cid-sjltsBxPZ5 .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sjltsBxPZ5 .top-line {
    justify-content: center;
  }
}
.cid-sjltsBxPZ5 .mbr-section-title,
.cid-sjltsBxPZ5 .mbr-section-subtitle {
  text-align: center;
}
.cid-sjltsBxPZ5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sjltsBxPZ5 .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sjltsBxPZ5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sjltsBxPZ5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sjltsBxPZ5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjltsBxPZ5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sjltsBxPZ5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA5d9EU00p #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(79, 90, 113, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uA5d9EU00p #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-uA5d9EU00p #dentauraBttB:hover {
  background-color: rgba(79, 90, 113, 0.9);
}
.cid-uA5d9EU00p #dentauraBttB:hover span {
  border-bottom-color: #778fb2;
}
.cid-uA5d9EU00p .hidden {
  display: none;
}
.cid-uA9ozwTHNb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uA9ozwTHNb .display-2 {
  font-size: 2rem;
}
.cid-uA9ozwTHNb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uA9ozwTHNb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
  .cid-uA9ozwTHNb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uA9ozwTHNb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uA9ozwTHNb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA9ozwTHNb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uA9ozwTHNb .navbar .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uA9ozwTHNb .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(72, 72, 72, 0.95);
    text-align: center;
  }
  .cid-uA9ozwTHNb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9ozwTHNb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9ozwTHNb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 195px;
  }
}
@media (max-width: 370px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uA9ozwTHNb .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-uA9ozwTHNb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.5px;
    border-color: #bbbbbb;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .navbar.opened {
  transition: all .3s;
}
.cid-uA9ozwTHNb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uA9ozwTHNb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uA9ozwTHNb .nav-link:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .nav-link:hover:before {
  color: #ff0000 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uA9ozwTHNb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .icons-menu {
    min-width: 50px;
    width: 50px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uA9ozwTHNb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.85rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uA9ozwTHNb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uA9ozwTHNb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA9ozwTHNb .navbar-caption {
  padding-right: 1rem;
}
.cid-uA9ozwTHNb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: rgba(100, 100, 100, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .nav-item:focus,
.cid-uA9ozwTHNb .nav-link:focus {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uA9ozwTHNb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9ozwTHNb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(72, 72, 72, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uA9ozwTHNb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown-item.active,
.cid-uA9ozwTHNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9ozwTHNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9ozwTHNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9ozwTHNb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: right;
    min-width: 205px;
    width: 205px;
  }
}
.cid-uA9ozwTHNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uA9ozwTHNb a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ozwTHNb .navbar-brand span {
  display: inline-block;
}
.cid-uA9ozwTHNb .navbar-brand a {
  font-weight: 400;
}
.cid-uA9ozwTHNb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uA9ozwTHNb .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  border-radius: 3px;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uA9ozwTHNb .btn .mbr-iconfont,
.cid-uA9ozwTHNb .btn .btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uA9ozwTHNb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-uA9ozwTHNb .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uA9ozwTHNb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uA9ozwTHNb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uA9ozwTHNb img {
  width: auto;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uA9ozwTHNb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uA9ozwTHNb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uA9ozwTHNb .socicon {
  line-height: inherit;
}
.cid-uA9ozwTHNb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uAwh07UYk3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAwh07UYk3 .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uAwh07UYk3 .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uAr99Fz0QG {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #bed3f9;
}
.cid-uAr99Fz0QG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAr99Fz0QG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAr99Fz0QG .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-uAr99Fz0QG .timeline-element {
  position: relative;
}
.cid-uAr99Fz0QG .image-wrapper img {
  width: 55%;
  object-fit: cover;
}
.cid-uAr99Fz0QG .iconBackground {
  position: absolute;
  left: 23.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #003781;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-uAr99Fz0QG .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #003781;
  left: 23.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uAr99Fz0QG .iconBackground {
    left: 15px !important;
  }
  .cid-uAr99Fz0QG .separline:before {
    left: 15px !important;
  }
}
.cid-uAr99Fz0QG .mbr-section-title,
.cid-uAr99Fz0QG .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uAr99Fz0QG .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uAr99Fz0QG .time-line-date-content .mbr-timeline-date {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cid-uAr99Fz0QG .time-line-date-content {
    margin-right: 0.5rem;
  }
  .cid-uAr99Fz0QG .time-line-date-content .mbr-timeline-date {
    text-align: left;
  }
}
.cid-uAr99Fz0QG .timeline-text-content {
  margin-left: 1rem;
}
.cid-uAr99Fz0QG .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uAr99Fz0QG .mbr-timeline-date {
  text-align: left;
  color: #ff0000;
}
.cid-uAr99Fz0QG .mbr-timeline-title {
  color: #003173;
}
.cid-uAr99Fz0QG .mbr-timeline-text {
  color: #003173;
}
.cid-uAr99Fz0QG .mbr-section-subtitle {
  color: #003173;
  text-align: center;
}
.cid-uAr99Fz0QG .color-texto1 {
  color: #003173;
}
.cid-uAwiV3p9Vv {
  background-color: #bed3f9;
}
.cid-uAwiV3p9Vv .wave1 {
  fill: #4f5a71;
}
.cid-uAwiV3p9Vv .wave2 {
  fill: #4f5a71;
  opacity: 0.5;
}
.cid-uAwiV3p9Vv .wave3,
.cid-uAwiV3p9Vv .wave4 {
  fill: #4f5a71;
  opacity: 0.35;
}
.cid-uBSzRUvnqT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBSzRUvnqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSzRUvnqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSzRUvnqT .mbr-text,
.cid-uBSzRUvnqT .link {
  color: #ffffff;
}
.cid-uCJgM8G1wr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCJgM8G1wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJgM8G1wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJgM8G1wr .mbr-text,
.cid-uCJgM8G1wr .link {
  color: #ffffff;
}
.cid-uCpyuMHAZM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCpyuMHAZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpyuMHAZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpyuMHAZM .mbr-text,
.cid-uCpyuMHAZM .link {
  color: #ffffff;
}
.cid-sjltosPqrr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #4f5a71;
}
.cid-sjltosPqrr .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sjltosPqrr .top-line {
    justify-content: center;
  }
}
.cid-sjltosPqrr .mbr-section-title,
.cid-sjltosPqrr .mbr-section-subtitle {
  text-align: center;
}
.cid-sjltosPqrr .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sjltosPqrr .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sjltosPqrr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sjltosPqrr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sjltosPqrr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjltosPqrr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sjltosPqrr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA5d9EU00p #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(79, 90, 113, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uA5d9EU00p #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-uA5d9EU00p #dentauraBttB:hover {
  background-color: rgba(79, 90, 113, 0.9);
}
.cid-uA5d9EU00p #dentauraBttB:hover span {
  border-bottom-color: #778fb2;
}
.cid-uA5d9EU00p .hidden {
  display: none;
}
.cid-uA9ozwTHNb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uA9ozwTHNb .display-2 {
  font-size: 2rem;
}
.cid-uA9ozwTHNb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uA9ozwTHNb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
  .cid-uA9ozwTHNb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uA9ozwTHNb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uA9ozwTHNb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA9ozwTHNb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uA9ozwTHNb .navbar .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uA9ozwTHNb .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(72, 72, 72, 0.95);
    text-align: center;
  }
  .cid-uA9ozwTHNb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9ozwTHNb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9ozwTHNb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 195px;
  }
}
@media (max-width: 370px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uA9ozwTHNb .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-uA9ozwTHNb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.5px;
    border-color: #bbbbbb;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .navbar.opened {
  transition: all .3s;
}
.cid-uA9ozwTHNb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uA9ozwTHNb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uA9ozwTHNb .nav-link:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .nav-link:hover:before {
  color: #ff0000 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uA9ozwTHNb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .icons-menu {
    min-width: 50px;
    width: 50px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uA9ozwTHNb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.85rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uA9ozwTHNb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uA9ozwTHNb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA9ozwTHNb .navbar-caption {
  padding-right: 1rem;
}
.cid-uA9ozwTHNb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: rgba(100, 100, 100, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .nav-item:focus,
.cid-uA9ozwTHNb .nav-link:focus {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uA9ozwTHNb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9ozwTHNb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(72, 72, 72, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uA9ozwTHNb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown-item.active,
.cid-uA9ozwTHNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9ozwTHNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9ozwTHNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9ozwTHNb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: right;
    min-width: 205px;
    width: 205px;
  }
}
.cid-uA9ozwTHNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uA9ozwTHNb a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ozwTHNb .navbar-brand span {
  display: inline-block;
}
.cid-uA9ozwTHNb .navbar-brand a {
  font-weight: 400;
}
.cid-uA9ozwTHNb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uA9ozwTHNb .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  border-radius: 3px;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uA9ozwTHNb .btn .mbr-iconfont,
.cid-uA9ozwTHNb .btn .btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uA9ozwTHNb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-uA9ozwTHNb .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uA9ozwTHNb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uA9ozwTHNb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uA9ozwTHNb img {
  width: auto;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uA9ozwTHNb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uA9ozwTHNb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uA9ozwTHNb .socicon {
  line-height: inherit;
}
.cid-uA9ozwTHNb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uBXOZkOE2m {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXOZkOE2m .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uBXOZkOE2m .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-uBXPvMuaRE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXPvMuaRE .mbr-text {
  color: #003781;
  text-align: left;
}
.cid-uBXQMiGzzc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXQMiGzzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXQMiGzzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXQMiGzzc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXQMiGzzc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXQMiGzzc .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXQMiGzzc .card-title {
  color: #003781;
}
.cid-uBXQMiGzzc .card-text {
  color: #003781;
}
.cid-uBXRvTIQaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXRvTIQaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXRvTIQaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXRvTIQaa .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXRvTIQaa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXRvTIQaa .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXRvTIQaa .card-title {
  color: #003781;
}
.cid-uBXRvTIQaa .card-text {
  color: #003781;
}
.cid-uBXRXj3inA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXRXj3inA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXRXj3inA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXRXj3inA .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXRXj3inA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXRXj3inA .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXRXj3inA .card-title {
  color: #003781;
}
.cid-uBXRXj3inA .card-text {
  color: #003781;
}
.cid-uBXSbCvdPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXSbCvdPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXSbCvdPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXSbCvdPh .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXSbCvdPh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXSbCvdPh .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXSbCvdPh .card-title {
  color: #003781;
}
.cid-uBXSbCvdPh .card-text {
  color: #003781;
}
.cid-uBXSszzTxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXSszzTxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXSszzTxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXSszzTxf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXSszzTxf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXSszzTxf .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXSszzTxf .card-title {
  color: #003781;
}
.cid-uBXSszzTxf .card-text {
  color: #003781;
}
.cid-uBXSG3LNg4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXSG3LNg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXSG3LNg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXSG3LNg4 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXSG3LNg4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXSG3LNg4 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXSG3LNg4 .card-title {
  color: #003781;
}
.cid-uBXSG3LNg4 .card-text {
  color: #003781;
}
.cid-uBXTwMu3YF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uBXTwMu3YF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXTwMu3YF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXTwMu3YF .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBXTwMu3YF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBXTwMu3YF .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 0.5rem;
}
.cid-uBXTwMu3YF .card-title {
  color: #003781;
}
.cid-uBXTwMu3YF .card-text {
  color: #003781;
}
.cid-uBXOZtmZZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uBXOZtBoM5 {
  background-color: #bed3f9;
}
.cid-uBXOZtBoM5 .wave1 {
  fill: #4f5a71;
}
.cid-uBXOZtBoM5 .wave2 {
  fill: #4f5a71;
  opacity: 0.5;
}
.cid-uBXOZtBoM5 .wave3,
.cid-uBXOZtBoM5 .wave4 {
  fill: #4f5a71;
  opacity: 0.35;
}
.cid-uBXOZtOwhC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBXOZtOwhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXOZtOwhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXOZtOwhC .mbr-text,
.cid-uBXOZtOwhC .link {
  color: #ffffff;
}
.cid-uCJgPR02ih {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCJgPR02ih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJgPR02ih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJgPR02ih .mbr-text,
.cid-uCJgPR02ih .link {
  color: #ffffff;
}
.cid-uCpyFOuOcy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCpyFOuOcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpyFOuOcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpyFOuOcy .mbr-text,
.cid-uCpyFOuOcy .link {
  color: #ffffff;
}
.cid-uBXOZuPWKy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #4f5a71;
}
.cid-uBXOZuPWKy .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uBXOZuPWKy .top-line {
    justify-content: center;
  }
}
.cid-uBXOZuPWKy .mbr-section-title,
.cid-uBXOZuPWKy .mbr-section-subtitle {
  text-align: center;
}
.cid-uBXOZuPWKy .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBXOZuPWKy .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-uBXOZuPWKy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBXOZuPWKy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBXOZuPWKy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXOZuPWKy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBXOZuPWKy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBXOZvipSe #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(79, 90, 113, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-uBXOZvipSe #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uBXOZvipSe #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uBXOZvipSe #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uBXOZvipSe #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-uBXOZvipSe #dentauraBttB:hover {
  background-color: rgba(79, 90, 113, 0.9);
}
.cid-uBXOZvipSe #dentauraBttB:hover span {
  border-bottom-color: #778fb2;
}
.cid-uBXOZvipSe .hidden {
  display: none;
}
.cid-uA9ozwTHNb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uA9ozwTHNb .display-2 {
  font-size: 2rem;
}
.cid-uA9ozwTHNb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uA9ozwTHNb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
  .cid-uA9ozwTHNb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uA9ozwTHNb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uA9ozwTHNb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA9ozwTHNb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uA9ozwTHNb .navbar .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uA9ozwTHNb .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(72, 72, 72, 0.95);
    text-align: center;
  }
  .cid-uA9ozwTHNb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9ozwTHNb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9ozwTHNb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 195px;
  }
}
@media (max-width: 370px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uA9ozwTHNb .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-uA9ozwTHNb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.5px;
    border-color: #bbbbbb;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .navbar.opened {
  transition: all .3s;
}
.cid-uA9ozwTHNb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uA9ozwTHNb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uA9ozwTHNb .nav-link:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .nav-link:hover:before {
  color: #ff0000 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uA9ozwTHNb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .icons-menu {
    min-width: 50px;
    width: 50px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uA9ozwTHNb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.85rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uA9ozwTHNb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uA9ozwTHNb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA9ozwTHNb .navbar-caption {
  padding-right: 1rem;
}
.cid-uA9ozwTHNb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: rgba(100, 100, 100, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .nav-item:focus,
.cid-uA9ozwTHNb .nav-link:focus {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uA9ozwTHNb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9ozwTHNb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(72, 72, 72, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uA9ozwTHNb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown-item.active,
.cid-uA9ozwTHNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9ozwTHNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9ozwTHNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9ozwTHNb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: right;
    min-width: 205px;
    width: 205px;
  }
}
.cid-uA9ozwTHNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uA9ozwTHNb a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ozwTHNb .navbar-brand span {
  display: inline-block;
}
.cid-uA9ozwTHNb .navbar-brand a {
  font-weight: 400;
}
.cid-uA9ozwTHNb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uA9ozwTHNb .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  border-radius: 3px;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uA9ozwTHNb .btn .mbr-iconfont,
.cid-uA9ozwTHNb .btn .btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uA9ozwTHNb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-uA9ozwTHNb .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uA9ozwTHNb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uA9ozwTHNb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uA9ozwTHNb img {
  width: auto;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uA9ozwTHNb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uA9ozwTHNb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uA9ozwTHNb .socicon {
  line-height: inherit;
}
.cid-uA9ozwTHNb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uABPFrO9qJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uABPFrO9qJ .line {
  background-color: #003049;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uABPFrO9qJ .mbr-text {
  text-align: center;
  color: #ff0000;
}
.cid-sho4GUAvSk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sho4GUAvSk blockquote {
  border-color: #ff0000;
  border-radius: 2px;
  background-color: #bed3f9;
}
.cid-sho4GUAvSk .mbr-section-title {
  text-align: right;
}
.cid-sho4GUAvSk .mbr-text {
  color: #003781;
}
.cid-sgmaYyOo0E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
@media (min-width: 992px) {
  .cid-sgmaYyOo0E .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgmaYyOo0E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgmaYyOo0E .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgmaYyOo0E .mbr-text {
  text-align: right;
  color: #003781;
}
.cid-sgmb1LgXnL {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-sgmb1LgXnL .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgmb1LgXnL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgmb1LgXnL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgmb1LgXnL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgmb1LgXnL .mbr-text {
  color: #003781;
}
.cid-uBSAsaEeK1 {
  background-color: #bed3f9;
}
.cid-uBSAsaEeK1 .wave1 {
  fill: #4f5a71;
}
.cid-uBSAsaEeK1 .wave2 {
  fill: #4f5a71;
  opacity: 0.5;
}
.cid-uBSAsaEeK1 .wave3,
.cid-uBSAsaEeK1 .wave4 {
  fill: #4f5a71;
  opacity: 0.35;
}
.cid-uBSAtr2GAB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uBSAtr2GAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSAtr2GAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSAtr2GAB .mbr-text,
.cid-uBSAtr2GAB .link {
  color: #ffffff;
}
.cid-uCJgYUAOEj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCJgYUAOEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJgYUAOEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJgYUAOEj .mbr-text,
.cid-uCJgYUAOEj .link {
  color: #ffffff;
}
.cid-uCpyV5dm6w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4f5a71;
}
.cid-uCpyV5dm6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpyV5dm6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpyV5dm6w .mbr-text,
.cid-uCpyV5dm6w .link {
  color: #ffffff;
}
.cid-sjltf9czsc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #4f5a71;
}
.cid-sjltf9czsc .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sjltf9czsc .top-line {
    justify-content: center;
  }
}
.cid-sjltf9czsc .mbr-section-title,
.cid-sjltf9czsc .mbr-section-subtitle {
  text-align: center;
}
.cid-sjltf9czsc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sjltf9czsc .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sjltf9czsc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sjltf9czsc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sjltf9czsc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sjltf9czsc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sjltf9czsc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA5d9EU00p #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(79, 90, 113, 0.95);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uA5d9EU00p #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uA5d9EU00p #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #8caff0;
  opacity: 1;
}
.cid-uA5d9EU00p #dentauraBttB:hover {
  background-color: rgba(79, 90, 113, 0.9);
}
.cid-uA5d9EU00p #dentauraBttB:hover span {
  border-bottom-color: #778fb2;
}
.cid-uA5d9EU00p .hidden {
  display: none;
}
.cid-uA9ozwTHNb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uA9ozwTHNb .display-2 {
  font-size: 2rem;
}
.cid-uA9ozwTHNb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uA9ozwTHNb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
  .cid-uA9ozwTHNb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uA9ozwTHNb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uA9ozwTHNb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA9ozwTHNb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uA9ozwTHNb .navbar .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9ozwTHNb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu {
    top: 0;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uA9ozwTHNb .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9ozwTHNb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(72, 72, 72, 0.95);
    text-align: center;
  }
  .cid-uA9ozwTHNb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9ozwTHNb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9ozwTHNb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 195px;
  }
}
@media (max-width: 370px) {
  .cid-uA9ozwTHNb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uA9ozwTHNb .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-uA9ozwTHNb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar.navbar-short {
    background: #000000 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uA9ozwTHNb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.5px;
    border-color: #bbbbbb;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uA9ozwTHNb .navbar .dropdown-item:hover {
    color: #ff0000 !important;
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .navbar.opened {
  transition: all .3s;
}
.cid-uA9ozwTHNb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uA9ozwTHNb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uA9ozwTHNb .nav-link:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .nav-link:hover:before {
  color: #ff0000 !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uA9ozwTHNb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .icons-menu {
    min-width: 50px;
    width: 50px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uA9ozwTHNb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.85rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uA9ozwTHNb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uA9ozwTHNb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA9ozwTHNb .navbar-caption {
  padding-right: 1rem;
}
.cid-uA9ozwTHNb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: rgba(100, 100, 100, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown-menu,
  .cid-uA9ozwTHNb .navbar.opened {
    background: #000000 !important;
  }
}
.cid-uA9ozwTHNb .nav-item:focus,
.cid-uA9ozwTHNb .nav-link:focus {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uA9ozwTHNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uA9ozwTHNb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uA9ozwTHNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9ozwTHNb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(72, 72, 72, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
  background: #000000 !important;
}
.cid-uA9ozwTHNb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uA9ozwTHNb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9ozwTHNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9ozwTHNb .dropdown-item.active,
.cid-uA9ozwTHNb .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9ozwTHNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9ozwTHNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uA9ozwTHNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9ozwTHNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9ozwTHNb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uA9ozwTHNb .navbar-buttons {
    text-align: right;
    min-width: 205px;
    width: 205px;
  }
}
.cid-uA9ozwTHNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9ozwTHNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9ozwTHNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9ozwTHNb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uA9ozwTHNb a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uA9ozwTHNb .navbar-brand span {
  display: inline-block;
}
.cid-uA9ozwTHNb .navbar-brand a {
  font-weight: 400;
}
.cid-uA9ozwTHNb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 2.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #bbbbbb;
}
.cid-uA9ozwTHNb .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  border-radius: 3px;
  font-weight: 400;
  color: #000000 !important;
}
.cid-uA9ozwTHNb .btn .mbr-iconfont,
.cid-uA9ozwTHNb .btn .btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uA9ozwTHNb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-uA9ozwTHNb .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uA9ozwTHNb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uA9ozwTHNb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uA9ozwTHNb img {
  width: auto;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uA9ozwTHNb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uA9ozwTHNb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uA9ozwTHNb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uA9ozwTHNb .socicon {
  line-height: inherit;
}
.cid-uA9ozwTHNb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
