body {
  font-family: Rubik;
}
.image-container {
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#77dd77;
}

.nav-item.dropdown:hover, .nav-item:hover {
    background: rgba(0,0,0,0.1);
}
#preview {
    margin-top: 10px;
	border:1px solid black;
	width:350px;
	height:350px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	/*transform: translate(-50%, -50%);*/
    box-shadow: 0 0 20px rgba(16, 0, 54, 0.2);
    transition: 0.1s ease-out;
}
#navbarSupportedContent {
    max-width: 100%;
}
.cid-sz9lLks9hy button.navbar-toggler {
    position: absolute!important;
}
a.nav-link {
    color:black!important;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 50px;
	}

.magnify {
  position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
  display: inline-block;
}
.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  width: 600px;
  height: 360px;
  border: 5px solid #fff;
}
.magnify .magnifier {
  height: 150px;
  width: 150px;
  position: absolute;
  z-index: 20;
  border: 4px solid white;
  background-size: 1000%;
  background-repeat: no-repeat;
  margin-left: -100px !important;
  margin-top: -100px !important;
  pointer-events: none;
}
.magnified img{
  width: 100%;
  height:100%;
}

  
.image-container img:hover {
	 cursor: zoom-in;
	 border: 0;
	 -moz-box-shadow:2px 2px 7px 2px rgba(130,130,130,1),-1px -1px 7px 2px rgba(130,130,130,1);
	-webkit-box-shadow: 2px 2px 7px 2px rgba(130,130,130,.7),-1px -1px 7px 2px rgba(130,130,130,1);
	box-shadow: 2px 2px 7px 2px rgba(130,130,130,.7),-2px -2px 7px 2px rgba(130,130,130,1);
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 6rem;
  font-display: swap;
}

.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 2.7rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 768px) {
  
.nav-dropdown .nav-item {
    text-align: left!important;
    display: block;
}
.nav-dropdown .nav-item a.nav-link {
    text-align: left!important;
    display: block;
}
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 769px) {
    .nav-item.dropdown-item .nav-link {
        color:black!important;
        
    }
}

