.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 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: #c37a7a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #0d3c5d !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c37a7a !important;
  border-color: #c37a7a !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: #9f4848 !important;
  border-color: #9f4848 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !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: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0d3c5d !important;
  border-color: #0d3c5d !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: #020b11 !important;
  border-color: #020b11 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #020b11 !important;
  border-color: #020b11 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #c37a7a;
  color: #c37a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f4848 !important;
  background-color: transparent!important;
  border-color: #9f4848 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #379683;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: #20574c !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d3c5d;
  color: #0d3c5d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #020b11 !important;
  background-color: transparent!important;
  border-color: #020b11 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d3c5d !important;
  border-color: #0d3c5d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #c37a7a !important;
}
.text-secondary {
  color: #379683 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #0d3c5d !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #944343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000204 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #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: #c37a7a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d3c5d;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c37a7a;
  border-color: #c37a7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c37a7a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebd2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1d84cd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Epilogue', 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: #c37a7a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', 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: #c37a7a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c37a7a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c37a7a;
}
.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: #c37a7a;
  border-bottom-color: #c37a7a;
}
.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: #c37a7a !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: #379683 !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='%23c37a7a' %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-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVp4WQI756 {
  display: flex;
  background-image: url("../../../assets/images/flujo20estratecc81gico20en20blanco20y20gris-1536x1024.png");
}
.cid-uVp4WQI756 .mbr-overlay {
  background-color: #0d3c5d;
  opacity: 0.3;
}
.cid-uVp4WQI756 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uVp4WQI756 {
    align-items: flex-end;
  }
  .cid-uVp4WQI756 .row {
    justify-content: flex-start;
  }
  .cid-uVp4WQI756 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVp4WQI756 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVp4WQI756 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVp4WQI756 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVp4WQI756 .content-wrap {
    width: 100%;
  }
}
.cid-uSTJDROoiH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uSTJDROoiH .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uSTJDROoiH .container-table {
  margin: 0 auto;
}
.cid-uSTJDROoiH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uSTJDROoiH .dataTables_wrapper {
  display: block;
}
.cid-uSTJDROoiH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uSTJDROoiH table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uSTJDROoiH table th {
  border-top: 1px solid #ff9966;
  transition: all .2s;
  border-bottom: none;
}
.cid-uSTJDROoiH table th:hover {
  background: #ff9966;
  color: #000000;
}
.cid-uSTJDROoiH table td {
  border-top: 1px solid #ff9966;
}
.cid-uSTJDROoiH table td:hover {
  color: #c37a7a;
}
.cid-uSTJDROoiH table tr:last-child td {
  border-bottom: 1px solid #ff9966;
}
.cid-uSTJDROoiH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uSTJDROoiH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uSTJDROoiH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uSTJDROoiH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uSTJDROoiH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uSTJDROoiH .dataTables_filter {
    text-align: center;
  }
  .cid-uSTJDROoiH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uSTJDROoiH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPaGPvQmIH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-uPaGPvQmIH .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
}
.cid-uPaGPvQmIH .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uPaGPvQmIH .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-uPaGPvQmIH .progress {
  width: 100%;
  height: 5px;
}
.cid-uPaGPvQmIH .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPaGPvQmIH .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-uPaGPvQmIH .progress-bar {
  height: 5px;
  background-color: #ff9966;
}
.cid-uPaGPvQmIH .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uPaGPvQmIH .progressbar-number {
  display: inline-block;
}
.cid-uPaGPvQmIH .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uPaGPvQmIH .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uPaGPvQmIH .progress_value {
  position: relative;
}
.cid-uPaGPvQmIH progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uPaGPvQmIH progress::-webkit-progress-value {
  background: #ff9966;
}
.cid-uPaGPvQmIH progress[value]::-moz-progress-bar {
  background: #ff9966;
}
.cid-uPaGPvQmIH progress::-ms-fill {
  background: #ff9966;
}
.cid-uPaGPvQmIH .progress1 .progressbar-number:before {
  content: '62';
}
.cid-uPaGPvQmIH .progress2 .progressbar-number:before {
  content: '17';
}
.cid-uPaGPvQmIH .progress3 .progressbar-number:before {
  content: '60';
}
.cid-uPaGPvQmIH .progress4 .progressbar-number:before {
  content: '45';
}
.cid-uPaGPvQmIH .progress5 .progressbar-number:before {
  content: '30';
}
.cid-uPaGPvQmIH .progress-bar-1 {
  width: 62%;
}
.cid-uPaGPvQmIH .progress-bar-2 {
  width: 17%;
}
.cid-uPaGPvQmIH .progress-bar-3 {
  width: 60%;
}
.cid-uPaGPvQmIH .progress-bar-4 {
  width: 45%;
}
.cid-uPaGPvQmIH .progress-bar-5 {
  width: 30%;
}
.cid-uPaGPvQmIH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSTRfkw1Rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uSTRfkw1Rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTRfkw1Rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTRfkw1Rk .mbr-text {
  color: #000000;
}
.cid-uSTRfkw1Rk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSTRfkw1Rk .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSTRfkw1Rk .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSTRfkw1Rk .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uSTRfkw1Rk .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSTRfkw1Rk .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSTRfkw1Rk .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uSTRfkw1Rk .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uSTRfkw1Rk .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff9966;
  background-color: #ff9966;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uSTRfkw1Rk .mbr-text UL {
  text-align: left;
}
.cid-uSTRfkw1Rk .mbr-section-subtitle,
.cid-uSTRfkw1Rk .main-button {
  color: #000000;
}
.cid-uSTRfkw1Rk .mbr-section-title {
  color: #232323;
}
.cid-uSU7VGD6hV {
  background-color: #ffffff;
}
.cid-uSU7VGD6hV .progress {
  width: 100%;
}
.cid-uSU7VGD6hV p {
  margin-bottom: 0.4rem;
}
.cid-uSU7VGD6hV .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0;
}
.cid-uSU7VGD6hV progress {
  height: 10px;
  border-radius: 5px;
}
.cid-uSU7VGD6hV .progress-secondary {
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
}
.cid-uSU7VGD6hV .progressbar-number {
  display: inline-block;
}
.cid-uSU7VGD6hV .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uSU7VGD6hV .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uSU7VGD6hV .progress_value {
  position: relative;
  color: #12265a;
  font-weight: 900;
  padding: 0;
  text-align: right;
}
.cid-uSU7VGD6hV .progress1 .progressbar-number:before,
.cid-uSU7VGD6hV .progress2 .progressbar-number:before,
.cid-uSU7VGD6hV .progress3 .progressbar-number:before,
.cid-uSU7VGD6hV .progress4 .progressbar-number:before,
.cid-uSU7VGD6hV .progress5 .progressbar-number:before {
  right: 15px;
  top: 0;
}
.cid-uSU7VGD6hV progress[value]::-webkit-progress-bar {
  background: #fff;
}
.cid-uSU7VGD6hV .progress-secondary::-webkit-progress-value {
  background: #ff9966;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
  background-size: 40px 80px;
  border-radius: 10px;
}
.cid-uSU7VGD6hV .progress-primary::-webkit-progress-value {
  background: #ff9966;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
  background-size: 40px 80px;
  border-radius: 10px;
}
.cid-uSU7VGD6hV .progress-warning::-webkit-progress-value {
  background: #ff9966;
  background-image: linear-gradient(0.325turn, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%);
  background-size: 40px 80px;
  border-radius: 10px;
}
.cid-uSU7VGD6hV progress[value]::-moz-progress-bar {
  background: #ff9966;
}
.cid-uSU7VGD6hV progress::-ms-fill {
  background: #ff9966;
}
.cid-uSU7VGD6hV .progress1 .progressbar-number:before {
  content: '62';
}
.cid-uSU7VGD6hV .progress2 .progressbar-number:before {
  content: '83';
}
.cid-uSU7VGD6hV .progress3 .progressbar-number:before {
  content: '58';
}
.cid-uSU7VGD6hV .progress4 .progressbar-number:before {
  content: '51';
}
.cid-uSU7VGD6hV .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-uSU7VGD6hV {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cid-uSU7VGD6hV .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSU7VGD6hV {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.cid-uSU7VGD6hV .section-content-text {
  color: #232323;
}
.cid-uSU7VGD6hV .container-fluid {
  max-width: 1200px;
}
.cid-uSU7VGD6hV .section-content-title {
  color: #232323;
}
.cid-uSU7VGD6hV .progressbar-number::before {
  width: 100%;
  display: inline-block;
}
.cid-uSU7VGD6hV .wrapper-secondary {
  border: 1px solid #ffbb99;
  padding: 2px;
  border-radius: 10px;
}
.cid-uSU7VGD6hV .wrapper-primary {
  border: 1px solid #ffbb99;
  padding: 2px;
  border-radius: 10px;
}
.cid-uSU7VGD6hV .wrapper-warning {
  border: 1px solid #ffbb99;
  padding: 2px;
  border-radius: 10px;
}
.cid-uSU7VGD6hV .progressbar-title p {
  color: #12265a;
  font-weight: 900;
}
.cid-uSU7VGD6hV h4 {
  margin-bottom: 1.5rem;
}
.cid-uSU7VGD6hV .progressbar-title {
  padding: 0;
}
.cid-uSU7VGD6hV .col-sm-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.cid-uSU7VGD6hV .col-sm-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.cid-uQwST4NGLt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d3c5d;
}
@media (max-width: 767px) {
  .cid-uQwST4NGLt .content {
    text-align: center;
  }
  .cid-uQwST4NGLt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQwST4NGLt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQwST4NGLt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQwST4NGLt .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQwST4NGLt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQwST4NGLt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQwST4NGLt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQwST4NGLt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQwST4NGLt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQwST4NGLt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQwST4NGLt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQwST4NGLt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQwST4NGLt .copyright > p {
  color: #fafafa;
}
.cid-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSVKUQBBBF {
  background-image: url("../../../assets/images/img-947-2000x1500.jpeg");
}
.cid-uSVKUQBBBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSVKUQBBBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-32 {
  /* Type valid CSS here */
}
#custom-html-32 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-32 p {
  font-size: 60px;
  color: #777;
}
.cid-uSVDdggCte {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d3c5d;
}
@media (max-width: 767px) {
  .cid-uSVDdggCte .content {
    text-align: center;
  }
  .cid-uSVDdggCte .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSVDdggCte .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uSVDdggCte .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uSVDdggCte .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uSVDdggCte .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uSVDdggCte .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uSVDdggCte .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uSVDdggCte .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uSVDdggCte .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uSVDdggCte .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uSVDdggCte .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSVDdggCte .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uSVDdggCte .copyright > p {
  color: #fafafa;
}
.cid-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTnAdaUUb5 {
  background-image: url("../../../assets/images/flujo20estratecc81gico20en20blanco20y20gris-1536x1024.png");
}
.cid-uTnAdaUUb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTnAdaUUb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTnAdaUUb5 .mbr-section-title {
  text-align: left;
}
.cid-uTnAdaUUb5 .mbr-text,
.cid-uTnAdaUUb5 .mbr-section-btn {
  text-align: left;
}
.cid-uTnBpREIp0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uTnBpREIp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTnBpREIp0 .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-uTnBpREIp0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTnBpREIp0 .row {
  flex-direction: row-reverse;
}
.cid-uTnBpREIp0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTnBpREIp0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTodgZCvC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTo9Hiezjc {
  padding-top: 90px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uTo9Hiezjc svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uTo9Hiezjc #e2_shape {
  fill: #dfdfdf !important;
}
.cid-uTo9Hiezjc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c37a7a;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uTo9Hiezjc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uTo9Hiezjc .mbr-section-subtitle {
  color: #232323;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uTo9Hiezjc .mbr-section-title {
  color: #232323;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uTo9Hiezjc .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTo9Hiezjc .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTo9Hiezjc .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTo9Hiezjc .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uTo9Hiezjc .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uTo9Hiezjc .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uTo9Hiezjc .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uTo9Hiezjc .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uTo9Hiezjc .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTo9Hiezjc .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uTo9Hiezjc .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uTo9Hiezjc .card .card-box .card-title,
  .cid-uTo9Hiezjc .card .card-box .mbr-text,
  .cid-uTo9Hiezjc .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uTo9Hiezjc .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uTo9Hiezjc .card .card-img {
    text-align: right !important;
  }
}
.cid-uTo9Hiezjc .card .card-box .mbr-text,
.cid-uTo9Hiezjc .link {
  color: #232323;
}
.cid-uTo9Hiezjc .card .card-box .card-title,
.cid-uTo9Hiezjc .card-img {
  color: #232323;
}
.cid-uTA4Ue0xtJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uTA4Ue0xtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA4Ue0xtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA4Ue0xtJ .mbr-text {
  color: #000000;
}
.cid-uTA4Ue0xtJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTA4Ue0xtJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uTA4Ue0xtJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTA4Ue0xtJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uTA4Ue0xtJ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTA4Ue0xtJ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uTA4Ue0xtJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uTA4Ue0xtJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uTA4Ue0xtJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0d3c5d;
  background-color: #0d3c5d;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uTA4Ue0xtJ .mbr-text UL {
  text-align: left;
}
.cid-uTA4Ue0xtJ .mbr-section-subtitle,
.cid-uTA4Ue0xtJ .main-button {
  color: #000000;
}
.cid-uTAtsBlI4H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uTAtsBlI4H .container-fluid {
  padding: 0 3rem;
}
.cid-uTAtsBlI4H .mbr-section-subtitle {
  color: #767676;
}
.cid-uTAtsBlI4H .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTAtsBlI4H .table-wrapper {
  margin: 0 auto;
}
.cid-uTAtsBlI4H table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTAtsBlI4H table thead tr {
  border: none !important;
}
.cid-uTAtsBlI4H table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-uTAtsBlI4H table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-uTAtsBlI4H table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uTAtsBlI4H tr:hover {
  background-color: #bbbbbb !important;
}
.cid-uTAtsBlI4H .head-item:after,
.cid-uTAtsBlI4H .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uTAtsBlI4H table th,
  .cid-uTAtsBlI4H table td {
    padding: .75rem;
  }
}
.cid-uTAtsBlI4H .body-item {
  text-align: left;
}
.cid-uTAtsBlI4H .head-item {
  color: #000000;
}
.cid-uTAtsBlI4H .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uTAxwBwgtc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-uTAxwBwgtc .container-fluid {
  padding: 0 3rem;
}
.cid-uTAxwBwgtc .mbr-section-subtitle {
  color: #767676;
}
.cid-uTAxwBwgtc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uTAxwBwgtc .table-wrapper {
  margin: 0 auto;
}
.cid-uTAxwBwgtc table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uTAxwBwgtc table thead tr {
  border: none !important;
}
.cid-uTAxwBwgtc table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-uTAxwBwgtc table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-uTAxwBwgtc table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-uTAxwBwgtc tr:hover {
  background-color: #bbbbbb !important;
}
.cid-uTAxwBwgtc .head-item:after,
.cid-uTAxwBwgtc .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-uTAxwBwgtc table th,
  .cid-uTAxwBwgtc table td {
    padding: .75rem;
  }
}
.cid-uTAxwBwgtc .body-item {
  text-align: left;
}
.cid-uTAxwBwgtc .head-item {
  color: #000000;
}
.cid-uTAxwBwgtc .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uTnzY1QJ9k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3c5d;
  overflow: hidden;
}
.cid-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTum6ZdcWM {
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-uTum6ZdcWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTum6ZdcWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTum6ZdcWM .mbr-section-title {
  text-align: left;
}
.cid-uTum6ZdcWM .mbr-text,
.cid-uTum6ZdcWM .mbr-section-btn {
  text-align: left;
}
.cid-uTuwPdVfUR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTuwPdVfUR .nav-tabs .nav-item.open .nav-link:focus,
.cid-uTuwPdVfUR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uTuwPdVfUR .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uTuwPdVfUR .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uTuwPdVfUR .first {
  margin-left: -24px;
}
.cid-uTuwPdVfUR .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uTuwPdVfUR .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #0d3c5d;
}
.cid-uTuwPdVfUR .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #0d3c5d;
  font-style: normal;
}
.cid-uTuwPdVfUR P {
  color: #716c80;
}
.cid-uTuwPdVfUR H2 {
  color: #0d3c5d;
}
@media (max-width: 576px) {
  .cid-uTuwPdVfUR .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uTuwPdVfUR .mbr-text,
  .cid-uTuwPdVfUR .nav-link {
    text-align: center;
  }
}
.cid-uTunutbm9Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTunutbm9Z .nav-tabs .nav-item.open .nav-link:focus,
.cid-uTunutbm9Z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uTunutbm9Z .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-uTunutbm9Z .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-uTunutbm9Z .nav-link {
  padding: .4rem 0.8rem;
}
.cid-uTunutbm9Z .nav-tabs .nav-link {
  color: #3d626c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-bottom: 2px solid #f6c2c0;
}
.cid-uTunutbm9Z .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #3d626c;
  border-bottom: 2px solid #3d626c;
}
.cid-uTunutbm9Z .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #3d626c;
  font-style: normal;
  border-bottom: 2px solid #3d626c;
}
.cid-uTunutbm9Z P {
  color: #9c969b;
}
.cid-uTunutbm9Z H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uTunutbm9Z .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uTunutbm9Z .mbr-text,
  .cid-uTunutbm9Z .nav-link {
    text-align: center;
  }
}
.cid-uTum73d23e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTum73N58E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3c5d;
  overflow: hidden;
}
.cid-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTnrqJskb4 {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr-1130x753.png");
}
.cid-uTnrqJskb4 .container {
  margin-bottom: 15%;
}
.cid-uTnrqJskb4 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uTnrqJskb4 .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-uTnrqJskb4 .icon-block-top span {
  background-color: #0d3c5d;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uTnrqJskb4 .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uTnrqJskb4 .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-uTnrqJskb4 .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-uTnrqJskb4 .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-uTnrqJskb4 .mbr-text,
.cid-uTnrqJskb4 .box-item-text {
  color: #8d97ad;
}
.cid-uTnrqJskb4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uTnrqJskb4 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uTnrqJskb4 .box-list li:last-child {
  border-bottom: none;
}
.cid-uTnrqJskb4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uTnrqJskb4 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uTnrqJskb4 .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uTnrqJskb4 .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTnrqJskb4 .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uTnrqJskb4 .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uTnrqJskb4 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uTnrqJskb4 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uTnrqJskb4 .box-item-text,
.cid-uTnrqJskb4 .mbr-section-btn {
  color: #353535;
}
.cid-uTnrqJskb4 DIV {
  text-align: left;
}
.cid-uTnrqJskb4 H1 {
  text-align: left;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3c5d;
  overflow: hidden;
}
.cid-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPbcYuD57i {
  display: flex;
  background-image: url("../../../assets/images/flujo20estratecc81gico20en20blanco20y20gris-1536x1024.png");
}
.cid-uPbcYuD57i .mbr-overlay {
  background-color: #0d3c5d;
  opacity: 0.3;
}
.cid-uPbcYuD57i .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uPbcYuD57i {
    align-items: flex-end;
  }
  .cid-uPbcYuD57i .row {
    justify-content: flex-start;
  }
  .cid-uPbcYuD57i .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPbcYuD57i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPbcYuD57i {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPbcYuD57i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPbcYuD57i .content-wrap {
    width: 100%;
  }
}
.cid-uPbT8WrfIo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPbT8WrfIo .img-wrap img {
  width: 100%;
}
.cid-uPbT8WrfIo .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uPbT8WrfIo .card .wrapper {
  overflow: hidden;
}
.cid-uPbT8WrfIo .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-uPbT8WrfIo .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #354463;
  background: linear-gradient(#354463 0%, #354463 69%, #354463 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uPbT8WrfIo .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-uPbT8WrfIo .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uPbT8WrfIo .card .wrapper .mbr-text {
  color: #0d3c5d;
  font-weight: 300;
}
.cid-uPbT8WrfIo .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-uPbT8WrfIo .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-uPbT8WrfIo .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-uPbT8WrfIo .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-uPbT8WrfIo .card .wrapper .mbr-text {
  color: #000000;
}
.cid-uP66ltFPIP {
  padding-top: 45px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #0d3c5d;
}
.cid-uP66ltFPIP svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uP66ltFPIP #e2_shape {
  fill: #ffffff !important;
}
.cid-uP66ltFPIP .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c37a7a;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uP66ltFPIP .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uP66ltFPIP .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uP66ltFPIP .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uP66ltFPIP .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP66ltFPIP .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uP66ltFPIP .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uP66ltFPIP .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uP66ltFPIP .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uP66ltFPIP .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uP66ltFPIP .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uP66ltFPIP .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uP66ltFPIP .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uP66ltFPIP .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uP66ltFPIP .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uP66ltFPIP .card .card-box .card-title,
  .cid-uP66ltFPIP .card .card-box .mbr-text,
  .cid-uP66ltFPIP .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uP66ltFPIP .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uP66ltFPIP .card .card-img {
    text-align: right !important;
  }
}
.cid-uP66ltFPIP .card .card-box .mbr-text,
.cid-uP66ltFPIP .link {
  color: #c1c1c1;
}
.cid-uP66ltFPIP .badge,
.cid-uP66ltFPIP .badge_wrap {
  color: #ffffff;
}
.cid-uP5Jmw0ekf {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uP5Jmw0ekf svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uP5Jmw0ekf #e2_shape {
  fill: #0d3c5d !important;
}
.cid-uP5Jmw0ekf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c37a7a;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-uP5Jmw0ekf .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uP5Jmw0ekf .mbr-section-subtitle {
  color: #202528;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uP5Jmw0ekf .mbr-section-title {
  color: #202528;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uP5Jmw0ekf .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP5Jmw0ekf .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uP5Jmw0ekf .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uP5Jmw0ekf .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uP5Jmw0ekf .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uP5Jmw0ekf .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uP5Jmw0ekf .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uP5Jmw0ekf .card .card-img span {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uP5Jmw0ekf .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uP5Jmw0ekf .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uP5Jmw0ekf .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uP5Jmw0ekf .card .card-box .card-title,
  .cid-uP5Jmw0ekf .card .card-box .mbr-text,
  .cid-uP5Jmw0ekf .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uP5Jmw0ekf .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uP5Jmw0ekf .card .card-img {
    text-align: right !important;
  }
}
.cid-uP5Jmw0ekf .card .card-box .mbr-text,
.cid-uP5Jmw0ekf .link {
  color: #202528;
}
.cid-uP5Jmw0ekf .card .card-box .card-title,
.cid-uP5Jmw0ekf .card-img {
  color: #191919;
}
.cid-uP5Jmw0ekf .badge,
.cid-uP5Jmw0ekf .badge_wrap {
  color: #000000;
}
.cid-uP65l7jmLq {
  padding-top: 15px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #0d3c5d;
}
.cid-uP65l7jmLq svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uP65l7jmLq #e2_shape {
  fill: #ffffff !important;
}
.cid-uP65l7jmLq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c37a7a;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uP65l7jmLq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uP65l7jmLq .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uP65l7jmLq .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uP65l7jmLq .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP65l7jmLq .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uP65l7jmLq .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uP65l7jmLq .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uP65l7jmLq .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uP65l7jmLq .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uP65l7jmLq .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uP65l7jmLq .card .card-img span {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uP65l7jmLq .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uP65l7jmLq .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uP65l7jmLq .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uP65l7jmLq .card .card-box .card-title,
  .cid-uP65l7jmLq .card .card-box .mbr-text,
  .cid-uP65l7jmLq .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uP65l7jmLq .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uP65l7jmLq .card .card-img {
    text-align: right !important;
  }
}
.cid-uP65l7jmLq .card .card-box .mbr-text,
.cid-uP65l7jmLq .link {
  color: #fafafa;
}
.cid-uP65l7jmLq .card .card-box .card-title,
.cid-uP65l7jmLq .card-img {
  color: #ffffff;
}
.cid-uP65l7jmLq .badge,
.cid-uP65l7jmLq .badge_wrap {
  color: #ffffff;
}
.cid-uPbHqM2eWj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uPbHqM2eWj .container {
    max-width: 1400px;
  }
}
.cid-uPbHqM2eWj img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uPbHqM2eWj .content {
  margin: auto;
}
.cid-uPbHqM2eWj .mbr-text,
.cid-uPbHqM2eWj .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uPbHqM2eWj img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPbHqM2eWj .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uPbHqM2eWj .quote {
  color: #200960;
}
.cid-uPbHqM2eWj H3 {
  color: #0d3c5d;
}
.cid-uPbHqM2eWj H4 {
  color: #d58f76;
}
.cid-uPbHqM2eWj .mbr-text {
  color: #353535;
}
.cid-uVoSNq5vkA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uVoSNq5vkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoSNq5vkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoSNq5vkA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVoSNq5vkA .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVoSNq5vkA .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uVoSNq5vkA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uVoSNq5vkA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uVoSNq5vkA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVoSNq5vkA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uVoSNq5vkA .social-row {
  text-align: center;
}
.cid-uVoSNq5vkA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVoSNq5vkA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uVoSNq5vkA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVoSNq5vkA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVoSNq5vkA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uVoSNq5vkA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVoSNq5vkA .embla__button--next,
.cid-uVoSNq5vkA .embla__button--prev {
  display: flex;
}
.cid-uVoSNq5vkA .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;
}
@media (max-width: 768px) {
  .cid-uVoSNq5vkA .embla__button {
    display: none;
  }
}
.cid-uVoSNq5vkA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVoSNq5vkA .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uVoSNq5vkA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVoSNq5vkA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVoSNq5vkA .embla__button {
    top: auto;
  }
}
.cid-uVoSNq5vkA .embla {
  position: relative;
  width: 100%;
}
.cid-uVoSNq5vkA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVoSNq5vkA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVoSNq5vkA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVoSNq5vkA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPbNRmNrmP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d3c5d;
}
@media (max-width: 767px) {
  .cid-uPbNRmNrmP .content {
    text-align: center;
  }
  .cid-uPbNRmNrmP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPbNRmNrmP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uPbNRmNrmP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPbNRmNrmP .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uPbNRmNrmP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uPbNRmNrmP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uPbNRmNrmP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPbNRmNrmP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uPbNRmNrmP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPbNRmNrmP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPbNRmNrmP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPbNRmNrmP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPbNRmNrmP .copyright > p {
  color: #fafafa;
}
.cid-uVjBTPLEDN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVjBTPLEDN nav.navbar {
  position: fixed;
}
.cid-uVjBTPLEDN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVjBTPLEDN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVjBTPLEDN .dropdown-item:hover,
.cid-uVjBTPLEDN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uVjBTPLEDN .dropdown-item:hover span {
  color: white;
}
.cid-uVjBTPLEDN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVjBTPLEDN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVjBTPLEDN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVjBTPLEDN .nav-link {
  position: relative;
}
.cid-uVjBTPLEDN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .container {
    flex-wrap: nowrap;
  }
}
.cid-uVjBTPLEDN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown-menu,
.cid-uVjBTPLEDN .navbar.opened {
  background: #ffffff !important;
}
.cid-uVjBTPLEDN .nav-item:focus,
.cid-uVjBTPLEDN .nav-link:focus {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVjBTPLEDN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVjBTPLEDN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVjBTPLEDN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVjBTPLEDN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.opened {
  transition: all 0.3s;
}
.cid-uVjBTPLEDN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVjBTPLEDN .navbar .navbar-logo img {
  width: auto;
}
.cid-uVjBTPLEDN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar.collapsed {
  justify-content: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVjBTPLEDN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVjBTPLEDN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVjBTPLEDN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVjBTPLEDN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVjBTPLEDN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVjBTPLEDN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVjBTPLEDN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVjBTPLEDN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVjBTPLEDN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVjBTPLEDN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVjBTPLEDN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVjBTPLEDN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVjBTPLEDN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVjBTPLEDN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVjBTPLEDN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVjBTPLEDN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVjBTPLEDN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVjBTPLEDN .dropdown-item.active,
.cid-uVjBTPLEDN .dropdown-item:active {
  background-color: transparent;
}
.cid-uVjBTPLEDN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVjBTPLEDN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVjBTPLEDN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVjBTPLEDN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVjBTPLEDN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVjBTPLEDN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVjBTPLEDN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVjBTPLEDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVjBTPLEDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVjBTPLEDN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVjBTPLEDN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVjBTPLEDN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVjBTPLEDN .navbar {
    height: 70px;
  }
  .cid-uVjBTPLEDN .navbar.opened {
    height: auto;
  }
  .cid-uVjBTPLEDN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUJm9wBPex {
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-uUJm9wBPex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJm9wBPex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJm9wBPex .mbr-section-title {
  text-align: left;
}
.cid-uUJm9wBPex .mbr-text,
.cid-uUJm9wBPex .mbr-section-btn {
  text-align: left;
}
.cid-uUJm9xIFuM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUJm9xIFuM .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUJm9xIFuM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUJm9xIFuM .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uUJm9xIFuM .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uUJm9xIFuM .first {
  margin-left: -24px;
}
.cid-uUJm9xIFuM .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uUJm9xIFuM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #0d3c5d;
}
.cid-uUJm9xIFuM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #0d3c5d;
  font-style: normal;
}
.cid-uUJm9xIFuM P {
  color: #716c80;
}
.cid-uUJm9xIFuM H2 {
  color: #0d3c5d;
}
@media (max-width: 576px) {
  .cid-uUJm9xIFuM .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uUJm9xIFuM .mbr-text,
  .cid-uUJm9xIFuM .nav-link {
    text-align: center;
  }
}
#custom-html-4t {
  /* Type valid CSS here */
}
#custom-html-4t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4t p {
  font-size: 60px;
  color: #777;
}
.cid-uUJm9zkUcW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUJm9zkUcW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUJm9zkUcW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUJm9zkUcW .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-uUJm9zkUcW .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-uUJm9zkUcW .nav-link {
  padding: .4rem 0.8rem;
}
.cid-uUJm9zkUcW .nav-tabs .nav-link {
  color: #3d626c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-bottom: 2px solid #f6c2c0;
}
.cid-uUJm9zkUcW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #3d626c;
  border-bottom: 2px solid #3d626c;
}
.cid-uUJm9zkUcW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #3d626c;
  font-style: normal;
  border-bottom: 2px solid #3d626c;
}
.cid-uUJm9zkUcW P {
  color: #9c969b;
}
.cid-uUJm9zkUcW H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uUJm9zkUcW .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uUJm9zkUcW .mbr-text,
  .cid-uUJm9zkUcW .nav-link {
    text-align: center;
  }
}
.cid-uUJm9A83eD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUJm9AQCam {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3c5d;
  overflow: hidden;
}
