.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Gothic A1', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Gothic A1', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Gothic A1', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gothic A1', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Gothic A1', sans-serif;
  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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #7ba6fd !important;
}
.bg-success {
  background-color: #fff7ea !important;
}
.bg-info {
  background-color: #a39d91 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #011e45 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7ba6fd !important;
  border-color: #7ba6fd !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: #266cfc !important;
  border-color: #266cfc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #266cfc !important;
  border-color: #266cfc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003781 !important;
  border-color: #003781 !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: #00122a !important;
  border-color: #00122a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00122a !important;
  border-color: #00122a !important;
}
.btn-info,
.btn-info:active {
  background-color: #a39d91 !important;
  border-color: #a39d91 !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: #797265 !important;
  border-color: #797265 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #797265 !important;
  border-color: #797265 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff7ea !important;
  border-color: #fff7ea !important;
  color: #ea9100 !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: #935b00 !important;
  background-color: #ffd693 !important;
  border-color: #ffd693 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ea9100 !important;
  background-color: #ffd693 !important;
  border-color: #ffd693 !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: #011e45 !important;
  border-color: #011e45 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #7ba6fd;
  color: #7ba6fd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #266cfc !important;
  background-color: transparent!important;
  border-color: #266cfc !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7ba6fd !important;
  border-color: #7ba6fd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #003781;
  color: #003781;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00122a !important;
  background-color: transparent!important;
  border-color: #00122a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003781 !important;
  border-color: #003781 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a39d91;
  color: #a39d91;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #797265 !important;
  background-color: transparent!important;
  border-color: #797265 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a39d91 !important;
  border-color: #a39d91 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff7ea;
  color: #fff7ea;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd693 !important;
  background-color: transparent!important;
  border-color: #ffd693 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ea9100 !important;
  background-color: #fff7ea !important;
  border-color: #fff7ea !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #011e45;
  color: #011e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #011e45 !important;
  border-color: #011e45 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7ba6fd !important;
}
.text-secondary {
  color: #003781 !important;
}
.text-success {
  color: #fff7ea !important;
}
.text-info {
  color: #a39d91 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #011e45 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1762fb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000c1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffd084 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #706a5e !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: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7ba6fd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a39d91;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #011e45;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7ba6fd;
  border-color: #7ba6fd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7ba6fd;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dddbd6;
}
.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: #3087fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gothic A1', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7ba6fd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #7ba6fd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7ba6fd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7ba6fd;
}
.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: #7ba6fd;
  border-bottom-color: #7ba6fd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #7ba6fd !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: #003781 !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='%237ba6fd' %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-uDWtj5PDR7 {
  padding-top: 7rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/02-world-5282456-min.jpg");
}
.cid-uDWtj5PDR7 .content-wrapper {
  background: rgba(8, 48, 81, 0.4);
}
@media (max-width: 991px) {
  .cid-uDWtj5PDR7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDWtj5PDR7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDWtj5PDR7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDWtj5PDR7 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-uDWtj5PDR7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uDWtj5PDR7 .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: #083051;
  box-shadow: -5px -5px 10px #9c9c9c, 5px 5px 10px #ffffff;
}
.cid-uDWtj5PDR7 .image-wrapper img {
  background-blend-mode: overlay;
  padding: 10px;
}
.cid-uDWtj5PDR7 .card-title {
  color: #ffffff;
}
.cid-uDWtj5PDR7 .mbr-text,
.cid-uDWtj5PDR7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDWtj5PDR7 .bounce-in-top {
  -webkit-animation: bounce-in-top 4s 1s both;
  animation: bounce-in-top 4s 1s both;
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.cid-uDWtj5PDR7 .slide-in-right {
  -webkit-animation: slide-in-right 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-right 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s 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-uDRiPdhrGg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDRiPdhrGg .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDRiPdhrGg .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDR0RdGSls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDR0RdGSls .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDR0RdGSls .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uFPYU1IzBw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffdf8;
}
.cid-uFPYU1IzBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPYU1IzBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFPYU1IzBw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFPYU1IzBw .row {
  flex-direction: row-reverse;
}
.cid-uFPYU1IzBw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFPYU1IzBw .text-wrapper {
    padding-left: 3rem;
    padding-right: 0.5rem;
  }
}
.cid-uFPYU1IzBw .mbr-text {
  color: #083051;
}
.cid-uFPYU1IzBw .mbr-description {
  color: #083051;
}
.cid-uFPSMiYUD1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fffdf8;
}
.cid-uFPSMiYUD1 .mbr-text {
  color: #083051;
}
.cid-uFPSMiYUD1 .mbr-section-subtitle {
  color: #083051;
}
.cid-uDRoNuxROz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffdf8;
}
.cid-uDRoNuxROz .mbr-section-subtitle {
  color: #083051;
  font-weight: 300;
  text-align: center;
}
.cid-uDRoNuxROz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uDRoNuxROz .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uDRoNuxROz .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uDRoNuxROz .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uDRoNuxROz .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #a39d91;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-uDRoNuxROz .card {
  min-height: 300px;
}
.cid-uDRoNuxROz .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-uDRoNuxROz .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-uDRoNuxROz .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uDRoNuxROz .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uDRoNuxROz .mbr-section-title {
  color: #ff8a8a;
  text-align: left;
}
.cid-uDRoNuxROz P {
  color: #000000;
}
.cid-uDRoNuxROz H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uDRoNuxROz DIV {
  text-align: left;
}
.cid-uDVrOlJ6Rr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf8;
}
.cid-uDRaVVUrE0 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #fffdf8;
}
.cid-uDRaVVUrE0 img {
  width: 90px;
  margin: auto;
}
.cid-uDRaVVUrE0 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .cid-uDRaVVUrE0 .card {
    max-width: 12.5%;
  }
}
.cid-uDRaVVUrE0 .mbr-text {
  color: #083051;
  text-align: center;
}
.cid-uDRaVVUrE0 .custom-font-size1 {
  font-size: 0.8rem;
}
.cid-uDV09F1FZ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDV09F1FZ0 .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDV09F1FZ0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDR2frmmKZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDR2frmmKZ .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDR2frmmKZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDPThrYYwc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffdf8;
}
.cid-uDPThrYYwc img,
.cid-uDPThrYYwc .item-img {
  width: 100%;
}
.cid-uDPThrYYwc .item:focus,
.cid-uDPThrYYwc span:focus {
  outline: none;
}
.cid-uDPThrYYwc .item-wrapper {
  position: relative;
}
.cid-uDPThrYYwc .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDPThrYYwc .slide-content .item-content {
    padding: 0.1rem 0.1rem 0;
  }
  .cid-uDPThrYYwc .slide-content .item-footer {
    padding: 0 0.1rem 0.1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDPThrYYwc .slide-content .item-content {
    padding: 0.1rem 0.1rem 0;
  }
  .cid-uDPThrYYwc .slide-content .item-footer {
    padding: 0 0.1rem 0.1rem;
  }
}
.cid-uDPThrYYwc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDPThrYYwc .mbr-section-title {
  color: #083051;
}
.cid-uDPThrYYwc .mbr-text,
.cid-uDPThrYYwc .mbr-section-btn {
  text-align: center;
  color: #401a50;
}
.cid-uDPThrYYwc .item-title {
  text-align: center;
  color: #083051;
}
.cid-uDPThrYYwc .item-subtitle {
  text-align: left;
}
.cid-uDPThrYYwc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uDPThrYYwc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.cid-uDPThrYYwc .embla__button--next,
.cid-uDPThrYYwc .embla__button--prev {
  display: flex;
}
.cid-uDPThrYYwc .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(182, 178, 164, 0.87);
  color: #083051;
  border: 2px solid #083051;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDPThrYYwc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDPThrYYwc .embla__button:hover {
  background: #bdbdbd;
  color: rgba(216, 233, 250, 0.877);
}
.cid-uDPThrYYwc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0.2rem;
}
.cid-uDPThrYYwc .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uDPThrYYwc .embla__button {
    top: auto;
  }
}
.cid-uDPThrYYwc .embla {
  position: relative;
  width: 100%;
}
.cid-uDPThrYYwc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDPThrYYwc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDPThrYYwc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDPThrYYwc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDPThrYYwc .border1 {
  border: 2px solid #083051;
}
.cid-uDVrzwvdmu {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #fffdf8;
}
.cid-uDV6a33Gsn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDV6a33Gsn .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDV6a33Gsn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDV6dM1rKD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDV6dM1rKD .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDV6dM1rKD .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDQmyzMNWL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf8;
}
.cid-uDQmyzMNWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQmyzMNWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQmyzMNWL .content-wrapper {
  background: #fffdf8;
}
@media (max-width: 991px) {
  .cid-uDQmyzMNWL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQmyzMNWL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDQmyzMNWL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQmyzMNWL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uDQmyzMNWL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uDQmyzMNWL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDQmyzMNWL .card-title {
  color: #401a50;
}
.cid-uDQmyzMNWL .mbr-text,
.cid-uDQmyzMNWL .mbr-section-btn {
  color: #083051;
}
.cid-uDQdtJOpLg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fffdf8;
}
.cid-uDQdtJOpLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQdtJOpLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQdtJOpLg .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 991px) {
  .cid-uDQdtJOpLg .item {
    margin-bottom: 2rem;
  }
}
.cid-uDQdtJOpLg .item:last-child .icon-box:before {
  display: none;
}
.cid-uDQdtJOpLg .item.last .icon-box:before {
  display: none;
}
.cid-uDQdtJOpLg .icon-box {
  background: #a39d91;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uDQdtJOpLg .icon-box {
    margin-right: 1rem;
  }
}
.cid-uDQdtJOpLg .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 101%;
  color: #a39d91;
  transform: translate(-50%, 0);
}
.cid-uDQdtJOpLg span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDQdtJOpLg .card {
    margin-bottom: 2rem;
  }
  .cid-uDQdtJOpLg .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uDQdtJOpLg .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uDQdtJOpLg .icon-box::before {
    top: 114%;
  }
}
.cid-uDQdtJOpLg .icon-title {
  color: #401a50;
}
.cid-uDQdtJOpLg .icon-text {
  color: #083051;
}
.cid-uDVbkajUsT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDVbkajUsT .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDVbkajUsT .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDVbiWbIYi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDVbiWbIYi .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDVbiWbIYi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDVbgM12Lr {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #fffdf8;
}
.cid-uDVbgM12Lr .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uDVbgM12Lr .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-uDVbgM12Lr .mbr-section-title {
  padding-bottom: 45px;
  color: #003781;
  text-align: left;
}
.cid-uDVbgM12Lr .text-block {
  color: #003781;
  margin-bottom: 45px;
  text-align: left;
}
.cid-uDVbgM12Lr .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-uDVbgM12Lr .name {
  width: auto;
  padding: 0;
  line-height: 0.4;
}
.cid-uDVbgM12Lr .progress {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 31px;
  margin-top: 12px;
  background: #d0d0d0;
  font-size: 1.4rem;
  font-weight: 700;
}
.cid-uDVbgM12Lr .progress-bar {
  color: #fffdf8;
  height: 31px !important;
  transition: width 2s ease-in-out;
  padding-right: 15px;
  border-radius: 6px;
  line-height: 31px;
  text-align: right;
}
.cid-uDVbgM12Lr .pgrbr1 {
  background-color: #401a50;
  width: 100%;
}
.cid-uDVbgM12Lr .pgrbr2 {
  background-color: #401a50;
  width: 100%;
}
.cid-uDVbgM12Lr .pgrbr3 {
  background-color: #401a50;
  width: 100%;
}
.cid-uDVbgM12Lr .pgrbr4 {
  background-color: #401a50;
  width: 100%;
}
.cid-uDVbgM12Lr .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-uDVbgM12Lr .progressbar-numero1:before {
  content: 'Experiencia comprobada';
  font-weight: 100;
  align: center;
}
.cid-uDVbgM12Lr .progressbar-numero2:before {
  content: 'Precisión y fidelidad';
  font-weight: 100;
}
.cid-uDVbgM12Lr .progressbar-numero3:before {
  content: 'Adaptación a cada proyecto';
  font-weight: 100;
}
.cid-uDVbgM12Lr .progressbar-numero4:before {
  content: 'Compromiso y confidencialidad';
  font-weight: 100;
}
.cid-uDVbgM12Lr .progressbar-numero5:before {
  content: '58%';
}
.cid-uDVbgM12Lr .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-uDVbgM12Lr .text-wrapper {
    margin-top: 30px;
  }
  .cid-uDVbgM12Lr .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-uDVbgM12Lr .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-uDVbgM12Lr .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-uDVbgM12Lr .reset {
  width: 0%;
}
.cid-uDVbgM12Lr P {
  text-align: right;
  color: #f8f8f8;
}
.cid-uDVbgM12Lr .text-gothic {
  font-family: 'GothicA1-light', sans-serif;
  font-size: 1.2rem;
}
.cid-uDWcLDAzHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDWcLDAzHj .line {
  background-color: #ffffff;
  align: center;
  height: 1.0px;
  margin: 0 auto;
}
.cid-uDWcLDAzHj .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDVd5YLg14 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #083051;
}
.cid-uDVd5YLg14 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uDVFp5cHJ6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffdf8;
}
.cid-uDVFp5cHJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVFp5cHJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVFp5cHJ6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDVFp5cHJ6 .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uDVFp5cHJ6 .mbr-section-title {
  color: #dbdbdb;
}
.cid-uDVFp5cHJ6 .heartbeat {
  -webkit-animation: heartbeat 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite both;
  animation: heartbeat 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.cid-uDVFp5cHJ6 .mbr-text,
.cid-uDVFp5cHJ6 .mbr-section-btn {
  color: #083051;
}
.cid-uELWSPO0yM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uELWSPO0yM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELWSPO0yM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELWSPO0yM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #7ba6fd;
  margin-bottom: 1rem;
}
.cid-uELWSPO0yM .card-wrapper {
  padding: 1rem;
  background: #083051;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uELWSPO0yM .card-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uELWSPO0yM .card-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uELWSPO0yM .card-title {
  color: #fff7ea;
}
.cid-uELYIo5J2x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uELYIo5J2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELYIo5J2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELYIo5J2x .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #7ba6fd;
  margin-bottom: 1rem;
}
.cid-uELYIo5J2x .card-wrapper {
  padding: 1rem;
  background: #083051;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uELYIo5J2x .card-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uELYIo5J2x .card-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uELYIo5J2x .card-title {
  color: #fff7ea;
}
.cid-uEM9qljUc3 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #fffdf8;
}
.cid-uEM9qljUc3 .showAlerts {
  display: block !important;
}
.cid-uEM9qljUc3 .rowflexrev {
  display: -webkit-flex;
}
.cid-uEM9qljUc3 .title {
  margin-bottom: 2rem;
}
.cid-uEM9qljUc3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uEM9qljUc3 textarea.form-control {
  min-height: 188px;
}
.cid-uEM9qljUc3 LABEL {
  color: #232323;
  display: initial;
}
.cid-uEM9qljUc3 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uEM9qljUc3 .mbr-section-labels {
  color: #083051;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uEM9qljUc3 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uEM9qljUc3 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uEM9qljUc3 .alert {
  margin-bottom: 0;
}
.cid-uEM9qljUc3 .alert-success {
  background-color: #70c770;
}
.cid-uEM9qljUc3 .alert-danger {
  background-color: #ff4a52;
}
.cid-uEM9qljUc3 .btn {
  display: inline-flex;
}
.cid-uEM9qljUc3 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uEM9qljUc3 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uEM9qljUc3 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 14px !important;
}
.cid-uEM9qljUc3 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uEM9qljUc3 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uEM9qljUc3 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uEM9qljUc3 input,
.cid-uEM9qljUc3 option,
.cid-uEM9qljUc3 textarea {
  color: #000000;
}
.cid-uEM9qljUc3 H2 {
  color: #083051;
}
.cid-uDWjPvOgTH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fffdf8;
}
.cid-uDWjPvOgTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWjPvOgTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDWjPvOgTH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDWjPvOgTH .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uzA7RGlK3s {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #083051;
}
.cid-uzA7RGlK3s .mbr-text {
  text-align: center;
  color: #fff7ea;
}
.cid-uzA7RGlK3s .thin2-hr {
  border: none;
  border-top: 2px solid #dbdbdb;
  margin: 10px 0;
}
.cid-uzA7RGlK3s .custom-font-size2 {
  font-size: 0.8rem;
}
.cid-uzA8ABafVq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #083051;
  overflow: hidden;
}
.cid-uzA8ABafVq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzA8ABafVq .otra-clase1 {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}
.cid-uzA8ABafVq .otra-clase2 {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
}
.cid-uvV0OK43zS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.2rem;
  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-uvV0OK43zS .display-2 {
  font-size: 2rem;
}
.cid-uvV0OK43zS .navbar-collapse {
  -webkit-justify-content: flex;
  justify-content: flex;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .icons-menu {
    padding: 0.5rem 0!important;
  }
  .cid-uvV0OK43zS .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-uvV0OK43zS .dropdown-item:hover {
    color: #fff7ea !important;
    background: #a39d91 !important;
  }
  .cid-uvV0OK43zS .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uvV0OK43zS.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvV0OK43zS.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvV0OK43zS.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-uvV0OK43zS.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvV0OK43zS.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uvV0OK43zS.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uvV0OK43zS .navbar.navbar-short {
    background: #083051 !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-logo img {
    height: 1.2rem !important;
  }
  .cid-uvV0OK43zS .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvV0OK43zS .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uvV0OK43zS .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvV0OK43zS.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS .dropdown-menu {
    top: 0;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvV0OK43zS .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-uvV0OK43zS .navbar-logo img {
    height: 1.2rem !important;
  }
  .cid-uvV0OK43zS ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvV0OK43zS .dropdown-menu .dropdown-item {
    padding-top: 0.2rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    background: rgba(8, 37, 60, 0.95);
    text-align: center;
  }
  .cid-uvV0OK43zS .navbar-brand {
    min-height: 59px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
  }
  .cid-uvV0OK43zS .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvV0OK43zS .icons-menu {
    padding-left: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
}
@media (max-width: 575px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 295px;
  }
}
@media (min-width: 576px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 425px;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 465px;
  }
}
@media (max-width: 550px) {
  .cid-uvV0OK43zS .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uvV0OK43zS .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-uvV0OK43zS .navbar {
  min-height: 59px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #083051 !important;
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar.navbar-short {
    background: #083051 !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 1.2rem !important;
  }
  .cid-uvV0OK43zS .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvV0OK43zS .navbar .dropdown-item {
    padding-top: 0.2rem;
    padding-right: 0.5rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    border-bottom: 0px solid #000000;
    background: rgba(8, 48, 81, 0.95);
    border-bottom-width: 0.5px;
    border-color: #ffffff;
    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-uvV0OK43zS .navbar .dropdown-item:hover {
    color: #fff7ea !important;
    background: #082d4c !important;
  }
}
.cid-uvV0OK43zS .navbar.opened {
  transition: all .3s;
}
.cid-uvV0OK43zS .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .nav-link:hover {
  color: #fff7ea !important;
  background: #a39d91 !important;
}
.cid-uvV0OK43zS .nav-link:hover:before {
  color: #fff7ea !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: left;
    -webkit-justify-content: flex;
    justify-content: flex;
  }
}
.cid-uvV0OK43zS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown-menu {
    min-width: 5rem;
    padding-top: 0rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.4em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uvV0OK43zS .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uvV0OK43zS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvV0OK43zS .navbar-caption {
  padding-right: 1rem;
}
.cid-uvV0OK43zS .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex;
  justify-content: flex;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .dropdown-menu,
  .cid-uvV0OK43zS .navbar.opened {
    background: rgba(8, 48, 81, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown-menu,
  .cid-uvV0OK43zS .navbar.opened {
    background: #083051 !important;
  }
}
.cid-uvV0OK43zS .nav-item:focus,
.cid-uvV0OK43zS .nav-link:focus {
  outline: none;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uvV0OK43zS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 0.5rem;
}
.cid-uvV0OK43zS .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uvV0OK43zS .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvV0OK43zS .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uvV0OK43zS .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(8, 37, 60, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff7ea !important;
  background: #a39d91 !important;
}
.cid-uvV0OK43zS .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uvV0OK43zS .navbar-brand {
  min-height: 59px;
  -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-uvV0OK43zS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvV0OK43zS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvV0OK43zS .dropdown-item.active,
.cid-uvV0OK43zS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvV0OK43zS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvV0OK43zS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvV0OK43zS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uvV0OK43zS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvV0OK43zS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvV0OK43zS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvV0OK43zS .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uvV0OK43zS .navbar-buttons {
    text-align: right;
    min-width: 315px;
    width: 315px;
  }
}
.cid-uvV0OK43zS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a39d91;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvV0OK43zS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvV0OK43zS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvV0OK43zS .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uvV0OK43zS a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvV0OK43zS .navbar-brand span {
  display: inline-block;
}
.cid-uvV0OK43zS .navbar-brand a {
  font-weight: 400;
}
.cid-uvV0OK43zS .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #504c42;
}
.cid-uvV0OK43zS .btn-sm {
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uvV0OK43zS .btn .mbr-iconfont,
.cid-uvV0OK43zS .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.5rem;
  padding-bottom: 0.2rem;
}
.cid-uvV0OK43zS .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  background: #003781 !important;
  background: linear-gradient(to right, #003781, #003781, #003781, #003781) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
  color: #ffffff;
}
.cid-uvV0OK43zS .topLineDivSettings span {
  font-weight: 200 !important;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uvV0OK43zS img {
  width: auto;
}
.cid-uvV0OK43zS .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uvV0OK43zS .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvV0OK43zS .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvV0OK43zS a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uvV0OK43zS .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-uvV0OK43zS .socicon {
  line-height: inherit;
}
.cid-uvV0OK43zS .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ul010sC26U #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(8, 48, 81, 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-ul010sC26U #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-ul010sC26U #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: #c9c3b8;
  opacity: 1;
}
.cid-ul010sC26U #dentauraBttB:hover {
  background-color: rgba(16, 81, 133, 0.9);
}
.cid-ul010sC26U #dentauraBttB:hover span {
  border-bottom-color: #bed3f9;
}
.cid-ul010sC26U .hidden {
  display: none;
}