/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e5690b !important;
}
.bg-success {
  background-color: #ffd200 !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #004b8a !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e5690b !important;
  border-color: #e5690b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9c4807 !important;
  border-color: #9c4807 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c4807 !important;
  border-color: #9c4807 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00964d !important;
  border-color: #00964d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #004a26 !important;
  border-color: #004a26 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004a26 !important;
  border-color: #004a26 !important;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd200 !important;
  border-color: #ffd200 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b39300 !important;
  border-color: #b39300 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b39300 !important;
  border-color: #b39300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #004b8a !important;
  border-color: #004b8a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #00213d !important;
  border-color: #00213d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00213d !important;
  border-color: #00213d !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #843c06;
  color: #843c06;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e5690b;
  border-color: #e5690b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e5690b !important;
  border-color: #e5690b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003019;
  color: #003019;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00964d;
  border-color: #00964d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00964d !important;
  border-color: #00964d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #997e00;
  color: #997e00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffd200;
  border-color: #ffd200;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffd200 !important;
  border-color: #ffd200 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #001424;
  color: #001424;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #004b8a;
  border-color: #004b8a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #004b8a !important;
  border-color: #004b8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e5690b !important;
}
.text-secondary {
  color: #00964d !important;
}
.text-success {
  color: #ffd200 !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #004b8a !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #843c06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003019 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997e00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #171a1b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #001424 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #999999 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #465052;
}
.alert-warning {
  background-color: #004b8a;
}
.alert-danger {
  background-color: #cccccc;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e5690b;
  border-color: #e5690b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e5690b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdac0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff6cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0a8fff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #e5690b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e5690b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e5690b;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-encabezado {
  }
  .cid-sz9lNGfTSu {
      padding-top: 80px;
  }
  .first-section {
      margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .menu-encabezado {
    height:60px;
  }
  .cid-sz9lNGfTSu{
      padding-top: 77px;
  }
  .first-section {
      margin-top: 60px;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e5690b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e5690b;
  border-bottom-color: #e5690b;
}
.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: #e5690b !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: #00964d !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23e5690b' %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.3;
}
.cid-sz9lLks9hy .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sz9lLks9hy .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-sz9lLks9hy a {
  font-style: normal;
}
.cid-sz9lLks9hy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sz9lLks9hy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sz9lLks9hy .nav-item:focus,
.cid-sz9lLks9hy .nav-link:focus {
  outline: none;
}
.cid-sz9lLks9hy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sz9lLks9hy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sz9lLks9hy .menu-logo {
  margin-right: auto;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 3.7rem !important;
  padding-right: 2rem;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu {
  background: #efefef;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sz9lLks9hy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sz9lLks9hy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sz9lLks9hy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sz9lLks9hy button.navbar-toggler:focus {
  outline: none;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sz9lLks9hy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sz9lLks9hy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sz9lLks9hy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sz9lLks9hy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sz9lLks9hy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy img {
    height: 3.8rem !important;
  }
  .cid-sz9lLks9hy .btn {
    display: -webkit-flex;
  }
  .cid-sz9lLks9hy button.navbar-toggler {
    display: block;
  }
  .cid-sz9lLks9hy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sz9lLks9hy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing,
  .cid-sz9lLks9hy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sz9lLks9hy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sz9lLks9hy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sz9lLks9hy .nav-link:hover,
.cid-sz9lLks9hy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sz9lNGfTSu {
  background: #ffffff;
  padding-bottom: 77px;
}
.cid-sz9lNGfTSu .image-block {
  margin: auto;
}
.cid-sz9lNGfTSu .mbr-figure {
  margin: 0 auto;
}
.cid-sz9lNGfTSu figcaption {
  position: relative;
}
.cid-sz9lNGfTSu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sz9lNGfTSu .image-block {
    width: 100% !important;
  }
}
.cid-sz9BXiuJv8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1e5ea;
}
.cid-sz9BXiuJv8 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sz9BXiuJv8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz9BXiuJv8 .mbr-iconfont {
  font-size: 2rem;
  color: #3fa2db;
  padding-right: 1.5rem;
}
.cid-sz9BXiuJv8 .card-text {
  text-align: left;
  color: #e5690b;
}
.cid-sz9BXiuJv8 .card-title {
  text-align: left;
}
.cid-sz9xbTQjcw {
  background: #ffffff;
}
.cid-sz9xbTQjcw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sz9xbTQjcw .mbr-figure {
  margin: 0 auto;
}
.cid-sz9xbTQjcw figcaption {
  position: relative;
}
.cid-sz9xbTQjcw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sz9xbTQjcw .image-block {
    width: 100% !important;
  }
}
.cid-sz9FQwesOr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #004b8a;
}
.cid-sz9FQwesOr .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sz9FQwesOr .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sz9FQwesOr .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sz9FQwesOr .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz9FQwesOr .row .row {
    flex-direction: column-reverse;
  }
  .cid-sz9FQwesOr .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz9FQwesOr .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sz9FQwesOr .card-subtitle {
  color: #000000;
}
.cid-sz9FQwesOr .mbr-text {
  color: #555555;
}
.cid-sz9FQwesOr .card-title {
  color: #e5690b;
}
.cid-sz9MLlKiHz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #004b8a;
}
.cid-sz9MLlKiHz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-sz9MLlKiHz .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-sz9MLlKiHz .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sz9MLlKiHz .time-line-date-content {
  margin-right: 2rem;
}
.cid-sz9MLlKiHz .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-sz9MLlKiHz .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sz9MLlKiHz .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sz9MLlKiHz .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sz9MLlKiHz .mbr-timeline-date,
.cid-sz9MLlKiHz .timeline-text-content {
  transition: all .4s;
}
.cid-sz9MLlKiHz .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sz9MLlKiHz .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-sz9MLlKiHz .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-sz9MLlKiHz .reverse .time-line-date-content p {
  float: left;
}
.cid-sz9MLlKiHz .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-sz9MLlKiHz .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sz9MLlKiHz .iconBackground {
    left: 0 !important;
  }
  .cid-sz9MLlKiHz .separline:before {
    left: 0 !important;
  }
  .cid-sz9MLlKiHz .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sz9MLlKiHz .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sz9MLlKiHz .time-line-date-content p {
    float: left !important;
  }
  .cid-sz9MLlKiHz .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-sz9MLlKiHz .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sz9MLlKiHz .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sz9MLlKiHz .mbr-section-title {
  color: #ffffff;
}
.cid-sz9MLlKiHz .mbr-timeline-title {
  text-align: left;
  color: #e5690b;
}
.cid-sz9MLlKiHz .mbr-timeline-text {
  text-align: left;
}
.cid-sH97vrUY4S {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH97vrUY4S .mbr-text,
.cid-sH97vrUY4S blockquote {
  color: #767676;
}
.cid-sH97vrUY4S .mbr-text P {
  text-align: center;
}
.cid-sH97vrUY4S .mbr-text {
  color: #465052;
}
.cid-sHZ2CG6Ei7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sHZ2CG6Ei7 img,
.cid-sHZ2CG6Ei7 .item-img {
  width: 100%;
}
.cid-sHZ2CG6Ei7 .item:focus,
.cid-sHZ2CG6Ei7 span:focus {
  outline: none;
}
.cid-sHZ2CG6Ei7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHZ2CG6Ei7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHZ2CG6Ei7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHZ2CG6Ei7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sHZ2CG6Ei7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHZ2CG6Ei7 .mbr-section-title {
  color: #004b8a;
}
.cid-sHZ2CG6Ei7 .mbr-text,
.cid-sHZ2CG6Ei7 .mbr-section-btn {
  text-align: left;
}
.cid-sHZ2CG6Ei7 .item-title {
  text-align: left;
}
.cid-sHZ2CG6Ei7 .item-subtitle {
  text-align: center;
}
.cid-sB2FspsYfL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sB2FspsYfL img,
.cid-sB2FspsYfL .item-img {
  width: 100%;
}
.cid-sB2FspsYfL .item:focus,
.cid-sB2FspsYfL span:focus {
  outline: none;
}
.cid-sB2FspsYfL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sB2FspsYfL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sB2FspsYfL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sB2FspsYfL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sB2FspsYfL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sB2FspsYfL .mbr-section-title {
  color: #ed7203;
}
.cid-sB2FspsYfL .mbr-text,
.cid-sB2FspsYfL .mbr-section-btn {
  text-align: left;
}
.cid-sB2FspsYfL .item-title {
  text-align: left;
}
.cid-sB2FspsYfL .item-subtitle {
  text-align: center;
}
.cid-sIr6vYeloE {
  /*padding-top: 5rem;
  padding-bottom: 1rem;*/
  background-color: #ffffff;
}
.cid-sIr6vYeloE img,
.cid-sIr6vYeloE .item-img {
  width: 100%;
}
.cid-sIr6vYeloE .item:focus,
.cid-sIr6vYeloE span:focus {
  outline: none;
}
.cid-sIr6vYeloE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sIr6vYeloE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIr6vYeloE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIr6vYeloE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sIr6vYeloE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sIr6vYeloE .mbr-section-title {
  color: #465052;
}
.cid-sIr6vYeloE .mbr-text,
.cid-sIr6vYeloE .mbr-section-btn {
  text-align: left;
}
.cid-sIr6vYeloE .item-title {
  text-align: left;
}
.cid-sIr6vYeloE .item-subtitle {
  text-align: center;
}
.cid-sEihMthdE2 {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
#content8-5eB {
    padding-top: 77px;
}
.cid-sz9LvRhqYM {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #004b8a;
}
.cid-sz9LvRhqYM .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sz9LvRhqYM .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sz9LvRhqYM .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sz9LvRhqYM .bg-twitter:hover {
  background: #0c85d0;
}
.cid-sz9LvRhqYM .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-sz9LvRhqYM .bg-linkedin:hover {
  background: #005582;
}
.cid-sz9LvRhqYM .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-sz9LvRhqYM .bg-tiktok:hover {
  background: #000000;
}
.cid-sz9LvRhqYM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sz9LvRhqYM [class^="socicon-"]:before,
.cid-sz9LvRhqYM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sz9LvRhqYM .mbr-section-title,
.cid-sz9LvRhqYM .social-list {
  color: #ffffff;
}
.cid-sz9NF7LEDq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mcusercontent.com/70506a68bdf20dfa12eb4e4bb/images/1a707cea-90ca-f39c-b751-8320fe7bfa59.jpg");
}
.cid-rZGSH4EgxM {
  background-color: #EDECEC;
}
.cid-rZGSH4EgxM .form-control,
.cid-rZGSH4EgxM .form-control:focus {
  background: #ffffff;
  border: 1px solid #1e6eb1;
}
.cid-rZGSH4EgxM .form-container {
  transition: all .2s;
  border: 1px solid #1e6eb1;
  padding: 1rem;
}
.cid-rZGSH4EgxM textarea.form-control {
  min-height: 188px;
}
.cid-rZGSH4EgxM .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rZGSH4EgxM .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-rZGSH4EgxM .row .content-container {
    padding-left: 5rem;
  }
}
.cid-rZGSH4EgxM H1 {
  text-align: left;
  color: #e5690b;
}
.cid-rZGSH4EgxM .mbr-text,
.cid-rZGSH4EgxM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sz9T5by1II {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-sz9T5by1II .content {
    text-align: center;
  }
  .cid-sz9T5by1II .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sz9T5by1II .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sz9T5by1II .form-group,
.cid-sz9T5by1II .input-group-btn {
  padding: 0;
}
.cid-sz9T5by1II .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sz9T5by1II .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sz9T5by1II .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sz9T5by1II .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sz9T5by1II .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz9T5by1II .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz9T5by1II .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz9T5by1II .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sz9T5by1II .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz9T5by1II .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sz9T5by1II .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sz9T5by1II .foot-logo {
    text-align: center !important;
  }
  .cid-sz9T5by1II .foot-title {
    text-align: center !important;
  }
  .cid-sz9T5by1II .mbr-text {
    text-align: center !important;
  }
  .cid-sz9T5by1II .form-group {
    margin: 0;
  }
}
.cid-sB2JWjD9L2 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-sB2JWjD9L2 .image-block {
  margin: auto;
}
.cid-sB2JWjD9L2 .mbr-figure {
  margin: 0 auto;
}
.cid-sB2JWjD9L2 figcaption {
  position: relative;
}
.cid-sB2JWjD9L2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sB2JWjD9L2 .image-block {
    width: 100% !important;
  }
}
.cid-sEik8mC8d2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1e5ea;
}
.cid-sEik8mC8d2 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sEik8mC8d2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEik8mC8d2 .mbr-iconfont {
  font-size: 2rem;
  color: #3fa2db;
  padding-right: 1.5rem;
}
.cid-sEik8mC8d2 .card-text {
  text-align: left;
  color: #e5690b;
}
.cid-sEik8mC8d2 .card-title {
  text-align: left;
}
.cid-sB2LcKe4Hf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #004b8a;
}
.cid-sB2LcKe4Hf h2 {
  text-align: center;
}
.cid-sB2LcKe4Hf h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sB2LcKe4Hf p {
  color: #767676;
}
.cid-sB2LcKe4Hf img {
  object-fit: cover;
}
.cid-sB2LcKe4Hf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sB2LcKe4Hf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sB2LcKe4Hf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sB2LcKe4Hf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sB2LcKe4Hf .card-title {
  font-weight: 500;
}
.cid-sB2LcKe4Hf .card-img {
  text-align: inherit;
}
.cid-sB2LcKe4Hf .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sB2LcKe4Hf .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sB2LcKe4Hf .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sB2LcKe4Hf .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sB2LcKe4Hf .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sB2LcKe4Hf .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-sB2LcKe4Hf .mbr-crt-title {
  color: #ffd200;
}
.cid-sB2LcKe4Hf .mbr-section-text {
  color: #ffffff;
}
.cid-sB2LcKe4Hf .mbr-section-title {
  color: #ffffff;
}
.cid-sB2R2RP75M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sB2R2RP75M .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sB2R2RP75M .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sB2R2RP75M .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sB2R2RP75M .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sB2R2RP75M .row .row {
    flex-direction: column-reverse;
  }
  .cid-sB2R2RP75M .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sB2R2RP75M .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sB2R2RP75M .card-subtitle {
  color: #3fa2db;
}
.cid-sB2R2RP75M .mbr-text {
  color: #555555;
}
.cid-sB2R2RP75M .card-title {
  color: #000000;
}
.cid-snsermHf2s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snsermHf2s .mbr-text,
.cid-snsermHf2s blockquote {
  color: #767676;
}
.cid-snsermHf2s .mbr-text {
  text-align: center;
  color: #1e6eb1;
}
.cid-sB2TKZtc7u {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sB2TKZtc7u .counter-container {
  color: #767676;
}
.cid-sB2TKZtc7u .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sB2TKZtc7u .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sB2TKZtc7u .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sB2TKZtc7u .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #004b8a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}


/* LIST STYLE */

.cid-sjksnsns {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #df0919;
}
.cid-sjksnsns .mbr-section-subtitles {
  color: #767676;
}
.cid-sjksnsns .media-rows {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sjksnsns .team-items {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sjksnsns .team-items .item-images img {
  width: 100%;
}
.cid-sjksnsns .team-items .item-names p {
  margin-bottom: 0;
}
.cid-sjksnsns .team-items .item-roles p {
  margin-bottom: 0;
}
.cid-sjksnsns .team-items .item-socials {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sjksnsns .team-items .item-socials .socicons {
  color: #232323;
  font-size: 17px;
}
.cid-sjksnsns .team-items .item-captions {
  background: #1e6eb1;
}
.cid-sjksnsnsH2 {
  color: #1e6eb1;
}
.cid-sjksnsns .item-roles P {
  color: #ffffff;
}
.cid-sjksnsns .item-names {
  color: #ffffff;
}


/* LIST STYLE 2*/

.cid-sjksnsnss {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjksnsnss .mbr-section-subtitles {
  color: #767676;
}
.cid-sjksnsnss .media-rows {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sjksnsnss .team-items {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sjksnsnss .team-items .item-images img {
  width: 100%;
}
.cid-sjksnsnss .team-items .item-names p {
  margin-bottom: 0;
}
.cid-sjksnsnss .team-items .item-roles p {
  margin-bottom: 0;
}
.cid-sjksnsnss .team-items .item-socials {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sjksnsnss .team-items .item-socials .socicons {
  color: #232323;
  font-size: 17px;
}
.cid-sjksnsnss .team-items .item-captions {
  background: #1e6eb1;
}
.cid-sjksnsnsH2 {
  color: #1e6eb1;
}
.cid-sjksnsnss .item-roles P {
  color: #ffffff;
}
.cid-sjksnsnss .item-names {
  color: #ffffff;
}

/* LIST STYLE*/




.cid-snssans {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #df0919;
  text-align: center;
  color: #1e6eb1
}

.cid-snssanx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #113d90;
  text-align: center;
  color: #113d90;
}




.cid-snssans .mbr-texts,
.cid-snssans blockquote {
  color: #ffffff;
}

/* CONFERENCIA 1*/

.cid-snssanss {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #831FBE;
  text-align: center;
  color: #1e6eb1
}
.cid-snssanss .mbr-texts,
.cid-snssanss blockquote {
  color: #ffffff;
}

/* CONFERENCIA 1*/

/* CONFERENCIA */

.cid-sb4548kz75 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #113d90;
}

.cid-sb4548kz75 .counters-containers ol li {
  color: #ffffff;
}
.cid-sb4548kz75 .counters-containers ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sb4548kz75 .counters-containers ol li {
  margin-bottom: 1rem;
}
.cid-sb4548kz75 .counters-containers ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}

.cid-sb4548kz75 .counters-containers ol li:before{
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  transition: all .2s;
  color: #831FBE;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cid-sb4548kz75 .counters-containers ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}

.cid-sb4548kz75 .mbr-texts{
  color: #232323;
}


/* */


.cid-sb4548kz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #113d90;
}







.cid-sb4548kz .counters-containers ol li {
  color: #ffffff;
}
.cid-sb4548kz .counters-containers ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sb4548kz .counters-containers ol li {
  margin-bottom: 1rem;
}
.cid-sb4548kz .counters-containers ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}

.cid-sb4548kz .counters-containers ol li:before{
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #df0919;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cid-sb4548kz .counters-containers ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}

.cid-sb4548kz .mbr-texts{
  color: #232323;
}

/*LIST STYLE*/ 


/* */


.cid-sb4548kq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #df0919;
}







.cid-sb4548kq .counters-containers ol li {
  color: #ffffff;
}
.cid-sb4548kq .counters-containers ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sb4548kq .counters-containers ol li {
  margin-bottom: 1rem;
}
.cid-sb4548kq .counters-containers ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}

.cid-sb4548kq .counters-containers ol li:before{
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #df0919;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cid-sb4548kq .counters-containers ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}

.cid-sb4548kq .mbr-texts{
  color: #232323;
}

/*LIST STYLE*/ 

.cid-sB2TKZtc7u .mbr-text {
  color: #232323;
}
.cid-sJIajAuwhg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJIajAuwhg .mbr-section-subtitle {
  color: #767676;
}
.cid-sJIajAuwhg .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sJIajAuwhg .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sJIajAuwhg .team-item .item-image img {
  width: 100%;
}
.cid-sJIajAuwhg .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sJIajAuwhg .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sJIajAuwhg .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sJIajAuwhg .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sJIajAuwhg .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sJIajAuwhg H2 {
  color: #1e6eb1;
}
.cid-sJIajAuwhg .item-role P {
  color: #ffffff;
}
.cid-sJIajAuwhg .item-name {
  color: #ffffff;
}
.cid-sJKJgtpMfP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJKJgtpMfP .mbr-section-subtitle {
  color: #767676;
}
.cid-sJKJgtpMfP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sJKJgtpMfP .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sJKJgtpMfP .team-item .item-image img {
  width: 100%;
}
.cid-sJKJgtpMfP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sJKJgtpMfP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sJKJgtpMfP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sJKJgtpMfP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sJKJgtpMfP .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sJKJgtpMfP .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sJKJgtpMfP .item-name {
  color: #ffffff;
}
.cid-sKfkuicqSp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sKfkuicqSp .mbr-section-subtitle {
  color: #767676;
}
.cid-sKfkuicqSp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKfkuicqSp .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sKfkuicqSp .team-item .item-image img {
  width: 100%;
}
.cid-sKfkuicqSp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sKfkuicqSp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sKfkuicqSp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sKfkuicqSp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sKfkuicqSp .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sKfkuicqSp .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sKfkuicqSp .item-name {
  color: #ffffff;
}
.cid-sLaK1VGK2V {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLaK1VGK2V .mbr-section-subtitle {
  color: #767676;
}
.cid-sLaK1VGK2V .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLaK1VGK2V .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sLaK1VGK2V .team-item .item-image img {
  width: 100%;
}
.cid-sLaK1VGK2V .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sLaK1VGK2V .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sLaK1VGK2V .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sLaK1VGK2V .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sLaK1VGK2V .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sLaK1VGK2V .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sLaK1VGK2V .item-name {
  color: #ffffff;
}
.cid-sMil6gNavF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMil6gNavF .mbr-section-subtitle {
  color: #767676;
}
.cid-sMil6gNavF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMil6gNavF .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sMil6gNavF .team-item .item-image img {
  width: 100%;
}
.cid-sMil6gNavF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sMil6gNavF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sMil6gNavF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sMil6gNavF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sMil6gNavF .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sMil6gNavF .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sMil6gNavF .item-name {
  color: #ffffff;
}
.cid-sMSvaqWASC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMSvaqWASC .mbr-section-subtitle {
  color: #767676;
}
.cid-sMSvaqWASC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMSvaqWASC .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sMSvaqWASC .team-item .item-image img {
  width: 100%;
}
.cid-sMSvaqWASC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sMSvaqWASC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sMSvaqWASC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sMSvaqWASC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sMSvaqWASC .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sMSvaqWASC .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sMSvaqWASC .item-name {
  color: #ffffff;
}
.cid-sB2UFaDojq {
  background-image: url("https://mcusercontent.com/70506a68bdf20dfa12eb4e4bb/images/71f0bfc7-78ac-ed46-30ec-7e48d35e4624.jpg");
}
.cid-sB2UFaDojq .form-control,
.cid-sB2UFaDojq .form-control:focus {
  background: #ffffff;
  border: 1px solid #1e6eb1;
}
.cid-sB2UFaDojq .form-container {
  transition: all .2s;
  border: 1px solid #1e6eb1;
  padding: 1rem;
}
.cid-sB2UFaDojq textarea.form-control {
  min-height: 188px;
}
.cid-sB2UFaDojq .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sB2UFaDojq .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sB2UFaDojq .row .content-container {
    padding-left: 5rem;
  }
}
.cid-sB2UFaDojq H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sB2UFaDojq .mbr-text,
.cid-sB2UFaDojq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sEiimGVhsS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sDUKBXrQa0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5690b;
}
@media (max-width: 767px) {
  .cid-sDUKBXrQa0 .content {
    text-align: center;
  }
  .cid-sDUKBXrQa0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDUKBXrQa0 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sDUKBXrQa0 .form-group,
.cid-sDUKBXrQa0 .input-group-btn {
  padding: 0;
}
.cid-sDUKBXrQa0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sDUKBXrQa0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sDUKBXrQa0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDUKBXrQa0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sDUKBXrQa0 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDUKBXrQa0 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDUKBXrQa0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDUKBXrQa0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDUKBXrQa0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sDUKBXrQa0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sDUKBXrQa0 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sDUKBXrQa0 .foot-logo {
    text-align: center !important;
  }
  .cid-sDUKBXrQa0 .foot-title {
    text-align: center !important;
  }
  .cid-sDUKBXrQa0 .mbr-text {
    text-align: center !important;
  }
  .cid-sDUKBXrQa0 .form-group {
    margin: 0;
  }
}
.cid-sz9lLks9hy .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sz9lLks9hy .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-sz9lLks9hy a {
  font-style: normal;
}
.cid-sz9lLks9hy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sz9lLks9hy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sz9lLks9hy .nav-item:focus,
.cid-sz9lLks9hy .nav-link:focus {
  outline: none;
}
.cid-sz9lLks9hy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sz9lLks9hy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sz9lLks9hy .menu-logo {
  margin-right: auto;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 3.7rem !important;
  padding-right: 2rem;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu {
  background: #efefef;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sz9lLks9hy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sz9lLks9hy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sz9lLks9hy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sz9lLks9hy button.navbar-toggler:focus {
  outline: none;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sz9lLks9hy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sz9lLks9hy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sz9lLks9hy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sz9lLks9hy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sz9lLks9hy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy img {
    height: 3.8rem !important;
  }
  .cid-sz9lLks9hy .btn {
    display: -webkit-flex;
  }
  .cid-sz9lLks9hy button.navbar-toggler {
    display: block;
  }
  .cid-sz9lLks9hy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sz9lLks9hy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing,
  .cid-sz9lLks9hy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sz9lLks9hy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sz9lLks9hy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sz9lLks9hy .nav-link:hover,
.cid-sz9lLks9hy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sz9lLks9hy .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sz9lLks9hy .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-sz9lLks9hy a {
  font-style: normal;
}
.cid-sz9lLks9hy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sz9lLks9hy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sz9lLks9hy .nav-item:focus,
.cid-sz9lLks9hy .nav-link:focus {
  outline: none;
}
.cid-sz9lLks9hy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sz9lLks9hy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sz9lLks9hy .menu-logo {
  margin-right: auto;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 3.7rem !important;
  padding-right: 2rem;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu {
  background: #efefef;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sz9lLks9hy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sz9lLks9hy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sz9lLks9hy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sz9lLks9hy button.navbar-toggler:focus {
  outline: none;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sz9lLks9hy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sz9lLks9hy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sz9lLks9hy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sz9lLks9hy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sz9lLks9hy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy img {
    height: 3.8rem !important;
  }
  .cid-sz9lLks9hy .btn {
    display: -webkit-flex;
  }
  .cid-sz9lLks9hy button.navbar-toggler {
    display: block;
  }
  .cid-sz9lLks9hy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sz9lLks9hy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing,
  .cid-sz9lLks9hy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sz9lLks9hy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sz9lLks9hy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sz9lLks9hy .nav-link:hover,
.cid-sz9lLks9hy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sDU9YBE4hD {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-sDU9YBE4hD .image-block {
  margin: auto;
}
.cid-sDU9YBE4hD .mbr-figure {
  margin: 0 auto;
}
.cid-sDU9YBE4hD figcaption {
  position: relative;
}
.cid-sDU9YBE4hD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sDU9YBE4hD .image-block {
    width: 100% !important;
  }
}
.cid-sEiksN5K2r {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1e5ea;
}
.cid-sEiksN5K2r .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sEiksN5K2r .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEiksN5K2r .mbr-iconfont {
  font-size: 2rem;
  color: #3fa2db;
  padding-right: 1.5rem;
}
.cid-sEiksN5K2r .card-text {
  text-align: left;
  color: #e5690b;
}
.cid-sEiksN5K2r .card-title {
  text-align: left;
}
.cid-sDUbYk6IpW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e5690b;
}
.cid-sDUbYk6IpW P {
  color: #767676;
}
.cid-sDUbYk6IpW H1 {
  color: #ffffff;
}
.cid-sDUbYk6IpW .mbr-text,
.cid-sDUbYk6IpW .mbr-section-btn {
  color: #ffffff;
}
.cid-sDUbYk6IpW H3 {
  color: #ffffff;
}

/*anterior

.cid-sIi5LpBmvf {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #004b8a;
}*/

.cid-sIi5LpBmvf {
  padding-top: 62px;
  padding-bottom: 1.5rem;
  background-color: #4EA2E4;
  
}
  .cid-sIi5LpBmvas {
  padding-top: 62px;
  padding-bottom: 1.5rem;
  background-color: #5dcade;
}
.cid-sIi5LpBmvf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sIi5LpBmvf H2 {
  color: #ffffff;
}
.cid-sIidqMI1AM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004b8a;
}
.cid-sIidqMI1AM .mbr-text,
.cid-sIidqMI1AM blockquote {
  color: #767676;
}
.cid-sIidqMI1AM .mbr-text {
  color: #ffffff;
}
.cid-sIidqMI1AM .mbr-text P {
  text-align: left;
}
.cid-sDUl76Z2T3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004b8a;
}
.cid-sDUl76Z2T3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sDUl76Z2T3 .container-table {
  margin: 0 auto;
}
.cid-sDUl76Z2T3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sDUl76Z2T3 .dataTables_wrapper {
  display: block;
}
.cid-sDUl76Z2T3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sDUl76Z2T3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sDUl76Z2T3 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sDUl76Z2T3 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sDUl76Z2T3 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sDUl76Z2T3 table td {
  border-top: 1px solid #cccccc;
}
.cid-sDUl76Z2T3 table.table {
  background: #ffffff;
}
.cid-sDUl76Z2T3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sDUl76Z2T3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sDUl76Z2T3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sDUl76Z2T3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sDUl76Z2T3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sDUl76Z2T3 .dataTables_filter {
    text-align: center;
  }
  .cid-sDUl76Z2T3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sDUl76Z2T3 .head-item {
  text-align: center;
  color: #e5690b;
}
.cid-sDUl76Z2T3 .body-item {
  text-align: center;
  color: #004b8a;
}
.cid-sDUpOR8XzM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004b8a;
}
.cid-sDUpOR8XzM .mbr-text,
.cid-sDUpOR8XzM blockquote {
  color: #767676;
}
.cid-sDUpOR8XzM .mbr-text {
  color: #ffffff;
}
.cid-sDUrPJzhE0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #004b8a;
}
.cid-sDUrPJzhE0 .mbr-text,
.cid-sDUrPJzhE0 blockquote {
  color: #767676;
}
.cid-sDUrPJzhE0 .mbr-text {
  color: #ffffff;
}
.cid-sDUsEwEKv2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #004b8a;
}
.cid-sDUsEwEKv2 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-sDUsEwEKv2 .mbr-author-name {
  font-weight: bold;
}
.cid-sDUsEwEKv2 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sDUsEwEKv2 .mbr-figure,
  .cid-sDUsEwEKv2 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sDUsEwEKv2 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sLytIUtlEl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLytIUtlEl .mbr-text,
.cid-sLytIUtlEl blockquote {
  color: #767676;
}
.cid-sLytIUtlEl .mbr-text {
  color: #ffffff;
}
.cid-sLy3rMpT5W {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #004b8a;
}
.cid-sLy3rMpT5W .mbr-text,
.cid-sLy3rMpT5W blockquote {
  color: #767676;
}
.cid-sLy3rMpT5W .mbr-text {
  color: #ffffff;
}
.cid-sLPNgTh4cm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLPNgTh4cm .mbr-text,
.cid-sLPNgTh4cm blockquote {
  color: #767676;
}
.cid-sLPNgTh4cm .mbr-text {
  color: #ffffff;
}
.cid-sDUu03IVdI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #004b8a;
}
.cid-sDUu03IVdI .mbr-text,
.cid-sDUu03IVdI blockquote {
  color: #767676;
}
.cid-sDUu03IVdI .mbr-text {
  color: #ffffff;
}
.cid-sLPMvXtPrt {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #e5690b;
}
.cid-sLPMvXtPrt h2 {
  text-align: left;
}
.cid-sLPMvXtPrt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sLPMvXtPrt p {
  color: #767676;
  text-align: left;
}
.cid-sLPMvXtPrt .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sLPMvXtPrt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sLPMvXtPrt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLPMvXtPrt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sLPMvXtPrt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sLPMvXtPrt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sLPMvXtPrt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sLPMvXtPrt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sLPMvXtPrt .card-img span {
    font-size: 40px !important;
  }
}
.cid-sLPMvXtPrt .mbr-text {
  color: #ffffff;
}
.cid-sLPMvXtPrt H2 {
  color: #ffffff;
}
.cid-sDUuH9v9E4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDUuH9v9E4 .mbr-text,
.cid-sDUuH9v9E4 blockquote {
  color: #767676;
}
.cid-sDUuH9v9E4 .mbr-text {
  text-align: center;
  color: #1e6eb1;
}
.cid-sMSzdcgGBm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMSzdcgGBm .counter-container {
  color: #767676;
}
.cid-sMSzdcgGBm .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sMSzdcgGBm .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sMSzdcgGBm .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sMSzdcgGBm .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #004b8a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sMSzdcgGBm .mbr-text {
  color: #232323;
}
.cid-sMSzr1IDsD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMSzr1IDsD .mbr-section-subtitle {
  color: #767676;
}
.cid-sMSzr1IDsD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMSzr1IDsD .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sMSzr1IDsD .team-item .item-image img {
  width: 100%;
}
.cid-sMSzr1IDsD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sMSzr1IDsD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sMSzr1IDsD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sMSzr1IDsD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sMSzr1IDsD .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sMSzr1IDsD H2 {
  color: #1e6eb1;
}
.cid-sMSzr1IDsD .item-role P {
  color: #ffffff;
}
.cid-sMSzr1IDsD .item-name {
  color: #ffffff;
}
.cid-sKfs1v9jPw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sKfs1v9jPw .mbr-section-subtitle {
  color: #767676;
}
.cid-sKfs1v9jPw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKfs1v9jPw .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.item-image img {
  width: 100%!important;
  height: auto!important;
}
.cid-sKfs1v9jPw .team-item .item-image img {
  width: 100%;
}
.cid-sKfs1v9jPw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sKfs1v9jPw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sKfs1v9jPw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sKfs1v9jPw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sKfs1v9jPw .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sKfs1v9jPw .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sKfs1v9jPw .item-name {
  color: #ffffff;
}
.cid-sLaWqeFbmO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLaWqeFbmO .mbr-section-subtitle {
  color: #767676;
}
.cid-sLaWqeFbmO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLaWqeFbmO .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sLaWqeFbmO .team-item .item-image img {
  width: 100%;
}
.cid-sLaWqeFbmO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sLaWqeFbmO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sLaWqeFbmO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sLaWqeFbmO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sLaWqeFbmO .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sLaWqeFbmO .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sLaWqeFbmO .item-name {
  color: #ffffff;
}
.cid-sLPKwkOLyU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLPKwkOLyU .mbr-section-subtitle {
  color: #767676;
}
.cid-sLPKwkOLyU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLPKwkOLyU .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sLPKwkOLyU .team-item .item-image img {
  width: 100%;
}
.cid-sLPKwkOLyU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sLPKwkOLyU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sLPKwkOLyU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sLPKwkOLyU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sLPKwkOLyU .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sLPKwkOLyU .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sLPKwkOLyU .item-name {
  color: #ffffff;
}
.cid-sMDnRw3Sbt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMDnRw3Sbt .mbr-section-subtitle {
  color: #767676;
}
.cid-sMDnRw3Sbt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMDnRw3Sbt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sMDnRw3Sbt .team-item .item-image img {
  width: 100%;
}
.cid-sMDnRw3Sbt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sMDnRw3Sbt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sMDnRw3Sbt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sMDnRw3Sbt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sMDnRw3Sbt .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sMDnRw3Sbt .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sMDnRw3Sbt .item-name {
  color: #ffffff;
}
.cid-sMSzsffZoi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMSzsffZoi .mbr-section-subtitle {
  color: #767676;
}
.cid-sMSzsffZoi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMSzsffZoi .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sMSzsffZoi .team-item .item-image img {
  width: 100%;
}
.cid-sMSzsffZoi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sMSzsffZoi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sMSzsffZoi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sMSzsffZoi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sMSzsffZoi .team-item .item-caption {
  background: #1e6eb1;
}
.cid-sMSzsffZoi .item-role P {
  text-align: center;
  color: #ffffff;
}
.cid-sMSzsffZoi .item-name {
  color: #ffffff;
}
.cid-sDUz8nBZsi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner01-2-2000x832.jpg");
}
.cid-sDUzfFz3lt {
  background-color: #ffffff;
}
.cid-sDUzfFz3lt .form-control,
.cid-sDUzfFz3lt .form-control:focus {
  background: #ffffff;
  border: 1px solid #1e6eb1;
}
.cid-sDUzfFz3lt .form-container {
  transition: all .2s;
  border: 1px solid #1e6eb1;
  padding: 1rem;
}
.cid-sDUzfFz3lt textarea.form-control {
  min-height: 188px;
}
.cid-sDUzfFz3lt .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sDUzfFz3lt .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sDUzfFz3lt .row .content-container {
    padding-left: 5rem;
  }
}
.cid-sDUzfFz3lt H1 {
  text-align: left;
  color: #e5690b;
}
.cid-sDUzfFz3lt .mbr-text,
.cid-sDUzfFz3lt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sDUKEGm93h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5690b;
}
@media (max-width: 767px) {
  .cid-sDUKEGm93h .content {
    text-align: center;
  }
  .cid-sDUKEGm93h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDUKEGm93h .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sDUKEGm93h .form-group,
.cid-sDUKEGm93h .input-group-btn {
  padding: 0;
}
.cid-sDUKEGm93h .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sDUKEGm93h .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sDUKEGm93h .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDUKEGm93h .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sDUKEGm93h .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDUKEGm93h .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDUKEGm93h .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDUKEGm93h .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDUKEGm93h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sDUKEGm93h .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sDUKEGm93h .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sDUKEGm93h .foot-logo {
    text-align: center !important;
  }
  .cid-sDUKEGm93h .foot-title {
    text-align: center !important;
  }
  .cid-sDUKEGm93h .mbr-text {
    text-align: center !important;
  }
  .cid-sDUKEGm93h .form-group {
    margin: 0;
  }
}
.cid-sz9lLks9hy .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sz9lLks9hy .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-sz9lLks9hy a {
  font-style: normal;
}
.cid-sz9lLks9hy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sz9lLks9hy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sz9lLks9hy .nav-item:focus,
.cid-sz9lLks9hy .nav-link:focus {
  outline: none;
}
.cid-sz9lLks9hy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sz9lLks9hy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sz9lLks9hy .menu-logo {
  margin-right: auto;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 3.7rem !important;
  padding-right: 2rem;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz9lLks9hy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu {
  background: #efefef;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz9lLks9hy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sz9lLks9hy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sz9lLks9hy .navbar.navbar-short {
  min-height: 77px;
  transition: all .2s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sz9lLks9hy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sz9lLks9hy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sz9lLks9hy button.navbar-toggler:focus {
  outline: none;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz9lLks9hy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz9lLks9hy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz9lLks9hy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sz9lLks9hy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sz9lLks9hy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sz9lLks9hy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sz9lLks9hy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sz9lLks9hy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sz9lLks9hy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sz9lLks9hy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sz9lLks9hy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy img {
    height: 3.8rem !important;
  }
  .cid-sz9lLks9hy .btn {
    display: -webkit-flex;
  }
  .cid-sz9lLks9hy button.navbar-toggler {
    display: block;
  }
  .cid-sz9lLks9hy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sz9lLks9hy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz9lLks9hy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing,
  .cid-sz9lLks9hy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sz9lLks9hy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sz9lLks9hy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sz9lLks9hy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sz9lLks9hy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sz9lLks9hy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sz9lLks9hy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
a#contacto:hover {
    color: #e5690b!important;
    background: white;
}

.cid-sz9lLks9hy .nav-link:hover,
.cid-sz9lLks9hy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sB61ZABgAR {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-sB61ZABgAR .image-block {
  margin: auto;
}
.cid-sB61ZABgAR .mbr-figure {
  margin: 0 auto;
}
.cid-sB61ZABgAR figcaption {
  position: relative;
}
.cid-sB61ZABgAR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sB61ZABgAR .image-block {
    width: 100% !important;
  }
}
.cid-sEikvDUbAZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1e5ea;
}
.cid-sEikvDUbAZ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sEikvDUbAZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEikvDUbAZ .mbr-iconfont {
  font-size: 2rem;
  color: #3fa2db;
  padding-right: 1.5rem;
}
.cid-sEikvDUbAZ .card-text {
  text-align: left;
  color: #e5690b;
}
.cid-sEikvDUbAZ .card-title {
  text-align: left;
}
.cid-sB6255fx6f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #004b8a;
}
.cid-sB6255fx6f img,
.cid-sB6255fx6f .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sB6255fx6f .item:focus,
.cid-sB6255fx6f span:focus {
  outline: none;
}
.cid-sB6255fx6f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sB6255fx6f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sB6255fx6f .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sB6255fx6f .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sB6255fx6f .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sB6255fx6f .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sB6255fx6f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sB6255fx6f .mbr-section-title {
  color: #ffffff;
}
.cid-sB6255fx6f .mbr-text,
.cid-sB6255fx6f .mbr-section-btn {
  text-align: left;
}
.cid-sB6255fx6f .item-title {
  text-align: left;
  color: #000000;
}
.cid-sB6255fx6f .item-subtitle {
  text-align: left;
  color: #e5690b;
}
.cid-sB63rXL8Kk {
  background-color: #ffffff;
}
.cid-sB63rXL8Kk .form-control,
.cid-sB63rXL8Kk .form-control:focus {
  background: #ffffff;
  border: 1px solid #1e6eb1;
}
.cid-sB63rXL8Kk .form-container {
  transition: all .2s;
  border: 1px solid #1e6eb1;
  padding: 1rem;
}
.cid-sB63rXL8Kk textarea.form-control {
  min-height: 188px;
}
.cid-sB63rXL8Kk .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sB63rXL8Kk .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sB63rXL8Kk .row .content-container {
    padding-left: 5rem;
  }
}
.cid-sB63rXL8Kk H1 {
  text-align: left;
  color: #e5690b;
}
.cid-sB63rXL8Kk .mbr-text,
.cid-sB63rXL8Kk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sDUKJHlJzT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5690b;
}
@media (max-width: 767px) {
  .cid-sDUKJHlJzT .content {
    text-align: center;
  }
  .cid-sDUKJHlJzT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDUKJHlJzT .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sDUKJHlJzT .form-group,
.cid-sDUKJHlJzT .input-group-btn {
  padding: 0;
}
.cid-sDUKJHlJzT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sDUKJHlJzT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sDUKJHlJzT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDUKJHlJzT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sDUKJHlJzT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDUKJHlJzT .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDUKJHlJzT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDUKJHlJzT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDUKJHlJzT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sDUKJHlJzT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sDUKJHlJzT .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sDUKJHlJzT .foot-logo {
    text-align: center !important;
  }
  .cid-sDUKJHlJzT .foot-title {
    text-align: center !important;
  }
  .cid-sDUKJHlJzT .mbr-text {
    text-align: center !important;
  }
  .cid-sDUKJHlJzT .form-group {
    margin: 0;
  }
}
.cid-sDUUyLEwxZ .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sDUUyLEwxZ .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-sDUUyLEwxZ a {
  font-style: normal;
}
.cid-sDUUyLEwxZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDUUyLEwxZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDUUyLEwxZ .nav-item:focus,
.cid-sDUUyLEwxZ .nav-link:focus {
  outline: none;
}
.cid-sDUUyLEwxZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDUUyLEwxZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDUUyLEwxZ .menu-logo {
  margin-right: auto;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDUUyLEwxZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDUUyLEwxZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDUUyLEwxZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDUUyLEwxZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDUUyLEwxZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDUUyLEwxZ .dropdown .dropdown-menu {
  background: #efefef;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDUUyLEwxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDUUyLEwxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDUUyLEwxZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDUUyLEwxZ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sDUUyLEwxZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDUUyLEwxZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDUUyLEwxZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDUUyLEwxZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDUUyLEwxZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDUUyLEwxZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDUUyLEwxZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDUUyLEwxZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDUUyLEwxZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sDUUyLEwxZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDUUyLEwxZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDUUyLEwxZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDUUyLEwxZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDUUyLEwxZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDUUyLEwxZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDUUyLEwxZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDUUyLEwxZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDUUyLEwxZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDUUyLEwxZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDUUyLEwxZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDUUyLEwxZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.collapsing,
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDUUyLEwxZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sDUUyLEwxZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDUUyLEwxZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDUUyLEwxZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDUUyLEwxZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sDUUyLEwxZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDUUyLEwxZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDUUyLEwxZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sDUUyLEwxZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDUUyLEwxZ img {
    height: 3.8rem !important;
  }
  .cid-sDUUyLEwxZ .btn {
    display: -webkit-flex;
  }
  .cid-sDUUyLEwxZ button.navbar-toggler {
    display: block;
  }
  .cid-sDUUyLEwxZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDUUyLEwxZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDUUyLEwxZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDUUyLEwxZ .navbar-collapse.collapsing,
  .cid-sDUUyLEwxZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDUUyLEwxZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sDUUyLEwxZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDUUyLEwxZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDUUyLEwxZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDUUyLEwxZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDUUyLEwxZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDUUyLEwxZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDUUyLEwxZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDUUyLEwxZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDUUyLEwxZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDUUyLEwxZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDUUyLEwxZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDUUyLEwxZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDUUyLEwxZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDUUyLEwxZ .nav-link:hover,
.cid-sDUUyLEwxZ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sDUUyMxilT {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-sDUUyMxilT .image-block {
  margin: auto;
}
.cid-sDUUyMxilT .mbr-figure {
  margin: 0 auto;
}
.cid-sDUUyMxilT figcaption {
  position: relative;
}
.cid-sDUUyMxilT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sDUUyMxilT .image-block {
    width: 100% !important;
  }
}
.cid-sEikBam6kT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1e5ea;
}
.cid-sEikBam6kT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sEikBam6kT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEikBam6kT .mbr-iconfont {
  font-size: 2rem;
  color: #3fa2db;
  padding-right: 1.5rem;
}
.cid-sEikBam6kT .card-text {
  text-align: left;
  color: #e5690b;
}
.cid-sEikBam6kT .card-title {
  text-align: left;
}
.cid-sDUUyOo49G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004b8a;
}
.cid-sDUUyOo49G img,
.cid-sDUUyOo49G .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
    
}
.cid-sDUUyOo49G .item-image img {
    height: 100%;
}
.cid-sDUUyOo49G .item:focus,
.cid-sDUUyOo49G span:focus {
  outline: none;
}
.cid-sDUUyOo49G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDUUyOo49G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDUUyOo49G .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDUUyOo49G .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDUUyOo49G .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDUUyOo49G .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDUUyOo49G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDUUyOo49G .mbr-section-title {
  color: #ffffff;
}
.cid-sDUUyOo49G .mbr-text,
.cid-sDUUyOo49G .mbr-section-btn {
  text-align: left;
}
.cid-sDUUyOo49G .item-title {
  text-align: left;
  color: #000000;
}
.cid-sDUUyOo49G .item-subtitle {
  text-align: left;
  color: #e5690b;
}
.cid-sDUXvw2YoU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004b8a;
}
.cid-sDUXvw2YoU img,
.cid-sDUXvw2YoU .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sDUXvw2YoU .item:focus,
.cid-sDUXvw2YoU span:focus {
  outline: none;
}
.cid-sDUXvw2YoU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDUXvw2YoU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDUXvw2YoU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDUXvw2YoU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDUXvw2YoU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDUXvw2YoU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDUXvw2YoU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDUXvw2YoU .mbr-section-title {
  color: #ffffff;
}
.cid-sDUXvw2YoU .mbr-text,
.cid-sDUXvw2YoU .mbr-section-btn {
  text-align: left;
}
.cid-sDUXvw2YoU .item-title {
  text-align: left;
  color: #000000;
}
.cid-sDUXvw2YoU .item-subtitle {
  text-align: left;
  color: #e5690b;
}
.cid-sDUXw5LMzQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004b8a;
}
.cid-sDUXw5LMzQ img,
.cid-sDUXw5LMzQ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sDUXw5LMzQ .item:focus,
.cid-sDUXw5LMzQ span:focus {
  outline: none;
}
.cid-sDUXw5LMzQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDUXw5LMzQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDUXw5LMzQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDUXw5LMzQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDUXw5LMzQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDUXw5LMzQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDUXw5LMzQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDUXw5LMzQ .mbr-section-title {
  color: #ffffff;
}
.cid-sDUXw5LMzQ .mbr-text,
.cid-sDUXw5LMzQ .mbr-section-btn {
  text-align: left;
}
.cid-sDUXw5LMzQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-sDUXw5LMzQ .item-subtitle {
  text-align: left;
  color: #e5690b;
}
.cid-sDUUyPDDAF {
  background-color: #ffffff;
}
.cid-sDUUyPDDAF .form-control,
.cid-sDUUyPDDAF .form-control:focus {
  background: #ffffff;
  border: 1px solid #1e6eb1;
}
.cid-sDUUyPDDAF .form-container {
  transition: all .2s;
  border: 1px solid #1e6eb1;
  padding: 1rem;
}
.cid-sDUUyPDDAF textarea.form-control {
  min-height: 188px;
}
.cid-sDUUyPDDAF .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sDUUyPDDAF .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sDUUyPDDAF .row .content-container {
    padding-left: 5rem;
  }
}
.cid-sDUUyPDDAF H1 {
  text-align: left;
  color: #e5690b;
}
.cid-sDUUyPDDAF .mbr-text,
.cid-sDUUyPDDAF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sDUUyQa137 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5690b;
}
@media (max-width: 767px) {
  .cid-sDUUyQa137 .content {
    text-align: center;
  }
  .cid-sDUUyQa137 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDUUyQa137 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sDUUyQa137 .form-group,
.cid-sDUUyQa137 .input-group-btn {
  padding: 0;
}
.cid-sDUUyQa137 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sDUUyQa137 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sDUUyQa137 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDUUyQa137 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sDUUyQa137 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDUUyQa137 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDUUyQa137 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDUUyQa137 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDUUyQa137 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sDUUyQa137 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sDUUyQa137 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sDUUyQa137 .foot-logo {
    text-align: center !important;
  }
  .cid-sDUUyQa137 .foot-title {
    text-align: center !important;
  }
  .cid-sDUUyQa137 .mbr-text {
    text-align: center !important;
  }
  .cid-sDUUyQa137 .form-group {
    margin: 0;
  }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
    }
    .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}


    .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}
